@central-icons-react/round-outlined-radius-0-stroke-2 1.1.13 → 1.1.14
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/IconImagine/index.d.ts +4 -0
- package/IconImagine/index.js +2 -0
- package/IconImagine/index.js.map +1 -0
- package/IconImagine/index.mjs +2 -0
- package/IconImagine/index.mjs.map +1 -0
- package/IconImagineAi/index.d.ts +4 -0
- package/IconImagineAi/index.js +2 -0
- package/IconImagineAi/index.js.map +1 -0
- package/IconImagineAi/index.mjs +2 -0
- package/IconImagineAi/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -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 +7 -3
- package/index.d.ts +5 -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 C=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)C(r,t,{get:e[t],enumerable:!0})},l=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of d(e))!h.call(r,o)&&o!==t&&C(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var s=(r,e,t)=>(t=r!=null?u(f(r)):{},l(e||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(C({},"__esModule",{value:!0}),r);var V={};I(V,{IconImagine:()=>m,default:()=>B});module.exports=x(V);var a=s(require("react"));var p=s(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:c,...L})=>p.default.createElement("svg",{...L,"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&&p.default.createElement("title",null,t),r);var m=r=>a.default.createElement(i,{...r,ariaLabel:"imagine, head, thinking"},a.default.createElement("path",{d:"M7 21V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M12.0655 8.36018L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.93455 8.36018C9.83297 8.62427 9.62427 8.83297 9.36018 8.93455L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.36018 11.0655C9.62427 11.167 9.83297 11.3757 9.93455 11.6398L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.0655 11.6398C12.167 11.3757 12.3757 11.167 12.6398 11.0655L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.6398 8.93455C12.3757 8.83297 12.167 8.62427 12.0655 8.36018Z",fill:"currentColor"})),B=m;0&&(module.exports={IconImagine});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconImagine: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"imagine, head, thinking\">\n <path\n d=\"M7 21V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0655 8.36018L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.93455 8.36018C9.83297 8.62427 9.62427 8.83297 9.36018 8.93455L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.36018 11.0655C9.62427 11.167 9.83297 11.3757 9.93455 11.6398L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.0655 11.6398C12.167 11.3757 12.3757 11.167 12.6398 11.0655L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.6398 8.93455C12.3757 8.83297 12.167 8.62427 12.0655 8.36018Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\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,2BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qJACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kpBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagine_exports","__export","IconImagine","IconImagine_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";var a=({children:e,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:l,...s})=>C.createElement("svg",{...s,"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:p,...l}},n&&!t&&C.createElement("title",null,n),e);var i=e=>o.createElement(a,{...e,ariaLabel:"imagine, head, thinking"},o.createElement("path",{d:"M7 21V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement("path",{d:"M12.0655 8.36018L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.93455 8.36018C9.83297 8.62427 9.62427 8.83297 9.36018 8.93455L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.36018 11.0655C9.62427 11.167 9.83297 11.3757 9.93455 11.6398L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.0655 11.6398C12.167 11.3757 12.3757 11.167 12.6398 11.0655L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.6398 8.93455C12.3757 8.83297 12.167 8.62427 12.0655 8.36018Z",fill:"currentColor"})),g=i;export{i as IconImagine,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagine/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconImagine: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"imagine, head, thinking\">\n <path\n d=\"M7 21V15.7453C5.18652 14.4804 4 12.3787 4 10C4 6.13401 7.13401 3 11 3C14.866 3 18 6.13401 18 10L20 13L18 14.5V17C18 17.5523 17.5523 18 17 18H14V21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M12.0655 8.36018L11.4756 6.82667C11.3999 6.62986 11.2109 6.5 11 6.5C10.7891 6.5 10.6001 6.62986 10.5244 6.82667L9.93455 8.36018C9.83297 8.62427 9.62427 8.83297 9.36018 8.93455L7.82667 9.52436C7.62986 9.60005 7.5 9.78914 7.5 10C7.5 10.2109 7.62986 10.3999 7.82667 10.4756L9.36018 11.0655C9.62427 11.167 9.83297 11.3757 9.93455 11.6398L10.5244 13.1733C10.6001 13.3701 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3701 11.4756 13.1733L12.0655 11.6398C12.167 11.3757 12.3757 11.167 12.6398 11.0655L14.1733 10.4756C14.3701 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3701 9.60005 14.1733 9.52436L12.6398 8.93455C12.3757 8.83297 12.167 8.62427 12.0655 8.36018Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagine;\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,2BACpCC,EAAA,cAAC,QACC,EAAE,qJACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,kpBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconImagine","props","React","CentralIconBase","IconImagine_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of f(e))!I.call(r,t)&&t!==o&&p(r,t,{get:()=>e[t],enumerable:!(n=d(e,t))||n.enumerable});return r};var s=(r,e,o)=>(o=r!=null?u(g(r)):{},l(e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var V={};h(V,{IconImagineAi:()=>L,default:()=>B});module.exports=x(V);var a=s(require("react"));var C=s(require("react")),i=({children:r,size:e=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:m,...c})=>C.default.createElement("svg",{...c,"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,...m}},o&&!t&&C.default.createElement("title",null,o),r);var L=r=>a.default.createElement(i,{...r,ariaLabel:"imagine-ai, cube, room, 3d, opject, vector"},a.default.createElement("path",{d:"M20 14.25V16.625L18 17.7859M4 14.25V16.625L5.99999 17.7859M10 3.9047L12 2.75L14 3.9047M18 6.21411L20 7.375V9.75M14 20.0953L12 21.25L10 20.0953M5.99999 6.21411L4 7.375V9.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),a.default.createElement("path",{d:"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z",fill:"currentColor"})),B=L;0&&(module.exports={IconImagineAi});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconImagineAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"imagine-ai, cube, room, 3d, opject, vector\"\n >\n <path\n d=\"M20 14.25V16.625L18 17.7859M4 14.25V16.625L5.99999 17.7859M10 3.9047L12 2.75L14 3.9047M18 6.21411L20 7.375V9.75M14 20.0953L12 21.25L10 20.0953M5.99999 6.21411L4 7.375V9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\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,mBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,8KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,koBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconImagineAi_exports","__export","IconImagineAi","IconImagineAi_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:C,ariaHidden:o=!0,style:l,...s})=>p.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:C,...l}},n&&!o&&p.createElement("title",null,n),e);var i=e=>t.createElement(a,{...e,ariaLabel:"imagine-ai, cube, room, 3d, opject, vector"},t.createElement("path",{d:"M20 14.25V16.625L18 17.7859M4 14.25V16.625L5.99999 17.7859M10 3.9047L12 2.75L14 3.9047M18 6.21411L20 7.375V9.75M14 20.0953L12 21.25L10 20.0953M5.99999 6.21411L4 7.375V9.75",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z",fill:"currentColor"})),d=i;export{i as IconImagineAi,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconImagineAi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconImagineAi: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"imagine-ai, cube, room, 3d, opject, vector\"\n >\n <path\n d=\"M20 14.25V16.625L18 17.7859M4 14.25V16.625L5.99999 17.7859M10 3.9047L12 2.75L14 3.9047M18 6.21411L20 7.375V9.75M14 20.0953L12 21.25L10 20.0953M5.99999 6.21411L4 7.375V9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M13.4155 10.0102L12.6115 7.92001C12.5142 7.66697 12.2711 7.5 12 7.5C11.7289 7.5 11.4858 7.66697 11.3885 7.92001L10.5845 10.0102C10.483 10.2743 10.2743 10.483 10.0102 10.5845L7.92001 11.3885C7.66697 11.4858 7.5 11.7289 7.5 12C7.5 12.2711 7.66697 12.5142 7.92001 12.6115L10.0102 13.4155C10.2743 13.517 10.483 13.7257 10.5845 13.9898L11.3885 16.08C11.4858 16.333 11.7289 16.5 12 16.5C12.2711 16.5 12.5142 16.333 12.6115 16.08L13.4155 13.9898C13.517 13.7257 13.7257 13.517 13.9898 13.4155L16.08 12.6115C16.333 12.5142 16.5 12.2711 16.5 12C16.5 11.7289 16.333 11.4858 16.08 11.3885L13.9898 10.5845C13.7257 10.483 13.517 10.2743 13.4155 10.0102Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconImagineAi;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,QACC,EAAE,8KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,koBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconImagineAi","props","React","CentralIconBase","IconImagineAi_default"]}
|
package/README.md
CHANGED