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

Bumps [karma](https://github.com/karma-runner/karma) from 5.1.1 to 6.1.1. Release notes Sourced from karma's releases. v6.1.1 6.1.1 (2021-02-12) Bug Fixes config: check extension before ts-node register (#3651) (474f4e1), closes #3329 report launcher process...

dependencies

Bumps [@types/react-test-renderer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-test-renderer) from 16.9.5 to 17.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/react-test-renderer&package-manager=npm_and_yarn&previous-version=16.9.5&new-version=17.0.1)](https://dependabot.com/compatibility-score/?dependency-name=@types/react-test-renderer&package-manager=npm_and_yarn&previous-version=16.9.5&new-version=17.0.1) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/ramda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ramda) from 0.26.44 to 0.27.38. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/ramda&package-manager=npm_and_yarn&previous-version=0.26.44&new-version=0.27.38)](https://dependabot.com/compatibility-score/?dependency-name=@types/ramda&package-manager=npm_and_yarn&previous-version=0.26.44&new-version=0.27.38) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 7.0.1 to 9.1.0. Changelog Sourced from fs-extra's changelog. 9.1.0 / 2021-01-19 Add promise support for fs.rm() (#841, #860) Upgrade universalify for performance improvments (#825) 9.0.1 / 2020-06-03...

dependencies

Bumps [jest](https://github.com/facebook/jest) from 25.5.4 to 26.6.3. Release notes Sourced from jest's releases. 26.6.3 Fixes [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#10779) 26.6.2 Features [jest-core] Add findRelatedTests...

dependencies

Hi, I am facing an issue when adding @ant-design/icons to my application. I am getting the following error, when building my next application. ![image](https://user-images.githubusercontent.com/8916249/99915527-8508d600-2d04-11eb-98ab-89d66ffe207f.png) The error also occurs when running...

我只引用了4个图标 ![image](https://user-images.githubusercontent.com/33168975/101019280-b35d9f80-35a7-11eb-837a-c2453adaa668.png) Webpack4 ![image](https://user-images.githubusercontent.com/33168975/101019438-f0c22d00-35a7-11eb-9274-61ca19a4c7f6.png) ![image](https://user-images.githubusercontent.com/33168975/101019485-02a3d000-35a8-11eb-8176-be853e0c5dfc.png)

![image](https://user-images.githubusercontent.com/25705196/103497796-8ee23500-4e7d-11eb-8d40-345326920050.png)

```js import { SearchOutline } from '@ant-design/icons'; console.log(SearchOutline) ``` 引入的icon组件是一个对象,这个对象不能直接作为组件渲染,请问如何显示出这张内置icon。 打印如下: ``` { name: "search", theme: "outline", icon: {…}} icon: {tag: "svg", attrs: {…}, children: Array(1)} name: "search" theme: "outline"...