Skip to content

App icons

These are the icons registered in sylva-enterprise/src/config/icons.js and rendered by Quasar’s iconMapFn. They come in three flavours:

  • Sprite icons are symbols inside public/icons.svg, rendered with <svg><use href="…">. The mapping carries a viewBox.
  • Standalone SVG icons live as individual files under src/assets/icons/ and render through Quasar’s img: prefix.
  • Material aliases are entries that delegate to a Material Icons name (see Material icons).

Use any of them in templates with the registered key, for example:

<q-icon name="app:search" size="md" />

The gallery below is regenerated by npm run sync:icons; do not edit by hand.