@central-icons-react-native/square-filled-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.
- package/IconAnchor/index.d.ts +4 -0
- package/IconAnchor/index.js +2 -0
- package/IconAnchor/index.js.map +1 -0
- package/IconAnchor/index.mjs +2 -0
- package/IconAnchor/index.mjs.map +1 -0
- package/IconHook/index.d.ts +4 -0
- package/IconHook/index.js +2 -0
- package/IconHook/index.js.map +1 -0
- package/IconHook/index.mjs +2 -0
- package/IconHook/index.mjs.map +1 -0
- package/IconLiveVoiceTranslate/index.d.ts +4 -0
- package/IconLiveVoiceTranslate/index.js +2 -0
- package/IconLiveVoiceTranslate/index.js.map +1 -0
- package/IconLiveVoiceTranslate/index.mjs +2 -0
- package/IconLiveVoiceTranslate/index.mjs.map +1 -0
- package/IconSwitchVoice/index.d.ts +4 -0
- package/IconSwitchVoice/index.js +2 -0
- package/IconSwitchVoice/index.js.map +1 -0
- package/IconSwitchVoice/index.mjs +2 -0
- package/IconSwitchVoice/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=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)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=B(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var L={};x(L,{IconAnchor:()=>i,default:()=>g});module.exports=P(L);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.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(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.6569 3 15 4.34315 15 6C15 7.48647 13.9188 8.71993 12.5 8.95801V16.25C12.5 18.3211 14.1789 20 16.25 20C18.3211 20 20 18.3211 20 16.25V13.707L17.5 16.207L16.793 15.5L21 11.293V16.25C21 18.8734 18.8734 21 16.25 21C14.3888 21 12.7791 19.9289 12 18.3701C11.2209 19.9289 9.61116 21 7.75 21C5.12665 21 3 18.8734 3 16.25V11.293L7.20703 15.5L6.5 16.207L4 13.707V16.25C4 18.3211 5.67893 20 7.75 20C9.82107 20 11.5 18.3211 11.5 16.25V8.95801C10.0812 8.71993 9 7.48647 9 6C9 4.34315 10.3431 3 12 3ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z",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.6569 3 15 4.34315 15 6C15 7.48647 13.9188 8.71993 12.5 8.95801V16.25C12.5 18.3211 14.1789 20 16.25 20C18.3211 20 20 18.3211 20 16.25V13.707L17.5 16.207L16.793 15.5L21 11.293V16.25C21 18.8734 18.8734 21 16.25 21C14.3888 21 12.7791 19.9289 12 18.3701C11.2209 19.9289 9.61116 21 7.75 21C5.12665 21 3 18.8734 3 16.25V11.293L7.20703 15.5L6.5 16.207L4 13.707V16.25C4 18.3211 5.67893 20 7.75 20C9.82107 20 11.5 18.3211 11.5 16.25V8.95801C10.0812 8.71993 9 7.48647 9 6C9 4.34315 10.3431 3 12 3ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\"\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,gmBACF,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 n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...t,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=>n.createElement(e,{...r},n.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C13.6569 3 15 4.34315 15 6C15 7.48647 13.9188 8.71993 12.5 8.95801V16.25C12.5 18.3211 14.1789 20 16.25 20C18.3211 20 20 18.3211 20 16.25V13.707L17.5 16.207L16.793 15.5L21 11.293V16.25C21 18.8734 18.8734 21 16.25 21C14.3888 21 12.7791 19.9289 12 18.3701C11.2209 19.9289 9.61116 21 7.75 21C5.12665 21 3 18.8734 3 16.25V11.293L7.20703 15.5L6.5 16.207L4 13.707V16.25C4 18.3211 5.67893 20 7.75 20C9.82107 20 11.5 18.3211 11.5 16.25V8.95801C10.0812 8.71993 9 7.48647 9 6C9 4.34315 10.3431 3 12 3ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z",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.6569 3 15 4.34315 15 6C15 7.48647 13.9188 8.71993 12.5 8.95801V16.25C12.5 18.3211 14.1789 20 16.25 20C18.3211 20 20 18.3211 20 16.25V13.707L17.5 16.207L16.793 15.5L21 11.293V16.25C21 18.8734 18.8734 21 16.25 21C14.3888 21 12.7791 19.9289 12 18.3701C11.2209 19.9289 9.61116 21 7.75 21C5.12665 21 3 18.8734 3 16.25V11.293L7.20703 15.5L6.5 16.207L4 13.707V16.25C4 18.3211 5.67893 20 7.75 20C9.82107 20 11.5 18.3211 11.5 16.25V8.95801C10.0812 8.71993 9 7.48647 9 6C9 4.34315 10.3431 3 12 3ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\"\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,gmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=i(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var h={};g(h,{IconHook:()=>B,default:()=>L});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,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"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M9.5 2C11.433 2 13 3.567 13 5.5C13 7.2632 11.6961 8.72121 10 8.96387V18L10.0039 18.1543C10.0842 19.7394 11.3949 21 13 21C14.6569 21 16 19.6569 16 18V12.707L13.5 15.207L12.793 14.5L17 10.293V18C17 20.2091 15.2091 22 13 22C10.86 22 9.11211 20.3194 9.00488 18.2061L9 18V8.96387C7.3039 8.72121 6 7.2632 6 5.5C6 3.567 7.567 2 9.5 2ZM9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.8807 8 12 6.88071 12 5.5C12 4.11929 10.8807 3 9.5 3Z",fill:"currentColor"})),L=B;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 d=\"M9.5 2C11.433 2 13 3.567 13 5.5C13 7.2632 11.6961 8.72121 10 8.96387V18L10.0039 18.1543C10.0842 19.7394 11.3949 21 13 21C14.6569 21 16 19.6569 16 18V12.707L13.5 15.207L12.793 14.5L17 10.293V18C17 20.2091 15.2091 22 13 22C10.86 22 9.11211 20.3194 9.00488 18.2061L9 18V8.96387C7.3039 8.72121 6 7.2632 6 5.5C6 3.567 7.567 2 9.5 2ZM9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.8807 8 12 6.88071 12 5.5C12 4.11929 10.8807 3 9.5 3Z\"\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,EAAE,4bACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({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 a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M9.5 2C11.433 2 13 3.567 13 5.5C13 7.2632 11.6961 8.72121 10 8.96387V18L10.0039 18.1543C10.0842 19.7394 11.3949 21 13 21C14.6569 21 16 19.6569 16 18V12.707L13.5 15.207L12.793 14.5L17 10.293V18C17 20.2091 15.2091 22 13 22C10.86 22 9.11211 20.3194 9.00488 18.2061L9 18V8.96387C7.3039 8.72121 6 7.2632 6 5.5C6 3.567 7.567 2 9.5 2ZM9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.8807 8 12 6.88071 12 5.5C12 4.11929 10.8807 3 9.5 3Z",fill:"currentColor"})),P=l;export{l as IconHook,P 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 d=\"M9.5 2C11.433 2 13 3.567 13 5.5C13 7.2632 11.6961 8.72121 10 8.96387V18L10.0039 18.1543C10.0842 19.7394 11.3949 21 13 21C14.6569 21 16 19.6569 16 18V12.707L13.5 15.207L12.793 14.5L17 10.293V18C17 20.2091 15.2091 22 13 22C10.86 22 9.11211 20.3194 9.00488 18.2061L9 18V8.96387C7.3039 8.72121 6 7.2632 6 5.5C6 3.567 7.567 2 9.5 2ZM9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.8807 8 12 6.88071 12 5.5C12 4.11929 10.8807 3 9.5 3Z\"\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,EAAE,4bACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHook","props","React","CentralIconBase","IconHook_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var V=Object.create;var C=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of u(o))!B.call(r,l)&&l!==n&&C(r,l,{get:()=>o[l],enumerable:!(p=c(o,l))||p.enumerable});return r};var a=(r,o,n)=>(n=r!=null?V(L(r)):{},f(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconLiveVoiceTranslate:()=>H,default:()=>x});module.exports=d(P);var e=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...n})=>i.default.createElement(m.Svg,{...n,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"),H=r=>e.default.createElement(s,{...r},e.default.createElement(t.Path,{d:"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18 3V16H17V3H18Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M21 8V11.5H20V8H21Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15 6V10.5H14V6H15Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M12 4V8.5H11V4H12Z",fill:"currentColor"})),x=H;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=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\" />\n <Path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\" />\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,yoBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...l})=>C.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z",fill:"currentColor"}),o.createElement(n,{d:"M18 3V16H17V3H18Z",fill:"currentColor"}),o.createElement(n,{d:"M21 8V11.5H20V8H21Z",fill:"currentColor"}),o.createElement(n,{d:"M15 6V10.5H14V6H15Z",fill:"currentColor"}),o.createElement(n,{d:"M12 4V8.5H11V4H12Z",fill:"currentColor"})),B=f;export{f as IconLiveVoiceTranslate,B 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=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\" />\n <Path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\" />\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,yoBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,CACnD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},L=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of a(o))!d.call(r,l)&&l!==n&&C(r,l,{get:()=>o[l],enumerable:!(p=H(o,l))||p.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(V(r)):{},L(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>L(C({},"__esModule",{value:!0}),r);var P={};B(P,{IconSwitchVoice:()=>s,default:()=>x});module.exports=I(P);var t=f(require("react"));var i=f(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...n})=>i.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),s=r=>t.default.createElement(c,{...r},t.default.createElement(e.Path,{d:"M3.53516 14.4668L4.03125 14.5322C4.01091 14.6849 4 14.8413 4 15C4 16.933 5.567 18.5 7.5 18.5H8.29102L7.05371 17.3691L7.72754 16.6309L10.2266 18.916L7.74121 21.3564L7.04004 20.6436L8.2041 19.5H7.5C5.01472 19.5 3 17.4853 3 15C3 14.797 3.01388 14.5967 3.04004 14.4004L3.53516 14.4668Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M18 16H17V3H18V16Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M7.83691 9.36914L6.59961 10.5H7.5C9.98528 10.5 12 12.5147 12 15C12 15.203 11.9861 15.4033 11.96 15.5996L11.4648 15.5332L10.9688 15.4678C10.9891 15.3151 11 15.1587 11 15C11 13.067 9.433 11.5 7.5 11.5H6.68652L7.85059 12.6436L7.14941 13.3564L4.66406 10.916L7.16309 8.63086L7.83691 9.36914Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M21 11.5H20V8H21V11.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M15 10.5H14V6H15V10.5Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M12 8.5H11V4H12V8.5Z",fill:"currentColor"})),x=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.53516 14.4668L4.03125 14.5322C4.01091 14.6849 4 14.8413 4 15C4 16.933 5.567 18.5 7.5 18.5H8.29102L7.05371 17.3691L7.72754 16.6309L10.2266 18.916L7.74121 21.3564L7.04004 20.6436L8.2041 19.5H7.5C5.01472 19.5 3 17.4853 3 15C3 14.797 3.01388 14.5967 3.04004 14.4004L3.53516 14.4668Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 16H17V3H18V16Z\" fill=\"currentColor\" />\n <Path\n d=\"M7.83691 9.36914L6.59961 10.5H7.5C9.98528 10.5 12 12.5147 12 15C12 15.203 11.9861 15.4033 11.96 15.5996L11.4648 15.5332L10.9688 15.4678C10.9891 15.3151 11 15.1587 11 15C11 13.067 9.433 11.5 7.5 11.5H6.68652L7.85059 12.6436L7.14941 13.3564L4.66406 10.916L7.16309 8.63086L7.83691 9.36914Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 11.5H20V8H21V11.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 10.5H14V6H15V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M12 8.5H11V4H12V8.5Z\" fill=\"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,4RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QACC,EAAE,iSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,yBAAyB,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:o=24,...l})=>C.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var L=t=>r.createElement(e,{...t},r.createElement(n,{d:"M3.53516 14.4668L4.03125 14.5322C4.01091 14.6849 4 14.8413 4 15C4 16.933 5.567 18.5 7.5 18.5H8.29102L7.05371 17.3691L7.72754 16.6309L10.2266 18.916L7.74121 21.3564L7.04004 20.6436L8.2041 19.5H7.5C5.01472 19.5 3 17.4853 3 15C3 14.797 3.01388 14.5967 3.04004 14.4004L3.53516 14.4668Z",fill:"currentColor"}),r.createElement(n,{d:"M18 16H17V3H18V16Z",fill:"currentColor"}),r.createElement(n,{d:"M7.83691 9.36914L6.59961 10.5H7.5C9.98528 10.5 12 12.5147 12 15C12 15.203 11.9861 15.4033 11.96 15.5996L11.4648 15.5332L10.9688 15.4678C10.9891 15.3151 11 15.1587 11 15C11 13.067 9.433 11.5 7.5 11.5H6.68652L7.85059 12.6436L7.14941 13.3564L4.66406 10.916L7.16309 8.63086L7.83691 9.36914Z",fill:"currentColor"}),r.createElement(n,{d:"M21 11.5H20V8H21V11.5Z",fill:"currentColor"}),r.createElement(n,{d:"M15 10.5H14V6H15V10.5Z",fill:"currentColor"}),r.createElement(n,{d:"M12 8.5H11V4H12V8.5Z",fill:"currentColor"})),d=L;export{L 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=\"M3.53516 14.4668L4.03125 14.5322C4.01091 14.6849 4 14.8413 4 15C4 16.933 5.567 18.5 7.5 18.5H8.29102L7.05371 17.3691L7.72754 16.6309L10.2266 18.916L7.74121 21.3564L7.04004 20.6436L8.2041 19.5H7.5C5.01472 19.5 3 17.4853 3 15C3 14.797 3.01388 14.5967 3.04004 14.4004L3.53516 14.4668Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18 16H17V3H18V16Z\" fill=\"currentColor\" />\n <Path\n d=\"M7.83691 9.36914L6.59961 10.5H7.5C9.98528 10.5 12 12.5147 12 15C12 15.203 11.9861 15.4033 11.96 15.5996L11.4648 15.5332L10.9688 15.4678C10.9891 15.3151 11 15.1587 11 15C11 13.067 9.433 11.5 7.5 11.5H6.68652L7.85059 12.6436L7.14941 13.3564L4.66406 10.916L7.16309 8.63086L7.83691 9.36914Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 11.5H20V8H21V11.5Z\" fill=\"currentColor\" />\n <Path d=\"M15 10.5H14V6H15V10.5Z\" fill=\"currentColor\" />\n <Path d=\"M12 8.5H11V4H12V8.5Z\" fill=\"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,4RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CACC,EAAE,iSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,yBAAyB,KAAK,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,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
|
package/filtered-icons.json
CHANGED
|
@@ -448,6 +448,20 @@
|
|
|
448
448
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
449
449
|
"componentName": "IconAnalytics"
|
|
450
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"category": "Code",
|
|
453
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C13.6569 3 15 4.34315 15 6C15 7.48647 13.9188 8.71993 12.5 8.95801V16.25C12.5 18.3211 14.1789 20 16.25 20C18.3211 20 20 18.3211 20 16.25V13.707L17.5 16.207L16.793 15.5L21 11.293V16.25C21 18.8734 18.8734 21 16.25 21C14.3888 21 12.7791 19.9289 12 18.3701C11.2209 19.9289 9.61116 21 7.75 21C5.12665 21 3 18.8734 3 16.25V11.293L7.20703 15.5L6.5 16.207L4 13.707V16.25C4 18.3211 5.67893 20 7.75 20C9.82107 20 11.5 18.3211 11.5 16.25V8.95801C10.0812 8.71993 9 7.48647 9 6C9 4.34315 10.3431 3 12 3ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z\" fill=\"currentColor\"/>",
|
|
454
|
+
"iconName": "anchor, webhooks",
|
|
455
|
+
"variant": {
|
|
456
|
+
"join": "square",
|
|
457
|
+
"filled": "on",
|
|
458
|
+
"radius": "0",
|
|
459
|
+
"stroke": "1"
|
|
460
|
+
},
|
|
461
|
+
"createdAt": "2025-11-24T12:02:01.057168+00:00",
|
|
462
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
463
|
+
"componentName": "IconAnchor"
|
|
464
|
+
},
|
|
451
465
|
{
|
|
452
466
|
"category": "Interface General",
|
|
453
467
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4998 8.96458C14.1961 8.72205 15.5 7.2633 15.5 5.5C15.5 3.567 13.933 2 12 2C10.067 2 8.5 3.567 8.5 5.5C8.5 7.26317 9.80376 8.72183 11.4998 8.96453V21H5.63087L3.15587 12H6.99981V11H1.84375L4.86875 22H19.1309L22.1559 11H16.9998V12H20.8437L18.3687 21H12.4998V8.96458ZM9.5 5.5C9.5 4.11929 10.6193 3 12 3C13.3807 3 14.5 4.11929 14.5 5.5C14.5 6.88071 13.3807 8 12 8C10.6193 8 9.5 6.88071 9.5 5.5Z\" fill=\"currentColor\"/>",
|
|
@@ -11270,6 +11284,20 @@
|
|
|
11270
11284
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
11271
11285
|
"componentName": "IconHomeRoundDoor"
|
|
11272
11286
|
},
|
|
11287
|
+
{
|
|
11288
|
+
"category": "Code",
|
|
11289
|
+
"svg": "<path d=\"M9.5 2C11.433 2 13 3.567 13 5.5C13 7.2632 11.6961 8.72121 10 8.96387V18L10.0039 18.1543C10.0842 19.7394 11.3949 21 13 21C14.6569 21 16 19.6569 16 18V12.707L13.5 15.207L12.793 14.5L17 10.293V18C17 20.2091 15.2091 22 13 22C10.86 22 9.11211 20.3194 9.00488 18.2061L9 18V8.96387C7.3039 8.72121 6 7.2632 6 5.5C6 3.567 7.567 2 9.5 2ZM9.5 3C8.11929 3 7 4.11929 7 5.5C7 6.88071 8.11929 8 9.5 8C10.8807 8 12 6.88071 12 5.5C12 4.11929 10.8807 3 9.5 3Z\" fill=\"currentColor\"/>",
|
|
11290
|
+
"iconName": "hook, phishing",
|
|
11291
|
+
"variant": {
|
|
11292
|
+
"join": "square",
|
|
11293
|
+
"filled": "on",
|
|
11294
|
+
"radius": "0",
|
|
11295
|
+
"stroke": "1"
|
|
11296
|
+
},
|
|
11297
|
+
"createdAt": "2025-11-24T12:02:01.057168+00:00",
|
|
11298
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
11299
|
+
"componentName": "IconHook"
|
|
11300
|
+
},
|
|
11273
11301
|
{
|
|
11274
11302
|
"category": "Typography",
|
|
11275
11303
|
"svg": "<path d=\"M6 3V18H11V3H6Z\" fill=\"currentColor\"/><path d=\"M13 7V18H18V7H13Z\" fill=\"currentColor\"/><path d=\"M3 20V21H21V20H3Z\" fill=\"currentColor\"/>",
|
|
@@ -12614,6 +12642,20 @@
|
|
|
12614
12642
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
12615
12643
|
"componentName": "IconLiveNoSignal"
|
|
12616
12644
|
},
|
|
12645
|
+
{
|
|
12646
|
+
"category": "AI & Magic",
|
|
12647
|
+
"svg": "<path d=\"M8 12H12V13H10.9326C10.5977 15.1052 9.89658 16.811 8.74609 18.1299C8.60527 18.2913 8.45697 18.445 8.30371 18.5938C9.19396 19.2215 10.2888 19.6925 11.6182 20.0137L12.1035 20.1309L11.8691 21.1035L11.3828 20.9863C9.8594 20.6183 8.57279 20.0544 7.51953 19.2607C6.4562 20.0526 5.15775 20.6182 3.61621 20.9863L3.12988 21.1025L2.89746 20.1299L3.38379 20.0137C4.72993 19.6922 5.83724 19.2183 6.74023 18.5879C5.7862 17.6496 5.09438 16.4807 4.63477 15.0732L4.47949 14.5977L5.43066 14.2871L5.58594 14.7627C6.01603 16.0798 6.656 17.1298 7.52441 17.9551C7.68874 17.8009 7.84506 17.6403 7.99219 17.4717C8.96024 16.3619 9.59419 14.898 9.91699 13H3V12H7V10H8V12Z\" fill=\"currentColor\"/><path d=\"M18 3V16H17V3H18Z\" fill=\"currentColor\"/><path d=\"M21 8V11.5H20V8H21Z\" fill=\"currentColor\"/><path d=\"M15 6V10.5H14V6H15Z\" fill=\"currentColor\"/><path d=\"M12 4V8.5H11V4H12Z\" fill=\"currentColor\"/>",
|
|
12648
|
+
"iconName": "live-voice-translate",
|
|
12649
|
+
"variant": {
|
|
12650
|
+
"join": "square",
|
|
12651
|
+
"filled": "on",
|
|
12652
|
+
"radius": "0",
|
|
12653
|
+
"stroke": "1"
|
|
12654
|
+
},
|
|
12655
|
+
"createdAt": "2025-11-21T15:01:55.597393+00:00",
|
|
12656
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
12657
|
+
"componentName": "IconLiveVoiceTranslate"
|
|
12658
|
+
},
|
|
12617
12659
|
{
|
|
12618
12660
|
"category": "Devices & Signals",
|
|
12619
12661
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.81802 8.11092L8.46447 8.46447C6.51184 10.4171 6.51184 13.5829 8.46447 15.5355L8.81802 15.8891L8.11091 16.5962L7.75736 16.2426C5.41421 13.8995 5.41421 10.1005 7.75736 7.75736L8.11091 7.40381L8.81802 8.11092ZM15.8891 7.40381L16.2426 7.75736C18.5858 10.1005 18.5858 13.8995 16.2426 16.2426L15.8891 16.5962L15.182 15.8891L15.5355 15.5355C17.4882 13.5829 17.4882 10.4171 15.5355 8.46447L15.182 8.11092L15.8891 7.40381ZM12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
|
|
@@ -19572,6 +19614,20 @@
|
|
|
19572
19614
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
19573
19615
|
"componentName": "IconSushi"
|
|
19574
19616
|
},
|
|
19617
|
+
{
|
|
19618
|
+
"category": "AI & Magic",
|
|
19619
|
+
"svg": "<path d=\"M3.53516 14.4668L4.03125 14.5322C4.01091 14.6849 4 14.8413 4 15C4 16.933 5.567 18.5 7.5 18.5H8.29102L7.05371 17.3691L7.72754 16.6309L10.2266 18.916L7.74121 21.3564L7.04004 20.6436L8.2041 19.5H7.5C5.01472 19.5 3 17.4853 3 15C3 14.797 3.01388 14.5967 3.04004 14.4004L3.53516 14.4668Z\" fill=\"currentColor\"/><path d=\"M18 16H17V3H18V16Z\" fill=\"currentColor\"/><path d=\"M7.83691 9.36914L6.59961 10.5H7.5C9.98528 10.5 12 12.5147 12 15C12 15.203 11.9861 15.4033 11.96 15.5996L11.4648 15.5332L10.9688 15.4678C10.9891 15.3151 11 15.1587 11 15C11 13.067 9.433 11.5 7.5 11.5H6.68652L7.85059 12.6436L7.14941 13.3564L4.66406 10.916L7.16309 8.63086L7.83691 9.36914Z\" fill=\"currentColor\"/><path d=\"M21 11.5H20V8H21V11.5Z\" fill=\"currentColor\"/><path d=\"M15 10.5H14V6H15V10.5Z\" fill=\"currentColor\"/><path d=\"M12 8.5H11V4H12V8.5Z\" fill=\"currentColor\"/>",
|
|
19620
|
+
"iconName": "switch-voice, change-voice",
|
|
19621
|
+
"variant": {
|
|
19622
|
+
"join": "square",
|
|
19623
|
+
"filled": "on",
|
|
19624
|
+
"radius": "0",
|
|
19625
|
+
"stroke": "1"
|
|
19626
|
+
},
|
|
19627
|
+
"createdAt": "2025-11-24T12:02:01.057168+00:00",
|
|
19628
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
19629
|
+
"componentName": "IconSwitchVoice"
|
|
19630
|
+
},
|
|
19575
19631
|
{
|
|
19576
19632
|
"category": "Gaming",
|
|
19577
19633
|
"svg": "<path d=\"M6 9L3.5 12L5.5 15.5L2 19L5 22L8.5 18.5L12 20.5L15 18L6 9Z\" fill=\"currentColor\"/><path d=\"M13.7307 3L8.33594 10.0438L13.9555 15.6633L20.9993 10.2686V3H13.7307Z\" 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/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.40",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
14
|
+
"totalIcons": 1586,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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";
|