@central-icons-react-native/round-filled-radius-1-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBank2: FC<CentralIconBaseProps>;
4
+ export default IconBank2;
@@ -0,0 +1,2 @@
1
+ "use strict";var s=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of v(r))!I.call(o,n)&&n!==e&&C(o,n,{get:()=>r[n],enumerable:!(p=u(r,n))||p.enumerable});return o};var f=(o,r,e)=>(e=o!=null?s(B(o)):{},a(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(C({},"__esModule",{value:!0}),o);var V={};x(V,{IconBank2:()=>i,default:()=>g});module.exports=P(V);var t=f(require("react"));var m=f(require("react")),c=require("react-native-svg"),d=({children:o,size:r=24,...e})=>m.default.createElement(c.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 l=require("react-native-svg"),i=o=>t.default.createElement(d,{...o},t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z",fill:"currentColor"})),g=i;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBank2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBank2;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8bACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBank2_exports","__export","IconBank2","IconBank2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:r,size:o=24,...t})=>l.createElement(p,{...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=>e.createElement(n,{...r},e.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z",fill:"currentColor"}),e.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z",fill:"currentColor"})),I=a;export{a as IconBank2,I 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBank2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBank2;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8bACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
package/README.md CHANGED
@@ -322,6 +322,7 @@ Below is a complete list of available icons:
322
322
  ### Building
323
323
 
324
324
  - IconBank
325
+ - IconBank2
325
326
  - IconBlock
326
327
  - IconBuildings
327
328
  - IconCourt
@@ -2254,6 +2254,20 @@
2254
2254
  "packageName": "round-filled-radius-1-stroke-2",
2255
2255
  "componentName": "IconBank"
2256
2256
  },
2257
+ {
2258
+ "category": "Building",
2259
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z\" fill=\"currentColor\"/>",
2260
+ "iconName": "bank-2, library, gov",
2261
+ "variant": {
2262
+ "join": "round",
2263
+ "filled": "on",
2264
+ "radius": "1",
2265
+ "stroke": "2"
2266
+ },
2267
+ "createdAt": "2025-09-11T14:00:28.984037+00:00",
2268
+ "packageName": "round-filled-radius-1-stroke-2",
2269
+ "componentName": "IconBank2"
2270
+ },
2257
2271
  {
2258
2272
  "category": "Shopping & Payment",
2259
2273
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 6C1 4.89543 1.89543 4 3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12ZM3 7C3 6.44772 3.44772 6 4 6H5C5.55228 6 6 6.44772 6 7C6 7.55228 5.55228 8 5 8H4C3.44772 8 3 7.55228 3 7ZM19 16C18.4477 16 18 16.4477 18 17C18 17.5523 18.4477 18 19 18H20C20.5523 18 21 17.5523 21 17C21 16.4477 20.5523 16 20 16H19Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -160,6 +160,7 @@ export type CentralIconName =
160
160
  | "IconBalloon"
161
161
  | "IconBanana"
162
162
  | "IconBank"
163
+ | "IconBank2"
163
164
  | "IconBanknote1"
164
165
  | "IconBanknote2"
165
166
  | "IconBarcode"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-2",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1526,
14
+ "totalIcons": 1527,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 33,
@@ -201,9 +201,10 @@
201
201
  ]
202
202
  },
203
203
  "Building": {
204
- "count": 22,
204
+ "count": 23,
205
205
  "icons": [
206
206
  "IconBank",
207
+ "IconBank2",
207
208
  "IconBlock",
208
209
  "IconBuildings",
209
210
  "IconCourt",
@@ -1877,6 +1878,7 @@
1877
1878
  "IconBalloon": "balloon, birthday",
1878
1879
  "IconBanana": "banana, fruit",
1879
1880
  "IconBank": "bank",
1881
+ "IconBank2": "bank-2, library, gov",
1880
1882
  "IconBanknote1": "banknote-1, money, bill",
1881
1883
  "IconBanknote2": "banknote-2, money, bill",
1882
1884
  "IconBarcode": "barcode, qr code, scan",
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/round-filled-radius-1-stroke-2",
21
- version: "1.0.7",
21
+ version: "1.0.8",
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/round-filled-radius-1-stroke-2",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1127,6 +1127,13 @@
1127
1127
  "iconName": "bank",
1128
1128
  "pathname": "src/IconBank"
1129
1129
  },
1130
+ {
1131
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21 19.0005C21.5523 19.0005 22 19.4482 22 20.0005C21.9997 20.5526 21.5521 21.0005 21 21.0005H3C2.44787 21.0005 2.00026 20.5526 2 20.0005C2 19.4482 2.44772 19.0005 3 19.0005V11.0005H21V19.0005ZM9.5 13.5005C8.94772 13.5005 8.5 13.9482 8.5 14.5005V19.0005H10.5V14.5005C10.5 13.9482 10.0523 13.5005 9.5 13.5005ZM14.5 13.5005C13.9477 13.5005 13.5 13.9482 13.5 14.5005V19.0005H15.5V14.5005C15.5 13.9482 15.0523 13.5005 14.5 13.5005Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.1875 2.2671C11.7046 2.03727 12.2954 2.03727 12.8125 2.2671L20.8662 5.8462C21.5556 6.15262 22 6.83686 22 7.59132C21.9997 8.64547 21.145 9.49953 20.0908 9.49953H3.90918C2.85497 9.49953 2.00026 8.64547 2 7.59132C2 6.83686 2.44435 6.15262 3.13379 5.8462L11.1875 2.2671ZM12 5.49953C11.4479 5.49953 11.0002 5.94743 11 6.49953C11 7.05181 11.4477 7.49953 12 7.49953C12.5523 7.49953 13 7.05181 13 6.49953C12.9998 5.94743 12.5521 5.49953 12 5.49953Z\" fill=\"currentColor\"/>",
1132
+ "tags": "Path",
1133
+ "componentName": "IconBank2",
1134
+ "iconName": "bank-2, library, gov",
1135
+ "pathname": "src/IconBank2"
1136
+ },
1130
1137
  {
1131
1138
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 6C1 4.89543 1.89543 4 3 4H21C22.1046 4 23 4.89543 23 6V18C23 19.1046 22.1046 20 21 20H3C1.89543 20 1 19.1046 1 18V6ZM9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12ZM3 7C3 6.44772 3.44772 6 4 6H5C5.55228 6 6 6.44772 6 7C6 7.55228 5.55228 8 5 8H4C3.44772 8 3 7.55228 3 7ZM19 16C18.4477 16 18 16.4477 18 17C18 17.5523 18.4477 18 19 18H20C20.5523 18 21 17.5523 21 17C21 16.4477 20.5523 16 20 16H19Z\" fill=\"currentColor\"/>",
1132
1139
  "tags": "Path",