@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.38 → 1.1.40

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 IconAnchor: FC<CentralIconBaseProps>;
4
+ export default IconAnchor;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},l=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!v.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var a=(o,r,C)=>(C=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var V={};x(V,{IconAnchor:()=>i,default:()=>g});module.exports=P(V);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...C})=>m.default.createElement(c.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>t.default.createElement(s,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707C16.9024 15.3165 16.9024 14.6835 17.293 14.293L19.293 12.293C19.579 12.007 20.0091 11.9214 20.3828 12.0762C20.7564 12.231 21 12.5956 21 13V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V13C3 12.5956 3.24359 12.231 3.61719 12.0762C3.99086 11.9214 4.42103 12.007 4.70703 12.293L6.70703 14.293C7.09756 14.6835 7.09756 15.3165 6.70703 15.707C6.31651 16.0976 5.68349 16.0976 5.29297 15.707L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconAnchor});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnchor/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 IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707C16.9024 15.3165 16.9024 14.6835 17.293 14.293L19.293 12.293C19.579 12.007 20.0091 11.9214 20.3828 12.0762C20.7564 12.231 21 12.5956 21 13V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V13C3 12.5956 3.24359 12.231 3.61719 12.0762C3.99086 11.9214 4.42103 12.007 4.70703 12.293L6.70703 14.293C7.09756 14.6835 7.09756 15.3165 6.70703 15.707C6.31651 16.0976 5.68349 16.0976 5.29297 15.707L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,g6BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAnchor_exports","__export","IconAnchor","IconAnchor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...n})=>t.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707C16.9024 15.3165 16.9024 14.6835 17.293 14.293L19.293 12.293C19.579 12.007 20.0091 11.9214 20.3828 12.0762C20.7564 12.231 21 12.5956 21 13V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V13C3 12.5956 3.24359 12.231 3.61719 12.0762C3.99086 11.9214 4.42103 12.007 4.70703 12.293L6.70703 14.293C7.09756 14.6835 7.09756 15.3165 6.70703 15.707C6.31651 16.0976 5.68349 16.0976 5.29297 15.707L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z",fill:"currentColor"})),v=a;export{a as IconAnchor,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAnchor/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 IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707C16.9024 15.3165 16.9024 14.6835 17.293 14.293L19.293 12.293C19.579 12.007 20.0091 11.9214 20.3828 12.0762C20.7564 12.231 21 12.5956 21 13V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V13C3 12.5956 3.24359 12.231 3.61719 12.0762C3.99086 11.9214 4.42103 12.007 4.70703 12.293L6.70703 14.293C7.09756 14.6835 7.09756 15.3165 6.70703 15.707C6.31651 16.0976 5.68349 16.0976 5.29297 15.707L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,g6BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHook: FC<CentralIconBaseProps>;
4
+ export default IconHook;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconHook:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14.707 15.707C14.3165 16.0976 13.6835 16.0976 13.293 15.707C12.9024 15.3165 12.9024 14.6835 13.293 14.293L16.293 11.293C16.579 11.007 17.0091 10.9214 17.3828 11.0762C17.7564 11.231 18 11.5956 18 12V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z",fill:"currentColor"})),g=i;0&&(module.exports={IconHook});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHook/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 IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14.707 15.707C14.3165 16.0976 13.6835 16.0976 13.293 15.707C12.9024 15.3165 12.9024 14.6835 13.293 14.293L16.293 11.293C16.579 11.007 17.0091 10.9214 17.3828 11.0762C17.7564 11.231 18 11.5956 18 12V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHook_exports","__export","IconHook","IconHook_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHook","props","React","CentralIconBase","IconHook_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14.707 15.707C14.3165 16.0976 13.6835 16.0976 13.293 15.707C12.9024 15.3165 12.9024 14.6835 13.293 14.293L16.293 11.293C16.579 11.007 17.0091 10.9214 17.3828 11.0762C17.7564 11.231 18 11.5956 18 12V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z",fill:"currentColor"})),v=a;export{a as IconHook,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHook/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 IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14.707 15.707C14.3165 16.0976 13.6835 16.0976 13.293 15.707C12.9024 15.3165 12.9024 14.6835 13.293 14.293L16.293 11.293C16.579 11.007 17.0091 10.9214 17.3828 11.0762C17.7564 11.231 18 11.5956 18 12V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHook","props","React","CentralIconBase","IconHook_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLiveVoiceTranslate: FC<CentralIconBaseProps>;
4
+ export default IconLiveVoiceTranslate;
@@ -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=(C,r)=>{for(var o in r)l(C,o,{get:r[o],enumerable:!0})},f=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!d.call(C,t)&&t!==o&&l(C,t,{get:()=>r[t],enumerable:!(p=V(r,t))||p.enumerable});return C};var a=(C,r,o)=>(o=C!=null?u(I(C)):{},f(r||!C||!C.__esModule?l(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>f(l({},"__esModule",{value:!0}),C);var v={};x(v,{IconLiveVoiceTranslate:()=>c,default:()=>g});module.exports=P(v);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),s=({children:C,size:r=24,...o})=>i.default.createElement(m.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var e=require("react-native-svg"),c=C=>n.default.createElement(s,{...C},n.default.createElement(e.Path,{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5V11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283C11.977 19.159 12.3064 19.6998 12.1758 20.2363C12.0451 20.7728 11.5042 21.1021 10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736C3.18858 21.0985 2.65126 20.7636 2.52637 20.2256C2.40166 19.6878 2.73574 19.1504 3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242C4.07477 14.8061 4.3403 14.2311 4.8584 14.04C5.37651 13.8492 5.95156 14.1147 6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.5V10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),n.default.createElement(e.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"}),n.default.createElement(e.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"}),n.default.createElement(e.Path,{d:"M14 6C14.5523 6 15 6.44772 15 7V9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z",fill:"currentColor"})),g=c;0&&(module.exports={IconLiveVoiceTranslate});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLiveVoiceTranslate/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 IconLiveVoiceTranslate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5V11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283C11.977 19.159 12.3064 19.6998 12.1758 20.2363C12.0451 20.7728 11.5042 21.1021 10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736C3.18858 21.0985 2.65126 20.7636 2.52637 20.2256C2.40166 19.6878 2.73574 19.1504 3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242C4.07477 14.8061 4.3403 14.2311 4.8584 14.04C5.37651 13.8492 5.95156 14.1147 6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.5V10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\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 7V9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9V7C13 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 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,i8BACF,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,wHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLiveVoiceTranslate_exports","__export","IconLiveVoiceTranslate","IconLiveVoiceTranslate_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:C=24,...t})=>l.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(e,{...n},r.createElement(o,{d:"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5V11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283C11.977 19.159 12.3064 19.6998 12.1758 20.2363C12.0451 20.7728 11.5042 21.1021 10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736C3.18858 21.0985 2.65126 20.7636 2.52637 20.2256C2.40166 19.6878 2.73574 19.1504 3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242C4.07477 14.8061 4.3403 14.2311 4.8584 14.04C5.37651 13.8492 5.95156 14.1147 6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.5V10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z",fill:"currentColor"}),r.createElement(o,{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"}),r.createElement(o,{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"}),r.createElement(o,{d:"M14 6C14.5523 6 15 6.44772 15 7V9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),r.createElement(o,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z",fill:"currentColor"})),d=f;export{f as IconLiveVoiceTranslate,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLiveVoiceTranslate/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 IconLiveVoiceTranslate: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5V11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283C11.977 19.159 12.3064 19.6998 12.1758 20.2363C12.0451 20.7728 11.5042 21.1021 10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736C3.18858 21.0985 2.65126 20.7636 2.52637 20.2256C2.40166 19.6878 2.73574 19.1504 3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242C4.07477 14.8061 4.3403 14.2311 4.8584 14.04C5.37651 13.8492 5.95156 14.1147 6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.5V10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\"\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 7V9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9V7C13 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 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,i8BACF,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,wHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSwitchVoice: FC<CentralIconBaseProps>;
4
+ export default IconSwitchVoice;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=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 d(o))!I.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=a(o,e))||p.enumerable});return r};var i=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var M={};x(M,{IconSwitchVoice:()=>s,default:()=>g});module.exports=P(M);var n=i(require("react"));var m=i(require("react")),V=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(V.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"),s=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M3.25 13.7861C3.78256 13.7861 4.21387 14.2174 4.21387 14.75C4.21387 16.0933 5.16525 17.2136 6.43066 17.4766V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V19.4277C4.09569 19.1466 2.28613 17.1608 2.28613 14.75C2.28613 14.2174 2.71744 13.7861 3.25 13.7861Z",fill:"currentColor"}),n.default.createElement(t.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"}),n.default.createElement(t.Path,{d:"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0713C9.90437 10.3524 11.7139 12.3391 11.7139 14.75C11.7139 15.2826 11.2826 15.7139 10.75 15.7139C10.2174 15.7139 9.78613 15.2826 9.78613 14.75C9.78613 13.4066 8.83485 12.2854 7.56934 12.0225V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14 6C14.5523 6 15 6.44772 15 7V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),n.default.createElement(t.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"}),n.default.createElement(t.Path,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z",fill:"currentColor"})),g=s;0&&(module.exports={IconSwitchVoice});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSwitchVoice/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 IconSwitchVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.25 13.7861C3.78256 13.7861 4.21387 14.2174 4.21387 14.75C4.21387 16.0933 5.16525 17.2136 6.43066 17.4766V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V19.4277C4.09569 19.1466 2.28613 17.1608 2.28613 14.75C2.28613 14.2174 2.71744 13.7861 3.25 13.7861Z\"\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=\"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0713C9.90437 10.3524 11.7139 12.3391 11.7139 14.75C11.7139 15.2826 11.2826 15.7139 10.75 15.7139C10.2174 15.7139 9.78613 15.2826 9.78613 14.75C9.78613 13.4066 8.83485 12.2854 7.56934 12.0225V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14.5523 6 15 6.44772 15 7V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V7C13 6.44772 13.4477 6 14 6Z\"\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=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconSwitchVoice_exports","__export","IconSwitchVoice","IconSwitchVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...e})=>l.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(C,{d:"M3.25 13.7861C3.78256 13.7861 4.21387 14.2174 4.21387 14.75C4.21387 16.0933 5.16525 17.2136 6.43066 17.4766V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V19.4277C4.09569 19.1466 2.28613 17.1608 2.28613 14.75C2.28613 14.2174 2.71744 13.7861 3.25 13.7861Z",fill:"currentColor"}),r.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"}),r.createElement(C,{d:"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0713C9.90437 10.3524 11.7139 12.3391 11.7139 14.75C11.7139 15.2826 11.2826 15.7139 10.75 15.7139C10.2174 15.7139 9.78613 15.2826 9.78613 14.75C9.78613 13.4066 8.83485 12.2854 7.56934 12.0225V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z",fill:"currentColor"}),r.createElement(C,{d:"M14 6C14.5523 6 15 6.44772 15 7V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V7C13 6.44772 13.4477 6 14 6Z",fill:"currentColor"}),r.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"}),r.createElement(C,{d:"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z",fill:"currentColor"})),I=f;export{f as IconSwitchVoice,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconSwitchVoice/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 IconSwitchVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.25 13.7861C3.78256 13.7861 4.21387 14.2174 4.21387 14.75C4.21387 16.0933 5.16525 17.2136 6.43066 17.4766V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V19.4277C4.09569 19.1466 2.28613 17.1608 2.28613 14.75C2.28613 14.2174 2.71744 13.7861 3.25 13.7861Z\"\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=\"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0713C9.90437 10.3524 11.7139 12.3391 11.7139 14.75C11.7139 15.2826 11.2826 15.7139 10.75 15.7139C10.2174 15.7139 9.78613 15.2826 9.78613 14.75C9.78613 13.4066 8.83485 12.2854 7.56934 12.0225V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14.5523 6 15 6.44772 15 7V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V7C13 6.44772 13.4477 6 14 6Z\"\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=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
package/README.md CHANGED
@@ -162,6 +162,7 @@ Below is a complete list of available icons:
162
162
  - IconImagine
