@central-icons-react-native/square-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=\"square\"/><Path d=\"M12 9V16C12 18.2091 13.7909 20 16 20C18.2091 20 20 18.2091 20 16V13L18 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 9V16C12 18.2091 10.2091 20 8 20C5.79086 20 4 18.2091 4 16V13L6 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
229
|
+
"tags": "Circle, Path",
|
|
230
|
+
"componentName": "IconAnchor",
|
|
231
|
+
"iconName": "anchor, webhooks",
|
|
232
|
+
"pathname": "src/IconAnchor"
|
|
233
|
+
},
|
|
227
234
|
{
|
|
228
235
|
"svg": "<Path d=\"M18 12H21L18.25 21H12M6 12H3L5.75 21H12M12 21V8M12 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 8Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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\"/><Path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\"/>",
|
|
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=\"square\"/><Path d=\"M11.5948 19L22 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\"/><Path d=\"M11.75 19.25L21 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\"/><Path d=\"M12.75 16.25L18 8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\"/><Path d=\"M20 9H15V4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M15 20V15H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 15H9V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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\"/><Path d=\"M9 9V17C9 19.2091 10.7909 21 13 21C15.2091 21 17 19.2091 17 17V12L14 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\"/><Path d=\"M14 8V16H17V8H14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M7 4V16H10V4H7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"square\" strokeLinejoin=\"round\"/><Path d=\"M4.14062 10.75L7.5692 14V10.75V7.5L4.14062 10.75Z\" fill=\"currentColor\"/><Path d=\"M9.85938 18.25L6.4308 21.5V18.25V15L9.85938 18.25Z\" fill=\"currentColor\"/><Path d=\"M7 18.25C4.92893 18.25 3.25 16.5711 3.25 14.5C3.25 14.3305 3.26125 14.1636 3.28304 14M7 10.75C9.07107 10.75 10.75 12.4289 10.75 14.5C10.75 14.6695 10.7388 14.8364 10.717 15\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
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\"/><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\"/>",
|
|
9798
9847
|
"tags": "Path",
|