@central-icons-react/round-outlined-radius-2-stroke-2 0.0.59 → 0.0.61
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/Icon3dBoxBottom/index.d.ts +4 -0
- package/Icon3dBoxBottom/index.js +2 -0
- package/Icon3dBoxBottom/index.js.map +1 -0
- package/Icon3dBoxBottom/index.mjs +2 -0
- package/Icon3dBoxBottom/index.mjs.map +1 -0
- package/Icon3dBoxTop/index.d.ts +4 -0
- package/Icon3dBoxTop/index.js +2 -0
- package/Icon3dBoxTop/index.js.map +1 -0
- package/Icon3dBoxTop/index.mjs +2 -0
- package/Icon3dBoxTop/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.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +4 -0
- package/package.json +1 -1
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var h=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var g=(o,t)=>{for(var r in t)C(o,r,{get:t[r],enumerable:!0})},a=(o,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of x(t))!f.call(o,e)&&e!==r&&C(o,e,{get:()=>t[e],enumerable:!(n=u(t,e))||n.enumerable});return o};var l=(o,t,r)=>(r=o!=null?h(B(o)):{},a(t||!o||!o.__esModule?C(r,"default",{value:o,enumerable:!0}):r,o)),I=o=>a(C({},"__esModule",{value:!0}),o);var L={};g(L,{Icon3dBoxBottom:()=>i,default:()=>b});module.exports=I(L);var p=l(require("react"));var s=l(require("react")),m=({children:o,size:t=24,ariaLabel:r,color:n,ariaHidden:e=!0,style:c,...d})=>s.default.createElement("svg",{...d,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...c}},r&&!e&&s.default.createElement("title",null,r),o);var i=o=>p.default.createElement(m,{...o,ariaLabel:"3d-box-bottom, shaders, model, room"},p.default.createElement("path",{d:"M10.4001 21.076C10.983 21.4126 11.2744 21.5808 11.5843 21.6467C11.8584 21.705 12.1418 21.705 12.4159 21.6467C12.7258 21.5808 13.0172 21.4126 13.6001 21.076L19.0604 17.9236C19.6432 17.587 19.9347 17.4188 20.1466 17.1834C20.3342 16.9751 20.4759 16.7297 20.5625 16.4631C20.6604 16.1619 20.6604 15.8253 20.6604 15.1523V8.84733C20.6604 8.17427 20.6604 7.83774 20.5625 7.53647C20.4759 7.26991 20.3342 7.02453 20.1466 6.81624C19.9347 6.58084 19.6432 6.41257 19.0604 6.07604L13.6001 2.92356C13.0172 2.58703 12.7258 2.41877 12.4159 2.35291C12.1418 2.29464 11.8584 2.29464 11.5843 2.35291C11.2744 2.41877 10.983 2.58703 10.4001 2.92356L4.93984 6.07604C4.35696 6.41257 4.06551 6.58084 3.85355 6.81624C3.66601 7.02453 3.52434 7.26991 3.43773 7.53647C3.33984 7.83774 3.33984 8.17426 3.33984 8.84732V15.1523C3.33984 15.8253 3.33984 16.1619 3.43773 16.4631C3.52434 16.7297 3.66601 16.9751 3.85355 17.1834C4.06551 17.4188 4.35696 17.587 4.93984 17.9236L10.4001 21.076Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement("path",{d:"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2",stroke:"currentColor",strokeWidth:"2"})),b=i;0&&(module.exports={Icon3dBoxBottom});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxBottom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"3d-box-bottom, shaders, model, room\">\n <path\n d=\"M10.4001 21.076C10.983 21.4126 11.2744 21.5808 11.5843 21.6467C11.8584 21.705 12.1418 21.705 12.4159 21.6467C12.7258 21.5808 13.0172 21.4126 13.6001 21.076L19.0604 17.9236C19.6432 17.587 19.9347 17.4188 20.1466 17.1834C20.3342 16.9751 20.4759 16.7297 20.5625 16.4631C20.6604 16.1619 20.6604 15.8253 20.6604 15.1523V8.84733C20.6604 8.17427 20.6604 7.83774 20.5625 7.53647C20.4759 7.26991 20.3342 7.02453 20.1466 6.81624C19.9347 6.58084 19.6432 6.41257 19.0604 6.07604L13.6001 2.92356C13.0172 2.58703 12.7258 2.41877 12.4159 2.35291C12.1418 2.29464 11.8584 2.29464 11.5843 2.35291C11.2744 2.41877 10.983 2.58703 10.4001 2.92356L4.93984 6.07604C4.35696 6.41257 4.06551 6.58084 3.85355 6.81624C3.66601 7.02453 3.52434 7.26991 3.43773 7.53647C3.33984 7.83774 3.33984 8.17426 3.33984 8.84732V15.1523C3.33984 15.8253 3.33984 16.1619 3.43773 16.4631C3.52434 16.7297 3.66601 16.9751 3.85355 17.1834C4.06551 17.4188 4.35696 17.587 4.93984 17.9236L10.4001 21.076Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\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,uCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,27BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import e from"react";import C from"react";var p=({children:t,size:o=24,ariaLabel:n,color:s,ariaHidden:r=!0,style:a,...l})=>C.createElement("svg",{...l,"aria-hidden":r,role:r?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:s,...a}},n&&!r&&C.createElement("title",null,n),t);var m=t=>e.createElement(p,{...t,ariaLabel:"3d-box-bottom, shaders, model, room"},e.createElement("path",{d:"M10.4001 21.076C10.983 21.4126 11.2744 21.5808 11.5843 21.6467C11.8584 21.705 12.1418 21.705 12.4159 21.6467C12.7258 21.5808 13.0172 21.4126 13.6001 21.076L19.0604 17.9236C19.6432 17.587 19.9347 17.4188 20.1466 17.1834C20.3342 16.9751 20.4759 16.7297 20.5625 16.4631C20.6604 16.1619 20.6604 15.8253 20.6604 15.1523V8.84733C20.6604 8.17427 20.6604 7.83774 20.5625 7.53647C20.4759 7.26991 20.3342 7.02453 20.1466 6.81624C19.9347 6.58084 19.6432 6.41257 19.0604 6.07604L13.6001 2.92356C13.0172 2.58703 12.7258 2.41877 12.4159 2.35291C12.1418 2.29464 11.8584 2.29464 11.5843 2.35291C11.2744 2.41877 10.983 2.58703 10.4001 2.92356L4.93984 6.07604C4.35696 6.41257 4.06551 6.58084 3.85355 6.81624C3.66601 7.02453 3.52434 7.26991 3.43773 7.53647C3.33984 7.83774 3.33984 8.17426 3.33984 8.84732V15.1523C3.33984 15.8253 3.33984 16.1619 3.43773 16.4631C3.52434 16.7297 3.66601 16.9751 3.85355 17.1834C4.06551 17.4188 4.35696 17.587 4.93984 17.9236L10.4001 21.076Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2",stroke:"currentColor",strokeWidth:"2"})),u=m;export{m as Icon3dBoxBottom,u as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxBottom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"3d-box-bottom, shaders, model, room\">\n <path\n d=\"M10.4001 21.076C10.983 21.4126 11.2744 21.5808 11.5843 21.6467C11.8584 21.705 12.1418 21.705 12.4159 21.6467C12.7258 21.5808 13.0172 21.4126 13.6001 21.076L19.0604 17.9236C19.6432 17.587 19.9347 17.4188 20.1466 17.1834C20.3342 16.9751 20.4759 16.7297 20.5625 16.4631C20.6604 16.1619 20.6604 15.8253 20.6604 15.1523V8.84733C20.6604 8.17427 20.6604 7.83774 20.5625 7.53647C20.4759 7.26991 20.3342 7.02453 20.1466 6.81624C19.9347 6.58084 19.6432 6.41257 19.0604 6.07604L13.6001 2.92356C13.0172 2.58703 12.7258 2.41877 12.4159 2.35291C12.1418 2.29464 11.8584 2.29464 11.5843 2.35291C11.2744 2.41877 10.983 2.58703 10.4001 2.92356L4.93984 6.07604C4.35696 6.41257 4.06551 6.58084 3.85355 6.81624C3.66601 7.02453 3.52434 7.26991 3.43773 7.53647C3.33984 7.83774 3.33984 8.17426 3.33984 8.84732V15.1523C3.33984 15.8253 3.33984 16.1619 3.43773 16.4631C3.52434 16.7297 3.66601 16.9751 3.85355 17.1834C4.06551 17.4188 4.35696 17.587 4.93984 17.9236L10.4001 21.076Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\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,uCACpCC,EAAA,cAAC,QACC,EAAE,27BACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!B.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(n=h(o,e))||n.enumerable});return r};var l=(r,o,t)=>(t=r!=null?u(f(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(C({},"__esModule",{value:!0}),r);var L={};g(L,{Icon3dBoxTop:()=>c,default:()=>b});module.exports=I(L);var p=l(require("react"));var s=l(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:i,...d})=>s.default.createElement("svg",{...d,"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:n,...i}},t&&!e&&s.default.createElement("title",null,t),r);var c=r=>p.default.createElement(m,{...r,ariaLabel:"3d-box-top, shaders, model, cube, ar"},p.default.createElement("path",{d:"M10.4001 2.92375C10.983 2.58722 11.2744 2.41895 11.5843 2.35309C11.8584 2.29482 12.1418 2.29482 12.4159 2.35309C12.7258 2.41895 13.0172 2.58722 13.6001 2.92375L19.0604 6.07623C19.6432 6.41276 19.9347 6.58102 20.1466 6.81643C20.3342 7.02471 20.4759 7.27009 20.5625 7.53665C20.6604 7.83792 20.6604 8.17445 20.6604 8.84751V15.1525C20.6604 15.8255 20.6604 16.1621 20.5625 16.4633C20.4759 16.7299 20.3342 16.9753 20.1466 17.1835C19.9347 17.419 19.6432 17.5872 19.0604 17.9237L13.6001 21.0762C13.0172 21.4128 12.7258 21.581 12.4159 21.6469C12.1418 21.7052 11.8584 21.7052 11.5843 21.6469C11.2744 21.581 10.983 21.4128 10.4001 21.0762L4.93984 17.9237C4.35696 17.5872 4.06551 17.419 3.85355 17.1835C3.66601 16.9753 3.52434 16.7299 3.43773 16.4633C3.33984 16.1621 3.33984 15.8255 3.33984 15.1525V8.84751C3.33984 8.17445 3.33984 7.83792 3.43773 7.53665C3.52434 7.27009 3.66601 7.02471 3.85355 6.81643C4.06551 6.58102 4.35696 6.41276 4.93984 6.07623L10.4001 2.92375Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement("path",{d:"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"})),b=c;0&&(module.exports={Icon3dBoxTop});
|
2
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxTop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxTop: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"3d-box-top, shaders, model, cube, ar\"\n >\n <path\n d=\"M10.4001 2.92375C10.983 2.58722 11.2744 2.41895 11.5843 2.35309C11.8584 2.29482 12.1418 2.29482 12.4159 2.35309C12.7258 2.41895 13.0172 2.58722 13.6001 2.92375L19.0604 6.07623C19.6432 6.41276 19.9347 6.58102 20.1466 6.81643C20.3342 7.02471 20.4759 7.27009 20.5625 7.53665C20.6604 7.83792 20.6604 8.17445 20.6604 8.84751V15.1525C20.6604 15.8255 20.6604 16.1621 20.5625 16.4633C20.4759 16.7299 20.3342 16.9753 20.1466 17.1835C19.9347 17.419 19.6432 17.5872 19.0604 17.9237L13.6001 21.0762C13.0172 21.4128 12.7258 21.581 12.4159 21.6469C12.1418 21.7052 11.8584 21.7052 11.5843 21.6469C11.2744 21.581 10.983 21.4128 10.4001 21.0762L4.93984 17.9237C4.35696 17.5872 4.06551 17.419 3.85355 17.1835C3.66601 16.9753 3.52434 16.7299 3.43773 16.4633C3.33984 16.1621 3.33984 15.8255 3.33984 15.1525V8.84751C3.33984 8.17445 3.33984 7.83792 3.43773 7.53665C3.52434 7.27009 3.66601 7.02471 3.85355 6.81643C4.06551 6.58102 4.35696 6.41276 4.93984 6.07623L10.4001 2.92375Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,kBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,wCAEV,EAAAC,QAAA,cAAC,QACC,EAAE,87BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["Icon3dBoxTop_exports","__export","Icon3dBoxTop","Icon3dBoxTop_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
|
@@ -0,0 +1,2 @@
|
|
1
|
+
import e from"react";import C from"react";var p=({children:o,size:r=24,ariaLabel:n,color:s,ariaHidden:t=!0,style:a,...l})=>C.createElement("svg",{...l,"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:s,...a}},n&&!t&&C.createElement("title",null,n),o);var m=o=>e.createElement(p,{...o,ariaLabel:"3d-box-top, shaders, model, cube, ar"},e.createElement("path",{d:"M10.4001 2.92375C10.983 2.58722 11.2744 2.41895 11.5843 2.35309C11.8584 2.29482 12.1418 2.29482 12.4159 2.35309C12.7258 2.41895 13.0172 2.58722 13.6001 2.92375L19.0604 6.07623C19.6432 6.41276 19.9347 6.58102 20.1466 6.81643C20.3342 7.02471 20.4759 7.27009 20.5625 7.53665C20.6604 7.83792 20.6604 8.17445 20.6604 8.84751V15.1525C20.6604 15.8255 20.6604 16.1621 20.5625 16.4633C20.4759 16.7299 20.3342 16.9753 20.1466 17.1835C19.9347 17.419 19.6432 17.5872 19.0604 17.9237L13.6001 21.0762C13.0172 21.4128 12.7258 21.581 12.4159 21.6469C12.1418 21.7052 11.8584 21.7052 11.5843 21.6469C11.2744 21.581 10.983 21.4128 10.4001 21.0762L4.93984 17.9237C4.35696 17.5872 4.06551 17.419 3.85355 17.1835C3.66601 16.9753 3.52434 16.7299 3.43773 16.4633C3.33984 16.1621 3.33984 15.8255 3.33984 15.1525V8.84751C3.33984 8.17445 3.33984 7.83792 3.43773 7.53665C3.52434 7.27009 3.66601 7.02471 3.85355 6.81643C4.06551 6.58102 4.35696 6.41276 4.93984 6.07623L10.4001 2.92375Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement("path",{d:"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12",stroke:"currentColor",strokeWidth:"2"})),h=m;export{m as Icon3dBoxTop,h as default};
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxTop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxTop: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"3d-box-top, shaders, model, cube, ar\"\n >\n <path\n d=\"M10.4001 2.92375C10.983 2.58722 11.2744 2.41895 11.5843 2.35309C11.8584 2.29482 12.1418 2.29482 12.4159 2.35309C12.7258 2.41895 13.0172 2.58722 13.6001 2.92375L19.0604 6.07623C19.6432 6.41276 19.9347 6.58102 20.1466 6.81643C20.3342 7.02471 20.4759 7.27009 20.5625 7.53665C20.6604 7.83792 20.6604 8.17445 20.6604 8.84751V15.1525C20.6604 15.8255 20.6604 16.1621 20.5625 16.4633C20.4759 16.7299 20.3342 16.9753 20.1466 17.1835C19.9347 17.419 19.6432 17.5872 19.0604 17.9237L13.6001 21.0762C13.0172 21.4128 12.7258 21.581 12.4159 21.6469C12.1418 21.7052 11.8584 21.7052 11.5843 21.6469C11.2744 21.581 10.983 21.4128 10.4001 21.0762L4.93984 17.9237C4.35696 17.5872 4.06551 17.419 3.85355 17.1835C3.66601 16.9753 3.52434 16.7299 3.43773 16.4633C3.33984 16.1621 3.33984 15.8255 3.33984 15.1525V8.84751C3.33984 8.17445 3.33984 7.83792 3.43773 7.53665C3.52434 7.27009 3.66601 7.02471 3.85355 6.81643C4.06551 6.58102 4.35696 6.41276 4.93984 6.07623L10.4001 2.92375Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <path\n d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxTop;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,wCAEVC,EAAA,cAAC,QACC,EAAE,87BACF,OAAO,eACP,YAAY,IACd,EACAA,EAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
|
package/README.md
CHANGED