@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.113 → 1.1.115
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/Icon3dPackage/index.d.ts +4 -0
- package/Icon3dPackage/index.js +2 -0
- package/Icon3dPackage/index.js.map +1 -0
- package/Icon3dPackage/index.mjs +2 -0
- package/Icon3dPackage/index.mjs.map +1 -0
- package/IconHammer2/index.d.ts +4 -0
- package/IconHammer2/index.js +2 -0
- package/IconHammer2/index.js.map +1 -0
- package/IconHammer2/index.mjs +2 -0
- package/IconHammer2/index.mjs.map +1 -0
- package/IconIllustration/index.d.ts +4 -0
- package/IconIllustration/index.js +2 -0
- package/IconIllustration/index.js.map +1 -0
- package/IconIllustration/index.mjs +2 -0
- package/IconIllustration/index.mjs.map +1 -0
- package/IconTrashRounded/index.d.ts +4 -0
- package/IconTrashRounded/index.js +2 -0
- package/IconTrashRounded/index.js.map +1 -0
- package/IconTrashRounded/index.mjs +2 -0
- package/IconTrashRounded/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +14 -6
- package/index.d.ts +4 -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 +28 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -21,6 +21,13 @@
|
|
|
21
21
|
"iconName": "3d-box-top, shaders, model, cube, ar",
|
|
22
22
|
"pathname": "src/Icon3dBoxTop"
|
|
23
23
|
},
|
|
24
|
+
{
|
|
25
|
+
"svg": "<Path d=\"M11 12.5771V22.5762L2.33984 17.5771V7.57715L11 12.5771Z\" fill=\"currentColor\"/><Path d=\"M21.6602 17.5771L13 22.5762V12.5771L21.6602 7.57715V17.5771Z\" fill=\"currentColor\"/><Path d=\"M15.3291 8.92188L12 10.8447L3.33984 5.84473L6.66895 3.92285L15.3291 8.92188Z\" fill=\"currentColor\"/><Path d=\"M20.6592 5.84473L17.3281 7.76758L8.66895 2.76758L12 0.845703L20.6592 5.84473Z\" fill=\"currentColor\"/>",
|
|
26
|
+
"tags": "Path",
|
|
27
|
+
"componentName": "Icon3dPackage",
|
|
28
|
+
"iconName": "3d-package, box",
|
|
29
|
+
"pathname": "src/Icon3dPackage"
|
|
30
|
+
},
|
|
24
31
|
{
|
|
25
32
|
"svg": "<Path d=\"M9.99995 12C9.99995 9.02506 10.3299 6.36771 10.8434 4.48495C11.1021 3.53641 11.3923 2.84109 11.6726 2.40636C11.8732 2.09533 11.9998 2.01683 12.0326 2.00006C17.5295 2.01761 21.9823 6.47041 21.9999 11.9674C21.9831 12.0001 21.9046 12.1268 21.5936 12.3273C21.1589 12.6076 20.4635 12.8979 19.515 13.1566C17.6323 13.67 14.9749 14 11.9999 14C11.3316 14 10.6793 13.9834 10.0482 13.9517C10.0166 13.3206 9.99995 12.6683 9.99995 12Z\" fill=\"currentColor\"/><Path d=\"M8.03867 13.7939C6.68364 13.6467 5.47677 13.4271 4.48489 13.1566C3.53635 12.8979 2.84103 12.6076 2.40629 12.3273C2.09527 12.1268 2.01677 12.0001 2 11.9674C2.0148 7.33262 5.18262 3.44015 9.47087 2.32258C9.26073 2.81339 9.07563 3.36556 8.91386 3.95872C8.34156 6.05718 7.99995 8.89983 7.99995 12C7.99995 12.6091 8.01314 13.2083 8.03867 13.7939Z\" fill=\"currentColor\"/><Path d=\"M8.18077 15.8192C8.33654 17.4082 8.58775 18.8456 8.91386 20.0413C9.07563 20.6345 9.26073 21.1866 9.47087 21.6774C5.98036 20.7678 3.23219 18.0196 2.32252 14.5291C2.81333 14.7392 3.3655 14.9243 3.95866 15.0861C5.1544 15.4122 6.59179 15.6634 8.18077 15.8192Z\" fill=\"currentColor\"/><Path d=\"M12.0326 22C16.6673 21.9852 20.5598 18.8173 21.6774 14.5291C21.1866 14.7392 20.6344 14.9243 20.0412 15.0861C17.9428 15.6584 15.1001 16 11.9999 16C11.3908 16 10.7916 15.9868 10.2061 15.9613C10.3533 17.3163 10.5729 18.5232 10.8434 19.5151C11.1021 20.4636 11.3923 21.1589 11.6726 21.5937C11.8732 21.9047 11.9998 21.9832 12.0326 22Z\" fill=\"currentColor\"/>",
|
|
26
33
|
"tags": "Path",
|
|
@@ -6097,6 +6104,13 @@
|
|
|
6097
6104
|
"iconName": "hammer, craft, build",
|
|
6098
6105
|
"pathname": "src/IconHammer"
|
|
6099
6106
|
},
|
|
6107
|
+
{
|
|
6108
|
+
"svg": "<Path d=\"M12.5001 14.9997L7.25013 20.2497C6.28363 21.2162 4.71662 21.2162 3.75013 20.2497C2.78389 19.2832 2.78373 17.7162 3.75013 16.7497L9.00013 11.4997L12.5001 14.9997Z\" fill=\"currentColor\"/><Path d=\"M7.79017 2.2722C9.99792 1.79841 12.0698 1.82405 13.9552 2.46751C15.8483 3.1137 17.4758 4.35711 18.8283 6.18724C18.9314 6.32686 19.0234 6.44982 19.1222 6.62767C19.4978 7.30367 19.4974 8.03101 19.5167 8.42552C19.5396 8.89218 19.5797 9.0743 19.6896 9.2263C19.7513 9.31167 19.816 9.37912 19.9074 9.46849H20.9142L22.9142 11.4685L17.5001 16.8826L15.5001 14.8826V14.4685C15.5001 14.0815 15.1462 13.7912 14.7667 13.8669L13.6681 14.0867L9.92396 10.3025L10.0158 9.79173C10.2665 8.39284 10.1538 7.5243 9.81068 6.86986C9.45797 6.19724 8.77453 5.57972 7.51185 4.87279L7.00013 4.58665V2.44212L7.79017 2.2722Z\" fill=\"currentColor\"/>",
|
|
6109
|
+
"tags": "Path",
|
|
6110
|
+
"componentName": "IconHammer2",
|
|
6111
|
+
"iconName": "hammer-2, crafting, building",
|
|
6112
|
+
"pathname": "src/IconHammer2"
|
|
6113
|
+
},
|
|
6100
6114
|
{
|
|
6101
6115
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.8936 2C12.9731 2 12.2269 2.74619 12.2269 3.66667V10.3333H11.1158V4.77778C11.1158 3.8573 10.3696 3.11111 9.44916 3.11111C8.52869 3.11111 7.7825 3.8573 7.7825 4.77778V12.7857L5.81194 10.8151C5.10953 10.1127 3.95252 10.1768 3.33198 10.9525L2.88281 11.5139L6.0967 17.9417C7.34029 20.4289 9.8824 22 12.6632 22C16.7178 22 20.0047 18.7131 20.0047 14.6585V5.61111C20.0047 4.69064 19.2585 3.94444 18.3381 3.94444C17.4176 3.94444 16.6714 4.69064 16.6714 5.61111V11.1667H15.5603V3.66667C15.5603 2.74619 14.8141 2 13.8936 2Z\" fill=\"currentColor\"/>",
|
|
6102
6116
|
"tags": "Path",
|
|
@@ -6370,6 +6384,13 @@
|
|
|
6370
6384
|
"iconName": "iconists",
|
|
6371
6385
|
"pathname": "src/IconIconists"
|
|
6372
6386
|
},
|
|
6387
|
+
{
|
|
6388
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M22 20H2V4H22V20ZM17.9531 13.8379C16.3538 12.9378 14.4299 16.3942 16.7373 16.9746C18.0009 17.2924 19.2469 14.5525 17.9531 13.8379ZM15.1309 8.11914C15.0166 7.21338 14.1392 6.83207 13.1416 7.06934C9.38657 7.96311 11.7928 10.1547 10.2666 10.9756C9.42001 10.8161 10.2629 9.00728 8.875 8.88672C6.65837 8.69423 8.95909 12.129 8.09668 12.7666C8.05409 12.7976 8.00982 12.8262 7.96387 12.8516C7.50506 12.7673 7.14945 8.9408 6.02539 10.1084C4.77828 11.404 6.09248 12.6725 6.47266 13.6562C6.29639 14.0863 6.16401 14.3485 5.9834 14.6611C5.84948 14.8933 5.9179 15.1887 6.15723 15.3115C7.68648 16.0955 11.1708 17.2325 12.0869 16.2061C12.2108 15.953 12.2205 15.8964 12.1641 15.6191C11.6105 14.5494 9.61129 15.4462 9.01758 14.4238C8.7397 12.4887 13.9314 14.9635 15.2998 13.7109C15.7549 11.523 11.9436 12.586 11.3936 12.1084C11.9938 10.4335 18.839 12.2567 18.1387 10.0049C16.2341 8.11927 13.6541 10.9348 12.1377 10.4316C11.3828 9.45696 14.9408 8.55542 15.1309 8.11914Z\" fill=\"currentColor\"/>",
|
|
6389
|
+
"tags": "Path",
|
|
6390
|
+
"componentName": "IconIllustration",
|
|
6391
|
+
"iconName": "illustration, painting, art",
|
|
6392
|
+
"pathname": "src/IconIllustration"
|
|
6393
|
+
},
|
|
6373
6394
|
{
|
|
6374
6395
|
"svg": "<Path d=\"M2 3V12H22V3H2Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2 18V14H22V18H15V22H9V18H2ZM11 18V20H13V18H11Z\" fill=\"currentColor\"/>",
|
|
6375
6396
|
"tags": "Path",
|
|
@@ -11333,6 +11354,13 @@
|
|
|
11333
11354
|
"iconName": "trash-permanently, remove",
|
|
11334
11355
|
"pathname": "src/IconTrashPermanently"
|
|
11335
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2.25C14.2814 2.25 16.3867 2.53726 17.9551 3.02734C18.7333 3.27054 19.4361 3.58132 19.9658 3.97266C20.4759 4.34954 21 4.93869 21 5.75C21 5.88698 20.9833 6.01724 20.9561 6.1416L19.7842 14.9346C19.5905 16.3871 19.4767 17.3094 19.1514 18.0811C18.4357 19.7781 16.9799 21.0529 15.2031 21.5381C14.3952 21.7587 13.4656 21.75 12 21.75C10.5344 21.75 9.60484 21.7587 8.79688 21.5381C7.02015 21.0529 5.56429 19.7781 4.84863 18.0811C4.52334 17.3094 4.40948 16.3871 4.21582 14.9346L3.04297 6.1416C3.01571 6.0173 3 5.8869 3 5.75C3 4.93869 3.52414 4.34954 4.03418 3.97266C4.56385 3.58132 5.2667 3.27054 6.04492 3.02734C7.61326 2.53726 9.71857 2.25 12 2.25ZM12 4.25C9.86335 4.25 7.96867 4.52185 6.6416 4.93652C5.97211 5.14574 5.50263 5.3742 5.22266 5.58105C5.12391 5.65402 5.06737 5.71157 5.03418 5.75C5.06737 5.78843 5.12391 5.84598 5.22266 5.91895C5.50263 6.1258 5.97211 6.35426 6.6416 6.56348C7.96867 6.97815 9.86335 7.25 12 7.25C14.1367 7.25 16.0313 6.97815 17.3584 6.56348C18.0279 6.35426 18.4974 6.1258 18.7773 5.91895C18.8757 5.84629 18.9316 5.78841 18.9648 5.75C18.9316 5.71159 18.8757 5.65371 18.7773 5.58105C18.4974 5.3742 18.0279 5.14574 17.3584 4.93652C16.0313 4.52185 14.1367 4.25 12 4.25Z\" fill=\"currentColor\"/>",
|
|
11359
|
+
"tags": "Path",
|
|
11360
|
+
"componentName": "IconTrashRounded",
|
|
11361
|
+
"iconName": "trash-rounded, delete, remove",
|
|
11362
|
+
"pathname": "src/IconTrashRounded"
|
|
11363
|
+
},
|
|
11336
11364
|
{
|
|
11337
11365
|
"svg": "<Path d=\"M22 20H18V12H22V20Z\" fill=\"currentColor\"/><Path d=\"M22 10H18V4C20.2091 4 22 5.79086 22 8V10Z\" fill=\"currentColor\"/><Path d=\"M16 10V4H8V10H11V9H13V10H16Z\" fill=\"currentColor\"/><Path d=\"M11 12V13H13V12H16V20H8V12H11Z\" fill=\"currentColor\"/><Path d=\"M6 4V10H2V8C2 5.79086 3.79086 4 6 4Z\" fill=\"currentColor\"/><Path d=\"M6 12V20H2V12H6Z\" fill=\"currentColor\"/>",
|
|
11338
11366
|
"tags": "Path",
|