- Name: UnJS Logos
-
Prefix:
unjs
- Icons: 63
- License: Apache 2.0
- Author: UnJS
- Website: https://github.com/unjs
npm install @ngxi/unjs
import { Component } from '@angular/core';
import { UnjsNitroIcon } from '@ngxi/unjs';
@Component({
imports: [UnjsNitroIcon],
template: `<svg unjsNitroIcon></svg>`,
})
export class UsageIcon {}
Apache 2.0 License © 2025-PRESENT Adrián UB