vadivam-angular
v0.0.41
Published
Pixel-perfect 24px outline icon directives for Angular with tree-shakeable imports.
Maintainers
Readme
vadivam-angular
Tree-shakeable 24px outline SVG icon directives for Angular.
Browse icons · Angular docs · Source · GitHub

npm install vadivam-angularimport { Component } from "@angular/core";
import { Activity } from "vadivam-angular";
@Component({
imports: [Activity],
template: '<svg vadivamActivity size="20" color="navy"></svg>',
})
export class Example {}- Native SVG attributes plus size, color, stroke width, and accessible titles
- Tree-shakeable named and per-icon imports
- Static directives and typed dynamic icon APIs
Package family: SVG and JavaScript · React · React Native · Vue · Svelte · Solid · Astro · Preact
