@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.69 → 1.1.70
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/IconChanges/index.d.ts +4 -0
- package/IconChanges/index.js +2 -0
- package/IconChanges/index.js.map +1 -0
- package/IconChanges/index.mjs +2 -0
- package/IconChanges/index.mjs.map +1 -0
- package/IconStableVoice/index.d.ts +4 -0
- package/IconStableVoice/index.js +2 -0
- package/IconStableVoice/index.js.map +1 -0
- package/IconStableVoice/index.mjs +2 -0
- package/IconStableVoice/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- 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 +14 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -2625,6 +2625,13 @@
|
|
|
2625
2625
|
"iconName": "chair-modern, seat",
|
|
2626
2626
|
"pathname": "src/IconChairModern"
|
|
2627
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 7.5V10.5M12 13.5V10.5M12 10.5H9M12 10.5H15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 16.5H15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2630
|
+
"tags": "Path",
|
|
2631
|
+
"componentName": "IconChanges",
|
|
2632
|
+
"iconName": "changes, plus-inus, compare",
|
|
2633
|
+
"pathname": "src/IconChanges"
|
|
2634
|
+
},
|
|
2628
2635
|
{
|
|
2629
2636
|
"svg": "<Path d=\"M13.5 15.5V3.5H3.5V15.5M13.5 15.5V20.5H3.5V15.5M13.5 15.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 20.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 10.75V16.5H20.5V7.25L17.5 4.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.31627 6.91746C9.31627 6.52592 8.83606 6.35059 8.59364 6.65363L6.19441 9.65281C5.9768 9.92484 6.16603 10.3333 6.50969 10.3333H7.68685V12.0825C7.68685 12.4741 8.16706 12.6494 8.40948 12.3464L10.8087 9.34719C11.0263 9.07516 10.8371 8.66673 10.4934 8.66673H9.31627V6.91746Z\" fill=\"currentColor\"/>",
|
|
2630
2637
|
"tags": "Path",
|
|
@@ -9821,6 +9828,13 @@
|
|
|
9821
9828
|
"iconName": "squized,centered,aligned",
|
|
9822
9829
|
"pathname": "src/IconSquized"
|
|
9823
9830
|
},
|
|
9831
|
+
{
|
|
9832
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M7.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M10.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M13.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M16.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
9833
|
+
"tags": "Circle, Path",
|
|
9834
|
+
"componentName": "IconStableVoice",
|
|
9835
|
+
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
9836
|
+
"pathname": "src/IconStableVoice"
|
|
9837
|
+
},
|
|
9824
9838
|
{
|
|
9825
9839
|
"svg": "<Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.2496 18.7498L17.9998 15.5H5.9998L2.75 18.7498\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
9826
9840
|
"tags": "Path",
|