- Name: Rivet Icons
-
Prefix:
rivet-icons
- Icons: 210
- License: BSD 3-Clause
- Author: Indiana University
- Website: https://github.com/indiana-university/rivet-icons
npm install @ngxi/rivet-icons
import { Component } from '@angular/core';
import { RivetIconsLightningIcon } from '@ngxi/rivet-icons';
@Component({
imports: [RivetIconsLightningIcon],
template: `<svg rivetIconsLightningIcon></svg>`,
})
export class UsageIcon {}
BSD 3-Clause License © 2025-PRESENT Adrián UB