0.0.1 • Published 3 years ago

@opensrp/ant-icons v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Ant design icons

GitHub Release NPM Release

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 />
}