- Name: Eva Icons
-
Prefix:
eva
- Icons: 490
- License: MIT
- Author: Akveo
- Website: https://github.com/akveo/eva-icons/
pnpm add @ngxi/eva
import { Component } from '@angular/core'
import { NgxiEva, evaDropletOffOutline } from '@ngxi/eva'
@Component({
imports: [NgxiEva],
template: `<svg [ngxiEva]="evaDropletOffOutline"></svg>`
})
export class UsageIcon {
protected evaDropletOffOutline = evaDropletOffOutline
}
MIT License © 2025-PRESENT Adrián UB