@central-icons-react/square-outlined-radius-0-stroke-1 1.1.2 → 1.1.3
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/IconGooey/index.d.ts +4 -0
- package/IconGooey/index.js +2 -0
- package/IconGooey/index.js.map +1 -0
- package/IconGooey/index.mjs +2 -0
- package/IconGooey/index.mjs.map +1 -0
- package/IconPrompt1/index.d.ts +4 -0
- package/IconPrompt1/index.js +2 -0
- package/IconPrompt1/index.js.map +1 -0
- package/IconPrompt1/index.mjs +2 -0
- package/IconPrompt1/index.mjs.map +1 -0
- package/IconVocalMicrophone/index.d.ts +4 -0
- package/IconVocalMicrophone/index.js +2 -0
- package/IconVocalMicrophone/index.js.map +1 -0
- package/IconVocalMicrophone/index.mjs +2 -0
- package/IconVocalMicrophone/index.mjs.map +1 -0
- package/README.md +3 -0
- package/icons/index.d.ts +3 -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 +11 -5
- package/index.d.ts +6 -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 u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,o)=>{for(var r in o)p(e,r,{get:o[r],enumerable:!0})},l=(e,o,r,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!B.call(e,t)&&t!==r&&p(e,t,{get:()=>o[t],enumerable:!(n=f(o,t))||n.enumerable});return e};var s=(e,o,r)=>(r=e!=null?u(y(e)):{},l(o||!e||!e.__esModule?p(r,"default",{value:e,enumerable:!0}):r,e)),h=e=>l(p({},"__esModule",{value:!0}),e);var w={};I(w,{IconGooey:()=>i,default:()=>d});module.exports=h(w);var C=s(require("react"));var a=s(require("react")),m=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:c,...g})=>a.default.createElement("svg",{...g,"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&&a.default.createElement("title",null,r),e);var i=e=>C.default.createElement(m,{...e,ariaLabel:"gooey, morph, liquid-glass"},C.default.createElement("path",{d:"M7.00028 6C8.72004 6.00008 10.2701 6.72404 11.3636 7.88361C12.1825 8.75191 13.2192 9.50004 14.4127 9.50004C15.3393 9.50004 16.1819 9.01536 16.9812 8.54671C17.5736 8.19937 18.2633 8.0002 18.9998 8.00017C21.2088 8.00017 22.9997 9.7905 23 11.9995C23 14.2087 21.209 15.9998 18.9998 15.9998C18.2633 15.9998 17.5736 15.8006 16.9812 15.4533C16.1819 14.9846 15.3393 14.5 14.4127 14.5C13.2192 14.5 12.1825 15.2482 11.3637 16.1165C10.2702 17.2761 8.72014 17.9999 7.00028 18C3.68666 18 1.00015 15.3142 1 12.0005C1 8.68667 3.68657 6 7.00028 6Z",stroke:"currentColor"})),d=i;0&&(module.exports={IconGooey});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGooey/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGooey: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gooey, morph, liquid-glass\">\n <path\n d=\"M7.00028 6C8.72004 6.00008 10.2701 6.72404 11.3636 7.88361C12.1825 8.75191 13.2192 9.50004 14.4127 9.50004C15.3393 9.50004 16.1819 9.01536 16.9812 8.54671C17.5736 8.19937 18.2633 8.0002 18.9998 8.00017C21.2088 8.00017 22.9997 9.7905 23 11.9995C23 14.2087 21.209 15.9998 18.9998 15.9998C18.2633 15.9998 17.5736 15.8006 16.9812 15.4533C16.1819 14.9846 15.3393 14.5 14.4127 14.5C13.2192 14.5 12.1825 15.2482 11.3637 16.1165C10.2702 17.2761 8.72014 17.9999 7.00028 18C3.68666 18 1.00015 15.3142 1 12.0005C1 8.68667 3.68657 6 7.00028 6Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGooey;\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,eAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,shBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconGooey_exports","__export","IconGooey","IconGooey_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGooey","props","React","CentralIconBase","IconGooey_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import a from"react";import n from"react";var p=({children:o,size:e=24,ariaLabel:t,color:C,ariaHidden:r=!0,style:l,...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,...l}},t&&!r&&n.createElement("title",null,t),o);var m=o=>a.createElement(p,{...o,ariaLabel:"gooey, morph, liquid-glass"},a.createElement("path",{d:"M7.00028 6C8.72004 6.00008 10.2701 6.72404 11.3636 7.88361C12.1825 8.75191 13.2192 9.50004 14.4127 9.50004C15.3393 9.50004 16.1819 9.01536 16.9812 8.54671C17.5736 8.19937 18.2633 8.0002 18.9998 8.00017C21.2088 8.00017 22.9997 9.7905 23 11.9995C23 14.2087 21.209 15.9998 18.9998 15.9998C18.2633 15.9998 17.5736 15.8006 16.9812 15.4533C16.1819 14.9846 15.3393 14.5 14.4127 14.5C13.2192 14.5 12.1825 15.2482 11.3637 16.1165C10.2702 17.2761 8.72014 17.9999 7.00028 18C3.68666 18 1.00015 15.3142 1 12.0005C1 8.68667 3.68657 6 7.00028 6Z",stroke:"currentColor"})),f=m;export{m as IconGooey,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGooey/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGooey: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"gooey, morph, liquid-glass\">\n <path\n d=\"M7.00028 6C8.72004 6.00008 10.2701 6.72404 11.3636 7.88361C12.1825 8.75191 13.2192 9.50004 14.4127 9.50004C15.3393 9.50004 16.1819 9.01536 16.9812 8.54671C17.5736 8.19937 18.2633 8.0002 18.9998 8.00017C21.2088 8.00017 22.9997 9.7905 23 11.9995C23 14.2087 21.209 15.9998 18.9998 15.9998C18.2633 15.9998 17.5736 15.8006 16.9812 15.4533C16.1819 14.9846 15.3393 14.5 14.4127 14.5C13.2192 14.5 12.1825 15.2482 11.3637 16.1165C10.2702 17.2761 8.72014 17.9999 7.00028 18C3.68666 18 1.00015 15.3142 1 12.0005C1 8.68667 3.68657 6 7.00028 6Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGooey;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,EAAE,shBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGooey","props","React","CentralIconBase","IconGooey_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var g=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of x(e))!B.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=u(e,o))||n.enumerable});return r};var m=(r,e,t)=>(t=r!=null?g(L(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>s(p({},"__esModule",{value:!0}),r);var d={};I(d,{IconPrompt1:()=>c,default:()=>b});module.exports=V(d);var l=m(require("react"));var a=m(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:C,...f})=>a.default.createElement("svg",{...f,"aria-hidden":o,role:o?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,...C}},t&&!o&&a.default.createElement("title",null,t),r);var c=r=>l.default.createElement(i,{...r,ariaLabel:"prompt, vibe-designing, box-sparkle"},l.default.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),l.default.createElement("path",{d:"M12.5 7H11.5L10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7Z",fill:"currentColor"})),b=c;0&&(module.exports={IconPrompt1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPrompt1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPrompt1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt, vibe-designing, box-sparkle\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M12.5 7H11.5L10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPrompt1;\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,iBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPrompt1_exports","__export","IconPrompt1","IconPrompt1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPrompt1","props","React","CentralIconBase","IconPrompt1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var l=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...m})=>p.createElement("svg",{...m,"aria-hidden":t,role:t?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,...s}},n&&!t&&p.createElement("title",null,n),e);var i=e=>o.createElement(l,{...e,ariaLabel:"prompt, vibe-designing, box-sparkle"},o.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),o.createElement("path",{d:"M12.5 7H11.5L10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7Z",fill:"currentColor"})),u=i;export{i as IconPrompt1,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPrompt1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPrompt1: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"prompt, vibe-designing, box-sparkle\">\n <path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <path\n d=\"M12.5 7H11.5L10.25 10.25L7 11.5V12.5L10.25 13.75L11.5 17H12.5L13.75 13.75L17 12.5V11.5L13.75 10.25L12.5 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPrompt1;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpCC,EAAA,cAAC,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DA,EAAA,cAAC,QACC,EAAE,6GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPrompt1","props","React","CentralIconBase","IconPrompt1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var l=Object.defineProperty;var f=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})},s=(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=f(o,t))||n.enumerable});return e};var c=(e,o,r)=>(r=e!=null?d(h(e)):{},s(o||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),I=e=>s(l({},"__esModule",{value:!0}),e);var w={};B(w,{IconVocalMicrophone:()=>C,default:()=>v});module.exports=I(w);var p=c(require("react"));var a=c(require("react")),i=({children:e,size:o=24,ariaLabel:r,color:n,ariaHidden:t=!0,style:m,...u})=>a.default.createElement("svg",{...u,"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,...m}},r&&!t&&a.default.createElement("title",null,r),e);var C=e=>p.default.createElement(i,{...e,ariaLabel:"vocal-microphone, singing, karaoke"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.625 11.75C19.0412 11.75 21 9.79125 21 7.375C21 4.95875 19.0412 3 16.625 3C14.2088 3 12.25 4.95875 12.25 7.375C12.25 7.54966 12.2602 7.72193 12.2801 7.89125L16.1088 11.7199C16.2781 11.7398 16.4503 11.75 16.625 11.75Z",stroke:"currentColor"}),p.default.createElement("path",{d:"M12.5 8L3 18L6 21L16 11.5",stroke:"currentColor"})),v=C;0&&(module.exports={IconVocalMicrophone});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVocalMicrophone/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVocalMicrophone: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vocal-microphone, singing, karaoke\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.625 11.75C19.0412 11.75 21 9.79125 21 7.375C21 4.95875 19.0412 3 16.625 3C14.2088 3 12.25 4.95875 12.25 7.375C12.25 7.54966 12.2602 7.72193 12.2801 7.89125L16.1088 11.7199C16.2781 11.7398 16.4503 11.75 16.625 11.75Z\"\n stroke=\"currentColor\"\n />\n <path d=\"M12.5 8L3 18L6 21L16 11.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVocalMicrophone;\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,yBAAAE,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,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,sCACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8NACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,OAAO,eAAe,CAC5D,EAIGE,EAAQJ","names":["IconVocalMicrophone_exports","__export","IconVocalMicrophone","IconVocalMicrophone_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVocalMicrophone","props","React","CentralIconBase","IconVocalMicrophone_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";var p=({children:o,size:e=24,ariaLabel:n,color:a,ariaHidden:r=!0,style:s,...c})=>l.createElement("svg",{...c,"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:a,...s}},n&&!r&&l.createElement("title",null,n),o);var i=o=>t.createElement(p,{...o,ariaLabel:"vocal-microphone, singing, karaoke"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.625 11.75C19.0412 11.75 21 9.79125 21 7.375C21 4.95875 19.0412 3 16.625 3C14.2088 3 12.25 4.95875 12.25 7.375C12.25 7.54966 12.2602 7.72193 12.2801 7.89125L16.1088 11.7199C16.2781 11.7398 16.4503 11.75 16.625 11.75Z",stroke:"currentColor"}),t.createElement("path",{d:"M12.5 8L3 18L6 21L16 11.5",stroke:"currentColor"})),f=i;export{i as IconVocalMicrophone,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVocalMicrophone/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVocalMicrophone: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vocal-microphone, singing, karaoke\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.625 11.75C19.0412 11.75 21 9.79125 21 7.375C21 4.95875 19.0412 3 16.625 3C14.2088 3 12.25 4.95875 12.25 7.375C12.25 7.54966 12.2602 7.72193 12.2801 7.89125L16.1088 11.7199C16.2781 11.7398 16.4503 11.75 16.625 11.75Z\"\n stroke=\"currentColor\"\n />\n <path d=\"M12.5 8L3 18L6 21L16 11.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconVocalMicrophone;\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,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,sCACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8NACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,4BAA4B,OAAO,eAAe,CAC5D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVocalMicrophone","props","React","CentralIconBase","IconVocalMicrophone_default"]}
|
package/README.md
CHANGED
|
@@ -201,6 +201,7 @@ Below is a complete list of available icons:
|
|
|
201
201
|
- IconMagicWand3
|
|
202
202
|
- IconPencilSparkle
|
|
203
203
|
- IconPrompt
|
|
204
|
+
- IconPrompt1
|
|
204
205
|
- IconRobot
|
|
205
206
|
- IconSparkle
|
|
206
207
|
- IconSparkle2
|
|
@@ -610,6 +611,7 @@ Below is a complete list of available icons:
|
|
|
610
611
|
- IconEraserSimple
|
|
611
612
|
- IconFeather
|
|
612
613
|
- IconGlass
|
|
614
|
+
- IconGooey
|
|
613
615
|
- IconHighlight
|
|
614
616
|
- IconKeyframe
|
|
615
617
|
- IconLineThickness
|
|
@@ -1481,6 +1483,7 @@ Below is a complete list of available icons:
|
|
|
1481
1483
|
- IconStop
|
|
1482
1484
|
- IconStopCircle
|
|
1483
1485
|
- IconTextToSpeach
|
|
1486
|
+
- IconVocalMicrophone
|
|
1484
1487
|
- IconVoice1
|
|
1485
1488
|
- IconVoice2
|
|
1486
1489
|
- IconVoice3
|
package/icons/index.d.ts
CHANGED
|
@@ -742,6 +742,7 @@ export type CentralIconName =
|
|
|
742
742
|
| "IconGlobus"
|
|
743
743
|
| "IconGoldMedal"
|
|
744
744
|
| "IconGolfBall"
|
|
745
|
+
| "IconGooey"
|
|
745
746
|
| "IconGoogle"
|
|
746
747
|
| "IconGooglePlayStore"
|
|
747
748
|
| "IconGovernment"
|
|
@@ -1101,6 +1102,7 @@ export type CentralIconName =
|
|
|
1101
1102
|
| "IconProcessor"
|
|
1102
1103
|
| "IconProducthunt"
|
|
1103
1104
|
| "IconPrompt"
|
|
1105
|
+
| "IconPrompt1"
|
|
1104
1106
|
| "IconPullRequest"
|
|
1105
1107
|
| "IconPumpjack"
|
|
1106
1108
|
| "IconPush"
|
|
@@ -1471,6 +1473,7 @@ export type CentralIconName =
|
|
|
1471
1473
|
| "IconVisionProApp"
|
|
1472
1474
|
| "IconVisualIntelligence"
|
|
1473
1475
|
| "IconVkontakte"
|
|
1476
|
+
| "IconVocalMicrophone"
|
|
1474
1477
|
| "IconVoice1"
|
|
1475
1478
|
| "IconVoice2"
|
|
1476
1479
|
| "IconVoice3"
|