@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.70 → 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/IconScanCode/index.d.ts +4 -0
- package/IconScanCode/index.js +2 -0
- package/IconScanCode/index.js.map +1 -0
- package/IconScanCode/index.mjs +2 -0
- package/IconScanCode/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
|
@@ -8820,6 +8820,13 @@
|
|
|
8820
8820
|
"iconName": "satellite-2, radar, feed",
|
|
8821
8821
|
"pathname": "src/IconSatellite2"
|
|
8822
8822
|
},
|
|
8823
|
+
{
|
|
8824
|
+
"svg": "<Path d=\"M7 9H8V15H7V9Z\" fill=\"currentColor\"/><Path d=\"M9 9H11V15H9V9Z\" fill=\"currentColor\"/><Path d=\"M12 9H13V15H12V9Z\" fill=\"currentColor\"/><Path d=\"M16 9H17V15H16V9Z\" fill=\"currentColor\"/><Path d=\"M14 9H15V15H14V9Z\" fill=\"currentColor\"/><Path d=\"M9 3.75H3.75V9\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M9 20.25H3.75V15\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15.0001 3.75H20.25V9\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15.0001 20.25H20.25V15\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
8825
|
+
"tags": "Path",
|
|
8826
|
+
"componentName": "IconScanCode",
|
|
8827
|
+
"iconName": "scan-code, barcode",
|
|
8828
|
+
"pathname": "src/IconScanCode"
|
|
8829
|
+
},
|
|
8823
8830
|
{
|
|
8824
8831
|
"svg": "<Path d=\"M8.25 3.75H3.75V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15.75 3.75H20.25V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.25 20.25H3.75V15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
8825
8832
|
"tags": "Path",
|
|
@@ -11102,6 +11109,13 @@
|
|
|
11102
11109
|
"iconName": "voice-and-video, media",
|
|
11103
11110
|
"pathname": "src/IconVoiceAndVideo"
|
|
11104
11111
|
},
|
|
11112
|
+
{
|
|
11113
|
+
"svg": "<Path d=\"M21.25 8.95833V11.0417M17.75 3.75V16.25M14.25 6.875V10.2188M10.75 4.79167V8.91667\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Rect x=\"2.25\" y=\"12.25\" width=\"12\" height=\"8\" rx=\"4\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"6.25\" cy=\"16.25\" r=\"1.75\" fill=\"currentColor\"/>",
|
|
11114
|
+
"tags": "Circle, Path, Rect",
|
|
11115
|
+
"componentName": "IconVoiceMode",
|
|
11116
|
+
"iconName": "voice-mode, voice-settings",
|
|
11117
|
+
"pathname": "src/IconVoiceMode"
|
|
11118
|
+
},
|
|
11105
11119
|
{
|
|
11106
11120
|
"svg": "<Path d=\"M2.75 8.75V11.25M6.25 3.75V16.25M9.75 6.75V13.25M13.25 4.75V8.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Circle cx=\"16.75\" cy=\"15.75\" r=\"4.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"16.75\" cy=\"15.75\" r=\"2.75\" fill=\"currentColor\"/>",
|
|
11107
11121
|
"tags": "Circle, Path",
|
|
@@ -11109,6 +11123,13 @@
|
|
|
11109
11123
|
"iconName": "voice-record",
|
|
11110
11124
|
"pathname": "src/IconVoiceRecord"
|
|
11111
11125
|
},
|
|
11126
|
+
{
|
|
11127
|
+
"svg": "<Path d=\"M7.28441 9.75L6.08367 11.776L3.71556 11.7951L2.75 13.4549L3.9174 15.5L2.75 17.5451L3.71556 19.2049L6.08368 19.224L7.28441 21.25H9.21554L10.4163 19.224L12.7844 19.2049L13.75 17.5451L12.5826 15.5L13.75 13.4549L12.7844 11.7951L10.4163 11.776L9.21554 9.75H7.28441Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Circle cx=\"8.25\" cy=\"15.5\" r=\"1.75\" fill=\"currentColor\"/><Path d=\"M21.25 7.95833V10.0417M17.75 2.75V15.25M14.25 5.875V8.21875M10.75 3.79167V5.91667\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
11128
|
+
"tags": "Circle, Path",
|
|
11129
|
+
"componentName": "IconVoiceSettings",
|
|
11130
|
+
"iconName": "voice-settings, edit-voice",
|
|
11131
|
+
"pathname": "src/IconVoiceSettings"
|
|
11132
|
+
},
|
|
11112
11133
|
{
|
|
11113
11134
|
"svg": "<Path d=\"M7.75 3.75V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M3.75 9.75V14.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M12 7.75V13.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M16.25 5.75V10.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M20.25 9.75V13.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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\"/>",
|
|
11114
11135
|
"tags": "Path",
|