1.0.0 • Published 2 years ago

@rumscript/ant-design-icons v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Ant design icons

This is a fork of https://github.com/2fd/ant-design-icons and mainly only adds types for our internal usage

GitHub Release NPM Release

ant-design-icons

Ant Design + Material Design Icon = Ant Design Icon

install

  npm install --save @rumscript/ant-design-icons
  yarn add @rumscript/ant-design-icons

find

Search the icon that you need in the homepage: http://rumscript.github.io/ant-design-icons More than 5000!

use

import React from 'react'
import { CodeTagsIcon } from '@rumscript/ant-design-icons'

export default function MyComponent() {
  return <CodeTagsIcon />
}
1.0.0

2 years ago

1.11.113

2 years ago