@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.71 → 1.1.73
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/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/index.mjs.map +1 -0
- package/IconVoiceMode/index.d.ts +4 -0
- package/IconVoiceMode/index.js +2 -0
- package/IconVoiceMode/index.js.map +1 -0
- package/IconVoiceMode/index.mjs +2 -0
- package/IconVoiceMode/index.mjs.map +1 -0
- package/IconVoiceSettings/index.d.ts +4 -0
- package/IconVoiceSettings/index.js +2 -0
- package/IconVoiceSettings/index.js.map +1 -0
- package/IconVoiceSettings/index.mjs +2 -0
- package/IconVoiceSettings/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -8519,6 +8519,13 @@
|
|
|
8519
8519
|
"iconName": "reddit",
|
|
8520
8520
|
"pathname": "src/IconReddit"
|
|
8521
8521
|
},
|
|
8522
|
+
{
|
|
8523
|
+
"svg": "<Path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.75 1.75L20.5 4.5L17.75 7.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.25 22.25L3.5 19.5L6.25 16.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 8V16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 12H16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8524
|
+
"tags": "Path",
|
|
8525
|
+
"componentName": "IconRemix",
|
|
8526
|
+
"iconName": "remix, new-try, repeat",
|
|
8527
|
+
"pathname": "src/IconRemix"
|
|
8528
|
+
},
|
|
8522
8529
|
{
|
|
8523
8530
|
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"3.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 9.5L20 4\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 14.5L4 20\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 11L11 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 20.5L20.5 13\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8524
8531
|
"tags": "Circle, Path",
|
|
@@ -11109,6 +11116,13 @@
|
|
|
11109
11116
|
"iconName": "voice-and-video, media",
|
|
11110
11117
|
"pathname": "src/IconVoiceAndVideo"
|
|
11111
11118
|
},
|
|
11119
|
+
{
|
|
11120
|
+
"svg": "<Path d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"6.5\" cy=\"15.5\" r=\"2\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5 11.5H6.5C4.29086 11.5 2.5 13.2909 2.5 15.5C2.5 17.7091 4.29086 19.5 6.5 19.5H11.5C13.7091 19.5 15.5 17.7091 15.5 15.5C15.5 13.2909 13.7091 11.5 11.5 11.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
11121
|
+
"tags": "Circle, Path",
|
|
11122
|
+
"componentName": "IconVoiceMode",
|
|
11123
|
+
"iconName": "voice-mode, voice-settings",
|
|
11124
|
+
"pathname": "src/IconVoiceMode"
|
|
11125
|
+
},
|
|
11112
11126
|
{
|
|
11113
11127
|
"svg": "<Path d=\"M2.5 8.5V11.5M5.5 3.5V16.5M8.5 6.5V13.5M11.5 4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"3.5\" fill=\"currentColor\"/>",
|
|
11114
11128
|
"tags": "Circle, Path",
|
|
@@ -11116,6 +11130,13 @@
|
|
|
11116
11130
|
"iconName": "voice-record",
|
|
11117
11131
|
"pathname": "src/IconVoiceRecord"
|
|
11118
11132
|
},
|
|
11133
|
+
{
|
|
11134
|
+
"svg": "<Path d=\"M7.28441 10L6.08367 12.026L3.71556 12.0451L2.75 13.7049L3.9174 15.75L2.75 17.7951L3.71556 19.4549L6.08368 19.474L7.28441 21.5H9.21554L10.4163 19.474L12.7844 19.4549L13.75 17.7951L12.5826 15.75L13.75 13.7049L12.7844 12.0451L10.4163 12.026L9.21554 10H7.28441Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"8.25\" cy=\"15.75\" r=\"1.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
11135
|
+
"tags": "Circle, Path",
|
|
11136
|
+
"componentName": "IconVoiceSettings",
|
|
11137
|
+
"iconName": "voice-settings, edit-voice",
|
|
11138
|
+
"pathname": "src/IconVoiceSettings"
|
|
11139
|
+
},
|
|
11119
11140
|
{
|
|
11120
11141
|
"svg": "<Path d=\"M7.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.50098 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M12 7.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M16.501 5.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M20.501 9.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M17.2405 15.1852L16.5436 13.3733C16.4571 13.1484 16.241 13 16 13C15.759 13 15.5429 13.1484 15.4564 13.3733L14.7595 15.1852C14.658 15.4493 14.4493 15.658 14.1852 15.7595L12.3733 16.4564C12.1484 16.5429 12 16.759 12 17C12 17.241 12.1484 17.4571 12.3733 17.5436L14.1852 18.2405C14.4493 18.342 14.658 18.5507 14.7595 18.8148L15.4564 20.6267C15.5429 20.8516 15.759 21 16 21C16.241 21 16.4571 20.8516 16.5436 20.6267L17.2405 18.8148C17.342 18.5507 17.5507 18.342 17.8148 18.2405L19.6267 17.5436C19.8516 17.4571 20 17.241 20 17C20 16.759 19.8516 16.5429 19.6267 16.4564L17.8148 15.7595C17.5507 15.658 17.342 15.4493 17.2405 15.1852Z\" fill=\"currentColor\"/>",
|
|
11121
11142
|
"tags": "Path",
|