163
163
  - IconImagineAi
164
164
  - IconListSparkle
165
+ - IconLiveVoiceTranslate
165
166
  - IconMagicBook
166
167
  - IconMagicEdit
167
168
  - IconMagicWand
@@ -185,6 +186,7 @@ Below is a complete list of available icons:
185
186
  - IconSparklesTwo2
186
187
  - IconSpeachToText
187
188
  - IconStarWand
189
+ - IconSwitchVoice
188
190
  - IconTextToImage
189
191
  - IconTextToSpeach
190
192
  - IconVisualIntelligence
@@ -381,6 +383,7 @@ Below is a complete list of available icons:
381
383
 
382
384
  ### Code
383
385
 
386
+ - IconAnchor
384
387
  - IconAnimation
385
388
  - IconAnimationAuto
386
389
  - IconAnimationEase
@@ -411,6 +414,7 @@ Below is a complete list of available icons:
411
414
  - IconDraft
412
415
  - IconForkCode
413
416
  - IconHammer
417
+ - IconHook
414
418
  - IconPullRequest
415
419
  - IconPush
416
420
  - IconRequestClosed
@@ -448,6 +448,20 @@
448
448
  "packageName": "round-filled-radius-0-stroke-2",
449
449
  "componentName": "IconAnalytics"
450
450
  },
451
+ {
452
+ "category": "Code",
453
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V16C13 17.6569 14.3431 19 16 19C17.6569 19 19 17.6569 19 16V15.4141L18.707 15.707C18.3165 16.0976 17.6835 16.0976 17.293 15.707C16.9024 15.3165 16.9024 14.6835 17.293 14.293L19.293 12.293C19.579 12.007 20.0091 11.9214 20.3828 12.0762C20.7564 12.231 21 12.5956 21 13V16C21 18.7614 18.7614 21 16 21C14.364 21 12.9122 20.2137 12 18.999C11.0878 20.2137 9.63602 21 8 21C5.23858 21 3 18.7614 3 16V13C3 12.5956 3.24359 12.231 3.61719 12.0762C3.99086 11.9214 4.42103 12.007 4.70703 12.293L6.70703 14.293C7.09756 14.6835 7.09756 15.3165 6.70703 15.707C6.31651 16.0976 5.68349 16.0976 5.29297 15.707L5 15.4141V16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5Z\" fill=\"currentColor\"/>",
454
+ "iconName": "anchor, webhooks",
455
+ "variant": {
456
+ "join": "round",
457
+ "filled": "on",
458
+ "radius": "0",
459
+ "stroke": "2"
460
+ },
461
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
462
+ "packageName": "round-filled-radius-0-stroke-2",
463
+ "componentName": "IconAnchor"
464
+ },
451
465
  {
452
466
  "category": "Interface General",
453
467
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C10.067 2 8.5 3.567 8.5 5.5C8.5 7.08551 9.55426 8.42479 11 8.85506V20H6.49009L4.3512 13H6.00001C6.55229 13 7.00001 12.5523 7.00001 12C7.00001 11.4477 6.55229 11 6.00001 11H3.00001C2.68301 11 2.38478 11.1503 2.1962 11.4051C2.00762 11.6599 1.95102 11.9891 2.04366 12.2922L4.79366 21.2922C4.92215 21.7128 5.31028 22 5.75001 22H18.25C18.6897 22 19.0779 21.7128 19.2064 21.2922L21.9564 12.2922C22.049 11.9891 21.9924 11.6599 21.8038 11.4051C21.6152 11.1503 21.317 11 21 11H18C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H19.6488L17.5099 20H13V8.85506C14.4457 8.42478 15.5 7.08551 15.5 5.5C15.5 3.567 13.933 2 12 2ZM10.5 5.5C10.5 4.67157 11.1716 4 12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5Z\" fill=\"currentColor\"/>",
@@ -11270,6 +11284,20 @@
11270
11284
  "packageName": "round-filled-radius-0-stroke-2",
11271
11285
  "componentName": "IconHomeRoundDoor"
11272
11286
  },
11287
+ {
11288
+ "category": "Code",
11289
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9 2C11.2091 2 13 3.79086 13 6C13 7.86384 11.7252 9.42998 10 9.87402V17C10 18.6569 11.3431 20 13 20C14.6569 20 16 18.6569 16 17V14.4141L14.707 15.707C14.3165 16.0976 13.6835 16.0976 13.293 15.707C12.9024 15.3165 12.9024 14.6835 13.293 14.293L16.293 11.293C16.579 11.007 17.0091 10.9214 17.3828 11.0762C17.7564 11.231 18 11.5956 18 12V17C18 19.7614 15.7614 22 13 22C10.2386 22 8 19.7614 8 17V9.87402C6.27477 9.42998 5 7.86384 5 6C5 3.79086 6.79086 2 9 2ZM9 4C7.89543 4 7 4.89543 7 6C7 7.10457 7.89543 8 9 8C10.1046 8 11 7.10457 11 6C11 4.89543 10.1046 4 9 4Z\" fill=\"currentColor\"/>",
11290
+ "iconName": "hook, phishing",
11291
+ "variant": {
11292
+ "join": "round",
11293
+ "filled": "on",
11294
+ "radius": "0",
11295
+ "stroke": "2"
11296
+ },
11297
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
11298
+ "packageName": "round-filled-radius-0-stroke-2",
11299
+ "componentName": "IconHook"
11300
+ },
11273
11301
  {
11274
11302
  "category": "Typography",
11275
11303
  "svg": "<path d=\"M7 3C6.44772 3 6 3.44772 6 4V16C6 16.5523 6.44772 17 7 17H10C10.5523 17 11 16.5523 11 16V4C11 3.44772 10.5523 3 10 3H7Z\" fill=\"currentColor\"/><path d=\"M14 7C13.4477 7 13 7.44772 13 8V16C13 16.5523 13.4477 17 14 17H17C17.5523 17 18 16.5523 18 16V8C18 7.44772 17.5523 7 17 7H14Z\" fill=\"currentColor\"/><path d=\"M4 19C3.44772 19 3 19.4477 3 20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20C21 19.4477 20.5523 19 20 19H4Z\" fill=\"currentColor\"/>",
@@ -12614,6 +12642,20 @@
12614
12642
  "packageName": "round-filled-radius-0-stroke-2",
12615
12643
  "componentName": "IconLiveNoSignal"
12616
12644
  },
