@central-icons-react/round-outlined-radius-2-stroke-1.5 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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const Icon3dBoxBottom: React.FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxBottom;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var f=(o,r)=>{for(var t in r)C(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of h(r))!B.call(o,e)&&e!==t&&C(o,e,{get:()=>r[e],enumerable:!(n=L(r,e))||n.enumerable});return o};var l=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?C(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(C({},"__esModule",{value:!0}),o);var I={};f(I,{Icon3dBoxBottom:()=>m,default:()=>k});module.exports=g(I);var s=l(require("react"));var p=l(require("react")),i=({children:o,size:r=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:d,...c})=>p.default.createElement("svg",{...c,"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:n,...d}},t&&!e&&p.default.createElement("title",null,t),o);var m=o=>s.default.createElement(i,{...o,ariaLabel:"3d-box-bottom, shaders, model, room"},s.default.createElement("path",{d:"M10.3998 21.326C10.9827 21.6626 11.2741 21.8308 11.584 21.8967C11.8581 21.955 12.1415 21.955 12.4156 21.8967C12.7255 21.8308 13.0169 21.6626 13.5998 21.326L19.2766 18.0486C19.8595 17.712 20.1509 17.5438 20.3629 17.3084C20.5504 17.1001 20.6921 16.8547 20.7787 16.5881C20.8766 16.2869 20.8766 15.9503 20.8766 15.2773V8.72233C20.8766 8.04927 20.8766 7.71274 20.7787 7.41147C20.6921 7.14491 20.5504 6.89953 20.3629 6.69124C20.1509 6.45584 19.8595 6.28757 19.2766 5.95104L13.5998 2.67356C13.0169 2.33704 12.7255 2.16877 12.4156 2.10291C12.1415 2.04464 11.8581 2.04464 11.584 2.10291C11.2741 2.16877 10.9827 2.33704 10.3998 2.67356L4.72305 5.95104C4.14016 6.28757 3.84872 6.45584 3.63676 6.69124C3.44921 6.89953 3.30754 7.14491 3.22093 7.41147C3.12305 7.71274 3.12305 8.04927 3.12305 8.72233V15.2773C3.12305 15.9503 3.12305 16.2869 3.22093 16.5881C3.30754 16.8547 3.44921 17.1001 3.63676 17.3084C3.84872 17.5438 4.14016 17.712 4.72305 18.0486L10.3998 21.326Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement("path",{d:"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=m;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.3998 21.326C10.9827 21.6626 11.2741 21.8308 11.584 21.8967C11.8581 21.955 12.1415 21.955 12.4156 21.8967C12.7255 21.8308 13.0169 21.6626 13.5998 21.326L19.2766 18.0486C19.8595 17.712 20.1509 17.5438 20.3629 17.3084C20.5504 17.1001 20.6921 16.8547 20.7787 16.5881C20.8766 16.2869 20.8766 15.9503 20.8766 15.2773V8.72233C20.8766 8.04927 20.8766 7.71274 20.7787 7.41147C20.6921 7.14491 20.5504 6.89953 20.3629 6.69124C20.1509 6.45584 19.8595 6.28757 19.2766 5.95104L13.5998 2.67356C13.0169 2.33704 12.7255 2.16877 12.4156 2.10291C12.1415 2.04464 11.8581 2.04464 11.584 2.10291C11.2741 2.16877 10.9827 2.33704 10.3998 2.67356L4.72305 5.95104C4.14016 6.28757 3.84872 6.45584 3.63676 6.69124C3.44921 6.89953 3.30754 7.14491 3.22093 7.41147C3.12305 7.71274 3.12305 8.04927 3.12305 8.72233V15.2773C3.12305 15.9503 3.12305 16.2869 3.22093 16.5881C3.30754 16.8547 3.44921 17.1001 3.63676 17.3084C3.84872 17.5438 4.14016 17.712 4.72305 18.0486L10.3998 21.326Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 s=({children:r,size:o=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:a,...l})=>C.createElement("svg",{...l,"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:p,...a}},n&&!t&&C.createElement("title",null,n),r);var i=r=>e.createElement(s,{...r,ariaLabel:"3d-box-bottom, shaders, model, room"},e.createElement("path",{d:"M10.3998 21.326C10.9827 21.6626 11.2741 21.8308 11.584 21.8967C11.8581 21.955 12.1415 21.955 12.4156 21.8967C12.7255 21.8308 13.0169 21.6626 13.5998 21.326L19.2766 18.0486C19.8595 17.712 20.1509 17.5438 20.3629 17.3084C20.5504 17.1001 20.6921 16.8547 20.7787 16.5881C20.8766 16.2869 20.8766 15.9503 20.8766 15.2773V8.72233C20.8766 8.04927 20.8766 7.71274 20.7787 7.41147C20.6921 7.14491 20.5504 6.89953 20.3629 6.69124C20.1509 6.45584 19.8595 6.28757 19.2766 5.95104L13.5998 2.67356C13.0169 2.33704 12.7255 2.16877 12.4156 2.10291C12.1415 2.04464 11.8581 2.04464 11.584 2.10291C11.2741 2.16877 10.9827 2.33704 10.3998 2.67356L4.72305 5.95104C4.14016 6.28757 3.84872 6.45584 3.63676 6.69124C3.44921 6.89953 3.30754 7.14491 3.22093 7.41147C3.12305 7.71274 3.12305 8.04927 3.12305 8.72233V15.2773C3.12305 15.9503 3.12305 16.2869 3.22093 16.5881C3.30754 16.8547 3.44921 17.1001 3.63676 17.3084C3.84872 17.5438 4.14016 17.712 4.72305 18.0486L10.3998 21.326Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),L=i;export{i as Icon3dBoxBottom,L 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.3998 21.326C10.9827 21.6626 11.2741 21.8308 11.584 21.8967C11.8581 21.955 12.1415 21.955 12.4156 21.8967C12.7255 21.8308 13.0169 21.6626 13.5998 21.326L19.2766 18.0486C19.8595 17.712 20.1509 17.5438 20.3629 17.3084C20.5504 17.1001 20.6921 16.8547 20.7787 16.5881C20.8766 16.2869 20.8766 15.9503 20.8766 15.2773V8.72233C20.8766 8.04927 20.8766 7.71274 20.7787 7.41147C20.6921 7.14491 20.5504 6.89953 20.3629 6.69124C20.1509 6.45584 19.8595 6.28757 19.2766 5.95104L13.5998 2.67356C13.0169 2.33704 12.7255 2.16877 12.4156 2.10291C12.1415 2.04464 11.8581 2.04464 11.584 2.10291C11.2741 2.16877 10.9827 2.33704 10.3998 2.67356L4.72305 5.95104C4.14016 6.28757 3.84872 6.45584 3.63676 6.69124C3.44921 6.89953 3.30754 7.14491 3.22093 7.41147C3.12305 7.71274 3.12305 8.04927 3.12305 8.72233V15.2773C3.12305 15.9503 3.12305 16.2869 3.22093 16.5881C3.30754 16.8547 3.44921 17.1001 3.63676 17.3084C3.84872 17.5438 4.14016 17.712 4.72305 18.0486L10.3998 21.326Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const Icon3dBoxTop: React.FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxTop;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of h(r))!f.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(n=L(r,t))||n.enumerable});return o};var l=(o,r,e)=>(e=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),g=o=>a(C({},"__esModule",{value:!0}),o);var I={};B(I,{Icon3dBoxTop:()=>d,default:()=>k});module.exports=g(I);var p=l(require("react"));var s=l(require("react")),i=({children:o,size:r=24,ariaLabel:e,color:n,ariaHidden:t=!0,style:c,...m})=>s.default.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:n,...c}},e&&!t&&s.default.createElement("title",null,e),o);var d=o=>p.default.createElement(i,{...o,ariaLabel:"3d-box-top, shaders, model, cube, ar"},p.default.createElement("path",{d:"M10.3998 2.67375C10.9827 2.33722 11.2741 2.16895 11.584 2.10309C11.8581 2.04482 12.1415 2.04482 12.4156 2.10309C12.7255 2.16895 13.0169 2.33722 13.5998 2.67375L19.2766 5.95123C19.8595 6.28776 20.1509 6.45602 20.3629 6.69143C20.5504 6.89971 20.6921 7.14509 20.7787 7.41165C20.8766 7.71292 20.8766 8.04945 20.8766 8.72251V15.2775C20.8766 15.9505 20.8766 16.2871 20.7787 16.5883C20.6921 16.8549 20.5504 17.1003 20.3629 17.3085C20.1509 17.544 19.8595 17.7122 19.2766 18.0487L13.5998 21.3262C13.0169 21.6628 12.7255 21.831 12.4156 21.8969C12.1415 21.9552 11.8581 21.9552 11.584 21.8969C11.2741 21.831 10.9827 21.6628 10.3998 21.3262L4.72305 18.0487C4.14016 17.7122 3.84872 17.544 3.63676 17.3085C3.44921 17.1003 3.30754 16.8549 3.22093 16.5883C3.12305 16.2871 3.12305 15.9505 3.12305 15.2775V8.72251C3.12305 8.04945 3.12305 7.71292 3.22093 7.41165C3.30754 7.14509 3.44921 6.89971 3.63676 6.69143C3.84872 6.45602 4.14016 6.28776 4.72305 5.95123L10.3998 2.67375Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement("path",{d:"M11.9994 12.0005L3.70703 7.21289M11.9994 12.0005L20.2917 7.21289M11.9994 12.0005L11.9995 21.5452",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=d;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.3998 2.67375C10.9827 2.33722 11.2741 2.16895 11.584 2.10309C11.8581 2.04482 12.1415 2.04482 12.4156 2.10309C12.7255 2.16895 13.0169 2.33722 13.5998 2.67375L19.2766 5.95123C19.8595 6.28776 20.1509 6.45602 20.3629 6.69143C20.5504 6.89971 20.6921 7.14509 20.7787 7.41165C20.8766 7.71292 20.8766 8.04945 20.8766 8.72251V15.2775C20.8766 15.9505 20.8766 16.2871 20.7787 16.5883C20.6921 16.8549 20.5504 17.1003 20.3629 17.3085C20.1509 17.544 19.8595 17.7122 19.2766 18.0487L13.5998 21.3262C13.0169 21.6628 12.7255 21.831 12.4156 21.8969C12.1415 21.9552 11.8581 21.9552 11.584 21.8969C11.2741 21.831 10.9827 21.6628 10.3998 21.3262L4.72305 18.0487C4.14016 17.7122 3.84872 17.544 3.63676 17.3085C3.44921 17.1003 3.30754 16.8549 3.22093 16.5883C3.12305 16.2871 3.12305 15.9505 3.12305 15.2775V8.72251C3.12305 8.04945 3.12305 7.71292 3.22093 7.41165C3.30754 7.14509 3.44921 6.89971 3.63676 6.69143C3.84872 6.45602 4.14016 6.28776 4.72305 5.95123L10.3998 2.67375Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.9994 12.0005L3.70703 7.21289M11.9994 12.0005L20.2917 7.21289M11.9994 12.0005L11.9995 21.5452\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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 t from"react";import C from"react";var p=({children:r,size:o=24,ariaLabel:n,color:s,ariaHidden:e=!0,style:a,...l})=>C.createElement("svg",{...l,"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:s,...a}},n&&!e&&C.createElement("title",null,n),r);var i=r=>t.createElement(p,{...r,ariaLabel:"3d-box-top, shaders, model, cube, ar"},t.createElement("path",{d:"M10.3998 2.67375C10.9827 2.33722 11.2741 2.16895 11.584 2.10309C11.8581 2.04482 12.1415 2.04482 12.4156 2.10309C12.7255 2.16895 13.0169 2.33722 13.5998 2.67375L19.2766 5.95123C19.8595 6.28776 20.1509 6.45602 20.3629 6.69143C20.5504 6.89971 20.6921 7.14509 20.7787 7.41165C20.8766 7.71292 20.8766 8.04945 20.8766 8.72251V15.2775C20.8766 15.9505 20.8766 16.2871 20.7787 16.5883C20.6921 16.8549 20.5504 17.1003 20.3629 17.3085C20.1509 17.544 19.8595 17.7122 19.2766 18.0487L13.5998 21.3262C13.0169 21.6628 12.7255 21.831 12.4156 21.8969C12.1415 21.9552 11.8581 21.9552 11.584 21.8969C11.2741 21.831 10.9827 21.6628 10.3998 21.3262L4.72305 18.0487C4.14016 17.7122 3.84872 17.544 3.63676 17.3085C3.44921 17.1003 3.30754 16.8549 3.22093 16.5883C3.12305 16.2871 3.12305 15.9505 3.12305 15.2775V8.72251C3.12305 8.04945 3.12305 7.71292 3.22093 7.41165C3.30754 7.14509 3.44921 6.89971 3.63676 6.69143C3.84872 6.45602 4.14016 6.28776 4.72305 5.95123L10.3998 2.67375Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M11.9994 12.0005L3.70703 7.21289M11.9994 12.0005L20.2917 7.21289M11.9994 12.0005L11.9995 21.5452",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),L=i;export{i as Icon3dBoxTop,L 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.3998 2.67375C10.9827 2.33722 11.2741 2.16895 11.584 2.10309C11.8581 2.04482 12.1415 2.04482 12.4156 2.10309C12.7255 2.16895 13.0169 2.33722 13.5998 2.67375L19.2766 5.95123C19.8595 6.28776 20.1509 6.45602 20.3629 6.69143C20.5504 6.89971 20.6921 7.14509 20.7787 7.41165C20.8766 7.71292 20.8766 8.04945 20.8766 8.72251V15.2775C20.8766 15.9505 20.8766 16.2871 20.7787 16.5883C20.6921 16.8549 20.5504 17.1003 20.3629 17.3085C20.1509 17.544 19.8595 17.7122 19.2766 18.0487L13.5998 21.3262C13.0169 21.6628 12.7255 21.831 12.4156 21.8969C12.1415 21.9552 11.8581 21.9552 11.584 21.8969C11.2741 21.831 10.9827 21.6628 10.3998 21.3262L4.72305 18.0487C4.14016 17.7122 3.84872 17.544 3.63676 17.3085C3.44921 17.1003 3.30754 16.8549 3.22093 16.5883C3.12305 16.2871 3.12305 15.9505 3.12305 15.2775V8.72251C3.12305 8.04945 3.12305 7.71292 3.22093 7.41165C3.30754 7.14509 3.44921 6.89971 3.63676 6.69143C3.84872 6.45602 4.14016 6.28776 4.72305 5.95123L10.3998 2.67375Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M11.9994 12.0005L3.70703 7.21289M11.9994 12.0005L20.2917 7.21289M11.9994 12.0005L11.9995 21.5452\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,MACZ,cAAc,QACd,eAAe,QACjB,EACAA,EAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
package/README.md CHANGED
@@ -334,6 +334,8 @@ Below is a complete list of available icons:
334
334
 
335
335
  ### Augmented Reality
336
336
 
337
+ - Icon3dBoxBottom
338
+ - Icon3dBoxTop
337
339
  - Icon3dSphere
338
340
  - IconAr
339
341
  - IconArCube1
package/icons/index.d.ts CHANGED
@@ -1,4 +1,6 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxBottom"
3
+ | "Icon3dBoxTop"
2
4
  | "Icon3dSphere"
3
5
  | "Icon4k"
4
6
  | "IconAddKeyframe"