@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.96 → 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/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 +29 -1
- 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 +15 -1
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=\"M15 20H20V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 15V20H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12V4M12 12L5 19M12 12L19 19\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M4 13V5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 2L16 5L13 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 11V19H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 22L8 19L11 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
887
894
|
"tags": "Path",
|
|
@@ -6661,7 +6668,7 @@
|
|
|
6661
6668
|
"svg": "<Path d=\"M4 4V20M9 4V20M14 4L20 20\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M4 6H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 12H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 15L21 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 12V18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 18H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"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=\"M10 6L20 6\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"6\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M10 12L20 12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"12\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M10 18L20 18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"4.5\" cy=\"18\" r=\"1.5\" fill=\"currentColor\"/>",
|
|
6788
6802
|
"tags": "Circle, Path",
|