- Name: IconPark TwoTone
-
Prefix:
icon-park-twotone
- Icons: 1944
- License: Apache 2.0
- Author: ByteDance
- Website: https://github.com/bytedance/IconPark
npm install @ngxi/icon-park-twotone
import { Component } from '@angular/core';
import { IconParkTwotoneAddOneIcon } from '@ngxi/icon-park-twotone';
@Component({
imports: [IconParkTwotoneAddOneIcon],
template: `<svg iconParkTwotoneAddOneIcon></svg>`,
})
export class UsageIcon {}
Apache 2.0 License © 2025-PRESENT Adrián UB