@central-icons-react-native/round-filled-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconScanCode: FC<CentralIconBaseProps>;
4
+ export default IconScanCode;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,Z=Object.prototype.hasOwnProperty;var a=(r,o)=>{for(var l in o)e(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of c(o))!Z.call(r,t)&&t!==l&&e(r,t,{get:()=>o[t],enumerable:!(p=s(o,t))||p.enumerable});return r};var H=(r,o,l)=>(l=r!=null?d(M(r)):{},f(o||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),B=r=>f(e({},"__esModule",{value:!0}),r);var x={};a(x,{IconScanCode:()=>m,default:()=>I});module.exports=B(x);var C=H(require("react"));var V=H(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...l})=>V.default.createElement(i.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>C.default.createElement(u,{...r},C.default.createElement(n.Path,{d:"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M20 15C20.5523 15 21 15.4477 21 16V18C21 19.6569 19.6569 21 18 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H18C18.5523 19 19 18.5523 19 18V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z",fill:"currentColor"})),I=m;0&&(module.exports={IconScanCode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 15C20.5523 15 21 15.4477 21 16V18C21 19.6569 19.6569 21 18 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H18C18.5523 19 19 18.5523 19 18V16C19 15.4477 19.4477 15 20 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+KACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanCode_exports","__export","IconScanCode","IconScanCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:C=24,...t})=>e.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(o,{d:"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z",fill:"currentColor"}),r.createElement(o,{d:"M20 15C20.5523 15 21 15.4477 21 16V18C21 19.6569 19.6569 21 18 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H18C18.5523 19 19 18.5523 19 18V16C19 15.4477 19.4477 15 20 15Z",fill:"currentColor"}),r.createElement(o,{d:"M8 15H7V9H8V15Z",fill:"currentColor"}),r.createElement(o,{d:"M11 15H9V9H11V15Z",fill:"currentColor"}),r.createElement(o,{d:"M13 15H12V9H13V15Z",fill:"currentColor"}),r.createElement(o,{d:"M15 15H14V9H15V15Z",fill:"currentColor"}),r.createElement(o,{d:"M17 15H16V9H17V15Z",fill:"currentColor"}),r.createElement(o,{d:"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z",fill:"currentColor"}),r.createElement(o,{d:"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z",fill:"currentColor"})),Z=f;export{f as IconScanCode,Z as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconScanCode/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 IconScanCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 15C20.5523 15 21 15.4477 21 16V18C21 19.6569 19.6569 21 18 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H18C18.5523 19 19 18.5523 19 18V16C19 15.4477 19.4477 15 20 15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\" />\n <Path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\" />\n <Path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\" />\n <Path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\" />\n <Path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\" />\n <Path\n d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanCode;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,KAAK,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanCode","props","React","CentralIconBase","IconScanCode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceMode: FC<CentralIconBaseProps>;
4
+ export default IconVoiceMode;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of V(o))!I.call(r,l)&&l!==C&&t(r,l,{get:()=>o[l],enumerable:!(p=a(o,l))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?s(B(r)):{},f(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>f(t({},"__esModule",{value:!0}),r);var P={};v(P,{IconVoiceMode:()=>d,default:()=>M});module.exports=x(P);var e=i(require("react"));var m=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(u.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 n=require("react-native-svg"),d=r=>e.default.createElement(c,{...r},e.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.5 3C18.0523 3 18.5 3.44772 18.5 4V16C18.5 16.5523 18.0523 17 17.5 17C16.9477 17 16.5 16.5523 16.5 16V4C16.5 3.44772 16.9477 3 17.5 3Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M21 8C21.5523 8 22 8.44772 22 9V11C22 11.5523 21.5523 12 21 12C20.4477 12 20 11.5523 20 11V9C20 8.44772 20.4477 8 21 8Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M14 6C14.5523 6 15 6.44772 15 7V9.25C15 9.80228 14.5523 10.25 14 10.25C13.4477 10.25 13 9.80228 13 9.25V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V8C11.5 8.55228 11.0523 9 10.5 9C9.94771 9 9.5 8.55228 9.5 8V5C9.5 4.44772 9.94771 4 10.5 4Z",fill:"currentColor"})),M=d;0&&(module.exports={IconVoiceMode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C18.0523 3 18.5 3.44772 18.5 4V16C18.5 16.5523 18.0523 17 17.5 17C16.9477 17 16.5 16.5523 16.5 16V4C16.5 3.44772 16.9477 3 17.5 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 8C21.5523 8 22 8.44772 22 9V11C22 11.5523 21.5523 12 21 12C20.4477 12 20 11.5523 20 11V9C20 8.44772 20.4477 8 21 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14.5523 6 15 6.44772 15 7V9.25C15 9.80228 14.5523 10.25 14 10.25C13.4477 10.25 13 9.80228 13 9.25V7C13 6.44772 13.4477 6 14 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V8C11.5 8.55228 11.0523 9 10.5 9C9.94771 9 9.5 8.55228 9.5 8V5C9.5 4.44772 9.94771 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceMode_exports","__export","IconVoiceMode","IconVoiceMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>t.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z",fill:"currentColor"}),o.createElement(C,{d:"M17.5 3C18.0523 3 18.5 3.44772 18.5 4V16C18.5 16.5523 18.0523 17 17.5 17C16.9477 17 16.5 16.5523 16.5 16V4C16.5 3.44772 16.9477 3 17.5 3Z",fill:"currentColor"}),o.createElement(C,{d:"M21 8C21.5523 8 22 8.44772 22 9V11C22 11.5523 21.5523 12 21 12C20.4477 12 20 11.5523 20 11V9C20 8.44772 20.4477 8 21 8Z",fill:"currentColor"}),o.createElement(C,{d:"M14 6C14.5523 6 15 6.44772 15 7V9.25C15 9.80228 14.5523 10.25 14 10.25C13.4477 10.25 13 9.80228 13 9.25V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),o.createElement(C,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V8C11.5 8.55228 11.0523 9 10.5 9C9.94771 9 9.5 8.55228 9.5 8V5C9.5 4.44772 9.94771 4 10.5 4Z",fill:"currentColor"})),I=f;export{f as IconVoiceMode,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceMode/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 IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C18.0523 3 18.5 3.44772 18.5 4V16C18.5 16.5523 18.0523 17 17.5 17C16.9477 17 16.5 16.5523 16.5 16V4C16.5 3.44772 16.9477 3 17.5 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21 8C21.5523 8 22 8.44772 22 9V11C22 11.5523 21.5523 12 21 12C20.4477 12 20 11.5523 20 11V9C20 8.44772 20.4477 8 21 8Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14.5523 6 15 6.44772 15 7V9.25C15 9.80228 14.5523 10.25 14 10.25C13.4477 10.25 13 9.80228 13 9.25V7C13 6.44772 13.4477 6 14 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V8C11.5 8.55228 11.0523 9 10.5 9C9.94771 9 9.5 8.55228 9.5 8V5C9.5 4.44772 9.94771 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMode;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMode","props","React","CentralIconBase","IconVoiceMode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconVoiceSettings: FC<CentralIconBaseProps>;
4
+ export default IconVoiceSettings;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var l=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,C)=>{for(var o in C)l(r,o,{get:C[o],enumerable:!0})},L=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of d(C))!B.call(r,t)&&t!==o&&l(r,t,{get:()=>C[t],enumerable:!(p=a(C,t))||p.enumerable});return r};var f=(r,C,o)=>(o=r!=null?c(V(r)):{},L(C||!r||!r.__esModule?l(o,"default",{value:r,enumerable:!0}):o,r)),g=r=>L(l({},"__esModule",{value:!0}),r);var x={};I(x,{IconVoiceSettings:()=>u,default:()=>v});module.exports=g(x);var e=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...o})=>i.default.createElement(m.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),u=r=>e.default.createElement(s,{...r},e.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.89358 8.5C9.59987 8.50008 10.2542 8.87287 10.6143 9.48047L11.2364 10.5303L12.4707 10.54C13.1771 10.5458 13.8284 10.9246 14.1836 11.5352L14.5723 12.2041C14.9309 12.8206 14.9346 13.5817 14.5811 14.2012L13.9824 15.25L14.5811 16.2988C14.9346 16.9183 14.9309 17.6793 14.5723 18.2959L14.1836 18.9648C13.8284 19.5754 13.1771 19.9542 12.4707 19.96L11.2364 19.9697L10.6143 21.0195C10.2542 21.6271 9.59987 21.9999 8.89358 22H8.10257C7.39624 22 6.74202 21.6271 6.38186 21.0195L5.75882 19.9697L4.52542 19.96C3.81905 19.9543 3.16775 19.5754 2.81253 18.9648L2.42386 18.2959C2.06519 17.6793 2.06147 16.9183 2.41507 16.2988L3.0137 15.25L2.41507 14.2012C2.06148 13.5817 2.06519 12.8207 2.42386 12.2041L2.81253 11.5352C3.16775 10.9246 3.81905 10.5457 4.52542 10.54L5.75882 10.5303L6.38186 9.48047C6.74202 8.87286 7.39624 8.50001 8.10257 8.5H8.89358ZM8.49808 13.5C7.53159 13.5 6.74808 14.2835 6.74808 15.25C6.74808 16.2165 7.53159 17 8.49808 17C9.46447 16.9999 10.2481 16.2164 10.2481 15.25C10.2481 14.2836 9.46447 13.5001 8.49808 13.5Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M17.9981 2C18.5504 2 18.9981 2.44772 18.9981 3V15C18.9981 15.5523 18.5504 16 17.9981 16C17.4458 16 16.9981 15.5523 16.9981 15V3C16.9981 2.44773 17.4458 2.00002 17.9981 2Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M21.4981 7C22.0504 7 22.4981 7.44772 22.4981 8V10C22.4981 10.5523 22.0504 11 21.4981 11C20.9458 11 20.4981 10.5523 20.4981 10V8C20.4981 7.44773 20.9458 7.00002 21.4981 7Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M14.4981 5C15.0504 5 15.4981 5.44772 15.4981 6V8.25C15.4981 8.80228 15.0504 9.25 14.4981 9.25C13.9458 9.24998 13.4981 8.80227 13.4981 8.25V6C13.4981 5.44773 13.9458 5.00002 14.4981 5Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M10.9981 3C11.5504 3 11.9981 3.44772 11.9981 4V5.5C11.9981 6.05228 11.5504 6.5 10.9981 6.5C10.4458 6.49998 9.99808 6.05227 9.99808 5.5V4C9.99808 3.44773 10.4458 3.00002 10.9981 3Z",fill:"currentColor"})),v=u;0&&(module.exports={IconVoiceSettings});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.89358 8.5C9.59987 8.50008 10.2542 8.87287 10.6143 9.48047L11.2364 10.5303L12.4707 10.54C13.1771 10.5458 13.8284 10.9246 14.1836 11.5352L14.5723 12.2041C14.9309 12.8206 14.9346 13.5817 14.5811 14.2012L13.9824 15.25L14.5811 16.2988C14.9346 16.9183 14.9309 17.6793 14.5723 18.2959L14.1836 18.9648C13.8284 19.5754 13.1771 19.9542 12.4707 19.96L11.2364 19.9697L10.6143 21.0195C10.2542 21.6271 9.59987 21.9999 8.89358 22H8.10257C7.39624 22 6.74202 21.6271 6.38186 21.0195L5.75882 19.9697L4.52542 19.96C3.81905 19.9543 3.16775 19.5754 2.81253 18.9648L2.42386 18.2959C2.06519 17.6793 2.06147 16.9183 2.41507 16.2988L3.0137 15.25L2.41507 14.2012C2.06148 13.5817 2.06519 12.8207 2.42386 12.2041L2.81253 11.5352C3.16775 10.9246 3.81905 10.5457 4.52542 10.54L5.75882 10.5303L6.38186 9.48047C6.74202 8.87286 7.39624 8.50001 8.10257 8.5H8.89358ZM8.49808 13.5C7.53159 13.5 6.74808 14.2835 6.74808 15.25C6.74808 16.2165 7.53159 17 8.49808 17C9.46447 16.9999 10.2481 16.2164 10.2481 15.25C10.2481 14.2836 9.46447 13.5001 8.49808 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9981 2C18.5504 2 18.9981 2.44772 18.9981 3V15C18.9981 15.5523 18.5504 16 17.9981 16C17.4458 16 16.9981 15.5523 16.9981 15V3C16.9981 2.44773 17.4458 2.00002 17.9981 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4981 7C22.0504 7 22.4981 7.44772 22.4981 8V10C22.4981 10.5523 22.0504 11 21.4981 11C20.9458 11 20.4981 10.5523 20.4981 10V8C20.4981 7.44773 20.9458 7.00002 21.4981 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4981 5C15.0504 5 15.4981 5.44772 15.4981 6V8.25C15.4981 8.80228 15.0504 9.25 14.4981 9.25C13.9458 9.24998 13.4981 8.80227 13.4981 8.25V6C13.4981 5.44773 13.9458 5.00002 14.4981 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9981 3C11.5504 3 11.9981 3.44772 11.9981 4V5.5C11.9981 6.05228 11.5504 6.5 10.9981 6.5C10.4458 6.49998 9.99808 6.05227 9.99808 5.5V4C9.99808 3.44773 10.4458 3.00002 10.9981 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+/BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceSettings_exports","__export","IconVoiceSettings","IconVoiceSettings_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var L=e=>C.createElement(n,{...e},C.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.89358 8.5C9.59987 8.50008 10.2542 8.87287 10.6143 9.48047L11.2364 10.5303L12.4707 10.54C13.1771 10.5458 13.8284 10.9246 14.1836 11.5352L14.5723 12.2041C14.9309 12.8206 14.9346 13.5817 14.5811 14.2012L13.9824 15.25L14.5811 16.2988C14.9346 16.9183 14.9309 17.6793 14.5723 18.2959L14.1836 18.9648C13.8284 19.5754 13.1771 19.9542 12.4707 19.96L11.2364 19.9697L10.6143 21.0195C10.2542 21.6271 9.59987 21.9999 8.89358 22H8.10257C7.39624 22 6.74202 21.6271 6.38186 21.0195L5.75882 19.9697L4.52542 19.96C3.81905 19.9543 3.16775 19.5754 2.81253 18.9648L2.42386 18.2959C2.06519 17.6793 2.06147 16.9183 2.41507 16.2988L3.0137 15.25L2.41507 14.2012C2.06148 13.5817 2.06519 12.8207 2.42386 12.2041L2.81253 11.5352C3.16775 10.9246 3.81905 10.5457 4.52542 10.54L5.75882 10.5303L6.38186 9.48047C6.74202 8.87286 7.39624 8.50001 8.10257 8.5H8.89358ZM8.49808 13.5C7.53159 13.5 6.74808 14.2835 6.74808 15.25C6.74808 16.2165 7.53159 17 8.49808 17C9.46447 16.9999 10.2481 16.2164 10.2481 15.25C10.2481 14.2836 9.46447 13.5001 8.49808 13.5Z",fill:"currentColor"}),C.createElement(o,{d:"M17.9981 2C18.5504 2 18.9981 2.44772 18.9981 3V15C18.9981 15.5523 18.5504 16 17.9981 16C17.4458 16 16.9981 15.5523 16.9981 15V3C16.9981 2.44773 17.4458 2.00002 17.9981 2Z",fill:"currentColor"}),C.createElement(o,{d:"M21.4981 7C22.0504 7 22.4981 7.44772 22.4981 8V10C22.4981 10.5523 22.0504 11 21.4981 11C20.9458 11 20.4981 10.5523 20.4981 10V8C20.4981 7.44773 20.9458 7.00002 21.4981 7Z",fill:"currentColor"}),C.createElement(o,{d:"M14.4981 5C15.0504 5 15.4981 5.44772 15.4981 6V8.25C15.4981 8.80228 15.0504 9.25 14.4981 9.25C13.9458 9.24998 13.4981 8.80227 13.4981 8.25V6C13.4981 5.44773 13.9458 5.00002 14.4981 5Z",fill:"currentColor"}),C.createElement(o,{d:"M10.9981 3C11.5504 3 11.9981 3.44772 11.9981 4V5.5C11.9981 6.05228 11.5504 6.5 10.9981 6.5C10.4458 6.49998 9.99808 6.05227 9.99808 5.5V4C9.99808 3.44773 10.4458 3.00002 10.9981 3Z",fill:"currentColor"})),B=L;export{L as IconVoiceSettings,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconVoiceSettings/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 IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M8.89358 8.5C9.59987 8.50008 10.2542 8.87287 10.6143 9.48047L11.2364 10.5303L12.4707 10.54C13.1771 10.5458 13.8284 10.9246 14.1836 11.5352L14.5723 12.2041C14.9309 12.8206 14.9346 13.5817 14.5811 14.2012L13.9824 15.25L14.5811 16.2988C14.9346 16.9183 14.9309 17.6793 14.5723 18.2959L14.1836 18.9648C13.8284 19.5754 13.1771 19.9542 12.4707 19.96L11.2364 19.9697L10.6143 21.0195C10.2542 21.6271 9.59987 21.9999 8.89358 22H8.10257C7.39624 22 6.74202 21.6271 6.38186 21.0195L5.75882 19.9697L4.52542 19.96C3.81905 19.9543 3.16775 19.5754 2.81253 18.9648L2.42386 18.2959C2.06519 17.6793 2.06147 16.9183 2.41507 16.2988L3.0137 15.25L2.41507 14.2012C2.06148 13.5817 2.06519 12.8207 2.42386 12.2041L2.81253 11.5352C3.16775 10.9246 3.81905 10.5457 4.52542 10.54L5.75882 10.5303L6.38186 9.48047C6.74202 8.87286 7.39624 8.50001 8.10257 8.5H8.89358ZM8.49808 13.5C7.53159 13.5 6.74808 14.2835 6.74808 15.25C6.74808 16.2165 7.53159 17 8.49808 17C9.46447 16.9999 10.2481 16.2164 10.2481 15.25C10.2481 14.2836 9.46447 13.5001 8.49808 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9981 2C18.5504 2 18.9981 2.44772 18.9981 3V15C18.9981 15.5523 18.5504 16 17.9981 16C17.4458 16 16.9981 15.5523 16.9981 15V3C16.9981 2.44773 17.4458 2.00002 17.9981 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.4981 7C22.0504 7 22.4981 7.44772 22.4981 8V10C22.4981 10.5523 22.0504 11 21.4981 11C20.9458 11 20.4981 10.5523 20.4981 10V8C20.4981 7.44773 20.9458 7.00002 21.4981 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4981 5C15.0504 5 15.4981 5.44772 15.4981 6V8.25C15.4981 8.80228 15.0504 9.25 14.4981 9.25C13.9458 9.24998 13.4981 8.80227 13.4981 8.25V6C13.4981 5.44773 13.9458 5.00002 14.4981 5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9981 3C11.5504 3 11.9981 3.44772 11.9981 4V5.5C11.9981 6.05228 11.5504 6.5 10.9981 6.5C10.4458 6.49998 9.99808 6.05227 9.99808 5.5V4C9.99808 3.44773 10.4458 3.00002 10.9981 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceSettings;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+/BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
package/README.md CHANGED
@@ -1020,6 +1020,7 @@ Below is a complete list of available icons:
1020
1020
  - IconQrCode
1021
1021
  - IconQuickSearch
1022
1022
  - IconReview
1023
+ - IconScanCode
1023
1024
  - IconSearchMenu
1024
1025
  - IconSearchOptions
1025
1026
  - IconShapesPlusXSquareCircle
@@ -1554,7 +1555,9 @@ Below is a complete list of available icons:
1554
1555
  - IconVocalMicrophone
1555
1556
  - IconVoice1
1556
1557
  - IconVoice3
1558
+ - IconVoiceMode
1557
1559
  - IconVoiceRecord
1560
+ - IconVoiceSettings
1558
1561
  - IconVolumeDown
1559
1562
  - IconVolumeFull
1560
1563
  - IconVolumeHalf
@@ -17640,6 +17640,20 @@
17640
17640
  "packageName": "round-filled-radius-2-stroke-2",
17641
17641
  "componentName": "IconSatellite2"
17642
17642
  },
