@opensrp/ant-icons
v0.0.1
Published
Ant Design + Material Design Icon
Downloads
3
Readme
Ant design icons
Ant Design + Material Design Icon = Ant Design Icon
install
npm install --save @2fd/ant-design-icons
yarn add @2fd/ant-design-icons
find
Search the icon that you need in the homepage: http://2fd.github.io/ant-design-icons
More than 5000!
use
import React from 'react'
import CodeTagsIcon from '@2fd/ant-design-icons/lib/CodeTagsIcon'
export default function MyComponent() {
return <CodeTagsIcon />
}