@central-icons-react-native/round-filled-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceControl: FC<CentralIconBaseProps>;
4
+ export default IconVoiceControl;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!d.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var v={};x(v,{IconVoiceControl:()=>c,default:()=>g});module.exports=P(v);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M12.0003 4C12.5525 4.00011 13.0003 4.44778 13.0003 5V19C13.0003 19.5522 12.5525 19.9999 12.0003 20C11.448 20 11.0003 19.5523 11.0003 19V5C11.0003 4.44772 11.448 4 12.0003 4Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8.00029 7C8.55249 7.00011 9.00029 7.44778 9.00029 8V16C9.00029 16.5522 8.55249 16.9999 8.00029 17C7.44801 17 7.00029 16.5523 7.00029 16V8C7.00029 7.44772 7.44801 7 8.00029 7Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.0003 7C16.5525 7.00011 17.0003 7.44778 17.0003 8V16C17.0003 16.5522 16.5525 16.9999 16.0003 17C15.448 17 15.0003 16.5523 15.0003 16V8C15.0003 7.44772 15.448 7 16.0003 7Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M4.20049 9.59961C4.53009 9.35293 5.00029 9.58816 5.00029 10V14C5.00029 14.4118 4.53009 14.6471 4.20049 14.4004L1.5335 12.4004C1.26683 12.2004 1.26683 11.7996 1.5335 11.5996L4.20049 9.59961Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.0003 10C19.0003 9.58806 19.4705 9.35263 19.8001 9.59961L22.4671 11.5996C22.7337 11.7996 22.7337 12.2004 22.4671 12.4004L19.8001 14.4004C19.4705 14.6474 19.0003 14.4119 19.0003 14V10Z",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\n d=\"M12.0003 4C12.5525 4.00011 13.0003 4.44778 13.0003 5V19C13.0003 19.5522 12.5525 19.9999 12.0003 20C11.448 20 11.0003 19.5523 11.0003 19V5C11.0003 4.44772 11.448 4 12.0003 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.00029 7C8.55249 7.00011 9.00029 7.44778 9.00029 8V16C9.00029 16.5522 8.55249 16.9999 8.00029 17C7.44801 17 7.00029 16.5523 7.00029 16V8C7.00029 7.44772 7.44801 7 8.00029 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0003 7C16.5525 7.00011 17.0003 7.44778 17.0003 8V16C17.0003 16.5522 16.5525 16.9999 16.0003 17C15.448 17 15.0003 16.5523 15.0003 16V8C15.0003 7.44772 15.448 7 16.0003 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.20049 9.59961C4.53009 9.35293 5.00029 9.58816 5.00029 10V14C5.00029 14.4118 4.53009 14.6471 4.20049 14.4004L1.5335 12.4004C1.26683 12.2004 1.26683 11.7996 1.5335 11.5996L4.20049 9.59961Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0003 10C19.0003 9.58806 19.4705 9.35263 19.8001 9.59961L22.4671 11.5996C22.7337 11.7996 22.7337 12.2004 22.4671 12.4004L19.8001 14.4004C19.4705 14.6474 19.0003 14.4119 19.0003 14V10Z\"\n fill=\"currentColor\"\n />\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,QACC,EAAE,gLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,KAAK,eACP,CACF,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M12.0003 4C12.5525 4.00011 13.0003 4.44778 13.0003 5V19C13.0003 19.5522 12.5525 19.9999 12.0003 20C11.448 20 11.0003 19.5523 11.0003 19V5C11.0003 4.44772 11.448 4 12.0003 4Z",fill:"currentColor"}),o.createElement(C,{d:"M8.00029 7C8.55249 7.00011 9.00029 7.44778 9.00029 8V16C9.00029 16.5522 8.55249 16.9999 8.00029 17C7.44801 17 7.00029 16.5523 7.00029 16V8C7.00029 7.44772 7.44801 7 8.00029 7Z",fill:"currentColor"}),o.createElement(C,{d:"M16.0003 7C16.5525 7.00011 17.0003 7.44778 17.0003 8V16C17.0003 16.5522 16.5525 16.9999 16.0003 17C15.448 17 15.0003 16.5523 15.0003 16V8C15.0003 7.44772 15.448 7 16.0003 7Z",fill:"currentColor"}),o.createElement(C,{d:"M4.20049 9.59961C4.53009 9.35293 5.00029 9.58816 5.00029 10V14C5.00029 14.4118 4.53009 14.6471 4.20049 14.4004L1.5335 12.4004C1.26683 12.2004 1.26683 11.7996 1.5335 11.5996L4.20049 9.59961Z",fill:"currentColor"}),o.createElement(C,{d:"M19.0003 10C19.0003 9.58806 19.4705 9.35263 19.8001 9.59961L22.4671 11.5996C22.7337 11.7996 22.7337 12.2004 22.4671 12.4004L19.8001 14.4004C19.4705 14.6474 19.0003 14.4119 19.0003 14V10Z",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\n d=\"M12.0003 4C12.5525 4.00011 13.0003 4.44778 13.0003 5V19C13.0003 19.5522 12.5525 19.9999 12.0003 20C11.448 20 11.0003 19.5523 11.0003 19V5C11.0003 4.44772 11.448 4 12.0003 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.00029 7C8.55249 7.00011 9.00029 7.44778 9.00029 8V16C9.00029 16.5522 8.55249 16.9999 8.00029 17C7.44801 17 7.00029 16.5523 7.00029 16V8C7.00029 7.44772 7.44801 7 8.00029 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.0003 7C16.5525 7.00011 17.0003 7.44778 17.0003 8V16C17.0003 16.5522 16.5525 16.9999 16.0003 17C15.448 17 15.0003 16.5523 15.0003 16V8C15.0003 7.44772 15.448 7 16.0003 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.20049 9.59961C4.53009 9.35293 5.00029 9.58816 5.00029 10V14C5.00029 14.4118 4.53009 14.6471 4.20049 14.4004L1.5335 12.4004C1.26683 12.2004 1.26683 11.7996 1.5335 11.5996L4.20049 9.59961Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0003 10C19.0003 9.58806 19.4705 9.35263 19.8001 9.59961L22.4671 11.5996C22.7337 11.7996 22.7337 12.2004 22.4671 12.4004L19.8001 14.4004C19.4705 14.6474 19.0003 14.4119 19.0003 14V10Z\"\n fill=\"currentColor\"\n />\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,CACC,EAAE,gLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceControl","props","React","CentralIconBase","IconVoiceControl_default"]}
package/README.md CHANGED
@@ -247,6 +247,7 @@ Below is a complete list of available icons:
247
247
  - IconEyeSlash2
