@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.92 → 1.1.95
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/IconArrowLoopDownLeft/index.d.ts +4 -0
- package/IconArrowLoopDownLeft/index.js +2 -0
- package/IconArrowLoopDownLeft/index.js.map +1 -0
- package/IconArrowLoopDownLeft/index.mjs +2 -0
- package/IconArrowLoopDownLeft/index.mjs.map +1 -0
- package/IconBag3/index.d.ts +4 -0
- package/IconBag3/index.js +2 -0
- package/IconBag3/index.js.map +1 -0
- package/IconBag3/index.mjs +2 -0
- package/IconBag3/index.mjs.map +1 -0
- package/IconFolders2/index.d.ts +4 -0
- package/IconFolders2/index.js +2 -0
- package/IconFolders2/index.js.map +1 -0
- package/IconFolders2/index.mjs +2 -0
- package/IconFolders2/index.mjs.map +1 -0
- package/IconIconists/index.d.ts +4 -0
- package/IconIconists/index.js +2 -0
- package/IconIconists/index.js.map +1 -0
- package/IconIconists/index.mjs +2 -0
- package/IconIconists/index.mjs.map +1 -0
- package/IconListBullets/index.js +1 -1
- package/IconListBullets/index.js.map +1 -1
- package/IconListBullets/index.mjs +1 -1
- package/IconListBullets/index.mjs.map +1 -1
- package/IconListBulletsSquare/index.d.ts +4 -0
- package/IconListBulletsSquare/index.js +2 -0
- package/IconListBulletsSquare/index.js.map +1 -0
- package/IconListBulletsSquare/index.mjs +2 -0
- package/IconListBulletsSquare/index.mjs.map +1 -0
- package/IconVoiceLow/index.d.ts +4 -0
- package/IconVoiceLow/index.js +2 -0
- package/IconVoiceLow/index.js.map +1 -0
- package/IconVoiceLow/index.mjs +2 -0
- package/IconVoiceLow/index.mjs.map +1 -0
- package/README.md +7 -1
- package/filtered-icons.json +86 -2
- package/icons/index.d.ts +6 -0
- package/icons-index.json +21 -9
- package/index.d.ts +6 -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 +44 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -700,6 +700,13 @@
|
|
|
700
700
|
"iconName": "arrow-left-x, delete, remove, backspace",
|
|
701
701
|
"pathname": "src/IconArrowLeftX"
|
|
702
702
|
},
|
|
703
|
+
{
|
|
704
|
+
"svg": "<Path d=\"M13 17C16.3137 17 19 14.3137 19 11V10.5C19 6.91015 16.0899 4 12.5 4C8.91015 4 6 6.91015 6 10.5V20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2 16L6 20L10 16\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
705
|
+
"tags": "Path",
|
|
706
|
+
"componentName": "IconArrowLoopDownLeft",
|
|
707
|
+
"iconName": "arrow-loop-down-left, restore, reset",
|
|
708
|
+
"pathname": "src/IconArrowLoopDownLeft"
|
|
709
|
+
},
|
|
703
710
|
{
|
|
704
711
|
"svg": "<Path d=\"M20 14.75V20H4V14.75M12 15.25V5M16.5 8.5L12 4L7.49999 8.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
705
712
|
"tags": "Path",
|
|
@@ -1232,6 +1239,13 @@
|
|
|
1232
1239
|
"iconName": "bag 2-sparkle, shopping, add, plus",
|
|
1233
1240
|
"pathname": "src/IconBag2Sparkle"
|
|
1234
1241
|
},
|
|
1242
|
+
{
|
|
1243
|
+
"svg": "<Path d=\"M21 7H3V20H21V7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.00391 7V3H16.0039V7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3 11.5L12 13L21 11\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 12V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
1244
|
+
"tags": "Path",
|
|
1245
|
+
"componentName": "IconBag3",
|
|
1246
|
+
"iconName": "bag-3, luggage, suitcase, work",
|
|
1247
|
+
"pathname": "src/IconBag3"
|
|
1248
|
+
},
|
|
1235
1249
|
{
|
|
1236
1250
|
"svg": "<Path d=\"M20 9.52857C20 15.5 15 19 12 19C9 19 4 15.5 4 9.52857C4 4.83415 7.58172 2 12 2C16.4183 2 20 4.83415 20 9.52857Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M8 9.98571C8 7.50043 9.79086 6 12 6\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.5 19L9.5 22H14.5L13.5 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
1237
1251
|
"tags": "Path",
|
|
@@ -5355,6 +5369,13 @@
|
|
|
5355
5369
|
"iconName": "folders",
|
|
5356
5370
|
"pathname": "src/IconFolders"
|
|
5357
5371
|
},
|
|
5372
|
+
{
|
|
5373
|
+
"svg": "<Path d=\"M7 15V4H11.5L13.5 6H21V15H7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 8V19H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
5374
|
+
"tags": "Path",
|
|
5375
|
+
"componentName": "IconFolders2",
|
|
5376
|
+
"iconName": "folders-2, collection, stuff",
|
|
5377
|
+
"pathname": "src/IconFolders2"
|
|
5378
|
+
},
|
|
5358
5379
|
{
|
|
5359
5380
|
"svg": "<Path d=\"M3 7V4H10L12 7H21V19H14M7.75 12.5C7.75 13.4665 6.9665 14.25 6 14.25C5.0335 14.25 4.25 13.4665 4.25 12.5C4.25 11.5335 5.0335 10.75 6 10.75C6.9665 10.75 7.75 11.5335 7.75 12.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6 17C7.86384 17 9.42998 18.2748 9.87402 20H2.12598C2.57002 18.2748 4.13616 17 6 17Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5360
5381
|
"tags": "Path",
|
|
@@ -6146,6 +6167,13 @@
|
|
|
6146
6167
|
"iconName": "ice-hockey",
|
|
6147
6168
|
"pathname": "src/IconIceHockey"
|
|
6148
6169
|
},
|
|
6170
|
+
{
|
|
6171
|
+
"svg": "<Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
|
|
6172
|
+
"tags": "Path",
|
|
6173
|
+
"componentName": "IconIconists",
|
|
6174
|
+
"iconName": "iconists",
|
|
6175
|
+
"pathname": "src/IconIconists"
|
|
6176
|
+
},
|
|
6149
6177
|
{
|
|
6150
6178
|
"svg": "<Path d=\"M21 13H3M10 17H14V21H10V17ZM3 4H21V17H3V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
6151
6179
|
"tags": "Path",
|
|
@@ -6756,12 +6784,19 @@
|
|
|
6756
6784
|
"pathname": "src/IconLiquidGlass"
|
|
6757
6785
|
},
|
|
6758
6786
|
{
|
|
6759
|
-
"svg": "<Path d=\"
|
|
6760
|
-
"tags": "Path",
|
|
6787
|
+
"svg": "<Path d=\"M9 6L21 6\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M9 12L21 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M9 18L21 18\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6788
|
+
"tags": "Circle, Path",
|
|
6761
6789
|
"componentName": "IconListBullets",
|
|
6762
6790
|
"iconName": "list-bullets",
|
|
6763
6791
|
"pathname": "src/IconListBullets"
|
|
6764
6792
|
},
|
|
6793
|
+
{
|
|
6794
|
+
"svg": "<Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.25 14.75C8.94036 14.75 9.5 15.3096 9.5 16C9.5 16.6904 8.94036 17.25 8.25 17.25C7.55964 17.25 7 16.6904 7 16C7 15.3096 7.55964 14.75 8.25 14.75Z\" fill=\"currentColor\"/><Path d=\"M8.25 10.75C8.94036 10.75 9.5 11.3096 9.5 12C9.5 12.6904 8.94036 13.25 8.25 13.25C7.55964 13.25 7 12.6904 7 12C7 11.3096 7.55964 10.75 8.25 10.75Z\" fill=\"currentColor\"/><Path d=\"M8.25 6.75C8.94036 6.75 9.5 7.30964 9.5 8C9.5 8.69036 8.94036 9.25 8.25 9.25C7.55964 9.25 7 8.69036 7 8C7 7.30964 7.55964 6.75 8.25 6.75Z\" fill=\"currentColor\"/>",
|
|
6795
|
+
"tags": "Path",
|
|
6796
|
+
"componentName": "IconListBulletsSquare",
|
|
6797
|
+
"iconName": "list-bullets-square",
|
|
6798
|
+
"pathname": "src/IconListBulletsSquare"
|
|
6799
|
+
},
|
|
6765
6800
|
{
|
|
6766
6801
|
"svg": "<Path d=\"M4 18H7M4 12H9M4 6H20M17 10.5L18.5 13.5L21.5 15L18.5 16.5L17 19.5L15.5 16.5L12.5 15L15.5 13.5L17 10.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
6767
6802
|
"tags": "Path",
|
|
@@ -11438,6 +11473,13 @@
|
|
|
11438
11473
|
"iconName": "voice-high, wave",
|
|
11439
11474
|
"pathname": "src/IconVoiceHigh"
|
|
11440
11475
|
},
|
|
11476
|
+
{
|
|
11477
|
+
"svg": "<Path d=\"M8 7V17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 11.5V12.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 11V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 9V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M20 11.5V12.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
11478
|
+
"tags": "Path",
|
|
11479
|
+
"componentName": "IconVoiceLow",
|
|
11480
|
+
"iconName": "voice-low, wave",
|
|
11481
|
+
"pathname": "src/IconVoiceLow"
|
|
11482
|
+
},
|
|
11441
11483
|
{
|
|
11442
11484
|
"svg": "<Path d=\"M8 6V18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 11V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 8V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M20 11V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
11443
11485
|
"tags": "Path",
|