@central-icons-react/round-outlined-radius-3-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:"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z",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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\"\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,o7BACF,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:"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z",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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\"\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,o7BACF,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