12645
+ {
12646
+ "category": "AI & Magic",
12647
+ "svg": "<path d=\"M7.5 9.5C8.05228 9.5 8.5 9.94772 8.5 10.5V11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283C11.977 19.159 12.3064 19.6998 12.1758 20.2363C12.0451 20.7728 11.5042 21.1021 10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736C3.18858 21.0985 2.65126 20.7636 2.52637 20.2256C2.40166 19.6878 2.73574 19.1504 3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242C4.07477 14.8061 4.3403 14.2311 4.8584 14.04C5.37651 13.8492 5.95156 14.1147 6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H6.5V10.5C6.5 9.94772 6.94772 9.5 7.5 9.5Z\" 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 7V9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9V7C13 6.44772 13.4477 6 14 6Z\" fill=\"currentColor\"/><path d=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\" fill=\"currentColor\"/>",
12648
+ "iconName": "live-voice-translate",
12649
+ "variant": {
12650
+ "join": "round",
12651
+ "filled": "on",
12652
+ "radius": "0",
12653
+ "stroke": "2"
12654
+ },
12655
+ "createdAt": "2025-11-21T15:01:55.597393+00:00",
12656
+ "packageName": "round-filled-radius-0-stroke-2",
12657
+ "componentName": "IconLiveVoiceTranslate"
12658
+ },
12617
12659
  {
12618
12660
  "category": "Devices & Signals",
12619
12661
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.17157 7.75725C9.5621 8.14777 9.5621 8.78094 9.17157 9.17146C8.44662 9.89641 8 10.895 8 11.9999C8 13.1047 8.44662 14.1034 9.17157 14.8283C9.5621 15.2188 9.5621 15.852 9.17157 16.2425C8.78105 16.6331 8.14788 16.6331 7.75736 16.2425C6.67267 15.1578 6 13.6565 6 11.9999C6 10.3433 6.67267 8.84194 7.75736 7.75725C8.14788 7.36672 8.78105 7.36672 9.17157 7.75725ZM14.8284 7.75725C15.219 7.36672 15.8521 7.36672 16.2426 7.75725C17.3273 8.84194 18 10.3433 18 11.9999C18 13.6565 17.3273 15.1578 16.2426 16.2425C15.8521 16.6331 15.219 16.6331 14.8284 16.2425C14.4379 15.852 14.4379 15.2188 14.8284 14.8283C15.5534 14.1034 16 13.1047 16 11.9999C16 10.895 15.5534 9.89641 14.8284 9.17146C14.4379 8.78094 14.4379 8.14777 14.8284 7.75725ZM10 11.9999C10 10.8953 10.8954 9.99988 12 9.99988C13.1046 9.99988 14 10.8953 14 11.9999C14 13.1045 13.1046 13.9999 12 13.9999C10.8954 13.9999 10 13.1045 10 11.9999Z\" fill=\"currentColor\"/>",
@@ -19572,6 +19614,20 @@
19572
19614
  "packageName": "round-filled-radius-0-stroke-2",
19573
19615
  "componentName": "IconSushi"
19574
19616
  },
19617
+ {
19618
+ "category": "AI & Magic",
19619
+ "svg": "<path d=\"M3.25 13.7861C3.78256 13.7861 4.21387 14.2174 4.21387 14.75C4.21387 16.0933 5.16525 17.2136 6.43066 17.4766V16.4512C6.43066 15.9421 7.04627 15.6869 7.40625 16.0469L9.45508 18.0957C9.67824 18.3189 9.67824 18.6811 9.45508 18.9043L7.40625 20.9531C7.04625 21.3129 6.43066 21.0579 6.43066 20.5488V19.4277C4.09569 19.1466 2.28613 17.1608 2.28613 14.75C2.28613 14.2174 2.71744 13.7861 3.25 13.7861Z\" 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=\"M6.59375 8.47559C6.95373 8.11561 7.56934 8.37079 7.56934 8.87988V10.0713C9.90437 10.3524 11.7139 12.3391 11.7139 14.75C11.7139 15.2826 11.2826 15.7139 10.75 15.7139C10.2174 15.7139 9.78613 15.2826 9.78613 14.75C9.78613 13.4066 8.83485 12.2854 7.56934 12.0225V12.9775C7.56934 13.4866 6.95375 13.7416 6.59375 13.3818L4.54492 11.333C4.32177 11.1099 4.32177 10.7476 4.54492 10.5244L6.59375 8.47559Z\" fill=\"currentColor\"/><path d=\"M14 6C14.5523 6 15 6.44772 15 7V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V7C13 6.44772 13.4477 6 14 6Z\" 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=\"M10.5 4C11.0523 4 11.5 4.44772 11.5 5V7.5C11.5 8.05228 11.0523 8.5 10.5 8.5C9.94772 8.5 9.5 8.05228 9.5 7.5V5C9.5 4.44772 9.94772 4 10.5 4Z\" fill=\"currentColor\"/>",
19620
+ "iconName": "switch-voice, change-voice",
19621
+ "variant": {
19622
+ "join": "round",
19623
+ "filled": "on",
19624
+ "radius": "0",
19625
+ "stroke": "2"
19626
+ },
19627
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
19628
+ "packageName": "round-filled-radius-0-stroke-2",
19629
+ "componentName": "IconSwitchVoice"
19630
+ },
19575
19631
  {
19576
19632
  "category": "Gaming",
19577
19633
  "svg": "<path d=\"M14.0004 3C13.6722 3 13.365 3.16099 13.1782 3.43079L8.20312 10.617L13.3834 15.7972L20.5696 10.8222C20.8394 10.6354 21.0004 10.3281 21.0004 10V4C21.0004 3.44772 20.5527 3 20.0004 3H14.0004Z\" fill=\"currentColor\"/><path d=\"M5.70711 10.2929C5.49526 10.0811 5.1996 9.97535 4.90146 10.0049C4.60333 10.0344 4.33413 10.196 4.16795 10.4453L3.16795 11.9453C2.93749 12.291 2.94478 12.7432 3.18627 13.0812L5.19388 15.8919L2.29289 18.7929C1.90237 19.1834 1.90237 19.8166 2.29289 20.2071L3.79289 21.7071C4.18342 22.0976 4.81658 22.0976 5.20711 21.7071L8.1081 18.8061L10.9188 20.8137C11.2568 21.0552 11.709 21.0625 12.0547 20.8321L13.5547 19.8321C13.804 19.6659 13.9656 19.3967 13.9951 19.0985C14.0247 18.8004 13.919 18.5047 13.7071 18.2929L5.70711 10.2929Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -31,6 +31,7 @@ export type CentralIconName =
31
31
  | "IconAlt"
32
32
  | "IconAmericanFootball"
33
33
  | "IconAnalytics"
34
+ | "IconAnchor"
34
35
  | "IconAnchor1"
35
36
  | "IconAnchor2"
36
37
  | "IconAnimation"
@@ -804,6 +805,7 @@ export type CentralIconName =
804
805
  | "IconHomePersonalFeed"
805
806
  | "IconHomeRoof"
806
807
  | "IconHomeRoundDoor"
808
+ | "IconHook"
807
809
  | "IconHorizontalAlignmentBottom"
808
810
  | "IconHorizontalAlignmentCenter"
809
811
  | "IconHorizontalAlignmentTop"
@@ -900,6 +902,7 @@ export type CentralIconName =
900
902
  | "IconLiveActivity"
901
903
  | "IconLiveFull"
902
904
  | "IconLiveNoSignal"
905
+ | "IconLiveVoiceTranslate"
903
906
  | "IconLiveWeak"
904
907
  | "IconLoader"
905
908
  | "IconLoadingCircle"
@@ -1397,6 +1400,7 @@ export type CentralIconName =
1397
1400
  | "IconSupport"
1398
1401
  | "IconSurfing"
1399
1402
  | "IconSushi"
1403
+ | "IconSwitchVoice"
1400
1404
  | "IconSword"
1401
1405
  | "IconTable"
1402
1406
  | "IconTactics1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.38",
3
+ "version": "1.1.40",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1582,
14
+ "totalIcons": 1586,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 45,
17
+ "count": 47,
18
18
  "icons": [
19
19
  "IconAppleIntelligenceIcon",
20
20
  "IconBoxSparkle",
@@ -32,6 +32,7 @@
32
32
  "IconImagine",
33
33
  "IconImagineAi",
34
34
  "IconListSparkle",
35
+ "IconLiveVoiceTranslate",
35
36
  "IconMagicBook",
36
37
  "IconMagicEdit",
37
38
  "IconMagicWand",
@@ -55,6 +56,7 @@
55
56
  "IconSparklesTwo2",
56
57
  "IconSpeachToText",
57
58
  "IconStarWand",
59
+ "IconSwitchVoice",
58
60
  "IconTextToImage",
59
61
  "IconTextToSpeach",
60
62
  "IconVisualIntelligence",
@@ -261,8 +263,9 @@
261
263
  ]
262
264
  },
263
265
  "Code": {
264
- "count": 38,
266
+ "count": 40,
265
267
  "icons": [
268
+ "IconAnchor",
266
269
  "IconAnimation",
267
270
  "IconAnimationAuto",
268
271
  "IconAnimationEase",
@@ -293,6 +296,7 @@
293
296
  "IconDraft",
294
297
  "IconForkCode",
295
298
  "IconHammer",
299
+ "IconHook",
296
300
  "IconPullRequest",
297
301
  "IconPush",
298
302
  "IconRequestClosed",
@@ -1807,6 +1811,7 @@
1807
1811
  "IconAlt": "alt",
1808
1812
  "IconAmericanFootball": "american-football, nfl",
1809
1813
  "IconAnalytics": "analytics, analysis",
1814
+ "IconAnchor": "anchor, webhooks",
1810
1815
  "IconAnchor1": "anchor-1, link",
1811
1816
  "IconAnchor2": "anchor-2, link",
1812
1817
  "IconAnimation": "animation",
@@ -2580,6 +2585,7 @@
2580
2585
  "IconHomePersonalFeed": "home-personal-feed, for-you",
2581
2586
  "IconHomeRoof": "home-roof, house",
2582
2587
  "IconHomeRoundDoor": "home-round-door",
2588
+ "IconHook": "hook, phishing",
2583
2589
  "IconHorizontalAlignmentBottom": "horizontal-alignment-bottom",
2584
2590
  "IconHorizontalAlignmentCenter": "horizontal-alignment-center",
2585
2591
  "IconHorizontalAlignmentTop": "horizontal-alignment-top",
@@ -2676,6 +2682,7 @@
2676
2682
  "IconLiveActivity": "live-activity, fitness",
2677
2683
  "IconLiveFull": "live-full, signal, podcast",
2678
2684
  "IconLiveNoSignal": "live-no-signal, signal",
2685
+ "IconLiveVoiceTranslate": "live-voice-translate",
2679
2686
  "IconLiveWeak": "live-weak, signal",
2680
2687
  "IconLoader": "loader",
2681
2688
  "IconLoadingCircle": "loading-circle, quarter, spinner",
@@ -3173,6 +3180,7 @@
3173
3180
  "IconSupport": "support",
3174
3181
  "IconSurfing": "surfing, wave, vibe",
3175
3182
  "IconSushi": "sushi, nigiri, sashime, maki",
3183
+ "IconSwitchVoice": "switch-voice, change-voice",
3176
3184
  "IconSword": "sword, action, gaming",
3177
3185
  "IconTable": "table, spreedsheet, chart",
3178
3186
  "IconTactics1": "tactics-1, game-plan, prototype, play",
package/index.d.ts CHANGED
@@ -30,6 +30,7 @@ export { IconAlpha, default as IconAlphaDefault } from "./IconAlpha";
30
30
  export { IconAlt, default as IconAltDefault } from "./IconAlt";
31
31
  export { IconAmericanFootball, default as IconAmericanFootballDefault, } from "./IconAmericanFootball";
32
32
  export { IconAnalytics, default as IconAnalyticsDefault, } from "./IconAnalytics";
33
+ export { IconAnchor, default as IconAnchorDefault } from "./IconAnchor";
33
34
  export { IconAnchor1, default as IconAnchor1Default } from "./IconAnchor1";
34
35
  export { IconAnchor2, default as IconAnchor2Default } from "./IconAnchor2";
35
36
  export { IconAnimation, default as IconAnimationDefault, } from "./IconAnimation";
@@ -803,6 +804,7 @@ export { IconHomeOpen, default as IconHomeOpenDefault } from "./IconHomeOpen";
803
804
  export { IconHomePersonalFeed, default as IconHomePersonalFeedDefault, } from "./IconHomePersonalFeed";
804
805
  export { IconHomeRoof, default as IconHomeRoofDefault } from "./IconHomeRoof";
805
806
  export { IconHomeRoundDoor, default as IconHomeRoundDoorDefault, } from "./IconHomeRoundDoor";
807
+ export { IconHook, default as IconHookDefault } from "./IconHook";
806
808
  export { IconHorizontalAlignmentBottom, default as IconHorizontalAlignmentBottomDefault, } from "./IconHorizontalAlignmentBottom";
807
809
  export { IconHorizontalAlignmentCenter, default as IconHorizontalAlignmentCenterDefault, } from "./IconHorizontalAlignmentCenter";
808
810
  export { IconHorizontalAlignmentTop, default as IconHorizontalAlignmentTopDefault, } from "./IconHorizontalAlignmentTop";
@@ -899,6 +901,7 @@ export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListS
899
901
  export { IconLiveActivity, default as IconLiveActivityDefault, } from "./IconLiveActivity";
900
902
  export { IconLiveFull, default as IconLiveFullDefault } from "./IconLiveFull";
901
903
  export { IconLiveNoSignal, default as IconLiveNoSignalDefault, } from "./IconLiveNoSignal";
904
+ export { IconLiveVoiceTranslate, default as IconLiveVoiceTranslateDefault, } from "./IconLiveVoiceTranslate";
902
905
  export { IconLiveWeak, default as IconLiveWeakDefault } from "./IconLiveWeak";
903
906
  export { IconLoader, default as IconLoaderDefault } from "./IconLoader";
904
907
  export { IconLoadingCircle, default as IconLoadingCircleDefault, } from "./IconLoadingCircle";
@@ -1396,6 +1399,7 @@ export { IconSuperscript, default as IconSuperscriptDefault, } from "./IconSuper
1396
1399
  export { IconSupport, default as IconSupportDefault } from "./IconSupport";
1397
1400
  export { IconSurfing, default as IconSurfingDefault } from "./IconSurfing";
1398
1401
  export { IconSushi, default as IconSushiDefault } from "./IconSushi";
1402
+ export { IconSwitchVoice, default as IconSwitchVoiceDefault, } from "./IconSwitchVoice";
1399
1403
  export { IconSword, default as IconSwordDefault } from "./IconSword";
1400
1404
  export { IconTable, default as IconTableDefault } from "./IconTable";
1401
1405
  export { IconTactics1, default as IconTactics1Default } from "./IconTactics1";