@central-icons-react-native/round-outlined-radius-0-stroke-1 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 20H20C20.2761 20 20.5 20.2239 20.5 20.5C20.5 20.7761 20.2761 21 20 21H15.25C14.9739 21 14.75 20.7761 14.75 20.5C14.75 20.2239 14.9739 20 15.25 20H16.3711L14.418 14H7.95605L6.00293 20H7C7.27614 20 7.5 20.2239 7.5 20.5C7.5 20.7761 7.27614 21 7 21H4C3.72386 21 3.5 20.7761 3.5 20.5C3.5 20.2239 3.72386 20 4 20H4.9502L10.373 3.3452C10.44 3.13934 10.6319 3 10.8484 3H13.1028C13.3193 3 13.5112 3.13935 13.5782 3.34522L19 20ZM8.28125 13H14.0918L11.1865 4.07617L8.28125 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=\"M2.5 18.5H21.5M9.5 19H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.49945 16.5H21.4995C21.9994 1.5 1.99951 1.5 2.49945 16.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 4.5V5.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4905
4912
|
"tags": "Path",
|