@central-icons-react-native/square-outlined-radius-0-stroke-1 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 f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>C(s({},"__esModule",{value:!0}),r);var v={};g(v,{IconAnchor:()=>i,default:()=>h});module.exports=k(v);var n=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.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 p=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"6",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5",stroke:"currentColor",strokeLinecap:"square"})),h=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,EAA6B,4BAEhBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,cAAc,SAChB,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(a,{...p,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 n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(C,{cx:"12",cy:"6",r:"2.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(n,{d:"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(n,{d:"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5",stroke:"currentColor",strokeLinecap:"square"})),g=c;export{c as IconAnchor,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconAnchor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"6\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,IACH,EAAE,MACF,OAAO,eACP,cAAc,SAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 i=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=x(o,t))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconHook:()=>u,default:()=>y});module.exports=v(h);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>l.default.createElement(m.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 a=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(a.Circle,{cx:"9.5",cy:"5.5",r:"3",stroke:"currentColor"}),p.default.createElement(a.Path,{d:"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5",stroke:"currentColor",strokeLinecap:"square"})),y=u;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"9.5\" cy=\"5.5\" r=\"3\" stroke=\"currentColor\" />\n <Path\n d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,EAA6B,4BAEhBC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,MAAM,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,SAChB,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 e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as s,Path as C}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(s,{cx:"9.5",cy:"5.5",r:"3",stroke:"currentColor"}),e.createElement(C,{d:"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5",stroke:"currentColor",strokeLinecap:"square"})),g=c;export{c as IconHook,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHook: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"9.5\" cy=\"5.5\" r=\"3\" stroke=\"currentColor\" />\n <Path\n d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,MAAM,GAAG,MAAM,EAAE,IAAI,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","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 m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of d(o))!M.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(a=k(o,s))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconLiveVoiceTranslate:()=>c,default:()=>x});module.exports=I(P);var n=C(require("react"));var u=C(require("react")),l=require("react-native-svg"),L=({children:r,size:o=24,...e})=>u.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 t=require("react-native-svg"),c=r=>n.default.createElement(L,{...r},n.default.createElement(t.Path,{d:"M3.38386 20.0137L2.89754 20.1298L3.12981 21.1025L3.61614 20.9863L3.5 20.5L3.38386 20.0137ZM10.5 12.5L10.0043 12.4345C9.71664 14.6105 9.05474 16.2545 7.99257 17.4721C6.93229 18.6875 5.43278 19.5244 3.38386 20.0137L3.5 20.5L3.61614 20.9863C5.81138 20.4621 7.51559 19.5401 8.74614 18.1295C9.97479 16.721 10.6908 14.8717 10.9957 12.5655L10.5 12.5Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M5.10986 14.9182C6.08659 17.9094 8.12944 19.6858 11.4999 20.5001",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M3.5 12.5H11.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7.5 11.9998V10.4998",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),x=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=\"M3.38386 20.0137L2.89754 20.1298L3.12981 21.1025L3.61614 20.9863L3.5 20.5L3.38386 20.0137ZM10.5 12.5L10.0043 12.4345C9.71664 14.6105 9.05474 16.2545 7.99257 17.4721C6.93229 18.6875 5.43278 19.5244 3.38386 20.0137L3.5 20.5L3.61614 20.9863C5.81138 20.4621 7.51559 19.5401 8.74614 18.1295C9.97479 16.721 10.6908 14.8717 10.9957 12.5655L10.5 12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.10986 14.9182C6.08659 17.9094 8.12944 19.6858 11.4999 20.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 12.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 11.9998V10.4998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,0VACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M3.38386 20.0137L2.89754 20.1298L3.12981 21.1025L3.61614 20.9863L3.5 20.5L3.38386 20.0137ZM10.5 12.5L10.0043 12.4345C9.71664 14.6105 9.05474 16.2545 7.99257 17.4721C6.93229 18.6875 5.43278 19.5244 3.38386 20.0137L3.5 20.5L3.61614 20.9863C5.81138 20.4621 7.51559 19.5401 8.74614 18.1295C9.97479 16.721 10.6908 14.8717 10.9957 12.5655L10.5 12.5Z",fill:"currentColor"}),o.createElement(e,{d:"M5.10986 14.9182C6.08659 17.9094 8.12944 19.6858 11.4999 20.5001",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 12.5H11.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 11.9998V10.4998",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),M=i;export{i as IconLiveVoiceTranslate,M 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=\"M3.38386 20.0137L2.89754 20.1298L3.12981 21.1025L3.61614 20.9863L3.5 20.5L3.38386 20.0137ZM10.5 12.5L10.0043 12.4345C9.71664 14.6105 9.05474 16.2545 7.99257 17.4721C6.93229 18.6875 5.43278 19.5244 3.38386 20.0137L3.5 20.5L3.61614 20.9863C5.81138 20.4621 7.51559 19.5401 8.74614 18.1295C9.97479 16.721 10.6908 14.8717 10.9957 12.5655L10.5 12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.10986 14.9182C6.08659 17.9094 8.12944 19.6858 11.4999 20.5001\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 12.5H11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 11.9998V10.4998\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,0VACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,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 f=Object.create;var s=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!d.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(C=B(o,n))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(M(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var k={};x(k,{IconSwitchVoice:()=>i,default:()=>g});module.exports=P(k);var t=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.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 p=require("react-native-svg"),i=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M7.5 9L5.39062 10.9286L7.5 13",stroke:"currentColor"}),t.default.createElement(p.Path,{d:"M7.39062 17L9.5 18.9286L7.39062 21",stroke:"currentColor"})),g=i;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=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\"\n stroke=\"currentColor\"\n />\n <Path d=\"M7.5 9L5.39062 10.9286L7.5 13\" stroke=\"currentColor\" />\n <Path d=\"M7.39062 17L9.5 18.9286L7.39062 21\" stroke=\"currentColor\" />\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,oDACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,OAAO,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,qCAAqC,OAAO,eAAe,CACrE,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 o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9",stroke:"currentColor"}),o.createElement(e,{d:"M7.5 9L5.39062 10.9286L7.5 13",stroke:"currentColor"}),o.createElement(e,{d:"M7.39062 17L9.5 18.9286L7.39062 21",stroke:"currentColor"})),d=a;export{a as IconSwitchVoice,d 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=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\"\n stroke=\"currentColor\"\n />\n <Path d=\"M7.5 9L5.39062 10.9286L7.5 13\" stroke=\"currentColor\" />\n <Path d=\"M7.39062 17L9.5 18.9286L7.39062 21\" stroke=\"currentColor\" />\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,oDACF,OAAO,eACP,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,OAAO,eAAe,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,qCAAqC,OAAO,eAAe,CACrE,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": "square-outlined-radius-0-stroke-1",
449
449
  "componentName": "IconAnalytics"
450
450
  },
451
+ {
452
+ "category": "Code",
453
+ "svg": "<circle cx=\"12\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 9.25V16.25C12 18.5972 13.9028 20.5 16.25 20.5C18.5972 20.5 20.5 18.5972 20.5 16.25V12.5L17.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 9V16.25C12 18.5972 10.0972 20.5 7.75 20.5C5.40279 20.5 3.5 18.5972 3.5 16.25V12.5L6.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
454
+ "iconName": "anchor, webhooks",
455
+ "variant": {
456
+ "join": "square",
457
+ "filled": "off",
458
+ "radius": "0",
459
+ "stroke": "1"
460
+ },
461
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
462
+ "packageName": "square-outlined-radius-0-stroke-1",
463
+ "componentName": "IconAnchor"
464
+ },
451
465
  {
452
466
  "category": "Interface General",
453
467
  "svg": "<path d=\"M2.5 11.5V11H1.84394L2.0179 11.6326L2.5 11.5ZM5.25 21.5L4.7679 21.6326L4.86894 22H5.25V21.5ZM18.75 21.5V22H19.1311L19.2321 21.6326L18.75 21.5ZM21.5 11.5L21.9821 11.6326L22.1561 11H21.5V11.5ZM17.5 11H17V12H17.5V11ZM6.5 12H7V11H6.5V12ZM2.0179 11.6326L4.7679 21.6326L5.7321 21.3674L2.9821 11.3674L2.0179 11.6326ZM19.2321 21.6326L21.9821 11.6326L21.0179 11.3674L18.2679 21.3674L19.2321 21.6326ZM21.5 11H17.5V12H21.5V11ZM2.5 12H6.5V11H2.5V12ZM5.25 22H12V21H5.25V22ZM12 22H18.75V21H12V22ZM12.5 21.5V8.5H11.5V21.5H12.5ZM14.5 5.5C14.5 6.88071 13.3807 8 12 8V9C13.933 9 15.5 7.433 15.5 5.5H14.5ZM12 8C10.6193 8 9.5 6.88071 9.5 5.5H8.5C8.5 7.433 10.067 9 12 9V8ZM9.5 5.5C9.5 4.11929 10.6193 3 12 3V2C10.067 2 8.5 3.567 8.5 5.5H9.5ZM12 3C13.3807 3 14.5 4.11929 14.5 5.5H15.5C15.5 3.567 13.933 2 12 2V3Z\" fill=\"currentColor\"/>",
@@ -11270,6 +11284,20 @@
11270
11284
  "packageName": "square-outlined-radius-0-stroke-1",
11271
11285
  "componentName": "IconHomeRoundDoor"
11272
11286
  },
11287
+ {
11288
+ "category": "Code",
11289
+ "svg": "<circle cx=\"9.5\" cy=\"5.5\" r=\"3\" stroke=\"currentColor\"/><path d=\"M9.5 9V18C9.5 19.933 11.067 21.5 13 21.5C14.933 21.5 16.5 19.933 16.5 18V11.5L13.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
11290
+ "iconName": "hook, phishing",
11291
+ "variant": {
11292
+ "join": "square",
11293
+ "filled": "off",
11294
+ "radius": "0",
11295
+ "stroke": "1"
11296
+ },
11297
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
11298
+ "packageName": "square-outlined-radius-0-stroke-1",
11299
+ "componentName": "IconHook"
11300
+ },
11273
11301
  {
11274
11302
  "category": "Typography",
11275
11303
  "svg": "<path d=\"M3.5 20.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 7.5V17.5H17.5V7.5H13.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 3.5V17.5H10.5V3.5H6.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -12614,6 +12642,20 @@
12614
12642
  "packageName": "square-outlined-radius-0-stroke-1",
12615
12643
  "componentName": "IconLiveNoSignal"
12616
12644
  },
12645
+ {
12646
+ "category": "AI & Magic",
12647
+ "svg": "<path d=\"M3.38386 20.0137L2.89754 20.1298L3.12981 21.1025L3.61614 20.9863L3.5 20.5L3.38386 20.0137ZM10.5 12.5L10.0043 12.4345C9.71664 14.6105 9.05474 16.2545 7.99257 17.4721C6.93229 18.6875 5.43278 19.5244 3.38386 20.0137L3.5 20.5L3.61614 20.9863C5.81138 20.4621 7.51559 19.5401 8.74614 18.1295C9.97479 16.721 10.6908 14.8717 10.9957 12.5655L10.5 12.5Z\" fill=\"currentColor\"/><path d=\"M5.10986 14.9182C6.08659 17.9094 8.12944 19.6858 11.4999 20.5001\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M3.5 12.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M7.5 11.9998V10.4998\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
12648
+ "iconName": "live-voice-translate",
12649
+ "variant": {
12650
+ "join": "square",
12651
+ "filled": "off",
12652
+ "radius": "0",
12653
+ "stroke": "1"
12654
+ },
12655
+ "createdAt": "2025-11-21T15:01:55.597393+00:00",
12656
+ "packageName": "square-outlined-radius-0-stroke-1",
12657
+ "componentName": "IconLiveVoiceTranslate"
12658
+ },
12617
12659
  {
12618
12660
  "category": "Devices & Signals",
12619
12661
  "svg": "<path d=\"M15.8891 8.11084C18.037 10.2587 18.037 13.7411 15.8891 15.889M8.11091 15.889C5.96303 13.7411 5.96303 10.2587 8.11091 8.11084M13.5 11.9999C13.5 12.8284 12.8284 13.4999 12 13.4999C11.1716 13.4999 10.5 12.8284 10.5 11.9999C10.5 11.1715 11.1716 10.4999 12 10.4999C12.8284 10.4999 13.5 11.1715 13.5 11.9999Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -19572,6 +19614,20 @@
19572
19614
  "packageName": "square-outlined-radius-0-stroke-1",
19573
19615
  "componentName": "IconSushi"
19574
19616
  },
19617
+ {
19618
+ "category": "AI & Magic",
19619
+ "svg": "<path d=\"M20.5 8.5V11M17.5 3.5V15.5M14.5 6.5V10M11.5 4.5V8\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M11.4648 15.5333C11.488 15.3589 11.5 15.1808 11.5 15C11.5 12.7909 9.70914 11 7.5 11H6M3.53525 14.4667C3.512 14.6411 3.5 14.8192 3.5 15C3.5 17.2091 5.29086 19 7.5 19H9\" stroke=\"currentColor\"/><path d=\"M7.5 9L5.39062 10.9286L7.5 13\" stroke=\"currentColor\"/><path d=\"M7.39062 17L9.5 18.9286L7.39062 21\" stroke=\"currentColor\"/>",
19620
+ "iconName": "switch-voice, change-voice",
19621
+ "variant": {
19622
+ "join": "square",
19623
+ "filled": "off",
19624
+ "radius": "0",
19625
+ "stroke": "1"
19626
+ },
19627
+ "createdAt": "2025-11-24T12:02:01.057168+00:00",
19628
+ "packageName": "square-outlined-radius-0-stroke-1",
19629
+ "componentName": "IconSwitchVoice"
19630
+ },
19575
19631
  {
19576
19632
  "category": "Gaming",
19577
19633
  "svg": "<path d=\"M8 11.1087L13.9783 3.5H20.5V10.0217L12.8913 16\" stroke=\"currentColor\"/><path d=\"M6 9.5L4 12L6 15L2.5 18.5L5.5 21.5L9 18L12 20L14.5 18L6 9.5Z\" stroke=\"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/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.38",
3
+ "version": "1.1.40",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/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";