- Name: Akar Icons
-
Prefix:
akar-icons
- Icons: 454
- License: MIT
- Author: Arturo Wibawa
- Website: https://github.com/artcoholic/akar-icons
npm install @ngxi/akar-icons
import { Component } from '@angular/core';
import { AkarIconsPaperIcon } from '@ngxi/akar-icons';
@Component({
imports: [AkarIconsPaperIcon],
template: `<svg akarIconsPaperIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB