@central-icons-react-native/round-outlined-radius-3-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.
@@ -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 f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=x(o,n))||c.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(h(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(s({},"__esModule",{value:!0}),r);var k={};I(k,{IconVoiceMode:()=>u,default:()=>P});module.exports=g(k);var p=l(require("react"));var C=l(require("react")),a=require("react-native-svg"),m=({children:r,size:o=24,...e})=>C.default.createElement(a.Svg,{...e,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"),u=r=>p.default.createElement(m,{...r},p.default.createElement(t.Path,{d:"M21 9V11M17.5 4V16M14 7V9.25M10.5 5V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(t.Rect,{x:"2.5",y:"12",width:"11.5",height:"8",rx:"4",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(t.Circle,{cx:"6.5",cy:"16",r:"1.75",fill:"currentColor"})),P=u;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 { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 9V11M17.5 4V16M14 7V9.25M10.5 5V8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"2.5\"\n y=\"12\"\n width=\"11.5\"\n height=\"8\"\n rx=\"4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"6.5\" cy=\"16\" r=\"1.75\" fill=\"currentColor\" />\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,EAAmC,4BAEtBC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,MACF,EAAE,KACF,MAAM,OACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,CACxD,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...n})=>p.createElement(s,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as c,Path as i,Rect as l}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(i,{d:"M21 9V11M17.5 4V16M14 7V9.25M10.5 5V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(l,{x:"2.5",y:"12",width:"11.5",height:"8",rx:"4",stroke:"currentColor",strokeWidth:"2"}),o.createElement(c,{cx:"6.5",cy:"16",r:"1.75",fill:"currentColor"})),g=C;export{C as IconVoiceMode,g 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 { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconVoiceMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 9V11M17.5 4V16M14 7V9.25M10.5 5V8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Rect\n x=\"2.5\"\n y=\"12\"\n width=\"11.5\"\n height=\"8\"\n rx=\"4\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"6.5\" cy=\"16\" r=\"1.75\" fill=\"currentColor\" />\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,UAAAG,EAAQ,QAAAC,EAAM,QAAAC,MAAY,mBAE5B,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,EAAE,wCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,MACF,EAAE,KACF,MAAM,OACN,OAAO,IACP,GAAG,IACH,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACL,EAAA,CAAO,GAAG,MAAM,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,CACxD,EAIGO,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","Rect","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 u=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},L=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?u(k(r)):{},L(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>L(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconVoiceSettings:()=>m,default:()=>g});module.exports=I(P);var n=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),a=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),m=r=>n.default.createElement(a,{...r},n.default.createElement(C.Path,{d:"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Circle,{cx:"8.5",cy:"15.25",r:"1.75",fill:"currentColor"})),g=m;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.5\" cy=\"15.25\" r=\"1.75\" fill=\"currentColor\" />\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,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0CACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mmCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,CAC3D,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as L,Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(L,{cx:"8.5",cy:"15.25",r:"1.75",fill:"currentColor"})),B=i;export{i 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"8.5\" cy=\"15.25\" r=\"1.75\" fill=\"currentColor\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0CACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mmCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,QAAQ,EAAE,OAAO,KAAK,eAAe,CAC3D,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVoiceSettings","props","React","CentralIconBase","IconVoiceSettings_default"]}
package/README.md CHANGED
@@ -1555,7 +1555,9 @@ Below is a complete list of available icons:
1555
1555
  - IconVocalMicrophone
1556
1556
  - IconVoice1
1557
1557
  - IconVoice3
1558
+ - IconVoiceMode
1558
1559
  - IconVoiceRecord
1560
+ - IconVoiceSettings
1559
1561
  - IconVolumeDown
1560
1562
  - IconVolumeFull
1561
1563
  - IconVolumeHalf
@@ -22218,6 +22218,20 @@
22218
22218
  "packageName": "round-outlined-radius-3-stroke-2",
22219
22219
  "componentName": "IconVoiceAndVideo"
22220
22220
  },
22221
+ {
22222
+ "category": "Sound & Music",
22223
+ "svg": "<path d=\"M21 9V11M17.5 4V16M14 7V9.25M10.5 5V8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><rect x=\"2.5\" y=\"12\" width=\"11.5\" height=\"8\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"6.5\" cy=\"16\" r=\"1.75\" fill=\"currentColor\"/>",
22224
+ "iconName": "voice-mode, voice-settings",
22225
+ "variant": {
22226
+ "join": "round",
22227
+ "filled": "off",
22228
+ "radius": "3",
22229
+ "stroke": "2"
22230
+ },
22231
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22232
+ "packageName": "round-outlined-radius-3-stroke-2",
22233
+ "componentName": "IconVoiceMode"
22234
+ },
22221
22235
  {
22222
22236
  "category": "Sound & Music",
22223
22237
  "svg": "<circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><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\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -22232,6 +22246,20 @@
22232
22246
  "packageName": "round-outlined-radius-3-stroke-2",
22233
22247
  "componentName": "IconVoiceRecord"
22234
22248
  },
22249
+ {
22250
+ "category": "Sound & Music",
22251
+ "svg": "<path d=\"M21.5 8V10M18 3V15M14.5 6V8.25M11 4V5.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.10418 9.5C7.75099 9.5 7.42399 9.68631 7.24391 9.99015L6.62145 11.0404C6.44284 11.3418 6.11956 11.5277 5.76926 11.5305L4.53537 11.5405C4.18216 11.5433 3.85665 11.7323 3.67904 12.0376L3.28976 12.7068C3.11041 13.0151 3.10886 13.3956 3.28568 13.7054L3.88441 14.7543C4.05979 15.0615 4.05979 15.4385 3.88441 15.7458L3.28568 16.7946C3.10886 17.1044 3.11041 17.4849 3.28976 17.7932L3.67904 18.4624C3.85665 18.7677 4.18216 18.9567 4.53537 18.9595L5.76926 18.9695C6.11957 18.9723 6.44285 19.1582 6.62146 19.4596L7.24391 20.5099C7.42399 20.8137 7.75098 21 8.10417 21H8.89577C9.24896 21 9.57596 20.8137 9.75603 20.5099L10.3785 19.4596C10.5571 19.1582 10.8804 18.9723 11.2307 18.9695L12.4646 18.9595C12.8178 18.9567 13.1433 18.7677 13.321 18.4624L13.7102 17.7932C13.8896 17.4849 13.8911 17.1044 13.7143 16.7946L13.1156 15.7458C12.9402 15.4385 12.9402 15.0615 13.1156 14.7543L13.7143 13.7054C13.8911 13.3956 13.8896 13.0151 13.7102 12.7068L13.321 12.0376C13.1433 11.7323 12.8178 11.5433 12.4646 11.5405L11.2307 11.5305C10.8804 11.5277 10.5571 11.3418 10.3785 11.0404L9.75604 9.99015C9.57596 9.68631 9.24896 9.5 8.89577 9.5H8.10418Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8.5\" cy=\"15.25\" r=\"1.75\" fill=\"currentColor\"/>",
22252
+ "iconName": "voice-settings, edit-voice",
22253
+ "variant": {
22254
+ "join": "round",
22255
+ "filled": "off",
22256
+ "radius": "3",
22257
+ "stroke": "2"
22258
+ },
22259
+ "createdAt": "2025-12-17T17:02:01.679198+00:00",
22260
+ "packageName": "round-outlined-radius-3-stroke-2",
22261
+ "componentName": "IconVoiceSettings"
22262
+ },
22235
22263
  {
22236
22264
  "category": "AI & Magic",
22237
22265
  "svg": "<path d=\"M8 4V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M4 10V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M12 8V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 6V10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M20 10V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M17.2405 15.1852L16.5436 13.3733C16.4571 13.1484 16.241 13 16 13C15.759 13 15.5429 13.1484 15.4564 13.3733L14.7595 15.1852C14.658 15.4493 14.4493 15.658 14.1852 15.7595L12.3733 16.4564C12.1484 16.5429 12 16.759 12 17C12 17.241 12.1484 17.4571 12.3733 17.5436L14.1852 18.2405C14.4493 18.342 14.658 18.5507 14.7595 18.8148L15.4564 20.6267C15.5429 20.8516 15.759 21 16 21C16.241 21 16.4571 20.8516 16.5436 20.6267L17.2405 18.8148C17.342 18.5507 17.5507 18.342 17.8148 18.2405L19.6267 17.5436C19.8516 17.4571 20 17.241 20 17C20 16.759 19.8516 16.5429 19.6267 16.4564L17.8148 15.7595C17.5507 15.658 17.342 15.4493 17.2405 15.1852Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1586,7 +1586,9 @@ export type CentralIconName =
1586
1586
  | "IconVoice2"
1587
1587
  | "IconVoice3"
1588
1588
  | "IconVoiceAndVideo"
1589
+ | "IconVoiceMode"
1589
1590
  | "IconVoiceRecord"
1591
+ | "IconVoiceSettings"
1590
1592
  | "IconVoiceSparkle"
1591
1593
  | "IconVolleyball"
1592
1594
  | "IconVolumeDown"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "style": "round-outlined-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 1645,
14
+ "totalIcons": 1647,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -1436,7 +1436,7 @@
1436
1436
  ]
1437
1437
  },
1438
1438
  "Sound & Music": {
1439
- "count": 48,
1439
+ "count": 50,
1440
1440
  "icons": [
1441
1441
  "IconAirpodLeft",
1442
1442
  "IconAirpodRight",
@@ -1479,7 +1479,9 @@
1479
1479
  "IconVocalMicrophone",
1480
1480
  "IconVoice1",
1481
1481
  "IconVoice3",
1482
+ "IconVoiceMode",
1482
1483
  "IconVoiceRecord",
1484
+ "IconVoiceSettings",
1483
1485
  "IconVolumeDown",
1484
1486
  "IconVolumeFull",
1485
1487
  "IconVolumeHalf",
@@ -3422,7 +3424,9 @@
3422
3424
  "IconVoice2": "voice-2, siri, wave",
3423
3425
  "IconVoice3": "voice-3, wave",
3424
3426
  "IconVoiceAndVideo": "voice-and-video, media",
3427
+ "IconVoiceMode": "voice-mode, voice-settings",
3425
3428
  "IconVoiceRecord": "voice-record",
3429
+ "IconVoiceSettings": "voice-settings, edit-voice",
3426
3430
  "IconVoiceSparkle": "voice-sparkle, ai, sound",
3427
3431
  "IconVolleyball": "volleyball",
3428
3432
  "IconVolumeDown": "volume-down",
package/index.d.ts CHANGED
@@ -1585,7 +1585,9 @@ export { IconVoice1, default as IconVoice1Default } from "./IconVoice1";
1585
1585
  export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
1586
1586
  export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
1587
1587
  export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
1588
+ export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
1588
1589
  export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
1590
+ export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
1589
1591
  export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
1590
1592
  export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
1591
1593
  export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";