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 [@types/gulp-rename](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp-rename) from 0.0.33 to 2.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@types/gulp-rename&package-manager=npm_and_yarn&previous-version=0.0.33&new-version=2.0.0)](https://dependabot.com/compatibility-score/?dependency-name=@types/gulp-rename&package-manager=npm_and_yarn&previous-version=0.0.33&new-version=2.0.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.3. Release notes Sourced from tslint's releases. v6.1.3 [bugfix] add support for TypeScript 4.0 peer dependency (#4943) v6.1.2 [bugfix] restore typings compatibility with TS <...

dependencies

![image](https://user-images.githubusercontent.com/24401665/82883393-f0036b00-9f74-11ea-9365-a95426bb2341.png) Environment | Info -- | -- @ant-design/icons | ^4.1.0 antd | ^4.1.5 React | 16.8.5 System | Windows 10 ide | vscode typescript version | 3.8.3

更新icons到4.3.0后出现Button loading加载图标显示错误?

Please let me know if I made any errors, or if anything additional needs to be added to use this SVG filled "search" icon.

> I search for home icons > I select a home icon from the results > import { HomeAI } from "react-icons/ai" is copied to my clipboard (assuming it belongs...

![image](https://user-images.githubusercontent.com/7971419/94411671-69bd9680-01ab-11eb-9d11-3883dc421db7.png) ![image](https://user-images.githubusercontent.com/7971419/94411689-6de9b400-01ab-11eb-9a78-4869636efa78.png)

原模板 ``` const = ( props: AntdIconProps, ref: React.MutableRefObject, ) => ; .displayName = ''; export default React.forwardRef(); ``` 建议修改后的模板 const = React.forwardRef(( ) => ); .displayName = ''; export...

### Current example usage This is a basic usage of React icon components, see [official documentation](https://ant.design/components/icon/) ```jsx import { HomeOutlined, SettingFilled, SmileOutlined, SyncOutlined, LoadingOutlined, } from '@ant-design/icons'; ReactDOM.render( , mountNode,...

Added esm entry points for icons. Fixes following issues in antd: https://github.com/ant-design/ant-design/issues/26226 and https://github.com/ant-design/ant-design/issues/26237. Problem was in antd importing icons as: ```import DoubleLeftOutlined from '@ant-design/icons/DoubleLeftOutlined';``` which didn't work for esm...