@central-icons-react-native/square-filled-radius-0-stroke-1 1.0.2 → 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 { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGovernment: FC<CentralIconBaseProps>;
4
+ export default IconGovernment;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of u(r))!B.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=i(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?f(v(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),d=o=>C(t({},"__esModule",{value:!0}),o);var P={};I(P,{IconGovernment:()=>c,default:()=>x});module.exports=d(P);var p=a(require("react"));var H=a(require("react")),V=require("react-native-svg"),m=({children:o,size:r=24,...e})=>H.default.createElement(V.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>p.default.createElement(m,{...o},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z",fill:"currentColor"})),x=c;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGovernment: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGovernment_exports","__export","IconGovernment","IconGovernment_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z",fill:"currentColor"})),B=a;export{a as IconGovernment,B 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGovernment: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGovernment;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
package/README.md CHANGED
@@ -326,6 +326,7 @@ Below is a complete list of available icons:
326
326
  - IconCourt
327
327
  - IconDoor
328
328
  - IconGarage
329
+ - IconGovernment
329
330
  - IconHome
330
331
  - IconHomeCircle
331
332
  - IconHomeDoor
@@ -10346,6 +10346,20 @@
10346
10346
  "packageName": "square-filled-radius-0-stroke-1",
10347
10347
  "componentName": "IconGooglePlayStore"
10348
10348
  },
10349
+ {
10350
+ "category": "Building",
10351
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z\" fill=\"currentColor\"/>",
10352
+ "iconName": "government, bank, building",
10353
+ "variant": {
10354
+ "join": "square",
10355
+ "filled": "on",
10356
+ "radius": "0",
10357
+ "stroke": "1"
10358
+ },
10359
+ "createdAt": "2025-09-04T17:00:33.365271+00:00",
10360
+ "packageName": "square-filled-radius-0-stroke-1",
10361
+ "componentName": "IconGovernment"
10362
+ },
10349
10363
  {
10350
10364
  "category": "Things",
10351
10365
  "svg": "<g clip-path=\"url(#clip0_9850_24785)\"><path d=\"M12.0019 2.93994L-0.0078125 8.99999L12.0019 15.06L23.0021 9.50957V15.75H24.0021V9.005L24.012 8.99999L12.0019 2.93994Z\" fill=\"currentColor\"/><path d=\"M4.50195 12.1556L4.50189 17.5518L12.0018 21.0518L19.5019 17.5518L19.5018 12.1556L12.0018 15.94L4.50195 12.1556Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_9850_24785\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1519,
14
+ "totalIcons": 1520,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -200,7 +200,7 @@
200
200
  ]
201
201
  },
202
202
  "Building": {
203
- "count": 21,
203
+ "count": 22,
204
204
  "icons": [
205
205
  "IconBank",
206
206
  "IconBlock",
@@ -208,6 +208,7 @@
208
208
  "IconCourt",
209
209
  "IconDoor",
210
210
  "IconGarage",
211
+ "IconGovernment",
211
212
  "IconHome",
212
213
  "IconHomeCircle",
213
214
  "IconHomeDoor",
@@ -2448,6 +2449,7 @@
2448
2449
  "IconGolfBall": "golf-ball",
2449
2450
  "IconGoogle": "google",
2450
2451
  "IconGooglePlayStore": "google-play-store",
2452
+ "IconGovernment": "government, bank, building",
2451
2453
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2452
2454
  "IconGreenPower": "green-power, green-energy",
2453
2455
  "IconGrok": "grok",
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-filled-radius-0-stroke-1",
21
- version: "1.0.2",
21
+ version: "1.0.3",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -5173,6 +5173,13 @@
5173
5173
  "iconName": "google-play-store",
5174
5174
  "pathname": "src/IconGooglePlayStore"
5175
5175
  },
5176
+ {
5177
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15 3H12.5V3.76367C16.6472 3.99076 20.0458 7.02577 20.8291 11H22V12H20.9658C20.9862 12.2474 21 12.4973 21 12.75V20H22V21H2V20H3V12.75C3 12.4973 3.01376 12.2474 3.03418 12H2V11H3.1709C3.95416 7.02577 7.35278 3.99076 11.5 3.76367V0H15V3ZM4.03613 12C4.01317 12.247 4 12.497 4 12.75V20H8.5V12H4.03613ZM9.5 20H14.5V12H9.5V20ZM15.5 20H20V12.75C20 12.497 19.9868 12.247 19.9639 12H15.5V20Z\" fill=\"currentColor\"/>",
5178
+ "tags": "Path",
5179
+ "componentName": "IconGovernment",
5180
+ "iconName": "government, bank, building",
5181
+ "pathname": "src/IconGovernment"
5182
+ },
5176
5183
  {
5177
5184
  "svg": "<G clip-Path=\"url(#clip0_9850_24785)\"><Path d=\"M12.0019 2.93994L-0.0078125 8.99999L12.0019 15.06L23.0021 9.50957V15.75H24.0021V9.005L24.012 8.99999L12.0019 2.93994Z\" fill=\"currentColor\"/><Path d=\"M4.50195 12.1556L4.50189 17.5518L12.0018 21.0518L19.5019 17.5518L19.5018 12.1556L12.0018 15.94L4.50195 12.1556Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_9850_24785\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
5178
5185
  "tags": "ClipPath, Defs, G, Path, Rect",