@central-icons-react/square-filled-radius-0-stroke-1.5 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/icons/index.d.ts +4 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +12 -4
- package/index.d.ts +10 -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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,e)=>{for(var o in e)C(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of h(e))!g.call(r,t)&&t!==o&&C(r,t,{get:()=>e[t],enumerable:!(n=V(e,t))||n.enumerable});return r};var s=(r,e,o)=>(o=r!=null?f(u(r)):{},l(e||!r||!r.__esModule?C(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>l(C({},"__esModule",{value:!0}),r);var w={};x(w,{IconAnchor:()=>m,default:()=>I});module.exports=B(w);var a=s(require("react"));var p=s(require("react")),c=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:i,...L})=>p.default.createElement("svg",{...L,"aria-hidden":t,role:t?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...i}},o&&!t&&p.default.createElement("title",null,o),r);var m=r=>a.default.createElement(c,{...r,ariaLabel:"anchor, webhooks"},a.default.createElement("path",{d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.17545 14.3224 9.57452 12.75 9.91797V16.125C12.75 17.989 14.261 19.5 16.125 19.5C17.989 19.5 19.5 17.989 19.5 16.125V14.6699L18.498 15.5605L17.9375 16.0586L16.9414 14.9375L17.502 14.4395L21 11.3301V16.125C21 18.8174 18.8174 21 16.125 21C14.3871 21 12.8632 20.0896 12 18.7207C11.1368 20.0896 9.6129 21 7.875 21C5.18261 21 3 18.8174 3 16.125V11.3301L6.49805 14.4395L7.05859 14.9375L6.0625 16.0586L5.50195 15.5605L4.5 14.6699V16.125C4.5 17.989 6.01104 19.5 7.875 19.5C9.73896 19.5 11.25 17.989 11.25 16.125V9.91797C9.67756 9.57452 8.5 8.17545 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 4.5C10.8954 4.5 10 5.39543 10 6.5C10 7.60457 10.8954 8.5 12 8.5C13.1046 8.5 14 7.60457 14 6.5C14 5.39543 13.1046 4.5 12 4.5Z",fill:"currentColor"})),I=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAnchor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"anchor, webhooks\">\n <path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.17545 14.3224 9.57452 12.75 9.91797V16.125C12.75 17.989 14.261 19.5 16.125 19.5C17.989 19.5 19.5 17.989 19.5 16.125V14.6699L18.498 15.5605L17.9375 16.0586L16.9414 14.9375L17.502 14.4395L21 11.3301V16.125C21 18.8174 18.8174 21 16.125 21C14.3871 21 12.8632 20.0896 12 18.7207C11.1368 20.0896 9.6129 21 7.875 21C5.18261 21 3 18.8174 3 16.125V11.3301L6.49805 14.4395L7.05859 14.9375L6.0625 16.0586L5.50195 15.5605L4.5 14.6699V16.125C4.5 17.989 6.01104 19.5 7.875 19.5C9.73896 19.5 11.25 17.989 11.25 16.125V9.91797C9.67756 9.57452 8.5 8.17545 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 4.5C10.8954 4.5 10 5.39543 10 6.5C10 7.60457 10.8954 8.5 12 8.5C13.1046 8.5 14 7.60457 14 6.5C14 5.39543 13.1046 4.5 12 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,gBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,wuBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAnchor_exports","__export","IconAnchor","IconAnchor_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p from"react";import n from"react";var C=({children:e,size:r=24,ariaLabel:t,color:a,ariaHidden:o=!0,style:l,...s})=>n.createElement("svg",{...s,"aria-hidden":o,role:o?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,...l}},t&&!o&&n.createElement("title",null,t),e);var c=e=>p.createElement(C,{...e,ariaLabel:"anchor, webhooks"},p.createElement("path",{d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.17545 14.3224 9.57452 12.75 9.91797V16.125C12.75 17.989 14.261 19.5 16.125 19.5C17.989 19.5 19.5 17.989 19.5 16.125V14.6699L18.498 15.5605L17.9375 16.0586L16.9414 14.9375L17.502 14.4395L21 11.3301V16.125C21 18.8174 18.8174 21 16.125 21C14.3871 21 12.8632 20.0896 12 18.7207C11.1368 20.0896 9.6129 21 7.875 21C5.18261 21 3 18.8174 3 16.125V11.3301L6.49805 14.4395L7.05859 14.9375L6.0625 16.0586L5.50195 15.5605L4.5 14.6699V16.125C4.5 17.989 6.01104 19.5 7.875 19.5C9.73896 19.5 11.25 17.989 11.25 16.125V9.91797C9.67756 9.57452 8.5 8.17545 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 4.5C10.8954 4.5 10 5.39543 10 6.5C10 7.60457 10.8954 8.5 12 8.5C13.1046 8.5 14 7.60457 14 6.5C14 5.39543 13.1046 4.5 12 4.5Z",fill:"currentColor"})),V=c;export{c 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAnchor: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"anchor, webhooks\">\n <path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.17545 14.3224 9.57452 12.75 9.91797V16.125C12.75 17.989 14.261 19.5 16.125 19.5C17.989 19.5 19.5 17.989 19.5 16.125V14.6699L18.498 15.5605L17.9375 16.0586L16.9414 14.9375L17.502 14.4395L21 11.3301V16.125C21 18.8174 18.8174 21 16.125 21C14.3871 21 12.8632 20.0896 12 18.7207C11.1368 20.0896 9.6129 21 7.875 21C5.18261 21 3 18.8174 3 16.125V11.3301L6.49805 14.4395L7.05859 14.9375L6.0625 16.0586L5.50195 15.5605L4.5 14.6699V16.125C4.5 17.989 6.01104 19.5 7.875 19.5C9.73896 19.5 11.25 17.989 11.25 16.125V9.91797C9.67756 9.57452 8.5 8.17545 8.5 6.5C8.5 4.567 10.067 3 12 3ZM12 4.5C10.8954 4.5 10 5.39543 10 6.5C10 7.60457 10.8954 8.5 12 8.5C13.1046 8.5 14 7.60457 14 6.5C14 5.39543 13.1046 4.5 12 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnchor;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,QACC,EAAE,wuBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAnchor","props","React","CentralIconBase","IconAnchor_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,o)=>{for(var r in o)l(e,r,{get:o[r],enumerable:!0})},a=(e,o,r,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!x.call(e,t)&&t!==r&&l(e,t,{get:()=>o[t],enumerable:!(n=d(o,t))||n.enumerable});return e};var s=(e,o,r)=>(r=e!=null?u(h(e)):{},a(o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),I=e=>a(l({},"__esModule",{value:!0}),e);var v={};B(v,{IconHook:()=>m,default:()=>V});module.exports=I(v);var C=s(require("react"));var p=s(require("react")),i=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:c,...f})=>p.default.createElement("svg",{...f,"aria-hidden":t,role:t?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:n,...c}},r&&!t&&p.default.createElement("title",null,r),e);var m=e=>C.default.createElement(i,{...e,ariaLabel:"hook, phishing"},C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.25 2C11.3211 2 13 3.67893 13 5.75C13 7.56421 11.7117 9.07734 10 9.4248V17.5C10 19.1569 11.3431 20.5 13 20.5C14.6569 20.5 16 19.1569 16 17.5V13.8105L13.75 16.0605L12.6895 15L17.5 10.1895V17.5C17.5 19.9853 15.4853 22 13 22C10.5147 22 8.5 19.9853 8.5 17.5V9.4248C6.78834 9.07734 5.5 7.56421 5.5 5.75C5.5 3.67893 7.17893 2 9.25 2ZM9.25 3.5C8.00736 3.5 7 4.50736 7 5.75C7 6.99264 8.00736 8 9.25 8C10.4926 8 11.5 6.99264 11.5 5.75C11.5 4.50736 10.4926 3.5 9.25 3.5Z",fill:"currentColor"})),V=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHook: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hook, phishing\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.25 2C11.3211 2 13 3.67893 13 5.75C13 7.56421 11.7117 9.07734 10 9.4248V17.5C10 19.1569 11.3431 20.5 13 20.5C14.6569 20.5 16 19.1569 16 17.5V13.8105L13.75 16.0605L12.6895 15L17.5 10.1895V17.5C17.5 19.9853 15.4853 22 13 22C10.5147 22 8.5 19.9853 8.5 17.5V9.4248C6.78834 9.07734 5.5 7.56421 5.5 5.75C5.5 3.67893 7.17893 2 9.25 2ZM9.25 3.5C8.00736 3.5 7 4.50736 7 5.75C7 6.99264 8.00736 8 9.25 8C10.4926 8 11.5 6.99264 11.5 5.75C11.5 4.50736 10.4926 3.5 9.25 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,cAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,idACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHook_exports","__export","IconHook","IconHook_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconHook","props","React","CentralIconBase","IconHook_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p from"react";import n from"react";var l=({children:o,size:e=24,ariaLabel:t,color:C,ariaHidden:r=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...a}},t&&!r&&n.createElement("title",null,t),o);var i=o=>p.createElement(l,{...o,ariaLabel:"hook, phishing"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.25 2C11.3211 2 13 3.67893 13 5.75C13 7.56421 11.7117 9.07734 10 9.4248V17.5C10 19.1569 11.3431 20.5 13 20.5C14.6569 20.5 16 19.1569 16 17.5V13.8105L13.75 16.0605L12.6895 15L17.5 10.1895V17.5C17.5 19.9853 15.4853 22 13 22C10.5147 22 8.5 19.9853 8.5 17.5V9.4248C6.78834 9.07734 5.5 7.56421 5.5 5.75C5.5 3.67893 7.17893 2 9.25 2ZM9.25 3.5C8.00736 3.5 7 4.50736 7 5.75C7 6.99264 8.00736 8 9.25 8C10.4926 8 11.5 6.99264 11.5 5.75C11.5 4.50736 10.4926 3.5 9.25 3.5Z",fill:"currentColor"})),d=i;export{i as IconHook,d 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconHook: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"hook, phishing\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.25 2C11.3211 2 13 3.67893 13 5.75C13 7.56421 11.7117 9.07734 10 9.4248V17.5C10 19.1569 11.3431 20.5 13 20.5C14.6569 20.5 16 19.1569 16 17.5V13.8105L13.75 16.0605L12.6895 15L17.5 10.1895V17.5C17.5 19.9853 15.4853 22 13 22C10.5147 22 8.5 19.9853 8.5 17.5V9.4248C6.78834 9.07734 5.5 7.56421 5.5 5.75C5.5 3.67893 7.17893 2 9.25 2ZM9.25 3.5C8.00736 3.5 7 4.50736 7 5.75C7 6.99264 8.00736 8 9.25 8C10.4926 8 11.5 6.99264 11.5 5.75C11.5 4.50736 10.4926 3.5 9.25 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHook;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,idACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconHook","props","React","CentralIconBase","IconHook_default"]}
|
|
@@ -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 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"}),n.default.createElement("path",{d:"M18.5 3V16.5H17V3H18.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 8V11.5H20.5V8H22Z",fill:"currentColor"}),n.default.createElement("path",{d:"M15 6V9.5H13.5V6H15Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11.5 4V8H10V4H11.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 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 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,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","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 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("path",{d:"M18.5 3V16.5H17V3H18.5Z",fill:"currentColor"}),o.createElement("path",{d:"M22 8V11.5H20.5V8H22Z",fill:"currentColor"}),o.createElement("path",{d:"M15 6V9.5H13.5V6H15Z",fill:"currentColor"}),o.createElement("path",{d:"M11.5 4V8H10V4H11.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 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 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,4oBACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,0BAA0B,KAAK,eAAe,EACtDA,EAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDA,EAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,EACnDA,EAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconLiveVoiceTranslate","props","React","CentralIconBase","IconLiveVoiceTranslate_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var w=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=m(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?h(d(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var I={};w(I,{IconSwitchVoice:()=>c,default:()=>B});module.exports=x(I);var n=i(require("react"));var C=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:V,...f})=>C.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,...V}},t&&!e&&C.default.createElement("title",null,t),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"switch-voice, change-voice"},n.default.createElement("path",{d:"M4.02637 14.0986C4.00894 14.2295 4 14.3637 4 14.5C4 15.9621 5.04614 17.1793 6.43066 17.4453V15L9.85938 18.25L6.43066 21.5V18.9619C4.21432 18.6819 2.5 16.7923 2.5 14.5C2.5 14.2974 2.51391 14.0976 2.54004 13.9014L4.02637 14.0986Z",fill:"currentColor"}),n.default.createElement("path",{d:"M18 16.5H16.5V3H18V16.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M7.56934 10.0371C9.78574 10.317 11.5 12.2076 11.5 14.5C11.5 14.7026 11.4861 14.9024 11.46 15.0986L9.97363 14.9014C9.99106 14.7705 10 14.6363 10 14.5C10 13.0378 8.95395 11.8197 7.56934 11.5537V14L4.14062 10.75L7.56934 7.5V10.0371Z",fill:"currentColor"}),n.default.createElement("path",{d:"M14.5 11.5H13V6H14.5V11.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.5 11.5H20V8H21.5V11.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M11 8H9.5V4H11V8Z",fill:"currentColor"})),B=c;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSwitchVoice: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"switch-voice, change-voice\">\n <path\n d=\"M4.02637 14.0986C4.00894 14.2295 4 14.3637 4 14.5C4 15.9621 5.04614 17.1793 6.43066 17.4453V15L9.85938 18.25L6.43066 21.5V18.9619C4.21432 18.6819 2.5 16.7923 2.5 14.5C2.5 14.2974 2.51391 14.0976 2.54004 13.9014L4.02637 14.0986Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18 16.5H16.5V3H18V16.5Z\" fill=\"currentColor\" />\n <path\n d=\"M7.56934 10.0371C9.78574 10.317 11.5 12.2076 11.5 14.5C11.5 14.7026 11.4861 14.9024 11.46 15.0986L9.97363 14.9014C9.99106 14.7705 10 14.6363 10 14.5C10 13.0378 8.95395 11.8197 7.56934 11.5537V14L4.14062 10.75L7.56934 7.5V10.0371Z\"\n fill=\"currentColor\"\n />\n <path d=\"M14.5 11.5H13V6H14.5V11.5Z\" fill=\"currentColor\" />\n <path d=\"M21.5 11.5H20V8H21.5V11.5Z\" fill=\"currentColor\" />\n <path d=\"M11 8H9.5V4H11V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,qBAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,CAClD,EAIGE,EAAQJ","names":["IconSwitchVoice_exports","__export","IconSwitchVoice","IconSwitchVoice_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...i})=>l.createElement("svg",{...i,"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:C,...a}},n&&!e&&l.createElement("title",null,n),t);var s=t=>r.createElement(p,{...t,ariaLabel:"switch-voice, change-voice"},r.createElement("path",{d:"M4.02637 14.0986C4.00894 14.2295 4 14.3637 4 14.5C4 15.9621 5.04614 17.1793 6.43066 17.4453V15L9.85938 18.25L6.43066 21.5V18.9619C4.21432 18.6819 2.5 16.7923 2.5 14.5C2.5 14.2974 2.51391 14.0976 2.54004 13.9014L4.02637 14.0986Z",fill:"currentColor"}),r.createElement("path",{d:"M18 16.5H16.5V3H18V16.5Z",fill:"currentColor"}),r.createElement("path",{d:"M7.56934 10.0371C9.78574 10.317 11.5 12.2076 11.5 14.5C11.5 14.7026 11.4861 14.9024 11.46 15.0986L9.97363 14.9014C9.99106 14.7705 10 14.6363 10 14.5C10 13.0378 8.95395 11.8197 7.56934 11.5537V14L4.14062 10.75L7.56934 7.5V10.0371Z",fill:"currentColor"}),r.createElement("path",{d:"M14.5 11.5H13V6H14.5V11.5Z",fill:"currentColor"}),r.createElement("path",{d:"M21.5 11.5H20V8H21.5V11.5Z",fill:"currentColor"}),r.createElement("path",{d:"M11 8H9.5V4H11V8Z",fill:"currentColor"})),m=s;export{s as IconSwitchVoice,m 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconSwitchVoice: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"switch-voice, change-voice\">\n <path\n d=\"M4.02637 14.0986C4.00894 14.2295 4 14.3637 4 14.5C4 15.9621 5.04614 17.1793 6.43066 17.4453V15L9.85938 18.25L6.43066 21.5V18.9619C4.21432 18.6819 2.5 16.7923 2.5 14.5C2.5 14.2974 2.51391 14.0976 2.54004 13.9014L4.02637 14.0986Z\"\n fill=\"currentColor\"\n />\n <path d=\"M18 16.5H16.5V3H18V16.5Z\" fill=\"currentColor\" />\n <path\n d=\"M7.56934 10.0371C9.78574 10.317 11.5 12.2076 11.5 14.5C11.5 14.7026 11.4861 14.9024 11.46 15.0986L9.97363 14.9014C9.99106 14.7705 10 14.6363 10 14.5C10 13.0378 8.95395 11.8197 7.56934 11.5537V14L4.14062 10.75L7.56934 7.5V10.0371Z\"\n fill=\"currentColor\"\n />\n <path d=\"M14.5 11.5H13V6H14.5V11.5Z\" fill=\"currentColor\" />\n <path d=\"M21.5 11.5H20V8H21.5V11.5Z\" fill=\"currentColor\" />\n <path d=\"M11 8H9.5V4H11V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSwitchVoice;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,2BAA2B,KAAK,eAAe,EACvDA,EAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzDA,EAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzDA,EAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,CAClD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconSwitchVoice","props","React","CentralIconBase","IconSwitchVoice_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
|
|
@@ -219,6 +220,7 @@ Below is a complete list of available icons:
|
|
|
219
220
|
- IconSparklesTwo2
|
|
220
221
|
- IconSpeachToText
|
|
221
222
|
- IconStarWand
|
|
223
|
+
- IconSwitchVoice
|
|
222
224
|
- IconTextToImage
|
|
223
225
|
- IconTextToSpeach
|
|
224
226
|
- IconVisualIntelligence
|
|
@@ -415,6 +417,7 @@ Below is a complete list of available icons:
|
|
|
415
417
|
|
|
416
418
|
### Code
|
|
417
419
|
|
|
420
|
+
- IconAnchor
|
|
418
421
|
- IconAnimation
|
|
419
422
|
- IconAnimationAuto
|
|
420
423
|
- IconAnimationEase
|
|
@@ -445,6 +448,7 @@ Below is a complete list of available icons:
|
|
|
445
448
|
- IconDraft
|
|
446
449
|
- IconForkCode
|
|
447
450
|
- IconHammer
|
|
451
|
+
- IconHook
|
|
448
452
|
- IconPullRequest
|
|
449
453
|
- IconPush
|
|
450
454
|
- IconRequestClosed
|
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"
|