@central-icons-react-native/square-outlined-radius-0-stroke-2 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 9V11M17.5 4V16M14 7V9.25M10.5 5V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Rect x=\"2.5\" y=\"12\" width=\"11.5\" height=\"8\" rx=\"4\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"6.5\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/>",
|
|
11114
|
+
"tags": "Circle, Path, Rect",
|
|
11115
|
+
"componentName": "IconVoiceMode",
|
|
11116
|
+
"iconName": "voice-mode, voice-settings",
|
|
11117
|
+
"pathname": "src/IconVoiceMode"
|
|
11118
|
+
},
|
|
11112
11119
|
{
|
|
11113
11120
|
"svg": "<Circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\" fill=\"currentColor\"/><Path d=\"M3.00391 9V11M6.50391 4V16M10.0039 7V10M13.5039 5V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
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=\"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M7.53441 9.5L6.33367 11.526L3.96556 11.5451L3 13.2049L4.1674 15.25L3 17.2951L3.96556 18.9549L6.33368 18.974L7.53441 21H9.46554L10.6663 18.974L13.0344 18.9549L14 17.2951L12.8326 15.25L14 13.2049L13.0344 11.5451L10.6663 11.526L9.46554 9.5H7.53441Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"8.5\" cy=\"15.25\" r=\"1.75\" fill=\"currentColor\"/>",
|
|
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=\"M8 4V20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4 10V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 8V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 6V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M20 10V13\" stroke=\"currentColor\" strokeWidth=\"2\" 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",
|