@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.71 → 1.1.72
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/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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- 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
|
@@ -11109,6 +11109,13 @@
|
|
|
11109
11109
|
"iconName": "voice-and-video, media",
|
|
11110
11110
|
"pathname": "src/IconVoiceAndVideo"
|
|
11111
11111
|
},
|
|
11112
|
+
{
|
|
11113
|
+
"svg": "<Path d=\"M21.5 8.5V11.5M18.5 3.5V16.5M15.5 6.65625V10M12.5 4.5V8.625\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Circle cx=\"6.5\" cy=\"15.5\" r=\"2\" stroke=\"currentColor\"/><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\"/>",
|
|
11114
|
+
"tags": "Circle, Path",
|
|
11115
|
+
"componentName": "IconVoiceMode",
|
|
11116
|
+
"iconName": "voice-mode, voice-settings",
|
|
11117
|
+
"pathname": "src/IconVoiceMode"
|
|
11118
|
+
},
|
|
11112
11119
|
{
|
|
11113
11120
|
"svg": "<Path d=\"M2.5 8.5V11.5M5.5 3.5V16.5M8.5 6.5V13.5M11.5 4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"5\" stroke=\"currentColor\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"3.5\" fill=\"currentColor\"/>",
|
|
11114
11121
|
"tags": "Circle, Path",
|
|
@@ -11116,6 +11123,13 @@
|
|
|
11116
11123
|
"iconName": "voice-record",
|
|
11117
11124
|
"pathname": "src/IconVoiceRecord"
|
|
11118
11125
|
},
|
|
11126
|
+
{
|
|
11127
|
+
"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=\"square\"/><Circle cx=\"8.25\" cy=\"15.75\" r=\"1.75\" stroke=\"currentColor\"/><Path d=\"M21.5 7.70833V10.7917M18.5 2.5V16M15.5 6.625V10M12.5 4.54167V8.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
11128
|
+
"tags": "Circle, Path",
|
|
11129
|
+
"componentName": "IconVoiceSettings",
|
|
11130
|
+
"iconName": "voice-settings, edit-voice",
|
|
11131
|
+
"pathname": "src/IconVoiceSettings"
|
|
11132
|
+
},
|
|
11119
11133
|
{
|
|
11120
11134
|
"svg": "<Path d=\"M7.5 3.5V20.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.50098 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 7.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M16.501 5.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.501 9.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M16.4 13H15.6L14.6 15.6L12 16.6V17.4L14.6 18.4L15.6 21H16.4L17.4 18.4L20 17.4V16.6L17.4 15.6L16.4 13Z\" fill=\"currentColor\"/>",
|
|
11121
11135
|
"tags": "Path",
|