@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.95 → 1.1.97
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/IconArrowSplitDown1/index.d.ts +4 -0
- package/IconArrowSplitDown1/index.js +2 -0
- package/IconArrowSplitDown1/index.js.map +1 -0
- package/IconArrowSplitDown1/index.mjs +2 -0
- package/IconArrowSplitDown1/index.mjs.map +1 -0
- package/IconFolders2/index.js +1 -1
- package/IconFolders2/index.js.map +1 -1
- package/IconFolders2/index.mjs +1 -1
- package/IconFolders2/index.mjs.map +1 -1
- package/IconListAdd/index.d.ts +4 -0
- package/IconListAdd/index.js +2 -0
- package/IconListAdd/index.js.map +1 -0
- package/IconListAdd/index.mjs +2 -0
- package/IconListAdd/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- 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 +16 -2
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -882,6 +882,13 @@
|
|
|
882
882
|
"iconName": "arrow-split-down, branch",
|
|
883
883
|
"pathname": "src/IconArrowSplitDown"
|
|
884
884
|
},
|
|
885
|
+
{
|
|
886
|
+
"svg": "<Path d=\"M3.5 14.5V20.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 20.5H20.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12V3.5M12 12L4 20M12 12L20 20\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
|
+
"tags": "Path",
|
|
888
|
+
"componentName": "IconArrowSplitDown1",
|
|
889
|
+
"iconName": "arrow-split-down",
|
|
890
|
+
"pathname": "src/IconArrowSplitDown1"
|
|
891
|
+
},
|
|
885
892
|
{
|
|
886
893
|
"svg": "<Path d=\"M3.5 13.5V4.5H16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 1.5L16.5 4.5L13.5 7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 10.5V19.5H8\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10.5 22.5L7.5 19.5L10.5 16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
894
|
"tags": "Path",
|
|
@@ -5370,7 +5377,7 @@
|
|
|
5370
5377
|
"pathname": "src/IconFolders"
|
|
5371
5378
|
},
|
|
5372
5379
|
{
|
|
5373
|
-
"svg": "<Path d=\"
|
|
5380
|
+
"svg": "<Path d=\"M5.5 16.5V3.5H11L13.5 6H21.5V16.5H5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.5 6.5V19.5H18.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5374
5381
|
"tags": "Path",
|
|
5375
5382
|
"componentName": "IconFolders2",
|
|
5376
5383
|
"iconName": "folders-2, collection, stuff",
|
|
@@ -6661,7 +6668,7 @@
|
|
|
6661
6668
|
"svg": "<Path d=\"M3.5 3.5V20.5M8.5 3.5V20.5M12.5 3.5L20.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6662
6669
|
"tags": "Path",
|
|
6663
6670
|
"componentName": "IconLibrary",
|
|
6664
|
-
"iconName": "library",
|
|
6671
|
+
"iconName": "library, stuff, vinyl-records",
|
|
6665
6672
|
"pathname": "src/IconLibrary"
|
|
6666
6673
|
},
|
|
6667
6674
|
{
|
|
@@ -6783,6 +6790,13 @@
|
|
|
6783
6790
|
"iconName": "liquid-glass, glass-effect",
|
|
6784
6791
|
"pathname": "src/IconLiquidGlass"
|
|
6785
6792
|
},
|
|
6793
|
+
{
|
|
6794
|
+
"svg": "<Path d=\"M3.5 5.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.5 11.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.5 17.5H9.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M13.5 14.5L21.5 14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M17.5 10.5V18.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
6795
|
+
"tags": "Path",
|
|
6796
|
+
"componentName": "IconListAdd",
|
|
6797
|
+
"iconName": "list-add, list-plus, new-list",
|
|
6798
|
+
"pathname": "src/IconListAdd"
|
|
6799
|
+
},
|
|
6786
6800
|
{
|
|
6787
6801
|
"svg": "<Path d=\"M8.5 6.5L20.5 6.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"6.5\" r=\"1\" fill=\"currentColor\"/><Path d=\"M8.5 12L20.5 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"12\" r=\"1\" fill=\"currentColor\"/><Path d=\"M8.5 17.5L20.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"4\" cy=\"17.5\" r=\"1\" fill=\"currentColor\"/>",
|
|
6788
6802
|
"tags": "Circle, Path",
|