ant-design-icons icon indicating copy to clipboard operation
ant-design-icons copied to clipboard

⭐ Ant Design SVG Icons

Results 148 ant-design-icons issues
Sort by recently updated
recently updated
newest added

use fetch to load scriptUrl and match all iconfont types

I'm using [email protected] with [email protected]. Any import of an Icon makes the app super slow on initial load (only initial site load). E.g. using ```js import { LaptopOutlined, NotificationOutlined, UserOutlined...

Example Repo: https://codesandbox.io/s/jibenyongfa-ant-design-demo-jnep5?file=/index.js ## Now: ![Kapture 2020-04-16 at 18 07 28](https://user-images.githubusercontent.com/14831261/79444011-27ddd100-800d-11ea-9573-8acbb04a4db2.gif) ## Hope: ![Kapture 2020-04-16 at 18 08 33](https://user-images.githubusercontent.com/14831261/79444106-4e037100-800d-11ea-9308-ca8a97056529.gif)

Yarn 2 with pnp and strict resolution complains about missing transient peer dependency on react-dom. > @ant-design/icons@npm:4.4.0 doesn't provide react-dom, requested by rc-util See ant-design/ant-design#27339

I use Ant-Design and its icons on a regular basis. I found that [dev.to](https://dev.to/) icon is not in the list, which people use on a regular basis. So, I added...

new icon

Hello! Сan you tell what type should be specified for properties? It would be cool if it was mentioned in the example documentation const HeartIcon = props => ; const...

Ant design icons set a global `vertical-align` property under the class selector `.anticon` with a value of [`-0.125em`](https://github.com/ant-design/ant-design-icons/blob/110eb10c7df81da48d7d19216b4cda31b5b9ceb7/packages/icons-react/src/utils.ts#L96) which could be easily preceded by other element selectors, like the one...

环境 | 版本 -- | -- @ant-design/icons | 4.6.2 React | 17.0.1 System | win10 Browser | pc版本微信内置浏览器((Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36 QBCore/4.0.1316.400 QQBrowser/9.0.2524.400))...

I am importing icons in my gatsby project and keep being returned the error below. This was working fine before I updated various modules. Error: ``` 12 | }; 13...