sudo npm install -g svgo
sudo npm install -g icon-font-generatorPull down the Suite-P-Icon-Font repository from github - click here to take you to the repository - Then continue on to the steps provided below.
sudo npm install -g svgo
sudo npm install -g icon-font-generatorCreate a build folder
mkdir /tmp/suitepicon/Add new uncleaned icons to build folder
Use inkscape
remove any masks and clipping
resize the icons to 1024x1024
use svgo to compress svgo
Use svgo to clean / compress the svgs:
svgo -f /tmp/suitepicon/ -o srcicon-font-generator src/*svg -o suitepicon --mono --center -p suitepicon --csspath suitepicon/suitepicon-glyphs.scss --name suitepiconContent is available under GNU Free Documentation License 1.3 or later unless otherwise noted.