@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.239 → 1.1.240
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/IconVoiceControl/index.d.ts +4 -0
- package/IconVoiceControl/index.js +2 -0
- package/IconVoiceControl/index.js.map +1 -0
- package/IconVoiceControl/index.mjs +2 -0
- package/IconVoiceControl/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +6 -4
- package/index.d.ts +1 -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/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of B(o))!d.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=V(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>f(p({},"__esModule",{value:!0}),r);var H={};x(H,{IconVoiceControl:()=>c,default:()=>g});module.exports=P(H);var t=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...n})=>i.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>t.default.createElement(a,{...r},t.default.createElement(e.Path,{d:"M12.5 20H11.5V4H12.5V20Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M9 17H8V7H9V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M16 17H15V7H16V17Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M5.5 15L2 12L5.5 9V15Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M22 12L18.5 15V9L22 12Z",fill:"currentColor"})),g=c;0&&(module.exports={IconVoiceControl});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceControl/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceControl: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 20H11.5V4H12.5V20Z\" fill=\"currentColor\" />\n <Path d=\"M9 17H8V7H9V17Z\" fill=\"currentColor\" />\n <Path d=\"M16 17H15V7H16V17Z\" fill=\"currentColor\" />\n <Path d=\"M5.5 15L2 12L5.5 9V15Z\" fill=\"currentColor\" />\n <Path d=\"M22 12L18.5 15V9L22 12Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceControl;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,CACxD,EAIGE,EAAQJ","names":["IconVoiceControl_exports","__export","IconVoiceControl","IconVoiceControl_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var f=t=>o.createElement(e,{...t},o.createElement(n,{d:"M12.5 20H11.5V4H12.5V20Z",fill:"currentColor"}),o.createElement(n,{d:"M9 17H8V7H9V17Z",fill:"currentColor"}),o.createElement(n,{d:"M16 17H15V7H16V17Z",fill:"currentColor"}),o.createElement(n,{d:"M5.5 15L2 12L5.5 9V15Z",fill:"currentColor"}),o.createElement(n,{d:"M22 12L18.5 15V9L22 12Z",fill:"currentColor"})),d=f;export{f as IconVoiceControl,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceControl/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceControl: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.5 20H11.5V4H12.5V20Z\" fill=\"currentColor\" />\n <Path d=\"M9 17H8V7H9V17Z\" fill=\"currentColor\" />\n <Path d=\"M16 17H15V7H16V17Z\" fill=\"currentColor\" />\n <Path d=\"M5.5 15L2 12L5.5 9V15Z\" fill=\"currentColor\" />\n <Path d=\"M22 12L18.5 15V9L22 12Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceControl;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,CACxD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -27020,6 +27020,20 @@
|
|
|
27020
27020
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
27021
27021
|
"componentName": "IconVoiceCircle"
|
|
27022
27022
|
},
|
|
27023
|
+
{
|
|
27024
|
+
"category": "Accessibility",
|
|
27025
|
+
"svg": "<path d=\"M12.5 20H11.5V4H12.5V20Z\" fill=\"currentColor\"/><path d=\"M9 17H8V7H9V17Z\" fill=\"currentColor\"/><path d=\"M16 17H15V7H16V17Z\" fill=\"currentColor\"/><path d=\"M5.5 15L2 12L5.5 9V15Z\" fill=\"currentColor\"/><path d=\"M22 12L18.5 15V9L22 12Z\" fill=\"currentColor\"/>",
|
|
27026
|
+
"iconName": "voice-control",
|
|
27027
|
+
"variant": {
|
|
27028
|
+
"join": "square",
|
|
27029
|
+
"filled": "on",
|
|
27030
|
+
"radius": "0",
|
|
27031
|
+
"stroke": "1"
|
|
27032
|
+
},
|
|
27033
|
+
"createdAt": "2026-05-19T14:02:09.673338+00:00",
|
|
27034
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
27035
|
+
"componentName": "IconVoiceControl"
|
|
27036
|
+
},
|
|
27023
27037
|
{
|
|
27024
27038
|
"category": "Sound & Music",
|
|
27025
27039
|
"svg": "<path d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\"/><path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\"/><path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\"/><path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\"/><path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.240",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2000,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 10,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -117,7 +117,8 @@
|
|
|
117
117
|
"IconEyeSlash",
|
|
118
118
|
"IconEyeSlash2",
|
|
119
119
|
"IconImageAltText",
|
|
120
|
-
"IconSquareLinesBottom"
|
|
120
|
+
"IconSquareLinesBottom",
|
|
121
|
+
"IconVoiceControl"
|
|
121
122
|
]
|
|
122
123
|
},
|
|
123
124
|
"Arrows": {
|
|
@@ -4130,6 +4131,7 @@
|
|
|
4130
4131
|
"IconVoice3": "voice-3, wave",
|
|
4131
4132
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
4132
4133
|
"IconVoiceCircle": "voice-circle, waves",
|
|
4134
|
+
"IconVoiceControl": "voice-control",
|
|
4133
4135
|
"IconVoiceHigh": "voice-high, wave",
|
|
4134
4136
|
"IconVoiceLow": "voice-low, wave",
|
|
4135
4137
|
"IconVoiceMemo": "voice-memo, voice-control",
|
package/index.d.ts
CHANGED
|
@@ -1928,6 +1928,7 @@ export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
|
1928
1928
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1929
1929
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1930
1930
|
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1931
|
+
export { IconVoiceControl, default as IconVoiceControlDefault, } from "./IconVoiceControl";
|
|
1931
1932
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1932
1933
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1933
1934
|
export { IconVoiceMemo, default as IconVoiceMemoDefault, } from "./IconVoiceMemo";
|