@central-icons-react/round-outlined-radius-2-stroke-1.5 0.0.60 → 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/README.md +1 -0
- package/icons/index.d.ts +1 -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 +5 -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 +1 -1
- package/package.json +1 -1
|
@@ -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"]}
|
package/README.md
CHANGED