This project is created for building icons for Wildfire. Please visit ionicons.com for more about icon-building.
This repo already comes with all the files built and ready to go, but can also build the fonts from the source. Requires Python, FontForge and Sass:
-
Install FontForge, which is the program that creates the font files from the SVG files:
$ brew install fontforge ttfautohint
-
Install Sass
$ gem install sass
-
Add or subtract files from the
src/
folder you'd like to be apart of the font files.src0/
folder contains all the origin files from ionicons, whilesrc/
contains all the icon files used byWildfire
. -
Run the build command:
python ./builder/generate.py
-
Copy all file in
./less/
to overwrite files iniview/src/styles/common/iconfont/
. -
Copy folder
./fonts
to overwrite folderiview/src/styles/common/iconfont/fonts
.
Now, all the icons can be used by iview
for Wildfire
.
Ionicons is licensed under the MIT license.