Skip to content

Latest commit

 

History

History

assets

Assets

All build-config and platform independent assets should be placed in this directory. All assets should use kebab-case naming.

Icons

Conventions

Icons should be added to the corresponding icons subfolder. Normal icons are supposed to follow the following conventions:

  • Use the SVG format
  • Resize to 24x24px with width and height set
  • The viewbox starts at (0, 0)
  • Set the general icon color to currentColor (using fill="currentColor")
  • The SVG should be as simple and reduced as possible

If the icon has e.g. a build-config dependent background, you can use fill="var(--theme-color, none)".