@central-icons-react/round-filled-radius-3-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.
- 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 d=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var t in r)p(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!h.call(o,e)&&e!==t&&p(o,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return o};var s=(o,r,t)=>(t=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?p(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(p({},"__esModule",{value:!0}),o);var V={};L(V,{Icon3dBoxBottom:()=>i,default:()=>I});module.exports=g(V);var n=s(require("react"));var C=s(require("react")),m=({children:o,size:r=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:c,...f})=>C.default.createElement("svg",{...f,"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:l,...c}},t&&!e&&C.default.createElement("title",null,t),o);var i=o=>n.default.createElement(m,{...o,ariaLabel:"3d-box-bottom, shaders, model, room"},n.default.createElement("path",{d:"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L4.24808 5.36006C3.08781 6.02993 2.37305 7.26792 2.37305 8.60768V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.627 8.60768C21.627 7.26792 20.9122 6.02993 19.7519 5.36006L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V8.60768Z",fill:"currentColor"}),n.default.createElement("path",{d:"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z",fill:"currentColor"})),I=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=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L4.24808 5.36006C3.08781 6.02993 2.37305 7.26792 2.37305 8.60768V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 8.60768C21.627 7.26792 20.9122 6.02993 19.7519 5.36006L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V8.60768Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\"\n fill=\"currentColor\"\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,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4QACF,KAAK,eACP,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 r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...s})=>l.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...a}},n&&!e&&l.createElement("title",null,n),t);var m=t=>r.createElement(p,{...t,ariaLabel:"3d-box-bottom, shaders, model, room"},r.createElement("path",{d:"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L4.24808 5.36006C3.08781 6.02993 2.37305 7.26792 2.37305 8.60768V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z",fill:"currentColor"}),r.createElement("path",{d:"M21.627 8.60768C21.627 7.26792 20.9122 6.02993 19.7519 5.36006L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V8.60768Z",fill:"currentColor"}),r.createElement("path",{d:"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z",fill:"currentColor"})),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=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L4.24808 5.36006C3.08781 6.02993 2.37305 7.26792 2.37305 8.60768V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 8.60768C21.627 7.26792 20.9122 6.02993 19.7519 5.36006L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V8.60768Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\"\n fill=\"currentColor\"\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,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4QACF,KAAK,eACP,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 p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(l=d(o,t))||l.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(h(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var V={};L(V,{Icon3dBoxTop:()=>i,default:()=>I});module.exports=g(V);var n=s(require("react"));var C=s(require("react")),m=({children:r,size:o=24,ariaLabel:e,color:l,ariaHidden:t=!0,style:c,...f})=>C.default.createElement("svg",{...f,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},e&&!t&&C.default.createElement("title",null,e),r);var i=r=>n.default.createElement(m,{...r,ariaLabel:"3d-box-top, shaders, model, cube, ar"},n.default.createElement("path",{d:"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L4.24808 18.6402C3.08781 17.9703 2.37305 16.7323 2.37305 15.3925V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.627 15.3925C21.627 16.7323 20.9122 17.9703 19.7519 18.6402L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V15.3925Z",fill:"currentColor"}),n.default.createElement("path",{d:"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z",fill:"currentColor"})),I=i;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=\"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L4.24808 18.6402C3.08781 17.9703 2.37305 16.7323 2.37305 15.3925V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 15.3925C21.627 16.7323 20.9122 17.9703 19.7519 18.6402L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V15.3925Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z\"\n fill=\"currentColor\"\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,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2QACF,KAAK,eACP,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 o from"react";import l from"react";var p=({children:e,size:r=24,ariaLabel:n,color:C,ariaHidden:t=!0,style:a,...s})=>l.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:C,...a}},n&&!t&&l.createElement("title",null,n),e);var m=e=>o.createElement(p,{...e,ariaLabel:"3d-box-top, shaders, model, cube, ar"},o.createElement("path",{d:"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L4.24808 18.6402C3.08781 17.9703 2.37305 16.7323 2.37305 15.3925V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z",fill:"currentColor"}),o.createElement("path",{d:"M21.627 15.3925C21.627 16.7323 20.9122 17.9703 19.7519 18.6402L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V15.3925Z",fill:"currentColor"}),o.createElement("path",{d:"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z",fill:"currentColor"})),d=m;export{m as Icon3dBoxTop,d 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=\"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L4.24808 18.6402C3.08781 17.9703 2.37305 16.7323 2.37305 15.3925V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 15.3925C21.627 16.7323 20.9122 17.9703 19.7519 18.6402L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V15.3925Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z\"\n fill=\"currentColor\"\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,iPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxTop","props","React","CentralIconBase","Icon3dBoxTop_default"]}
|
package/README.md
CHANGED