Icons
39 icons as standalone Angular components. Tree-shakeable — only what you import gets bundled.
All icons inherit currentColor and respond to Tailwind text utilities.
Usage
Import only the icons you need:
import { IconHome, IconSettings } from 'src/app/icons';<icon-home class="h-4 w-4" />