@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.39 → 1.1.41
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/IconAnchor/index.d.ts +4 -0
- package/IconAnchor/index.js +2 -0
- package/IconAnchor/index.js.map +1 -0
- package/IconAnchor/index.mjs +2 -0
- package/IconAnchor/index.mjs.map +1 -0
- package/IconCheckCircle2/index.d.ts +4 -0
- package/IconCheckCircle2/index.js +2 -0
- package/IconCheckCircle2/index.js.map +1 -0
- package/IconCheckCircle2/index.mjs +2 -0
- package/IconCheckCircle2/index.mjs.map +1 -0
- package/IconDoupleCheck/index.d.ts +4 -0
- package/IconDoupleCheck/index.js +2 -0
- package/IconDoupleCheck/index.js.map +1 -0
- package/IconDoupleCheck/index.mjs +2 -0
- package/IconDoupleCheck/index.mjs.map +1 -0
- package/IconDoupleCheckmark1/index.d.ts +4 -0
- package/IconDoupleCheckmark1/index.js +2 -0
- package/IconDoupleCheckmark1/index.js.map +1 -0
- package/IconDoupleCheckmark1/index.mjs +2 -0
- package/IconDoupleCheckmark1/index.mjs.map +1 -0
- package/IconDoupleCheckmark1Small/index.d.ts +4 -0
- package/IconDoupleCheckmark1Small/index.js +2 -0
- package/IconDoupleCheckmark1Small/index.js.map +1 -0
- package/IconDoupleCheckmark1Small/index.mjs +2 -0
- package/IconDoupleCheckmark1Small/index.mjs.map +1 -0
- package/IconHook/index.d.ts +4 -0
- package/IconHook/index.js +2 -0
- package/IconHook/index.js.map +1 -0
- package/IconHook/index.mjs +2 -0
- package/IconHook/index.mjs.map +1 -0
- package/IconSwitchVoice/index.d.ts +4 -0
- package/IconSwitchVoice/index.js +2 -0
- package/IconSwitchVoice/index.js.map +1 -0
- package/IconSwitchVoice/index.mjs +2 -0
- package/IconSwitchVoice/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +19 -5
- package/index.d.ts +7 -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 +49 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -224,6 +224,13 @@
|
|
|
224
224
|
"iconName": "analytics, analysis",
|
|
225
225
|
"pathname": "src/IconAnalytics"
|
|
226
226
|
},
|
|
227
|
+
{
|
|
228
|
+
"svg": "<Circle cx=\"12\" cy=\"6.5\" r=\"2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9V16C12 18.2091 13.7909 20 16 20C18.2091 20 20 18.2091 20 16V13L18 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9V16C12 18.2091 10.2091 20 8 20C5.79086 20 4 18.2091 4 16V13L6 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
229
|
+
"tags": "Circle, Path",
|
|
230
|
+
"componentName": "IconAnchor",
|
|
231
|
+
"iconName": "anchor, webhooks",
|
|
232
|
+
"pathname": "src/IconAnchor"
|
|
233
|
+
},
|
|
227
234
|
{
|
|
228
235
|
"svg": "<Path d=\"M12 8C13.3807 8 14.5 6.88071 14.5 5.5C14.5 4.11929 13.3807 3 12 3C10.6193 3 9.5 4.11929 9.5 5.5C9.5 6.88071 10.6193 8 12 8ZM12 8V21M18 12H21L18.25 21H12M6 12H3L5.75 21H12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
229
236
|
"tags": "Path",
|
|
@@ -2611,6 +2618,13 @@
|
|
|
2611
2618
|
"iconName": "chart-7, statistics, graph",
|
|
2612
2619
|
"pathname": "src/IconChart7"
|
|
2613
2620
|
},
|
|
2621
|
+
{
|
|
2622
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2623
|
+
"tags": "Circle, Path",
|
|
2624
|
+
"componentName": "IconCheckCircle2",
|
|
2625
|
+
"iconName": "check-circle-2, done, confirm, save, success",
|
|
2626
|
+
"pathname": "src/IconCheckCircle2"
|
|
2627
|
+
},
|
|
2614
2628
|
{
|
|
2615
2629
|
"svg": "<Path d=\"M13 16H20M13 8H20M4 9L5.5 10L8.5 6M4 17L5.5 18L8.5 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2616
2630
|
"tags": "Path",
|
|
@@ -4018,6 +4032,27 @@
|
|
|
4018
4032
|
"iconName": "dot-grid-3x3, menu, drag, grab",
|
|
4019
4033
|
"pathname": "src/IconDotGrid3x3"
|
|
4020
4034
|
},
|
|
4035
|
+
{
|
|
4036
|
+
"svg": "<Path d=\"M2 14.625L7.59477 19L18 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5947 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4037
|
+
"tags": "Path",
|
|
4038
|
+
"componentName": "IconDoupleCheck",
|
|
4039
|
+
"iconName": "douple-check",
|
|
4040
|
+
"pathname": "src/IconDoupleCheck"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"svg": "<Path d=\"M3 12.75L8 19L17 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 19L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4044
|
+
"tags": "Path",
|
|
4045
|
+
"componentName": "IconDoupleCheckmark1",
|
|
4046
|
+
"iconName": "douple-checkmark-1",
|
|
4047
|
+
"pathname": "src/IconDoupleCheckmark1"
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"svg": "<Path d=\"M6 13L9 16L14 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 16L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4051
|
+
"tags": "Path",
|
|
4052
|
+
"componentName": "IconDoupleCheckmark1Small",
|
|
4053
|
+
"iconName": "douple-checkmark-1-small",
|
|
4054
|
+
"pathname": "src/IconDoupleCheckmark1Small"
|
|
4055
|
+
},
|
|
4021
4056
|
{
|
|
4022
4057
|
"svg": "<Path d=\"M4 9H9V4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 9H15V4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 20V15H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 15H9V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4023
4058
|
"tags": "Path",
|
|
@@ -5635,6 +5670,13 @@
|
|
|
5635
5670
|
"iconName": "home-round-door",
|
|
5636
5671
|
"pathname": "src/IconHomeRoundDoor"
|
|
5637
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"svg": "<Circle cx=\"9\" cy=\"6\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 9V17C9 19.2091 10.7909 21 13 21C15.2091 21 17 19.2091 17 17V12L14 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5675
|
+
"tags": "Circle, Path",
|
|
5676
|
+
"componentName": "IconHook",
|
|
5677
|
+
"iconName": "hook, phishing",
|
|
5678
|
+
"pathname": "src/IconHook"
|
|
5679
|
+
},
|
|
5638
5680
|
{
|
|
5639
5681
|
"svg": "<Path d=\"M4 20H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 8V16H17V8H14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 4V16H10V4H7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5640
5682
|
"tags": "Path",
|
|
@@ -9793,6 +9835,13 @@
|
|
|
9793
9835
|
"iconName": "sushi, nigiri, sashime, maki",
|
|
9794
9836
|
"pathname": "src/IconSushi"
|
|
9795
9837
|
},
|
|
9838
|
+
{
|
|
9839
|
+
"svg": "<Path d=\"M21 9V11M17.5 4V16M14 7V11M10.5 5V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10.75 14.75C10.75 12.6789 9.07107 11 7 11M7 18.5C4.92893 18.5 3.25 16.8211 3.25 14.75\" stroke=\"currentColor\" strokeWidth=\"1.92857\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5692 12.9776V8.87955C7.5692 8.37046 6.95369 8.11551 6.59371 8.47549L4.54469 10.5245C4.32153 10.7477 4.32153 11.1095 4.54469 11.3326L6.59371 13.3817C6.95369 13.7416 7.5692 13.4867 7.5692 12.9776Z\" fill=\"currentColor\"/><Path d=\"M6.4308 20.5489V16.4508C6.4308 15.9418 7.04631 15.6868 7.40629 16.0468L9.45531 18.0958C9.67847 18.319 9.67847 18.6808 9.45531 18.9039L7.40629 20.9529C7.04631 21.3129 6.4308 21.058 6.4308 20.5489Z\" fill=\"currentColor\"/>",
|
|
9840
|
+
"tags": "Path",
|
|
9841
|
+
"componentName": "IconSwitchVoice",
|
|
9842
|
+
"iconName": "switch-voice, change-voice",
|
|
9843
|
+
"pathname": "src/IconSwitchVoice"
|
|
9844
|
+
},
|
|
9796
9845
|
{
|
|
9797
9846
|
"svg": "<Path d=\"M8.5 11L14 4H20V10L13 15.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6.5 9.5L4.5 12L6.5 15L3 18.5L5.5 21L9 17.5L12 19.5L14.5 17.5L6.5 9.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
9798
9847
|
"tags": "Path",
|