Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2fd/ant-design-icons
Ant Design + Material Design Icon =
https://github.com/2fd/ant-design-icons
ant-design antd icons react
Last synced: 2 months ago
JSON representation
Ant Design + Material Design Icon =
- Host: GitHub
- URL: https://github.com/2fd/ant-design-icons
- Owner: 2fd
- License: mit
- Created: 2019-11-08T04:47:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:37:37.000Z (10 months ago)
- Last Synced: 2024-10-13T13:29:30.506Z (3 months ago)
- Topics: ant-design, antd, icons, react
- Language: TypeScript
- Homepage: https://git.io/JyDhM
- Size: 13.7 MB
- Stars: 26
- Watchers: 3
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ant design icons
[![GitHub Release](https://img.shields.io/github/v/release/2fd/ant-design-icons?sort=semver)](https://github.com/2fd/ant-design-icons/releases)
[![NPM Release](https://img.shields.io/npm/v/@2fd/ant-design-icons)](https://www.npmjs.com/package/@2fd/ant-design-icons)![ant-design-icons](./static/ant-design-icons.png)
[Ant Design](https://ant.design/) + [Material Design Icon](https://materialdesignicons.com/) = [Ant Design Icon](http://2fd.github.io/ant-design-icons)
## install
```bash
npm install --save @2fd/ant-design-icons
``````bash
yarn add @2fd/ant-design-icons
```## find
Search the icon that you need in the homepage: [`http://2fd.github.io/ant-design-icons`](http://2fd.github.io/ant-design-icons) **More than 5000!**
## use
```typescript
import React from 'react'
import CodeTagsIcon from '@2fd/ant-design-icons/lib/CodeTagsIcon'export default function MyComponent() {
return
}
```