17643
+ {
17644
+ "category": "Interface General",
17645
+ "svg": "<path d=\"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><path d=\"M20 15C20.5523 15 21 15.4477 21 16V18C21 19.6569 19.6569 21 18 21H16C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19H18C18.5523 19 19 18.5523 19 18V16C19 15.4477 19.4477 15 20 15Z\" fill=\"currentColor\"/><path d=\"M8 15H7V9H8V15Z\" fill=\"currentColor\"/><path d=\"M11 15H9V9H11V15Z\" fill=\"currentColor\"/><path d=\"M13 15H12V9H13V15Z\" fill=\"currentColor\"/><path d=\"M15 15H14V9H15V15Z\" fill=\"currentColor\"/><path d=\"M17 15H16V9H17V15Z\" fill=\"currentColor\"/><path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z\" fill=\"currentColor\"/>",
17646
+ "iconName": "scan-code, barcode",
17647
+ "variant": {
17648
+ "join": "round",
17649
+ "filled": "on",
17650
+ "radius": "2",
17651
+ "stroke": "2"
17652
+ },
17653
+ "createdAt": "2025-12-17T15:02:15.240621+00:00",
17654
+ "packageName": "round-filled-radius-2-stroke-2",
17655
+ "componentName": "IconScanCode"
17656
+ },
17643
17657
  {
17644
17658
  "category": "AI & Magic",
17645
17659
  "svg": "<path d=\"M4 15C4.55228 15 5 15.4477 5 16V18C5 18.5523 5.44772 19 6 19H8C8.55228 19 9 19.4477 9 20C9 20.5523 8.55228 21 8 21H6C4.34315 21 3 19.6569 3 18V16C3 15.4477 3.44772 15 4 15Z\" fill=\"currentColor\"/><path d=\"M13 13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H9C8.44772 15 8 14.5523 8 14C8 13.4477 8.44772 13 9 13H13Z\" fill=\"currentColor\"/><path d=\"M15 9C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H9C8.44772 11 8 10.5523 8 10C8 9.44772 8.44772 9 9 9H15Z\" fill=\"currentColor\"/><path d=\"M8 3C8.55228 3 9 3.44772 9 4C9 4.55228 8.55228 5 8 5H6C5.44772 5 5 5.44772 5 6V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V6C3 4.34315 4.34315 3 6 3H8Z\" fill=\"currentColor\"/><path d=\"M18 3C19.6569 3 21 4.34315 21 6V8C21 8.55228 20.5523 9 20 9C19.4477 9 19 8.55228 19 8V6C19 5.44772 18.5523 5 18 5H16C15.4477 5 15 4.55228 15 4C15 3.44772 15.4477 3 16 3H18Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
@@ -22204,6 +22218,20 @@
22204
22218
  "packageName": "round-filled-radius-2-stroke-2",
22205
22219
  "componentName": "IconVoiceAndVideo"
22206
22220
  },
