react-native-iconfont-cli icon indicating copy to clipboard operation
react-native-iconfont-cli copied to clipboard

把iconfont.cn的图标转换成标准RN组件,不依赖字体,支持多色彩,支持热更新

Results 18 react-native-iconfont-cli issues
Sort by recently updated
recently updated
newest added

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

This patch issue is submitted by [patch-package](https://github.com/ds300/patch-package). In my project I found that if more than one commit is adding local icon to project, the key of local icon will...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...

dependencies

![image](https://user-images.githubusercontent.com/21053130/148725312-9019a144-c3c2-4cde-a654-87b05ce5cf44.png)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## 原图标效果 ![image](https://user-images.githubusercontent.com/10287779/131609617-7d02183b-b8f3-4a0c-82c0-dc04ef18e398.png) ## 生成组件后图标效果 ![image](https://user-images.githubusercontent.com/10287779/131609712-484ca463-207d-4615-93ca-6091e16993aa.png)

bug

```tsx const xml = ` `; let IconDown: FunctionComponent = ({ size, color, ...rest }) => { return ; }; // 使用 ``` 从表现上看,size起作用了,但是color不起作用,传进去红色,但是实际上显示的还是path的默认颜色。 有什么办法可以修改颜色吗?