- Name: HeroIcons v1 Solid
-
Prefix:
heroicons-solid
- Icons: 230
- License: MIT
- Author: Refactoring UI Inc
- Website: https://github.com/tailwindlabs/heroicons
pnpm add @ngxi/heroicons-solid
import { Component } from '@angular/core'
import { NgxiHeroiconsSolid, heroiconsSolidColorSwatch } from '@ngxi/heroicons-solid'
@Component({
imports: [NgxiHeroiconsSolid],
template: `<svg [ngxiHeroiconsSolid]="heroiconsSolidColorSwatch"></svg>`
})
export class UsageIcon {
protected heroiconsSolidColorSwatch = heroiconsSolidColorSwatch
}
MIT License © 2025-PRESENT Adrián UB