@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.149 → 1.1.151
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/IconArchive1/index.js +1 -1
- package/IconArchive1/index.js.map +1 -1
- package/IconArchive1/index.mjs +1 -1
- package/IconArchive1/index.mjs.map +1 -1
- package/IconArchiveJunk/index.d.ts +4 -0
- package/IconArchiveJunk/index.js +2 -0
- package/IconArchiveJunk/index.js.map +1 -0
- package/IconArchiveJunk/index.mjs +2 -0
- package/IconArchiveJunk/index.mjs.map +1 -0
- package/IconReplay/index.d.ts +4 -0
- package/IconReplay/index.js +2 -0
- package/IconReplay/index.js.map +1 -0
- package/IconReplay/index.mjs +2 -0
- package/IconReplay/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +31 -3
- package/icons/index.d.ts +2 -0
- package/icons-index.json +10 -6
- 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 +17 -3
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -498,12 +498,19 @@
|
|
|
498
498
|
"pathname": "src/IconArchive"
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
|
-
"svg": "<Path d=\"M20
|
|
501
|
+
"svg": "<Path d=\"M20 8V20H4V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 4H21V8H3V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M10 12H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
502
502
|
"tags": "Path",
|
|
503
503
|
"componentName": "IconArchive1",
|
|
504
504
|
"iconName": "archive-1, inbox, file",
|
|
505
505
|
"pathname": "src/IconArchive1"
|
|
506
506
|
},
|
|
507
|
+
{
|
|
508
|
+
"svg": "<Path d=\"M20 8V20H4V8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3 4H21V8H3V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M9.5 11.5L14.5 16.5M14.5 11.5L9.5 16.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
509
|
+
"tags": "Path",
|
|
510
|
+
"componentName": "IconArchiveJunk",
|
|
511
|
+
"iconName": "archive-junk",
|
|
512
|
+
"pathname": "src/IconArchiveJunk"
|
|
513
|
+
},
|
|
507
514
|
{
|
|
508
515
|
"svg": "<Path d=\"M17.7422 6.23022L19.9996 7.50002V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M19.9996 14V16.5L17.7422 17.7698\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M14.1795 19.7743L12.0004 21L9.82129 19.7743\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6.25741 17.7698L4 16.5V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 10V7.50002L6.25741 6.23022\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M9.82129 4.22573L12.0004 3L14.1794 4.22573\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M11.9996 12V14M11.9996 12L10.2676 11M11.9996 12L13.7317 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6.59808 9.00002L4.5 7.7887\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M4.5 16.2113L6.59808 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M12 20.5V18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M19.5004 16.2113L17.4023 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M17.4023 9.00002L19.5004 7.7887\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M12 6V3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
509
516
|
"tags": "Path",
|
|
@@ -3287,7 +3294,7 @@
|
|
|
3287
3294
|
"svg": "<Path d=\"M15 9L9 15M15 15L9 9M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
3288
3295
|
"tags": "Path",
|
|
3289
3296
|
"componentName": "IconCircleX",
|
|
3290
|
-
"iconName": "circle-x, close, checkbox, remove",
|
|
3297
|
+
"iconName": "circle-x, close, checkbox, remove, failed, cancel",
|
|
3291
3298
|
"pathname": "src/IconCircleX"
|
|
3292
3299
|
},
|
|
3293
3300
|
{
|
|
@@ -9335,7 +9342,7 @@
|
|
|
9335
9342
|
"svg": "<Circle cx=\"6\" cy=\"6\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"6\" cy=\"18\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"18\" cy=\"18\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 8V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M13 6H18V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M14 4L12 6L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
9336
9343
|
"tags": "Circle, Path",
|
|
9337
9344
|
"componentName": "IconPullRequest",
|
|
9338
|
-
"iconName": "pull-request",
|
|
9345
|
+
"iconName": "pull-request, pr-create",
|
|
9339
9346
|
"pathname": "src/IconPullRequest"
|
|
9340
9347
|
},
|
|
9341
9348
|
{
|
|
@@ -9625,6 +9632,13 @@
|
|
|
9625
9632
|
"iconName": "repeat",
|
|
9626
9633
|
"pathname": "src/IconRepeat"
|
|
9627
9634
|
},
|
|
9635
|
+
{
|
|
9636
|
+
"svg": "<Path d=\"M10.25 15.25V8.75L15.25 12L10.25 15.25Z\" fill=\"currentColor\"/><Path d=\"M4.35991 8.27096C5.74137 5.44577 8.64365 3.5 12.0004 3.5C16.6948 3.5 20.5004 7.30558 20.5004 12C20.5004 16.6944 16.6948 20.5 12.0004 20.5C7.64428 20.5 4.05352 17.2232 3.55859 13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3.5 4V9H8.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
9637
|
+
"tags": "Path",
|
|
9638
|
+
"componentName": "IconReplay",
|
|
9639
|
+
"iconName": "replay, play-again",
|
|
9640
|
+
"pathname": "src/IconReplay"
|
|
9641
|
+
},
|
|
9628
9642
|
{
|
|
9629
9643
|
"svg": "<Path d=\"M11.9659 8.73244H5.49394C5.34517 8.73376 5.1976 8.70575 5.05966 8.65001C4.92172 8.59428 4.79611 8.51191 4.69002 8.40761C4.58393 8.3033 4.49944 8.17912 4.44136 8.04215C4.38329 7.90518 4.35277 7.7581 4.35156 7.60933V3.8731C4.35156 3.24642 4.86802 2.75 5.49394 2.75H10.8227C11.4602 2.75 11.9659 3.25721 11.9659 3.8731V8.73244ZM18.9064 15.2491H11.9728V8.72396H18.9064C19.5771 8.72396 20.1305 9.27665 20.1305 9.9465V14.0273C20.1305 14.7095 19.5778 15.2491 18.9064 15.2491ZM10.8227 21.25H5.49394C4.86802 21.25 4.35156 20.7436 4.35156 20.1292V16.3884C4.35156 15.774 4.86802 15.2676 5.49394 15.2676H11.9659V20.1292C11.9659 20.7436 11.4494 21.25 10.8227 21.25Z\" fill=\"currentColor\"/>",
|
|
9630
9644
|
"tags": "Path",
|