Skip to main content

Icons

This template uses Remix icon set

It is added to the app as a font generated by icomoon app.

Adding new icons

  1. Find assets/icomoon/selection.json file in code base

  2. Import this file to this page (icomoon app):

    • Make sure there are no other icons imported there
  3. Download icon which need to be added to the app as svg file.

  4. Make sure new icon name is unique (already not used).

  5. Add svg file to icomoon app.

  6. Go to generate font tab - icomoon app.

    • Make sure that all icons that you have added have correct names
  7. Download font - icomoon app

  8. Replace old files with downloaded ones

    • ./selection.json => assets/icomoon/selection.json
    • ./fonts/icomoon.ttf => assets/icomoon/icomoon.ttf
  9. Generate new types for icons

    • run script generating icon types yarn generate:icon:types