@ant-design/icons 6.0.1 → 6.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,24 @@
1
+ **/*.svg
2
+ package.json
3
+ lib/
4
+ es/
5
+ dist/
6
+ _site/
7
+ coverage/
8
+ CNAME
9
+ LICENSE
10
+ yarn.lock
11
+ netlify.toml
12
+ yarn-error.log
13
+ *.sh
14
+ *.snap
15
+ .gitignore
16
+ .npmignore
17
+ .prettierignore
18
+ .DS_Store
19
+ .editorconfig
20
+ .eslintignore
21
+ **/*.yml
22
+ .gitattributes
23
+ .stylelintrc
24
+ .vcmrc
package/.prettierrc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "singleQuote": true,
3
+ "printWidth": 100
4
+ }