Provides all variants of heroicons as tree-shakeable and statically-importable Glimmer components.
- Ember.js v4.8 or above
- Embroider or ember-auto-import v2
- ember-template-imports – this addon is only tested with statically imported components
ember install ember-static-heroicons
import AcademicCap from 'ember-static-heroicons/components/solid-20/academic-cap';
<template>
<AcademicCap />
</template>
There are three variant sets which map to the following import paths:
- Outline 24x24, 1.5px stroke
ember-static-heroicons/components/outline-24/<icon-name>
- Solid 24x24, Solid fill
ember-static-heroicons/components/solid-24/<icon-name>
- Mini 20x20, Solid fill
ember-static-heroicons/components/solid-20/<icon-name>
For previews, see: heroicons.com
See the Contributing guide for details.
This project is licensed under the MIT License.