22221
+ {
22222
+ "category": "Sound & Music",
22223
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 11C12.7614 11 15 13.2386 15 16C15 18.7614 12.7614 21 10 21H6.5C3.73858 21 1.5 18.7614 1.5 16C1.5 13.2386 3.73858 11 6.5 11H10ZM10 14C8.89543 14 8 14.8954 8 16C8 17.1046 8.89543 18 10 18C11.1046 18 12 17.1046 12 16C12 14.8954 11.1046 14 10 14Z\" fill=\"currentColor\"/><path d=\"M17.5 3C18.0523 3 18.5 3.44772 18.5 4V16C18.5 16.5523 18.0523 17 17.5 17C16.9477 17 16.5 16.5523 16.5 16V4C16.5 3.44772 16.9477 3 17.5 3Z\" fill=\"currentColor\"/><path d=\"M21 8C21.5523 8 22 8.44772 22 9V11C22 11.5523 21.5523 12 21 12C20.4477 12 20 11.5523 20 11V9C20 8.44772 20.4477 8 21 8Z\" fill=\"currentColor\"/><path d=\"M14 6C14.5523 6 15 6.44772 15 7V9.25C15 9.80228 14.5523 10.25 14 10.25C13.4477 10.25 13 9.80228 13 9.25V7C13 6.44772 13.4477 6 14 6Z\" fill=\"currentColor\"/><path d=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V8C11.5 8.55228 11.0523 9 10.5 9C9.94771 9 9.5 8.55228 9.5 8V5C9.5 4.44772 9.94771 4 10.5 4Z\" fill=\"currentColor\"/>",
22224
+ "iconName": "voice-mode, voice-settings",
22225
+ "variant": {
22226
+ "join": "round",
22227
+ "filled": "on",
22228
+ "radius": "2",
22229
+ "stroke": "2"
22230
+ },
22231
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22232
+ "packageName": "round-filled-radius-2-stroke-2",
22233
+ "componentName": "IconVoiceMode"
22234
+ },
22207
22235
  {
22208
22236
  "category": "Sound & Music",
22209
22237
  "svg": "<path d=\"M7.50391 4C7.50391 3.44772 7.05619 3 6.50391 3C5.95162 3 5.50391 3.44772 5.50391 4V16C5.50391 16.5523 5.95162 17 6.50391 17C7.05619 17 7.50391 16.5523 7.50391 16V4Z\" fill=\"currentColor\"/><path d=\"M14.5039 5C14.5039 4.44772 14.0562 4 13.5039 4C12.9516 4 12.5039 4.44772 12.5039 5V7.5C12.5039 8.05228 12.9516 8.5 13.5039 8.5C14.0562 8.5 14.5039 8.05228 14.5039 7.5V5Z\" fill=\"currentColor\"/><path d=\"M11.0039 7C11.0039 6.44772 10.5562 6 10.0039 6C9.45162 6 9.00391 6.44772 9.00391 7V10C9.00391 10.5523 9.45162 11 10.0039 11C10.5562 11 11.0039 10.5523 11.0039 10V7Z\" fill=\"currentColor\"/><path d=\"M4.00391 9C4.00391 8.44772 3.55619 8 3.00391 8C2.45162 8 2.00391 8.44772 2.00391 9V11C2.00391 11.5523 2.45162 12 3.00391 12C3.55619 12 4.00391 11.5523 4.00391 11V9Z\" fill=\"currentColor\"/><path d=\"M19.0017 15.5C19.0017 16.8807 17.8824 18 16.5017 18C15.121 18 14.0017 16.8807 14.0017 15.5C14.0017 14.1193 15.121 13 16.5017 13C17.8824 13 19.0017 14.1193 19.0017 15.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0017 15.5C11.0017 12.4624 13.4641 10 16.5017 10C19.5393 10 22.0017 12.4624 22.0017 15.5C22.0017 18.5376 19.5393 21 16.5017 21C13.4641 21 11.0017 18.5376 11.0017 15.5ZM16.5017 12C14.5687 12 13.0017 13.567 13.0017 15.5C13.0017 17.433 14.5687 19 16.5017 19C18.4347 19 20.0017 17.433 20.0017 15.5C20.0017 13.567 18.4347 12 16.5017 12Z\" fill=\"currentColor\"/>",
@@ -22218,6 +22246,20 @@
22218
22246
  "packageName": "round-filled-radius-2-stroke-2",
22219
22247
  "componentName": "IconVoiceRecord"
22220
22248
  },
