@central-icons-react-native/square-outlined-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 d=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of I(o))!P.call(r,p)&&p!==t&&C(r,p,{get:()=>o[p],enumerable:!(s=B(o,p))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(x(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var k={};V(k,{IconGovernment:()=>f,default:()=>i});module.exports=g(k);var e=m(require("react"));var u=m(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...t})=>u.default.createElement(a.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(n.Path,{d:"M15 12V20",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M9 12V20",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M12 4.5V0.5H14.5V2.5H12",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M2 20.5H22",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M2 11.5H22",stroke:"currentColor"})),i=f;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 d=\"M15 12V20\" stroke=\"currentColor\" />\n <Path d=\"M9 12V20\" stroke=\"currentColor\" />\n <Path\n d=\"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5\"\n stroke=\"currentColor\"\n />\n <Path d=\"M12 4.5V0.5H14.5V2.5H12\" stroke=\"currentColor\" />\n <Path d=\"M2 20.5H22\" stroke=\"currentColor\" />\n <Path d=\"M2 11.5H22\" stroke=\"currentColor\" />\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,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,EACzC,EAAAA,QAAA,cAAC,QACC,EAAE,kGACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0BAA0B,OAAO,eAAe,EACxD,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,CAC7C,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 r from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>r.createElement(n,{...e},r.createElement(t,{d:"M15 12V20",stroke:"currentColor"}),r.createElement(t,{d:"M9 12V20",stroke:"currentColor"}),r.createElement(t,{d:"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5",stroke:"currentColor"}),r.createElement(t,{d:"M12 4.5V0.5H14.5V2.5H12",stroke:"currentColor"}),r.createElement(t,{d:"M2 20.5H22",stroke:"currentColor"}),r.createElement(t,{d:"M2 11.5H22",stroke:"currentColor"})),P=l;export{l as IconGovernment,P 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 d=\"M15 12V20\" stroke=\"currentColor\" />\n <Path d=\"M9 12V20\" stroke=\"currentColor\" />\n <Path\n d=\"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5\"\n stroke=\"currentColor\"\n />\n <Path d=\"M12 4.5V0.5H14.5V2.5H12\" stroke=\"currentColor\" />\n <Path d=\"M2 20.5H22\" stroke=\"currentColor\" />\n <Path d=\"M2 11.5H22\" stroke=\"currentColor\" />\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,CAAK,EAAE,YAAY,OAAO,eAAe,EAC1CG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,EACzCG,EAAA,cAACH,EAAA,CACC,EAAE,kGACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0BAA0B,OAAO,eAAe,EACxDG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,EAC3CG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,CAC7C,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-outlined-radius-0-stroke-1",
10347
10347
  "componentName": "IconGooglePlayStore"
10348
10348
  },
10349
+ {
10350
+ "category": "Building",
10351
+ "svg": "<path d=\"M15 12V20\" stroke=\"currentColor\"/><path d=\"M9 12V20\" stroke=\"currentColor\"/><path d=\"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5\" stroke=\"currentColor\"/><path d=\"M12 4.5V0.5H14.5V2.5H12\" stroke=\"currentColor\"/><path d=\"M2 20.5H22\" stroke=\"currentColor\"/><path d=\"M2 11.5H22\" stroke=\"currentColor\"/>",
10352
+ "iconName": "government, bank, building",
10353
+ "variant": {
10354
+ "join": "square",
10355
+ "filled": "off",
10356
+ "radius": "0",
10357
+ "stroke": "1"
10358
+ },
10359
+ "createdAt": "2025-09-04T17:00:33.365271+00:00",
10360
+ "packageName": "square-outlined-radius-0-stroke-1",
10361
+ "componentName": "IconGovernment"
10362
+ },
10349
10363
  {
10350
10364
  "category": "Things",
10351
10365
  "svg": "<g clip-path=\"url(#clip0_9850_24783)\"><path d=\"M4.50156 11.25V17L12.0014 20.5L19.5016 17V11.25M23.5016 9.5V15.25M12.0014 3.5L1.10156 9L12.0014 14.5L22.9016 9L12.0014 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/></g><defs><clipPath id=\"clip0_9850_24783\"><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-outlined-radius-0-stroke-1",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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-outlined-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-outlined-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 d=\"M15 12V20\" stroke=\"currentColor\"/><Path d=\"M9 12V20\" stroke=\"currentColor\"/><Path d=\"M3.5 20.5V12.75C3.5 8.05558 7.30558 4.25 12 4.25V4.25C16.6944 4.25 20.5 8.05558 20.5 12.75V20.5\" stroke=\"currentColor\"/><Path d=\"M12 4.5V0.5H14.5V2.5H12\" stroke=\"currentColor\"/><Path d=\"M2 20.5H22\" stroke=\"currentColor\"/><Path d=\"M2 11.5H22\" stroke=\"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_24783)\"><Path d=\"M4.50156 11.25V17L12.0014 20.5L19.5016 17V11.25M23.5016 9.5V15.25M12.0014 3.5L1.10156 9L12.0014 14.5L22.9016 9L12.0014 3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/></G><Defs><ClipPath id=\"clip0_9850_24783\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
5178
5185
  "tags": "ClipPath, Defs, G, Path, Rect",