- Name: Jam Icons
-
Prefix:
jam
- Icons: 940
- License: MIT
- Author: Michael Amprimo
- Website: https://github.com/michaelampr
npm install @ngxi/jam
import { Component } from '@angular/core';
import { JamChevronsSquareUpRightIcon } from '@ngxi/jam';
@Component({
imports: [JamChevronsSquareUpRightIcon],
template: `<svg jamChevronsSquareUpRightIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB