@central-icons-react-native/square-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.
- package/IconGovernment/index.d.ts +4 -0
- package/IconGovernment/index.js +2 -0
- package/IconGovernment/index.js.map +1 -0
- package/IconGovernment/index.mjs +2 -0
- package/IconGovernment/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -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})},a=(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 H=(o,r,e)=>(e=o!=null?f(v(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),d=o=>a(t({},"__esModule",{value:!0}),o);var P={};I(P,{IconGovernment:()=>c,default:()=>x});module.exports=d(P);var p=H(require("react"));var V=H(require("react")),m=require("react-native-svg"),C=({children:o,size:r=24,...e})=>V.default.createElement(m.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(C,{...o},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z",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 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\"\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,8OACF,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 a}from"react-native-svg";var H=r=>n.createElement(e,{...r},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z",fill:"currentColor"})),B=H;export{H 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 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\"\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,8OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGovernment","props","React","CentralIconBase","IconGovernment_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -10346,6 +10346,20 @@
|
|
|
10346
10346
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
10347
10347
|
"componentName": "IconGooglePlayStore"
|
|
10348
10348
|
},
|
|
10349
|
+
{
|
|
10350
|
+
"category": "Building",
|
|
10351
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\" fill=\"currentColor\"/>",
|
|
10352
|
+
"iconName": "government, bank, building",
|
|
10353
|
+
"variant": {
|
|
10354
|
+
"join": "square",
|
|
10355
|
+
"filled": "on",
|
|
10356
|
+
"radius": "0",
|
|
10357
|
+
"stroke": "2"
|
|
10358
|
+
},
|
|
10359
|
+
"createdAt": "2025-09-04T17:00:33.365271+00:00",
|
|
10360
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
10361
|
+
"componentName": "IconGovernment"
|
|
10362
|
+
},
|
|
10349
10363
|
{
|
|
10350
10364
|
"category": "Things",
|
|
10351
10365
|
"svg": "<g clip-path=\"url(#clip0_9850_24745)\"><path d=\"M12.0004 2.87744L0 9.00008L12.0004 15.1227L19.5004 11.2962L22.0004 10.0207V17.0001H24.0004V9.00026L12.0004 2.87744Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.50037 12.8009V17.3L12.0003 21.1181L19.5004 17.3V12.8009L12.0004 16.62L4.50037 12.8009Z\" fill=\"currentColor\"/></g><defs><clipPath id=\"clip0_9850_24745\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/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":
|
|
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":
|
|
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
package/package.json
CHANGED
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 3H13V4.05664C16.832 4.48032 19.9366 7.30865 20.7744 11H22V13H21V19H22V21H2V19H3V13H2V11H3.22559C4.06345 7.30865 7.16804 4.48032 11 4.05664V0H15V3ZM5 13V19H8.33008V13H5ZM10.3301 13V19H13.6699V13H10.3301ZM15.6699 13V19H19V13H15.6699Z\" 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_24745)\"><Path d=\"M12.0004 2.87744L0 9.00008L12.0004 15.1227L19.5004 11.2962L22.0004 10.0207V17.0001H24.0004V9.00026L12.0004 2.87744Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.50037 12.8009V17.3L12.0003 21.1181L19.5004 17.3V12.8009L12.0004 16.62L4.50037 12.8009Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_9850_24745\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
|
|
5178
5185
|
"tags": "ClipPath, Defs, G, Path, Rect",
|