@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.245 → 1.1.246
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/IconPiggyBankCoin/index.d.ts +4 -0
- package/IconPiggyBankCoin/index.js +2 -0
- package/IconPiggyBankCoin/index.js.map +1 -0
- package/IconPiggyBankCoin/index.mjs +2 -0
- package/IconPiggyBankCoin/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/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!g.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var a=(r,o,n)=>(n=r!=null?d(B(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>i(C({},"__esModule",{value:!0}),r);var h={};I(h,{IconPiggyBankCoin:()=>c,default:()=>x});module.exports=P(h);var t=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>l.default.createElement(m.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),c=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M9.72943 19.3162C9.59332 19.7246 9.21118 20 8.78075 20H6.45016C6.16454 20 5.89073 19.8794 5.70969 19.6585C1.97995 15.1077 1.65873 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.3723 15.8894 17.3279 17.1277 17.0667 19.0026C16.9905 19.5496 16.5534 20 16.0011 20H13.7219C13.2915 20 12.9093 19.7246 12.7732 19.3162L12.7291 19.1838C12.5929 18.7754 12.2108 18.5 11.7804 18.5H10.7223C10.2918 18.5 9.9097 18.7754 9.77358 19.1838L9.72943 19.3162Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconPiggyBankCoin});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.72943 19.3162C9.59332 19.7246 9.21118 20 8.78075 20H6.45016C6.16454 20 5.89073 19.8794 5.70969 19.6585C1.97995 15.1077 1.65873 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.3723 15.8894 17.3279 17.1277 17.0667 19.0026C16.9905 19.5496 16.5534 20 16.0011 20H13.7219C13.2915 20 12.9093 19.7246 12.7732 19.3162L12.7291 19.1838C12.5929 18.7754 12.2108 18.5 11.7804 18.5H10.7223C10.2918 18.5 9.9097 18.7754 9.77358 19.1838L9.72943 19.3162Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gpBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPiggyBankCoin_exports","__export","IconPiggyBankCoin","IconPiggyBankCoin_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9.72943 19.3162C9.59332 19.7246 9.21118 20 8.78075 20H6.45016C6.16454 20 5.89073 19.8794 5.70969 19.6585C1.97995 15.1077 1.65873 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.3723 15.8894 17.3279 17.1277 17.0667 19.0026C16.9905 19.5496 16.5534 20 16.0011 20H13.7219C13.2915 20 12.9093 19.7246 12.7732 19.3162L12.7291 19.1838C12.5929 18.7754 12.2108 18.5 11.7804 18.5H10.7223C10.2918 18.5 9.9097 18.7754 9.77358 19.1838L9.72943 19.3162Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z",fill:"currentColor"}),o.createElement(e,{d:"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;export{i as IconPiggyBankCoin,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.72943 19.3162C9.59332 19.7246 9.21118 20 8.78075 20H6.45016C6.16454 20 5.89073 19.8794 5.70969 19.6585C1.97995 15.1077 1.65873 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.3723 15.8894 17.3279 17.1277 17.0667 19.0026C16.9905 19.5496 16.5534 20 16.0011 20H13.7219C13.2915 20 12.9093 19.7246 12.7732 19.3162L12.7291 19.1838C12.5929 18.7754 12.2108 18.5 11.7804 18.5H10.7223C10.2918 18.5 9.9097 18.7754 9.77358 19.1838L9.72943 19.3162Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gpBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -19502,6 +19502,20 @@
|
|
|
19502
19502
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19503
19503
|
"componentName": "IconPiggyBank"
|
|
19504
19504
|
},
|
|
19505
|
+
{
|
|
19506
|
+
"category": "Things",
|
|
19507
|
+
"svg": "<path d=\"M9.72943 19.3162C9.59332 19.7246 9.21118 20 8.78075 20H6.45016C6.16454 20 5.89073 19.8794 5.70969 19.6585C1.97995 15.1077 1.65873 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.3723 15.8894 17.3279 17.1277 17.0667 19.0026C16.9905 19.5496 16.5534 20 16.0011 20H13.7219C13.2915 20 12.9093 19.7246 12.7732 19.3162L12.7291 19.1838C12.5929 18.7754 12.2108 18.5 11.7804 18.5H10.7223C10.2918 18.5 9.9097 18.7754 9.77358 19.1838L9.72943 19.3162Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\" fill=\"currentColor\"/><path d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19508
|
+
"iconName": "piggy-bank-coin, money, cashback, savings",
|
|
19509
|
+
"variant": {
|
|
19510
|
+
"join": "round",
|
|
19511
|
+
"filled": "off",
|
|
19512
|
+
"radius": "1",
|
|
19513
|
+
"stroke": "2"
|
|
19514
|
+
},
|
|
19515
|
+
"createdAt": "2026-05-22T11:02:18.919122+00:00",
|
|
19516
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19517
|
+
"componentName": "IconPiggyBankCoin"
|
|
19518
|
+
},
|
|
19505
19519
|
{
|
|
19506
19520
|
"category": "Things",
|
|
19507
19521
|
"svg": "<path d=\"M7.32317 4.68672C6.91425 4.78705 6.49609 4.60781 6.15212 4.36498C5.82642 4.13506 5.42898 4 5 4C3.89543 4 3 4.89543 3 6C3 6.40044 3.11768 6.77339 3.32035 7.08615C3.54623 7.43474 3.70642 7.8527 3.59811 8.2537C3.28003 9.4313 3 10.8069 3 12C3 13.1931 3.28003 14.5687 3.59811 15.7463C3.70642 16.1473 3.54623 16.5653 3.32035 16.9138C3.11768 17.2266 3 17.5996 3 18C3 19.1046 3.89543 20 5 20C5.42715 20 5.82302 19.8661 6.14793 19.638C6.49192 19.3964 6.90963 19.2186 7.31779 19.3189C8.74391 19.6696 10.4886 20 12 20C13.5114 20 15.2561 19.6696 16.6822 19.3189C17.0904 19.2186 17.5081 19.3964 17.8521 19.638C18.177 19.8661 18.5729 20 19 20C20.1046 20 21 19.1046 21 18C21 17.5996 20.8823 17.2266 20.6797 16.9138C20.4538 16.5653 20.2936 16.1473 20.4019 15.7463C20.72 14.5687 21 13.1931 21 12C21 10.8069 20.72 9.4313 20.4019 8.2537C20.2936 7.8527 20.4538 7.43474 20.6797 7.08615C20.8823 6.77339 21 6.40044 21 6C21 4.89543 20.1046 4 19 4C18.571 4 18.1736 4.13506 17.8479 4.36498C17.5039 4.60781 17.0858 4.78705 16.6768 4.68672C15.2391 4.33396 13.4856 4 12 4C10.5144 4 8.76094 4.33396 7.32317 4.68672Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.246",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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":
|
|
14
|
+
"totalIcons": 2014,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -1870,7 +1870,7 @@
|
|
|
1870
1870
|
]
|
|
1871
1871
|
},
|
|
1872
1872
|
"Things": {
|
|
1873
|
-
"count":
|
|
1873
|
+
"count": 138,
|
|
1874
1874
|
"icons": [
|
|
1875
1875
|
"IconAnvil",
|
|
1876
1876
|
"IconApps",
|
|
@@ -1949,6 +1949,7 @@
|
|
|
1949
1949
|
"IconPeace",
|
|
1950
1950
|
"IconPets",
|
|
1951
1951
|
"IconPiggyBank",
|
|
1952
|
+
"IconPiggyBankCoin",
|
|
1952
1953
|
"IconPillow",
|
|
1953
1954
|
"IconPillowZz",
|
|
1954
1955
|
"IconPilone",
|
|
@@ -3612,6 +3613,7 @@
|
|
|
3612
3613
|
"IconPieChart2": "pie-chart-2, graph, chart, statistics",
|
|
3613
3614
|
"IconPieChart3": "pie-chart-3, graph, statistics",
|
|
3614
3615
|
"IconPiggyBank": "piggy-bank, save-money",
|
|
3616
|
+
"IconPiggyBankCoin": "piggy-bank-coin, money, cashback, savings",
|
|
3615
3617
|
"IconPillow": "pillow, sleep, snooze",
|
|
3616
3618
|
"IconPillowZz": "pillow-zz, sleep, snooze",
|
|
3617
3619
|
"IconPilone": "pilone, maintenance",
|
package/index.d.ts
CHANGED
|
@@ -1391,6 +1391,7 @@ export { IconPieChart1, default as IconPieChart1Default, } from "./IconPieChart1
|
|
|
1391
1391
|
export { IconPieChart2, default as IconPieChart2Default, } from "./IconPieChart2";
|
|
1392
1392
|
export { IconPieChart3, default as IconPieChart3Default, } from "./IconPieChart3";
|
|
1393
1393
|
export { IconPiggyBank, default as IconPiggyBankDefault, } from "./IconPiggyBank";
|
|
1394
|
+
export { IconPiggyBankCoin, default as IconPiggyBankCoinDefault, } from "./IconPiggyBankCoin";
|
|
1394
1395
|
export { IconPillow, default as IconPillowDefault } from "./IconPillow";
|
|
1395
1396
|
export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
|
|
1396
1397
|
export { IconPilone, default as IconPiloneDefault } from "./IconPilone";
|