- Name: HeroIcons
-
Prefix:
heroicons
- Icons: 1288
- License: MIT
- Author: Refactoring UI Inc
- Website: https://github.com/tailwindlabs/heroicons
npm install @ngxi/heroicons
import { Component } from '@angular/core';
import { HeroiconsCameraIcon } from '@ngxi/heroicons';
@Component({
imports: [HeroiconsCameraIcon],
template: `<svg heroiconsCameraIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB