@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.178 → 1.1.179
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/IconFolderOpenFront/index.d.ts +4 -0
- package/IconFolderOpenFront/index.js +2 -0
- package/IconFolderOpenFront/index.js.map +1 -0
- package/IconFolderOpenFront/index.mjs +2 -0
- package/IconFolderOpenFront/index.mjs.map +1 -0
- package/IconImagineHead/index.d.ts +4 -0
- package/IconImagineHead/index.js +2 -0
- package/IconImagineHead/index.js.map +1 -0
- package/IconImagineHead/index.mjs +2 -0
- package/IconImagineHead/index.mjs.map +1 -0
- package/IconInfoSimple/index.d.ts +4 -0
- package/IconInfoSimple/index.js +2 -0
- package/IconInfoSimple/index.js.map +1 -0
- package/IconInfoSimple/index.mjs +2 -0
- package/IconInfoSimple/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -5768,6 +5768,13 @@
|
|
|
5768
5768
|
"iconName": "folder-open",
|
|
5769
5769
|
"pathname": "src/IconFolderOpen"
|
|
5770
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"svg": "<Path d=\"M3 9L3 4H10L12 6H21V9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M1.5 12H22.5L21 19H3L1.5 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5773
|
+
"tags": "Path",
|
|
5774
|
+
"componentName": "IconFolderOpenFront",
|
|
5775
|
+
"iconName": "folder-open-front",
|
|
5776
|
+
"pathname": "src/IconFolderOpenFront"
|
|
5777
|
+
},
|
|
5771
5778
|
{
|
|
5772
5779
|
"svg": "<Path d=\"M4 8V4H16V6M4 8H3.00391V20H21.0039V11H20M4 8H9.00391L12.0039 11H16M16 11V6M16 11H20M16 6H20V11\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5773
5780
|
"tags": "Path",
|
|
@@ -6909,6 +6916,13 @@
|
|
|
6909
6916
|
"iconName": "imagine-ai, cube, room, 3d, opject, vector",
|
|
6910
6917
|
"pathname": "src/IconImagineAi"
|
|
6911
6918
|
},
|
|
6919
|
+
{
|
|
6920
|
+
"svg": "<Path d=\"M15 22L15.7037 19.1117C16.5 16 22 19 19.5 11.5L21 9.5C19.6137 8.77476 17.7343 8.24052 17.2081 6.60974C16.5268 4.49861 15 3 11 3M6.99998 22L7.49994 19.5C7.97191 16.6682 4.43415 14.2819 4.03613 11.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6.4 2H5.6L4.6 4.6L2 5.6V6.4L4.6 7.4L5.6 10H6.4L7.4 7.4L10 6.4V5.6L7.4 4.6L6.4 2Z\" fill=\"currentColor\"/>",
|
|
6921
|
+
"tags": "Path",
|
|
6922
|
+
"componentName": "IconImagineHead",
|
|
6923
|
+
"iconName": "imagine-head, thinking, ai",
|
|
6924
|
+
"pathname": "src/IconImagineHead"
|
|
6925
|
+
},
|
|
6912
6926
|
{
|
|
6913
6927
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.4554 2.25C19.8272 2.25 21.75 4.17278 21.75 6.54465V17.4554C21.75 19.8272 19.8272 21.75 17.4554 21.75H6.54465C4.17278 21.75 2.25 19.8272 2.25 17.4554V6.54465C2.25 4.17278 4.17278 2.25 6.54465 2.25H17.4554ZM12.0002 5.62563C10.1019 5.62565 8.28146 6.25372 6.93922 7.37172C5.59697 8.48972 4.8429 10.0061 4.84289 11.5871C4.84462 12.6156 5.16573 13.6261 5.77501 14.5206C6.38428 15.4151 7.26101 16.1631 8.31998 16.6919C8.03794 17.3233 7.61493 17.9154 7.06848 18.4437C8.12818 18.2577 9.12295 17.8669 9.97535 17.3017C10.6326 17.4644 11.3145 17.5476 12.0002 17.5487C13.8984 17.5487 15.7188 16.9206 17.0611 15.8026C18.4033 14.6846 19.1574 13.1682 19.1574 11.5871C19.1574 10.0061 18.4033 8.48972 17.0611 7.37172C15.7188 6.25373 13.8984 5.62565 12.0002 5.62563Z\" fill=\"currentColor\"/>",
|
|
6914
6928
|
"tags": "Path",
|
|
@@ -6958,6 +6972,13 @@
|
|
|
6958
6972
|
"iconName": "infinity, loop, boomerang",
|
|
6959
6973
|
"pathname": "src/IconInfinity"
|
|
6960
6974
|
},
|
|
6975
|
+
{
|
|
6976
|
+
"svg": "<Circle cx=\"12\" cy=\"5.5\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M9 10.5H12V19M12 19H9M12 19H15\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6977
|
+
"tags": "Circle, Path",
|
|
6978
|
+
"componentName": "IconInfoSimple",
|
|
6979
|
+
"iconName": "info-simple, tooltip, information",
|
|
6980
|
+
"pathname": "src/IconInfoSimple"
|
|
6981
|
+
},
|
|
6961
6982
|
{
|
|
6962
6983
|
"svg": "<Path d=\"M3.5 14.9655C3.17607 14.0369 3 13.039 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.039 20.8239 14.0369 20.5 14.9655\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M7.5 19.5L12 10.5L16.5 19.5L12 17.5L7.5 19.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
6963
6984
|
"tags": "Path",
|