@central-icons-react/round-filled-radius-1-stroke-1.5 1.0.7 → 1.0.8
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/IconBank2/index.d.ts +4 -0
- package/IconBank2/index.js +2 -0
- package/IconBank2/index.js.map +1 -0
- package/IconBank2/index.mjs +2 -0
- package/IconBank2/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 l=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0})},a=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of V(r))!v.call(e,t)&&t!==o&&l(e,t,{get:()=>r[t],enumerable:!(n=f(r,t))||n.enumerable});return e};var i=(e,r,o)=>(o=e!=null?u(g(e)):{},a(r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o,e)),x=e=>a(l({},"__esModule",{value:!0}),e);var b={};B(b,{IconBank2:()=>c,default:()=>I});module.exports=x(b);var C=i(require("react"));var p=i(require("react")),s=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:d,...m})=>p.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,...d}},o&&!t&&p.default.createElement("title",null,o),e);var c=e=>C.default.createElement(s,{...e,ariaLabel:"bank-2, library, gov"},C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 19.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z",fill:"currentColor"}),C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z",fill:"currentColor"})),I=c;0&&(module.exports={IconBank2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBank2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBank2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"bank-2, library, gov\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 19.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBank2;\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,eAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wcACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBank2_exports","__export","IconBank2","IconBank2_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";var C=({children:r,size:e=24,ariaLabel:n,color:p,ariaHidden:o=!0,style:a,...i})=>l.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...a}},n&&!o&&l.createElement("title",null,n),r);var s=r=>t.createElement(C,{...r,ariaLabel:"bank-2, library, gov"},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 19.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z",fill:"currentColor"}),t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z",fill:"currentColor"})),f=s;export{s as IconBank2,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBank2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconBank2: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"bank-2, library, gov\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 19.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z\"\n fill=\"currentColor\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBank2;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,wBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wcACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
|
package/README.md
CHANGED