@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.8 → 1.1.9
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.
- package/IconFontStyle/index.d.ts +4 -0
- package/IconFontStyle/index.js +2 -0
- package/IconFontStyle/index.js.map +1 -0
- package/IconFontStyle/index.mjs +2 -0
- package/IconFontStyle/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4900,6 +4900,13 @@
|
|
|
4900
4900
|
"iconName": "folder-upload",
|
|
4901
4901
|
"pathname": "src/IconFolderUpload"
|
|
4902
4902
|
},
|
|
4903
|
+
{
|
|
4904
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.4639 19H21V21H13.5V19H15.2578L13.9551 15H8.15625L6.85449 19H8.5V21H3.5V19H4.75L9.95898 3H14.2539L19.4639 19ZM8.80762 13H13.3037L11.0557 6.09473L8.80762 13Z\" fill=\"currentColor\"/>",
|
|
4905
|
+
"tags": "Path",
|
|
4906
|
+
"componentName": "IconFontStyle",
|
|
4907
|
+
"iconName": "font-style, fonts, serif",
|
|
4908
|
+
"pathname": "src/IconFontStyle"
|
|
4909
|
+
},
|
|
4903
4910
|
{
|
|
4904
4911
|
"svg": "<Path d=\"M13 4H11V5.04938C5.94668 5.5511 2 9.81465 2 15V16H22V15C22 9.81465 18.0533 5.5511 13 5.04938V4Z\" fill=\"currentColor\"/><Path d=\"M2 17V19H9V20H15V19H22V17H2Z\" fill=\"currentColor\"/>",
|
|
4905
4912
|
"tags": "Path",
|