@central-icons-react/square-filled-radius-0-stroke-2 1.1.38 → 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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLiveVoiceTranslate: React.FC<CentralIconBaseProps>;
4
+ export default IconLiveVoiceTranslate;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!h.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?m(L(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var B={};d(B,{IconLiveVoiceTranslate:()=>V,default:()=>x});module.exports=g(B);var n=i(require("react"));var a=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:c,...f})=>a.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},t&&!e&&a.default.createElement("title",null,t),r);var V=r=>n.default.createElement(s,{...r,ariaLabel:"live-voice-translate"},n.default.createElement("path",{d:"M8.5 11H13V13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283L12.4121 19.2646L11.9395 21.208L10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736L2.75195 21.2002L2.2998 19.252L3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242L3.91992 14.3857L5.79688 13.6943L6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H2V11H6.5V9.5H8.5V11Z",fill:"currentColor"}),n.default.createElement("path",{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),n.default.createElement("path",{d:"M15 6V10H13V6H15Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.5 4V8.5H9.5V4H11.5Z",fill:"currentColor"})),x=V;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLiveVoiceTranslate: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"live-voice-translate\">\n <path\n d=\"M8.5 11H13V13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283L12.4121 19.2646L11.9395 21.208L10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736L2.75195 21.2002L2.2998 19.252L3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242L3.91992 14.3857L5.79688 13.6943L6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H2V11H6.5V9.5H8.5V11Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <path d=\"M15 6V10H13V6H15Z\" fill=\"currentColor\" />\n <path d=\"M11.5 4V8.5H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,+oBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,CACxD,EAIGE,EAAQJ","names":["IconLiveVoiceTranslate_exports","__export","IconLiveVoiceTranslate","IconLiveVoiceTranslate_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";var p=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:C,...i})=>l.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...C}},n&&!e&&l.createElement("title",null,n),t);var s=t=>o.createElement(p,{...t,ariaLabel:"live-voice-translate"},o.createElement("path",{d:"M8.5 11H13V13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283L12.4121 19.2646L11.9395 21.208L10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736L2.75195 21.2002L2.2998 19.252L3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242L3.91992 14.3857L5.79688 13.6943L6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H2V11H6.5V9.5H8.5V11Z",fill:"currentColor"}),o.createElement("path",{d:"M18.5 3V17H16.5V3H18.5Z",fill:"currentColor"}),o.createElement("path",{d:"M22 8V12H20V8H22Z",fill:"currentColor"}),o.createElement("path",{d:"M15 6V10H13V6H15Z",fill:"currentColor"}),o.createElement("path",{d:"M11.5 4V8.5H9.5V4H11.5Z",fill:"currentColor"})),u=s;export{s as IconLiveVoiceTranslate,u 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconLiveVoiceTranslate: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"live-voice-translate\">\n <path\n d=\"M8.5 11H13V13H11.3633C11.0072 15.0323 10.2849 16.726 9.09082 18.0566C9.0736 18.0758 9.0545 18.0933 9.03711 18.1123C9.72054 18.4985 10.516 18.8031 11.4404 19.0283L12.4121 19.2646L11.9395 21.208L10.9678 20.9717C9.60145 20.6388 8.42364 20.1431 7.43164 19.4697C6.38166 20.1528 5.14433 20.6445 3.72656 20.9736L2.75195 21.2002L2.2998 19.252L3.27344 19.0254C4.28099 18.7915 5.13612 18.4747 5.86133 18.0781C5.19075 17.3046 4.65877 16.3905 4.26562 15.3242L3.91992 14.3857L5.79688 13.6943L6.14258 14.6328C6.46383 15.504 6.89692 16.2452 7.46191 16.8682C7.50891 16.8192 7.55643 16.771 7.60156 16.7207C8.42587 15.8021 9.00273 14.5921 9.32715 13H2V11H6.5V9.5H8.5V11Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18.5 3V17H16.5V3H18.5Z\" fill=\"currentColor\" />\n <path d=\"M22 8V12H20V8H22Z\" fill=\"currentColor\" />\n <path d=\"M15 6V10H13V6H15Z\" fill=\"currentColor\" />\n <path d=\"M11.5 4V8.5H9.5V4H11.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconLiveVoiceTranslate;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpCC,EAAA,cAAC,QACC,EAAE,+oBACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,CACxD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
package/README.md CHANGED
@@ -196,6 +196,7 @@ Below is a complete list of available icons:
196
196
  - IconImagine
197
197
  - IconImagineAi
198
198
  - IconListSparkle
199
+ - IconLiveVoiceTranslate
199
200
  - IconMagicBook
200
201
  - IconMagicEdit
201
202
  - IconMagicWand
package/icons/index.d.ts CHANGED
@@ -900,6 +900,7 @@ export type CentralIconName =
900
900
  | "IconLiveActivity"
901
901
  | "IconLiveFull"
902
902
  | "IconLiveNoSignal"
903
+ | "IconLiveVoiceTranslate"
903
904
  | "IconLiveWeak"
904
905
  | "IconLoader"
905
906
  | "IconLoadingCircle"