konweb
2/14/2019 - 2:09 PM

Use Google Material Icons as a before&after

Use Google Material Icons as a before&after

/*
 * icon list: https://material.io/tools/icons/?style=baseline
 * codepoints: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints
 */
.icon {
  &:before {
    content: '\e315';
    font-family: 'Material Icons';
  }
}