@central-icons-react/square-outlined-radius-0-stroke-1 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 V=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of h(o))!k.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(l=f(o,t))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?V(d(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>s(p({},"__esModule",{value:!0}),r);var y={};g(y,{IconBank2:()=>u,default:()=>B});module.exports=x(y);var n=c(require("react"));var a=c(require("react")),i=({children:r,size:o=24,ariaLabel:e,color:l,ariaHidden:t=!0,style:C,...m})=>a.default.createElement("svg",{...m,"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&&a.default.createElement("title",null,e),r);var u=r=>n.default.createElement(i,{...r,ariaLabel:"bank-2, library, gov"},n.default.createElement("path",{d:"M22 21H2V20H22V21Z",fill:"currentColor"}),n.default.createElement("path",{d:"M3.5 20.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M20.5 20.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M2.5 7L12 2.5L21.5 7V10.5H2.5V7Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement("path",{d:"M9.5 20.5V13",stroke:"currentColor"}),n.default.createElement("path",{d:"M14.5 20.5V13",stroke:"currentColor"}),n.default.createElement("circle",{cx:"12",cy:"7",r:"1",fill:"currentColor"})),B=u;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 d=\"M22 21H2V20H22V21Z\" fill=\"currentColor\" />\n <path d=\"M3.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M20.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M2.5 7L12 2.5L21.5 7V10.5H2.5V7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M9.5 20.5V13\" stroke=\"currentColor\" />\n <path d=\"M14.5 20.5V13\" stroke=\"currentColor\" />\n <circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\" />\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,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7C,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,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 r from"react";import l from"react";var p=({children:e,size:o=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...c})=>l.createElement("svg",{...c,"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:a,...s}},n&&!t&&l.createElement("title",null,n),e);var i=e=>r.createElement(p,{...e,ariaLabel:"bank-2, library, gov"},r.createElement("path",{d:"M22 21H2V20H22V21Z",fill:"currentColor"}),r.createElement("path",{d:"M3.5 20.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M20.5 20.5V10.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M2.5 7L12 2.5L21.5 7V10.5H2.5V7Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement("path",{d:"M9.5 20.5V13",stroke:"currentColor"}),r.createElement("path",{d:"M14.5 20.5V13",stroke:"currentColor"}),r.createElement("circle",{cx:"12",cy:"7",r:"1",fill:"currentColor"})),f=i;export{i 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 d=\"M22 21H2V20H22V21Z\" fill=\"currentColor\" />\n <path d=\"M3.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path d=\"M20.5 20.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <path\n d=\"M2.5 7L12 2.5L21.5 7V10.5H2.5V7Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <path d=\"M9.5 20.5V13\" stroke=\"currentColor\" />\n <path d=\"M14.5 20.5V13\" stroke=\"currentColor\" />\n <circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\" />\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,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDA,EAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,EACvEA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAA,EAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7CA,EAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CA,EAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,IAAI,KAAK,eAAe,CACnD,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
|
package/README.md
CHANGED