@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.37 → 1.1.39
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/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/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/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var L=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)L(r,n,{get:o[n],enumerable:!0})},p=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of M(o))!a.call(r,e)&&e!==n&&L(r,e,{get:()=>o[e],enumerable:!(C=c(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?d(Z(r)):{},p(o||!r||!r.__esModule?L(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>p(L({},"__esModule",{value:!0}),r);var P={};B(P,{IconAura:()=>s,default:()=>x});module.exports=I(P);var l=f(require("react"));var u=f(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...n})=>u.default.createElement(i.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"),s=r=>l.default.createElement(m,{...r},l.default.createElement(t.Path,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),x=s;0&&(module.exports={IconAura});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconAura_exports","__export","IconAura","IconAura_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import L from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:l=24,...e})=>L.createElement(C,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(o,{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),r.createElement(o,{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),r.createElement(o,{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),r.createElement(o,{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),r.createElement(o,{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),r.createElement(o,{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),r.createElement(o,{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),r.createElement(o,{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),r.createElement(o,{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),a=p;export{p as IconAura,a as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/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 IconAura: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,qGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAura","props","React","CentralIconBase","IconAura_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 11.5H12.5V13H10.9004C10.5628 15.0903 9.84711 16.8048 8.6543 18.1357C8.5895 18.208 8.52237 18.278 8.45508 18.3477C9.20236 18.8512 10.0918 19.2437 11.1475 19.5254L11.8721 19.7188L11.4854 21.168L10.7607 20.9746C9.41834 20.6164 8.25625 20.0841 7.27637 19.3506C6.20809 20.0977 4.92269 20.6311 3.41992 20.9805L2.68945 21.1504L2.34961 19.6895L3.08008 19.5195C4.29484 19.2372 5.30137 18.8337 6.13184 18.3105C5.30213 17.396 4.68064 16.2889 4.24316 14.9893L4.00391 14.2783L5.42578 13.7998L5.66504 14.5107C6.05792 15.6779 6.60385 16.62 7.30957 17.375C7.3878 17.2964 7.46448 17.2169 7.53809 17.1348C8.44954 16.1177 9.06 14.77 9.37793 13H2V11.5H6.5V10H8V11.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M18.5 3V16.5H17V3H18.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M22 8V11.5H20.5V8H22Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M15 6V9.5H13.5V6H15Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M11.5 4V8H10V4H11.5Z",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 11.5H12.5V13H10.9004C10.5628 15.0903 9.84711 16.8048 8.6543 18.1357C8.5895 18.208 8.52237 18.278 8.45508 18.3477C9.20236 18.8512 10.0918 19.2437 11.1475 19.5254L11.8721 19.7188L11.4854 21.168L10.7607 20.9746C9.41834 20.6164 8.25625 20.0841 7.27637 19.3506C6.20809 20.0977 4.92269 20.6311 3.41992 20.9805L2.68945 21.1504L2.34961 19.6895L3.08008 19.5195C4.29484 19.2372 5.30137 18.8337 6.13184 18.3105C5.30213 17.396 4.68064 16.2889 4.24316 14.9893L4.00391 14.2783L5.42578 13.7998L5.66504 14.5107C6.05792 15.6779 6.60385 16.62 7.30957 17.375C7.3878 17.2964 7.46448 17.2169 7.53809 17.1348C8.44954 16.1177 9.06 14.77 9.37793 13H2V11.5H6.5V10H8V11.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V16.5H17V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V11.5H20.5V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V9.5H13.5V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V8H10V4H11.5Z\" 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,4oBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,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 11.5H12.5V13H10.9004C10.5628 15.0903 9.84711 16.8048 8.6543 18.1357C8.5895 18.208 8.52237 18.278 8.45508 18.3477C9.20236 18.8512 10.0918 19.2437 11.1475 19.5254L11.8721 19.7188L11.4854 21.168L10.7607 20.9746C9.41834 20.6164 8.25625 20.0841 7.27637 19.3506C6.20809 20.0977 4.92269 20.6311 3.41992 20.9805L2.68945 21.1504L2.34961 19.6895L3.08008 19.5195C4.29484 19.2372 5.30137 18.8337 6.13184 18.3105C5.30213 17.396 4.68064 16.2889 4.24316 14.9893L4.00391 14.2783L5.42578 13.7998L5.66504 14.5107C6.05792 15.6779 6.60385 16.62 7.30957 17.375C7.3878 17.2964 7.46448 17.2169 7.53809 17.1348C8.44954 16.1177 9.06 14.77 9.37793 13H2V11.5H6.5V10H8V11.5Z",fill:"currentColor"}),o.createElement(n,{d:"M18.5 3V16.5H17V3H18.5Z",fill:"currentColor"}),o.createElement(n,{d:"M22 8V11.5H20.5V8H22Z",fill:"currentColor"}),o.createElement(n,{d:"M15 6V9.5H13.5V6H15Z",fill:"currentColor"}),o.createElement(n,{d:"M11.5 4V8H10V4H11.5Z",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 11.5H12.5V13H10.9004C10.5628 15.0903 9.84711 16.8048 8.6543 18.1357C8.5895 18.208 8.52237 18.278 8.45508 18.3477C9.20236 18.8512 10.0918 19.2437 11.1475 19.5254L11.8721 19.7188L11.4854 21.168L10.7607 20.9746C9.41834 20.6164 8.25625 20.0841 7.27637 19.3506C6.20809 20.0977 4.92269 20.6311 3.41992 20.9805L2.68945 21.1504L2.34961 19.6895L3.08008 19.5195C4.29484 19.2372 5.30137 18.8337 6.13184 18.3105C5.30213 17.396 4.68064 16.2889 4.24316 14.9893L4.00391 14.2783L5.42578 13.7998L5.66504 14.5107C6.05792 15.6779 6.60385 16.62 7.30957 17.375C7.3878 17.2964 7.46448 17.2169 7.53809 17.1348C8.44954 16.1177 9.06 14.77 9.37793 13H2V11.5H6.5V10H8V11.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M18.5 3V16.5H17V3H18.5Z\" fill=\"currentColor\" />\n <Path d=\"M22 8V11.5H20.5V8H22Z\" fill=\"currentColor\" />\n <Path d=\"M15 6V9.5H13.5V6H15Z\" fill=\"currentColor\" />\n <Path d=\"M11.5 4V8H10V4H11.5Z\" 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,4oBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_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
|
|
@@ -1117,6 +1118,7 @@ Below is a complete list of available icons:
|
|
|
1117
1118
|
|
|
1118
1119
|
### People
|
|
1119
1120
|
|
|
1121
|
+
- IconAura
|
|
1120
1122
|
- IconBathMan1
|
|
1121
1123
|
- IconBathWoman1
|
|
1122
1124
|
- IconContacts
|
package/filtered-icons.json
CHANGED
|
@@ -2114,6 +2114,20 @@
|
|
|
2114
2114
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
2115
2115
|
"componentName": "IconAudio"
|
|
2116
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"category": "People",
|
|
2119
|
+
"svg": "<path d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\" fill=\"currentColor\"/><path d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\" fill=\"currentColor\"/><path d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\" fill=\"currentColor\"/><path d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\" fill=\"currentColor\"/><path d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\" fill=\"currentColor\"/><path d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\" fill=\"currentColor\"/><path d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\" fill=\"currentColor\"/><path d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\" fill=\"currentColor\"/><path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\"/>",
|
|
2120
|
+
"iconName": "aura, enlighten",
|
|
2121
|
+
"variant": {
|
|
2122
|
+
"join": "square",
|
|
2123
|
+
"filled": "on",
|
|
2124
|
+
"radius": "0",
|
|
2125
|
+
"stroke": "1.5"
|
|
2126
|
+
},
|
|
2127
|
+
"createdAt": "2025-11-20T11:01:52.774352+00:00",
|
|
2128
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
2129
|
+
"componentName": "IconAura"
|
|
2130
|
+
},
|
|
2117
2131
|
{
|
|
2118
2132
|
"category": "Typography",
|
|
2119
2133
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.0418 0.89502L16.2086 14.8436H5.51508L3.12972 20.239L1.75781 19.6325L10.0418 0.89502ZM6.17824 13.3436H13.9054L10.0418 4.60463L6.17824 13.3436ZM22.2871 13.5418L16.3636 22.4271L12.6864 18.7498L13.747 17.6892L16.1305 20.0726L21.039 12.7098L22.2871 13.5418Z\" fill=\"currentColor\"/>",
|
|
@@ -12600,6 +12614,20 @@
|
|
|
12600
12614
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12601
12615
|
"componentName": "IconLiveNoSignal"
|
|
12602
12616
|
},
|
|
12617
|
+
{
|
|
12618
|
+
"category": "AI & Magic",
|
|
12619
|
+
"svg": "<path d=\"M8 11.5H12.5V13H10.9004C10.5628 15.0903 9.84711 16.8048 8.6543 18.1357C8.5895 18.208 8.52237 18.278 8.45508 18.3477C9.20236 18.8512 10.0918 19.2437 11.1475 19.5254L11.8721 19.7188L11.4854 21.168L10.7607 20.9746C9.41834 20.6164 8.25625 20.0841 7.27637 19.3506C6.20809 20.0977 4.92269 20.6311 3.41992 20.9805L2.68945 21.1504L2.34961 19.6895L3.08008 19.5195C4.29484 19.2372 5.30137 18.8337 6.13184 18.3105C5.30213 17.396 4.68064 16.2889 4.24316 14.9893L4.00391 14.2783L5.42578 13.7998L5.66504 14.5107C6.05792 15.6779 6.60385 16.62 7.30957 17.375C7.3878 17.2964 7.46448 17.2169 7.53809 17.1348C8.44954 16.1177 9.06 14.77 9.37793 13H2V11.5H6.5V10H8V11.5Z\" fill=\"currentColor\"/><path d=\"M18.5 3V16.5H17V3H18.5Z\" fill=\"currentColor\"/><path d=\"M22 8V11.5H20.5V8H22Z\" fill=\"currentColor\"/><path d=\"M15 6V9.5H13.5V6H15Z\" fill=\"currentColor\"/><path d=\"M11.5 4V8H10V4H11.5Z\" fill=\"currentColor\"/>",
|
|
12620
|
+
"iconName": "live-voice-translate",
|
|
12621
|
+
"variant": {
|
|
12622
|
+
"join": "square",
|
|
12623
|
+
"filled": "on",
|
|
12624
|
+
"radius": "0",
|
|
12625
|
+
"stroke": "1.5"
|
|
12626
|
+
},
|
|
12627
|
+
"createdAt": "2025-11-21T15:01:55.597393+00:00",
|
|
12628
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
12629
|
+
"componentName": "IconLiveVoiceTranslate"
|
|
12630
|
+
},
|
|
12603
12631
|
{
|
|
12604
12632
|
"category": "Devices & Signals",
|
|
12605
12633
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.42713 8.36681L8.8968 8.89714C8.10175 9.6922 7.61133 10.7884 7.61133 12.0006C7.61133 13.2127 8.10175 14.3089 8.8968 15.104L9.42713 15.6343L8.36647 16.695L7.83614 16.1646C6.77129 15.0998 6.11133 13.6265 6.11133 12.0006C6.11133 10.3746 6.77129 8.90134 7.83614 7.83648L8.36647 7.30615L9.42713 8.36681ZM15.634 7.30615L16.1643 7.83648C17.2291 8.90134 17.8891 10.3746 17.8891 12.0006C17.8891 13.6265 17.2291 15.0998 16.1643 16.1646L15.634 16.695L14.5733 15.6343L15.1036 15.104C15.8987 14.3089 16.3891 13.2127 16.3891 12.0006C16.3891 10.7884 15.8987 9.6922 15.1036 8.89714L14.5733 8.36681L15.634 7.30615ZM10.5002 11.9998C10.5002 11.1714 11.1718 10.4998 12.0002 10.4998C12.8286 10.4998 13.5002 11.1714 13.5002 11.9998C13.5002 12.8282 12.8286 13.4998 12.0002 13.4998C11.1718 13.4998 10.5002 12.8282 10.5002 11.9998Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -150,6 +150,7 @@ export type CentralIconName =
|
|
|
150
150
|
| "IconAt"
|
|
151
151
|
| "IconAtom"
|
|
152
152
|
| "IconAudio"
|
|
153
|
+
| "IconAura"
|
|
153
154
|
| "IconAutoCorrect"
|
|
154
155
|
| "IconAutoFlash"
|
|
155
156
|
| "IconAutoSize"
|
|
@@ -899,6 +900,7 @@ export type CentralIconName =
|
|
|
899
900
|
| "IconLiveActivity"
|
|
900
901
|
| "IconLiveFull"
|
|
901
902
|
| "IconLiveNoSignal"
|
|
903
|
+
| "IconLiveVoiceTranslate"
|
|
902
904
|
| "IconLiveWeak"
|
|
903
905
|
| "IconLoader"
|
|
904
906
|
| "IconLoadingCircle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/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": 1583,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 46,
|
|
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",
|
|
@@ -1029,8 +1030,9 @@
|
|
|
1029
1030
|
]
|
|
1030
1031
|
},
|
|
1031
1032
|
"People": {
|
|
1032
|
-
"count":
|
|
1033
|
+
"count": 31,
|
|
1033
1034
|
"icons": [
|
|
1035
|
+
"IconAura",
|
|
1034
1036
|
"IconBathMan1",
|
|
1035
1037
|
"IconBathWoman1",
|
|
1036
1038
|
"IconContacts",
|
|
@@ -1925,6 +1927,7 @@
|
|
|
1925
1927
|
"IconAt": "at, handle, @",
|
|
1926
1928
|
"IconAtom": "atom",
|
|
1927
1929
|
"IconAudio": "audio, music, playlist, musical-note",
|
|
1930
|
+
"IconAura": "aura, enlighten",
|
|
1928
1931
|
"IconAutoCorrect": "auto-correct, autocheck, text-correction",
|
|
1929
1932
|
"IconAutoFlash": "auto-flash",
|
|
1930
1933
|
"IconAutoSize": "auto-size, automatic-size, page",
|
|
@@ -2674,6 +2677,7 @@
|
|
|
2674
2677
|
"IconLiveActivity": "live-activity, fitness",
|
|
2675
2678
|
"IconLiveFull": "live-full, signal, podcast",
|
|
2676
2679
|
"IconLiveNoSignal": "live-no-signal, signal",
|
|
2680
|
+
"IconLiveVoiceTranslate": "live-voice-translate",
|
|
2677
2681
|
"IconLiveWeak": "live-weak, signal",
|
|
2678
2682
|
"IconLoader": "loader",
|
|
2679
2683
|
"IconLoadingCircle": "loading-circle, quarter, spinner",
|
package/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ export { IconAsterisk, default as IconAsteriskDefault } from "./IconAsterisk";
|
|
|
149
149
|
export { IconAt, default as IconAtDefault } from "./IconAt";
|
|
150
150
|
export { IconAtom, default as IconAtomDefault } from "./IconAtom";
|
|
151
151
|
export { IconAudio, default as IconAudioDefault } from "./IconAudio";
|
|
152
|
+
export { IconAura, default as IconAuraDefault } from "./IconAura";
|
|
152
153
|
export { IconAutoCorrect, default as IconAutoCorrectDefault, } from "./IconAutoCorrect";
|
|
153
154
|
export { IconAutoFlash, default as IconAutoFlashDefault, } from "./IconAutoFlash";
|
|
154
155
|
export { IconAutoSize, default as IconAutoSizeDefault } from "./IconAutoSize";
|
|
@@ -898,6 +899,7 @@ export { IconListSparkle, default as IconListSparkleDefault, } from "./IconListS
|
|
|
898
899
|
export { IconLiveActivity, default as IconLiveActivityDefault, } from "./IconLiveActivity";
|
|
899
900
|
export { IconLiveFull, default as IconLiveFullDefault } from "./IconLiveFull";
|
|
900
901
|
export { IconLiveNoSignal, default as IconLiveNoSignalDefault, } from "./IconLiveNoSignal";
|
|
902
|
+
export { IconLiveVoiceTranslate, default as IconLiveVoiceTranslateDefault, } from "./IconLiveVoiceTranslate";
|
|
901
903
|
export { IconLiveWeak, default as IconLiveWeakDefault } from "./IconLiveWeak";
|
|
902
904
|
export { IconLoader, default as IconLoaderDefault } from "./IconLoader";
|
|
903
905
|
export { IconLoadingCircle, default as IconLoadingCircleDefault, } from "./IconLoadingCircle";
|