@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.0.7 → 1.1.0

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 V=(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)),x=o=>a(C({},"__esModule",{value:!0}),o);var P={};V(P,{IconBank2:()=>i,default:()=>H});module.exports=x(P);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.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z",fill:"currentColor"}),t.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z",fill:"currentColor"})),H=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.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z\"\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,wcACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,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.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z",fill:"currentColor"}),e.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z",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.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z\"\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,wcACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBank2","props","React","CentralIconBase","IconBank2_default"]}
package/README.md CHANGED
@@ -26,7 +26,7 @@ npm install central-icons@npm:@central-icons-react-native/round-filled-radius-1-
26
26
  ```
27
27
 
28
28
  ```jsx
29
- import { IconHome } from "central-icons/IconHome";
29
+ import { IconHome } from "central-icons";
30
30
 
31
31
  function MyComponent() {
32
32
  return <IconHome />;
@@ -56,29 +56,38 @@ pnpm add @central-icons-react-native/round-filled-radius-1-stroke-1.5
56
56
 
57
57
  ## Usage
58
58
 
59
- ### Individual Imports
59
+ ### Direct Import (Recommended)
60
60
 
61
- Icons can be imported individually to keep your bundle size minimal:
61
+ Icons can be imported directly from the package root for convenience:
62
62
 
63
63
  ```jsx
64
- import { IconHome } from "@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome";
64
+ import { IconHome } from "@central-icons-react-native/round-filled-radius-1-stroke-1.5";
65
65
 
66
66
  function MyComponent() {
67
67
  return <IconHome />;
68
68
  }
69
69
  ```
70
70
 
71
- ### Import alias
72
-
73
- If you want to have a bit cleaner imports (and you are just using one icon type), you can use import aliases
74
- (Requires npm at least v6.9.0 or yarn)
71
+ Or with an alias for cleaner imports:
75
72
 
76
73
  ```bash
77
74
  npm install central-icons@npm:@central-icons-react-native/round-filled-radius-1-stroke-1.5
78
75
  ```
79
76
 
80
77
  ```jsx
81
- import { IconHome } from "central-icons/IconHome";
78
+ import { IconHome } from "central-icons";
79
+
80
+ function MyComponent() {
81
+ return <IconHome />;
82
+ }
83
+ ```
84
+
85
+ ### Individual Path Imports
86
+
87
+ For advanced tree-shaking or when you prefer explicit paths:
88
+
89
+ ```jsx
90
+ import { IconHome } from "@central-icons-react-native/round-filled-radius-1-stroke-1.5/IconHome";
82
91
 
83
92
  function MyComponent() {
84
93
  return <IconHome />;
@@ -89,15 +98,10 @@ function MyComponent() {
89
98
 
90
99
  All icons accept the following properties:
91
100
 
92
- | Prop | Type | Default | Description |
93
- | ------------ | -------------------------- | -------------- | ------------------------------------------------------------ |
94
- | `size` | `number \| string` | `24` | Sets both width and height of the icon |
95
- | `color` | `string` | `currentColor` | Sets the icon color |
96
- | `iconJoin` | `"round" \| "square"` | `"round"` | Controls the icon's corner style |
97
- | `iconFill` | `"filled" \| "outlined"` | `"filled"` | Sets the icon's fill style |
98
- | `iconStroke` | `"1" \| "1.5" \| "2"` | `"1"` | Controls the stroke width |
99
- | `iconRadius` | `"0" \| "1" \| "2" \| "3"` | `"1"` | Sets the corner radius |
100
- | `name` | `string` | none | Defines which icon should be used - see [Icons List](#icons) |
101
+ | Prop | Type | Default | Description |
102
+ | ------- | ------------------ | -------------- | -------------------------------------- |
103
+ | `size` | `number \| string` | `24` | Sets both width and height of the icon |
104
+ | `color` | `string` | `currentColor` | Sets the icon color |
101
105
 
102
106
  Additionally, all standard SVG and HTML attributes are supported.
103
107
 
@@ -322,6 +326,7 @@ Below is a complete list of available icons:
322
326
  ### Building
323
327
 
324
328
  - IconBank
329
+ - IconBank2
325
330
  - IconBlock
326
331
  - IconBuildings
327
332
  - IconCourt
@@ -2254,6 +2254,20 @@
2254
2254
  "packageName": "round-filled-radius-1-stroke-1.5",
2255
2255
  "componentName": "IconBank"
2256
2256
  },
2257
+ {
2258
+ "category": "Building",
2259
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 19.4998H21.25C21.6641 19.4998 21.9999 19.8357 22 20.2498C22 20.664 21.6642 20.9998 21.25 20.9998H2.75C2.33579 20.9998 2 20.664 2 20.2498C2.00013 19.8357 2.33586 19.4998 2.75 19.4998H3V10.9998H21V19.4998ZM8.75 12.9998C8.33586 12.9998 8.00013 13.3357 8 13.7498V19.4998H9.5V13.7498C9.49987 13.3357 9.16414 12.9998 8.75 12.9998ZM15.25 12.9998C14.8359 12.9998 14.5001 13.3357 14.5 13.7498V19.4998H16V13.7498C15.9999 13.3357 15.6641 12.9998 15.25 12.9998Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.4922 2.13166C11.8154 1.98801 12.1846 1.98801 12.5078 2.13166L21.2578 6.02033C21.7091 6.22096 21.9999 6.66901 22 7.16291V8.2508C21.9997 8.9409 21.4402 9.5008 20.75 9.5008H3.25C2.55983 9.5008 2.0003 8.9409 2 8.2508V7.16291C2.00005 6.66901 2.29087 6.22096 2.74219 6.02033L11.4922 2.13166ZM12 5.5008C11.4477 5.5008 11 5.94852 11 6.5008C11.0003 7.05283 11.4479 7.5008 12 7.5008C12.5521 7.5008 12.9997 7.05283 13 6.5008C13 5.94852 12.5523 5.5008 12 5.5008Z\" fill=\"currentColor\"/>",
2260
+ "iconName": "bank-2, library, gov",
2261
+ "variant": {
2262
+ "join": "round",
2263
+ "filled": "on",
2264
+ "radius": "1",
2265
+ "stroke": "1.5"
2266
+ },
2267
+ "createdAt": "2025-09-11T14:00:28.984037+00:00",
2268
+ "packageName": "round-filled-radius-1-stroke-1.5",
2269
+ "componentName": "IconBank2"
2270
+ },
2257
2271
  {
2258
2272
  "category": "Shopping & Payment",
2259
2273
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 6.25C1 5.2835 1.7835 4.5 2.75 4.5H21.25C22.2165 4.5 23 5.2835 23 6.25V17.75C23 18.7165 22.2165 19.5 21.25 19.5H2.75C1.7835 19.5 1 18.7165 1 17.75V6.25ZM3.75 7C3.33579 7 3 7.33579 3 7.75C3 8.16421 3.33579 8.5 3.75 8.5H4.75C5.16421 8.5 5.5 8.16421 5.5 7.75C5.5 7.33579 5.16421 7 4.75 7H3.75ZM18.5 16.25C18.5 15.8358 18.8358 15.5 19.25 15.5H20.25C20.6642 15.5 21 15.8358 21 16.25C21 16.6642 20.6642 17 20.25 17H19.25C18.8358 17 18.5 16.6642 18.5 16.25ZM9.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 12Z\" 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-1.5",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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",