@2fd/ant-design-icons

Ant Design + Material Design Icon

Usage no npm install needed!

<script type="module">
  import 2fdAntDesignIcons from 'https://cdn.skypack.dev/@2fd/ant-design-icons';
</script>

README

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