248
248
  - IconImageAltText
249
249
  - IconSquareLinesBottom
250
+ - IconVoiceControl
250
251
 
251
252
  ### Arrows
252
253
 
@@ -27020,6 +27020,20 @@
27020
27020
  "packageName": "round-filled-radius-2-stroke-2",
27021
27021
  "componentName": "IconVoiceCircle"
27022
27022
  },
27023
+ {
27024
+ "category": "Accessibility",
27025
+ "svg": "<path d=\"M12.0003 4C12.5525 4.00011 13.0003 4.44778 13.0003 5V19C13.0003 19.5522 12.5525 19.9999 12.0003 20C11.448 20 11.0003 19.5523 11.0003 19V5C11.0003 4.44772 11.448 4 12.0003 4Z\" fill=\"currentColor\"/><path d=\"M8.00029 7C8.55249 7.00011 9.00029 7.44778 9.00029 8V16C9.00029 16.5522 8.55249 16.9999 8.00029 17C7.44801 17 7.00029 16.5523 7.00029 16V8C7.00029 7.44772 7.44801 7 8.00029 7Z\" fill=\"currentColor\"/><path d=\"M16.0003 7C16.5525 7.00011 17.0003 7.44778 17.0003 8V16C17.0003 16.5522 16.5525 16.9999 16.0003 17C15.448 17 15.0003 16.5523 15.0003 16V8C15.0003 7.44772 15.448 7 16.0003 7Z\" fill=\"currentColor\"/><path d=\"M4.20049 9.59961C4.53009 9.35293 5.00029 9.58816 5.00029 10V14C5.00029 14.4118 4.53009 14.6471 4.20049 14.4004L1.5335 12.4004C1.26683 12.2004 1.26683 11.7996 1.5335 11.5996L4.20049 9.59961Z\" fill=\"currentColor\"/><path d=\"M19.0003 10C19.0003 9.58806 19.4705 9.35263 19.8001 9.59961L22.4671 11.5996C22.7337 11.7996 22.7337 12.2004 22.4671 12.4004L19.8001 14.4004C19.4705 14.6474 19.0003 14.4119 19.0003 14V10Z\" fill=\"currentColor\"/>",
27026
+ "iconName": "voice-control",
27027
+ "variant": {
27028
+ "join": "round",
27029
+ "filled": "on",
27030
+ "radius": "2",
27031
+ "stroke": "2"
27032
+ },
27033
+ "createdAt": "2026-05-19T14:02:09.673338+00:00",
27034
+ "packageName": "round-filled-radius-2-stroke-2",
27035
+ "componentName": "IconVoiceControl"
27036
+ },
27023
27037
  {
27024
27038
  "category": "Sound & Music",
27025
27039
  "svg": "<path d=\"M9 4C9 3.44772 8.55228 3 8 3C7.44772 3 7 3.44772 7 4V20C7 20.5523 7.44772 21 8 21C8.55228 21 9 20.5523 9 20V4Z\" fill=\"currentColor\"/><path d=\"M17 6C17 5.44772 16.5523 5 16 5C15.4477 5 15 5.44772 15 6V18C15 18.5523 15.4477 19 16 19C16.5523 19 17 18.5523 17 18V6Z\" fill=\"currentColor\"/><path d=\"M13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V8Z\" fill=\"currentColor\"/><path d=\"M5 10C5 9.44772 4.55228 9 4 9C3.44772 9 3 9.44772 3 10V14C3 14.5523 3.44772 15 4 15C4.55228 15 5 14.5523 5 14V10Z\" fill=\"currentColor\"/><path d=\"M21 10C21 9.44772 20.5523 9 20 9C19.4477 9 19 9.44772 19 10V14C19 14.5523 19.4477 15 20 15C20.5523 15 21 14.5523 21 14V10Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1929,6 +1929,7 @@ export type CentralIconName =
1929
1929
  | "IconVoice3"
1930
1930
  | "IconVoiceAndVideo"
1931
1931
  | "IconVoiceCircle"
1932
+ | "IconVoiceControl"
1932
1933
  | "IconVoiceHigh"
1933
1934
  | "IconVoiceLow"
1934
1935
  | "IconVoiceMemo"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.239",
3
+ "version": "1.1.240",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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": 1999,
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": 9,
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";