@central-icons-react/round-filled-radius-0-stroke-2 1.0.1 → 1.0.3

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGovernment: React.FC<CentralIconBaseProps>;
4
+ export default IconGovernment;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var v=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},a=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of d(r))!H.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=f(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(g(e)):{},a(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),x=e=>a(l({},"__esModule",{value:!0}),e);var I={};v(I,{IconGovernment:()=>m,default:()=>B});module.exports=x(I);var C=s(require("react"));var p=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:V,...c})=>p.default.createElement("svg",{...c,"aria-hidden":o,role:o?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,...V}},t&&!o&&p.default.createElement("title",null,t),e);var m=e=>C.default.createElement(i,{...e,ariaLabel:"government, bank, building"},C.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1025 0.00488281C14.6067 0.0562144 15 0.482323 15 1V2L14.9951 2.10254C14.9438 2.60667 14.5177 3 14 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13V19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19V13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V1C11 0.447715 11.4477 0 12 0H14L14.1025 0.00488281ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z",fill:"currentColor"})),B=m;0&&(module.exports={IconGovernment});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGovernment/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGovernment: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"government, bank, building\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.1025 0.00488281C14.6067 0.0562144 15 0.482323 15 1V2L14.9951 2.10254C14.9438 2.60667 14.5177 3 14 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13V19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19V13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V1C11 0.447715 11.4477 0 12 0H14L14.1025 0.00488281ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\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,oBAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8jBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGovernment_exports","__export","IconGovernment","IconGovernment_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
@@ -0,0 +1,2 @@
1
+ import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:C,ariaHidden:t=!0,style:a,...s})=>n.createElement("svg",{...s,"aria-hidden":t,role:t?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:C,...a}},o&&!t&&n.createElement("title",null,o),r);var i=r=>p.createElement(l,{...r,ariaLabel:"government, bank, building"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.1025 0.00488281C14.6067 0.0562144 15 0.482323 15 1V2L14.9951 2.10254C14.9438 2.60667 14.5177 3 14 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13V19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19V13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V1C11 0.447715 11.4477 0 12 0H14L14.1025 0.00488281ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z",fill:"currentColor"})),f=i;export{i as IconGovernment,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGovernment/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGovernment: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"government, bank, building\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M14.1025 0.00488281C14.6067 0.0562144 15 0.482323 15 1V2L14.9951 2.10254C14.9438 2.60667 14.5177 3 14 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13V19C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19V13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V1C11 0.447715 11.4477 0 12 0H14L14.1025 0.00488281ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,8BACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8jBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
package/README.md CHANGED
@@ -360,6 +360,7 @@ Below is a complete list of available icons:
360
360
  - IconCourt
361
361
  - IconDoor
362
362
  - IconGarage
363
+ - IconGovernment
363
364
  - IconHome
364
365
  - IconHomeCircle
365
366
  - IconHomeDoor
package/icons/index.d.ts CHANGED
@@ -738,6 +738,7 @@ export type CentralIconName =
738
738
  | "IconGolfBall"
739
739
  | "IconGoogle"
740
740
  | "IconGooglePlayStore"
741
+ | "IconGovernment"
741
742
  | "IconGraduateCap"
742
743
  | "IconGreenPower"
743
744
  | "IconGrok"