22249
+ {
22250
+ "category": "Sound & Music",
22251
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.89358 8.5C9.59987 8.50008 10.2542 8.87287 10.6143 9.48047L11.2364 10.5303L12.4707 10.54C13.1771 10.5458 13.8284 10.9246 14.1836 11.5352L14.5723 12.2041C14.9309 12.8206 14.9346 13.5817 14.5811 14.2012L13.9824 15.25L14.5811 16.2988C14.9346 16.9183 14.9309 17.6793 14.5723 18.2959L14.1836 18.9648C13.8284 19.5754 13.1771 19.9542 12.4707 19.96L11.2364 19.9697L10.6143 21.0195C10.2542 21.6271 9.59987 21.9999 8.89358 22H8.10257C7.39624 22 6.74202 21.6271 6.38186 21.0195L5.75882 19.9697L4.52542 19.96C3.81905 19.9543 3.16775 19.5754 2.81253 18.9648L2.42386 18.2959C2.06519 17.6793 2.06147 16.9183 2.41507 16.2988L3.0137 15.25L2.41507 14.2012C2.06148 13.5817 2.06519 12.8207 2.42386 12.2041L2.81253 11.5352C3.16775 10.9246 3.81905 10.5457 4.52542 10.54L5.75882 10.5303L6.38186 9.48047C6.74202 8.87286 7.39624 8.50001 8.10257 8.5H8.89358ZM8.49808 13.5C7.53159 13.5 6.74808 14.2835 6.74808 15.25C6.74808 16.2165 7.53159 17 8.49808 17C9.46447 16.9999 10.2481 16.2164 10.2481 15.25C10.2481 14.2836 9.46447 13.5001 8.49808 13.5Z\" fill=\"currentColor\"/><path d=\"M17.9981 2C18.5504 2 18.9981 2.44772 18.9981 3V15C18.9981 15.5523 18.5504 16 17.9981 16C17.4458 16 16.9981 15.5523 16.9981 15V3C16.9981 2.44773 17.4458 2.00002 17.9981 2Z\" fill=\"currentColor\"/><path d=\"M21.4981 7C22.0504 7 22.4981 7.44772 22.4981 8V10C22.4981 10.5523 22.0504 11 21.4981 11C20.9458 11 20.4981 10.5523 20.4981 10V8C20.4981 7.44773 20.9458 7.00002 21.4981 7Z\" fill=\"currentColor\"/><path d=\"M14.4981 5C15.0504 5 15.4981 5.44772 15.4981 6V8.25C15.4981 8.80228 15.0504 9.25 14.4981 9.25C13.9458 9.24998 13.4981 8.80227 13.4981 8.25V6C13.4981 5.44773 13.9458 5.00002 14.4981 5Z\" fill=\"currentColor\"/><path d=\"M10.9981 3C11.5504 3 11.9981 3.44772 11.9981 4V5.5C11.9981 6.05228 11.5504 6.5 10.9981 6.5C10.4458 6.49998 9.99808 6.05227 9.99808 5.5V4C9.99808 3.44773 10.4458 3.00002 10.9981 3Z\" fill=\"currentColor\"/>",
22252
+ "iconName": "voice-settings, edit-voice",
22253
+ "variant": {
22254
+ "join": "round",
22255
+ "filled": "on",
22256
+ "radius": "2",
22257
+ "stroke": "2"
22258
+ },
22259
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22260
+ "packageName": "round-filled-radius-2-stroke-2",
22261
+ "componentName": "IconVoiceSettings"
22262
+ },
22221
22263
  {
22222
22264
  "category": "AI & Magic",
22223
22265
  "svg": "<path d=\"M8 3C8.55228 3 9 3.44772 9 4V20C9 20.5523 8.55228 21 8 21C7.44772 21 7 20.5523 7 20V4C7 3.44772 7.44772 3 8 3Z\" fill=\"currentColor\"/><path d=\"M16 13C16.2409 13 16.4574 13.1482 16.5439 13.373L17.2402 15.1855C17.3418 15.4494 17.5506 15.6582 17.8145 15.7598L19.627 16.4561C19.8518 16.5426 20 16.7591 20 17C20 17.2409 19.8518 17.4574 19.627 17.5439L17.8145 18.2402C17.5506 18.3418 17.3418 18.5506 17.2402 18.8145L16.5439 20.627C16.4574 20.8518 16.2409 21 16 21C15.7591 21 15.5426 20.8518 15.4561 20.627L14.7598 18.8145C14.6582 18.5506 14.4494 18.3418 14.1855 18.2402L12.373 17.5439C12.1482 17.4574 12 17.2409 12 17C12 16.7591 12.1482 16.5426 12.373 16.4561L14.1855 15.7598C14.4494 15.6582 14.6582 15.4494 14.7598 15.1855L15.4561 13.373C15.5426 13.1482 15.7591 13 16 13Z\" fill=\"currentColor\"/><path d=\"M4 9C4.55228 9 5 9.44772 5 10V14C5 14.5523 4.55228 15 4 15C3.44772 15 3 14.5523 3 14V10C3 9.44772 3.44772 9 4 9Z\" fill=\"currentColor\"/><path d=\"M12 7C12.5523 7 13 7.44772 13 8V13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13V8C11 7.44772 11.4477 7 12 7Z\" fill=\"currentColor\"/><path d=\"M20 9C20.5523 9 21 9.44772 21 10V13C21 13.5523 20.5523 14 20 14C19.4477 14 19 13.5523 19 13V10C19 9.44772 19.4477 9 20 9Z\" fill=\"currentColor\"/><path d=\"M16 5C16.5523 5 17 5.44772 17 6V10C17 10.5523 16.5523 11 16 11C15.4477 11 15 10.5523 15 10V6C15 5.44772 15.4477 5 16 5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1259,6 +1259,7 @@ export type CentralIconName =
1259
1259
  | "IconSandbox"
1260
1260
  | "IconSatellite1"
1261
1261
  | "IconSatellite2"
1262
+ | "IconScanCode"
1262
1263
  | "IconScanTextSparkle"
1263
1264
  | "IconSchool"
1264
1265
  | "IconScissors1"
@@ -1585,7 +1586,9 @@ export type CentralIconName =
1585
1586
  | "IconVoice2"
1586
1587
  | "IconVoice3"
1587
1588
  | "IconVoiceAndVideo"
1589
+ | "IconVoiceMode"
1588
1590
  | "IconVoiceRecord"
1591
+ | "IconVoiceSettings"
1589
1592
  | "IconVoiceSparkle"
1590
1593
  | "IconVolleyball"
1591
1594
  | "IconVolumeDown"
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.70",
3
+ "version": "1.1.72",
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": 1644,
14
+ "totalIcons": 1647,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -799,7 +799,7 @@
799
799
  ]
