Icosun is an open sourced replacement for Icomoon. Its a tool that allows you to convert SVG icons into a web font. It ensures icons are scalable, accessible, and efficient for web and app development
- Font File - A TTF and EOT file that you can directly use in your repo to use icons from
- Source SVGs - All the raw SVGs from which rest of the files are created
- Combined SVG - A final SVGs which becomes the input for the font file
- JSON Unicode Map - A HashMap similar that is the mapping between your SVGs and icon names using unicodes in JSON format
- TS Unicode Map - A HashMap similar that is the mapping between your SVGs and icon names using unicodes exported as TS constants