Creating a WSU icon font will aim to solve the following problems:
Allow us to modify color dynamically with css without having to inline the SVG
Allow us to modify/update icons in a set and have them update based on a versioning structure (if we need to modify an icon it can update automatically throughout the system instead of having to be adopted manually)
Allow users to easily implement icons in their markup using html class names <span class="wsu-icon-reg wsu-icon-phone"></span> (or something like this)
Removes inline markup loader dependency in webpack config
Tasks
[x] Remove all previous SVG only implementation (webpack config, icons in folders, etc.)
Creating a WSU icon font will aim to solve the following problems:
<span class="wsu-icon-reg wsu-icon-phone"></span>
(or something like this)Tasks