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

Would it be possible to add an optional `attachTo` property to `IconContext`, that gets passed through to `updateCSS` when you call `useInsertStyles`? The `updateCSS` function already supports this. The use...

I got this error: "Module not found: Can't resolve 'antd/lib/icon/IconFont'" when upgrading antd version. Can someone help? Thanks.

你好,我在自己的组件中引用了 @ant-design/icons/es/index.js下的`createFromIconfontCN`方法,伪代码大致这样: ```ts import { createFromIconfontCN as createFromIconfont } from '@ant-design/icons/es'; const Icon = createFromIconfont({ scriptUrl: `www.baidu.com/abcd.js`, }); export default Icon; ``` 打包成组件后,在另一个项目引用它,在那儿经webpack analyzer发现,整个Icon包1.23mb的东西都被引进来了👇 ![image](https://user-images.githubusercontent.com/11535146/83290652-8952ab80-a219-11ea-88fd-1446c0500323.png)

I noticed that among all the great icons that ant design provides, the icon for Stack Overflow is missing. Would be nice to have it. Thanks for the great work.

In pnpm 6.26.1, If I use `pnpm add antd` for dependencies adding. @ant-design/icons will not be installed.

resolve https://github.com/ant-design/ant-design-icons/issues/470 在扩展属性中设置 translate 为非必填,避免出现 Pick 导致属性报错问题

ERROR Failed to compile with 2 errors 3:36:19 ├F10: PM┤ These dependencies were not found: * @ant-design/icons/CloseCircleOutlined in ./node_modules/antd/lib/notification/index.js * @ant-design/icons/ExclamationCircleOutlined in ./node_modules/antd/lib/notification/index.js it works right at 4.6.4

This is a feature request to add support for alternative text (tooltip) to the SVG icons. I believe it can be done with a child `` tag. I use the...

Hi! Yesterday I updated two of my repositories to `antd@4`. I noted that icons are now overlapped because another library is still using `[email protected]` (no update possible, yet). I decided...

react-native > 0.60,官方说是会有autolink, 然后就没有经过手动link过,在使用的时候报错:unrecognized font family 'antoutline'; 使用代码: