@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.8 → 1.1.10
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/IconPan/index.d.ts +4 -0
- package/IconPan/index.js +2 -0
- package/IconPan/index.js.map +1 -0
- package/IconPan/index.mjs +2 -0
- package/IconPan/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -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 20H20.5V21H14.75V20H16.3711L14.418 14H7.95605L6.00293 20H7.5V21H3.5V20H4.9502L10.4854 3H13.4658L19 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=\"square\"/><Path d=\"M2.49945 16.5H21.4995C21.9994 1.5 1.99951 1.5 2.49945 16.5Z\" stroke=\"currentColor\"/><Path d=\"M12 4.5V5.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
4905
4912
|
"tags": "Path",
|
|
@@ -7168,6 +7175,13 @@
|
|
|
7168
7175
|
"iconName": "paint-bucket-drop",
|
|
7169
7176
|
"pathname": "src/IconPaintBucketDrop"
|
|
7170
7177
|
},
|
|
7178
|
+
{
|
|
7179
|
+
"svg": "<Path d=\"M15.8703 12.9548L23.8008 11M2.80078 16.1763L15.8869 12.9527L16.2634 14.4445C16.6792 16.0924 15.6643 17.7613 13.9964 18.1721L6.95006 19.9079C5.28223 20.3188 3.59309 19.316 3.17725 17.6682L2.80078 16.1763Z\" stroke=\"currentColor\"/><Path d=\"M8.75 5L9.5 3.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M4.30391 10.5L3 9.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Ellipse cx=\"13.25\" cy=\"7.03\" rx=\"0.75\" ry=\"0.78\" fill=\"currentColor\"/><Ellipse cx=\"8.75\" cy=\"9.03\" rx=\"0.75\" ry=\"0.78\" fill=\"currentColor\"/><Ellipse cx=\"4.25\" cy=\"5.78\" rx=\"0.75\" ry=\"0.78\" fill=\"currentColor\"/>",
|
|
7180
|
+
"tags": "Ellipse, Path",
|
|
7181
|
+
"componentName": "IconPan",
|
|
7182
|
+
"iconName": "pan, cooking, skills",
|
|
7183
|
+
"pathname": "src/IconPan"
|
|
7184
|
+
},
|
|
7171
7185
|
{
|
|
7172
7186
|
"svg": "<Path d=\"M14 7.5H20.5V4.5H3.5V7.5H7.5V13C7.5 13.8284 8.17157 14.5 9 14.5C9.82843 14.5 10.5 13.8284 10.5 13V9.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14 13.5H21.5V16.5H3.5V13.5H7.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14 10.5H20.5V13.5H10.5M7.25 10.5H3.5V13.5H7.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18 7.5H20.5V10.5H14M7.25 7.5H2.5V10.5H7.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.5 16.5H3.5V19.5H20.5V16.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10.5 9.5V10C10.5 10.8284 11.1716 11.5 12 11.5C12.8284 11.5 13.5 10.8284 13.5 10V7.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M1.5 19.5H22.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
7173
7187
|
"tags": "Path",
|