800
800
  },
801
801
  "Interface General": {
802
- "count": 174,
802
+ "count": 175,
803
803
  "icons": [
804
804
  "IconAnchor1",
805
805
  "IconAnchor2",
@@ -924,6 +924,7 @@
924
924
  "IconQrCode",
925
925
  "IconQuickSearch",
926
926
  "IconReview",
927
+ "IconScanCode",
927
928
  "IconSearchMenu",
928
929
  "IconSearchOptions",
929
930
  "IconShapesPlusXSquareCircle",
@@ -1435,7 +1436,7 @@
1435
1436
  ]
1436
1437
  },
1437
1438
  "Sound & Music": {
1438
- "count": 48,
1439
+ "count": 50,
1439
1440
  "icons": [
1440
1441
  "IconAirpodLeft",
1441
1442
  "IconAirpodRight",
@@ -1478,7 +1479,9 @@
1478
1479
  "IconVocalMicrophone",
1479
1480
  "IconVoice1",
1480
1481
  "IconVoice3",
1482
+ "IconVoiceMode",
1481
1483
  "IconVoiceRecord",
1484
+ "IconVoiceSettings",
1482
1485
  "IconVolumeDown",
1483
1486
  "IconVolumeFull",
1484
1487
  "IconVolumeHalf",
@@ -3094,6 +3097,7 @@
3094
3097
  "IconSandbox": "sandbox, playground",
3095
3098
  "IconSatellite1": "satellite-1, radar, feed",
3096
3099
  "IconSatellite2": "satellite-2, radar, feed",
3100
+ "IconScanCode": "scan-code, barcode",
3097
3101
  "IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
3098
3102
  "IconSchool": "school, building",
3099
3103
  "IconScissors1": "scissors-1, cut",
@@ -3420,7 +3424,9 @@
3420
3424
  "IconVoice2": "voice-2, siri, wave",
3421
3425
  "IconVoice3": "voice-3, wave",
3422
3426
  "IconVoiceAndVideo": "voice-and-video, media",
3427
+ "IconVoiceMode": "voice-mode, voice-settings",
3423
3428
  "IconVoiceRecord": "voice-record",
3429
+ "IconVoiceSettings": "voice-settings, edit-voice",
3424
3430
  "IconVoiceSparkle": "voice-sparkle, ai, sound",
3425
3431
  "IconVolleyball": "volleyball",
3426
3432
  "IconVolumeDown": "volume-down",
package/index.d.ts CHANGED
@@ -1258,6 +1258,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
1258
1258
  export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
1259
1259
  export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
1260
1260
  export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
1261
+ export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
1261
1262
  export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
1262
1263
  export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
1263
1264
  export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
@@ -1584,7 +1585,9 @@ export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
1584
1585
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1585
1586
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1586
1587
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1588
+ export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
1587
1589
  export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
1590
+ export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
1588
1591
  export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
1589
1592
  export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
1590
1593
  export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";