- Name: Ant Design Icons
-
Prefix:
ant-design
- Icons: 830
- License: MIT
- Author: HeskeyBaozi
- Website: https://github.com/ant-design/ant-design-icons
npm install @ngxi/ant-design
import { Component } from '@angular/core';
import { AntDesignPushpinFilledIcon } from '@ngxi/ant-design';
@Component({
imports: [AntDesignPushpinFilledIcon],
template: `<svg antDesignPushpinFilledIcon></svg>`,
})
export class UsageIcon {}
MIT License © 2025-PRESENT Adrián UB