@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.37 → 1.1.38
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/IconAura/index.d.ts +4 -0
- package/IconAura/index.js +2 -0
- package/IconAura/index.js.map +1 -0
- package/IconAura/index.mjs +2 -0
- package/IconAura/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.d.ts +1 -0
- 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 h=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(n=m(o,e))||n.enumerable});return r};var C=(r,o,t)=>(t=r!=null?h(c(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),Z=r=>a(p({},"__esModule",{value:!0}),r);var B={};M(B,{IconAura:()=>u,default:()=>x});module.exports=Z(B);var l=C(require("react"));var L=C(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:n,ariaHidden:e=!0,style:f,...s})=>L.default.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:n,...f}},t&&!e&&L.default.createElement("title",null,t),r);var u=r=>l.default.createElement(i,{...r,ariaLabel:"aura, enlighten"},l.default.createElement("path",{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),l.default.createElement("path",{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),l.default.createElement("path",{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),l.default.createElement("path",{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),l.default.createElement("path",{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),l.default.createElement("path",{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),l.default.createElement("path",{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),l.default.createElement("path",{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),l.default.createElement("path",{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),x=u;0&&(module.exports={IconAura});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAura: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"aura, enlighten\">\n <path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,cAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconAura_exports","__export","IconAura","IconAura_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import n from"react";var p=({children:t,size:o=24,ariaLabel:e,color:L,ariaHidden:l=!0,style:a,...C})=>n.createElement("svg",{...C,"aria-hidden":l,role:l?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,...a}},e&&!l&&n.createElement("title",null,e),t);var i=t=>r.createElement(p,{...t,ariaLabel:"aura, enlighten"},r.createElement("path",{d:"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z",fill:"currentColor"}),r.createElement("path",{d:"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z",fill:"currentColor"}),r.createElement("path",{d:"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z",fill:"currentColor"}),r.createElement("path",{d:"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z",fill:"currentColor"}),r.createElement("path",{d:"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z",fill:"currentColor"}),r.createElement("path",{d:"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z",fill:"currentColor"}),r.createElement("path",{d:"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z",fill:"currentColor"}),r.createElement("path",{d:"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z",fill:"currentColor"}),r.createElement("path",{d:"M12.751 4H11.251V1H12.751V4Z",fill:"currentColor"})),m=i;export{i as IconAura,m as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAura/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconAura: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"aura, enlighten\">\n <path\n d=\"M12.001 15C15.3147 15 18.001 17.6863 18.001 21V22H6.00098V21C6.00098 17.6863 8.68727 15 12.001 15Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M6.74707 14.3994L4.14844 15.8994L3.39844 14.6006L5.99707 13.1006L6.74707 14.3994Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.6035 14.6006L19.8535 15.8994L17.2549 14.3994L18.0049 13.1006L20.6035 14.6006Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12.001 7C13.934 7 15.501 8.567 15.501 10.5C15.501 12.433 13.934 14 12.001 14C10.068 14 8.50098 12.433 8.50098 10.5C8.50098 8.567 10.068 7 12.001 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M5.73047 8.63281L5.59961 9.37109L5.46973 10.1104L2.51562 9.58887L2.77539 8.11133L5.73047 8.63281Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.3564 8.85059L21.4873 9.58887L18.5322 10.1104L18.2725 8.63281L21.2266 8.11133L21.3564 8.85059Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.39746 5.03809L7.24805 6.00293L5.32031 3.7041L6.46875 2.74023L8.39746 5.03809Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18.1074 3.22266L18.6826 3.7041L16.7539 6.00293L15.6045 5.03809L17.5332 2.74023L18.1074 3.22266Z\"\n fill=\"currentColor\"\n />\n <path d=\"M12.751 4H11.251V1H12.751V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconAura;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mBACpCC,EAAA,cAAC,QACC,EAAE,qGACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,mGACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,CAC7D,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconAura","props","React","CentralIconBase","IconAura_default"]}
|
package/README.md
CHANGED