@central-icons-react-native/round-filled-radius-0-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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of d(r))!I.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(l=B(r,e))||l.enumerable});return o};var m=(o,r,C)=>(C=o!=null?u(g(o)):{},a(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var y={};P(y,{IconPiggyBankCoin:()=>c,default:()=>x});module.exports=v(y);var t=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),s=({children:o,size:r=24,...C})=>f.default.createElement(i.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),c=o=>t.default.createElement(s,{...o},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0012 4.5C17.5534 4.5 18.0012 4.94772 18.0012 5.5C18.0012 6.7486 18.3111 7.74591 18.841 8.4834C19.3654 9.21313 20.1545 9.75775 21.2443 10.0303C21.6892 10.1418 22.0012 10.5413 22.0012 11V14.5C22.0012 14.9587 21.6892 15.3582 21.2443 15.4697C18.9386 16.0463 17.5012 17.8015 17.5012 20C17.5012 20.5523 17.0534 21 16.5012 21H14.0012C13.571 20.9998 13.1891 20.7245 13.0529 20.3164L12.7804 19.5H9.72186L9.44939 20.3164C9.31316 20.7245 8.93144 21 8.50115 21H6.00115C5.71573 20.9999 5.44373 20.8774 5.25408 20.6641C3.09896 18.2397 1.8576 14.8581 2.05096 11.9951C2.14855 10.5503 2.6197 9.16178 3.61443 8.12695C4.62446 7.07648 6.06954 6.50015 7.88592 6.5H12.1535C13.5045 5.43173 14.8588 4.50015 17.0012 4.5ZM15.2512 10C14.561 10.0002 14.0012 10.5598 14.0012 11.25C14.0012 11.9402 14.561 12.4998 15.2512 12.5C15.9415 12.5 16.5012 11.9404 16.5012 11.25C16.5012 10.5596 15.9415 10 15.2512 10Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11.0012 2C12.4608 2 13.7372 2.7824 14.4357 3.9502C13.412 4.3308 12.5723 4.90694 11.8058 5.5H7.88592C7.59351 5.50002 7.30745 5.51415 7.0285 5.54102C7.25623 3.54817 8.94736 2.00009 11.0012 2Z",fill:"currentColor"})),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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.0012 4.5C17.5534 4.5 18.0012 4.94772 18.0012 5.5C18.0012 6.7486 18.3111 7.74591 18.841 8.4834C19.3654 9.21313 20.1545 9.75775 21.2443 10.0303C21.6892 10.1418 22.0012 10.5413 22.0012 11V14.5C22.0012 14.9587 21.6892 15.3582 21.2443 15.4697C18.9386 16.0463 17.5012 17.8015 17.5012 20C17.5012 20.5523 17.0534 21 16.5012 21H14.0012C13.571 20.9998 13.1891 20.7245 13.0529 20.3164L12.7804 19.5H9.72186L9.44939 20.3164C9.31316 20.7245 8.93144 21 8.50115 21H6.00115C5.71573 20.9999 5.44373 20.8774 5.25408 20.6641C3.09896 18.2397 1.8576 14.8581 2.05096 11.9951C2.14855 10.5503 2.6197 9.16178 3.61443 8.12695C4.62446 7.07648 6.06954 6.50015 7.88592 6.5H12.1535C13.5045 5.43173 14.8588 4.50015 17.0012 4.5ZM15.2512 10C14.561 10.0002 14.0012 10.5598 14.0012 11.25C14.0012 11.9402 14.561 12.4998 15.2512 12.5C15.9415 12.5 16.5012 11.9404 16.5012 11.25C16.5012 10.5596 15.9415 10 15.2512 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0012 2C12.4608 2 13.7372 2.7824 14.4357 3.9502C13.412 4.3308 12.5723 4.90694 11.8058 5.5H7.88592C7.59351 5.50002 7.30745 5.51415 7.0285 5.54102C7.25623 3.54817 8.94736 2.00009 11.0012 2Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,o3BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,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 C 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 n}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0012 4.5C17.5534 4.5 18.0012 4.94772 18.0012 5.5C18.0012 6.7486 18.3111 7.74591 18.841 8.4834C19.3654 9.21313 20.1545 9.75775 21.2443 10.0303C21.6892 10.1418 22.0012 10.5413 22.0012 11V14.5C22.0012 14.9587 21.6892 15.3582 21.2443 15.4697C18.9386 16.0463 17.5012 17.8015 17.5012 20C17.5012 20.5523 17.0534 21 16.5012 21H14.0012C13.571 20.9998 13.1891 20.7245 13.0529 20.3164L12.7804 19.5H9.72186L9.44939 20.3164C9.31316 20.7245 8.93144 21 8.50115 21H6.00115C5.71573 20.9999 5.44373 20.8774 5.25408 20.6641C3.09896 18.2397 1.8576 14.8581 2.05096 11.9951C2.14855 10.5503 2.6197 9.16178 3.61443 8.12695C4.62446 7.07648 6.06954 6.50015 7.88592 6.5H12.1535C13.5045 5.43173 14.8588 4.50015 17.0012 4.5ZM15.2512 10C14.561 10.0002 14.0012 10.5598 14.0012 11.25C14.0012 11.9402 14.561 12.4998 15.2512 12.5C15.9415 12.5 16.5012 11.9404 16.5012 11.25C16.5012 10.5596 15.9415 10 15.2512 10Z",fill:"currentColor"}),C.createElement(n,{d:"M11.0012 2C12.4608 2 13.7372 2.7824 14.4357 3.9502C13.412 4.3308 12.5723 4.90694 11.8058 5.5H7.88592C7.59351 5.50002 7.30745 5.51415 7.0285 5.54102C7.25623 3.54817 8.94736 2.00009 11.0012 2Z",fill:"currentColor"})),I=a;export{a as IconPiggyBankCoin,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.0012 4.5C17.5534 4.5 18.0012 4.94772 18.0012 5.5C18.0012 6.7486 18.3111 7.74591 18.841 8.4834C19.3654 9.21313 20.1545 9.75775 21.2443 10.0303C21.6892 10.1418 22.0012 10.5413 22.0012 11V14.5C22.0012 14.9587 21.6892 15.3582 21.2443 15.4697C18.9386 16.0463 17.5012 17.8015 17.5012 20C17.5012 20.5523 17.0534 21 16.5012 21H14.0012C13.571 20.9998 13.1891 20.7245 13.0529 20.3164L12.7804 19.5H9.72186L9.44939 20.3164C9.31316 20.7245 8.93144 21 8.50115 21H6.00115C5.71573 20.9999 5.44373 20.8774 5.25408 20.6641C3.09896 18.2397 1.8576 14.8581 2.05096 11.9951C2.14855 10.5503 2.6197 9.16178 3.61443 8.12695C4.62446 7.07648 6.06954 6.50015 7.88592 6.5H12.1535C13.5045 5.43173 14.8588 4.50015 17.0012 4.5ZM15.2512 10C14.561 10.0002 14.0012 10.5598 14.0012 11.25C14.0012 11.9402 14.561 12.4998 15.2512 12.5C15.9415 12.5 16.5012 11.9404 16.5012 11.25C16.5012 10.5596 15.9415 10 15.2512 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0012 2C12.4608 2 13.7372 2.7824 14.4357 3.9502C13.412 4.3308 12.5723 4.90694 11.8058 5.5H7.88592C7.59351 5.50002 7.30745 5.51415 7.0285 5.54102C7.25623 3.54817 8.94736 2.00009 11.0012 2Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,o3BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,KAAK,eACP,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-filled-radius-0-stroke-2",
|
|
19503
19503
|
"componentName": "IconPiggyBank"
|
|
19504
19504
|
},
|
|
19505
|
+
{
|
|
19506
|
+
"category": "Things",
|
|
19507
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.0012 4.5C17.5534 4.5 18.0012 4.94772 18.0012 5.5C18.0012 6.7486 18.3111 7.74591 18.841 8.4834C19.3654 9.21313 20.1545 9.75775 21.2443 10.0303C21.6892 10.1418 22.0012 10.5413 22.0012 11V14.5C22.0012 14.9587 21.6892 15.3582 21.2443 15.4697C18.9386 16.0463 17.5012 17.8015 17.5012 20C17.5012 20.5523 17.0534 21 16.5012 21H14.0012C13.571 20.9998 13.1891 20.7245 13.0529 20.3164L12.7804 19.5H9.72186L9.44939 20.3164C9.31316 20.7245 8.93144 21 8.50115 21H6.00115C5.71573 20.9999 5.44373 20.8774 5.25408 20.6641C3.09896 18.2397 1.8576 14.8581 2.05096 11.9951C2.14855 10.5503 2.6197 9.16178 3.61443 8.12695C4.62446 7.07648 6.06954 6.50015 7.88592 6.5H12.1535C13.5045 5.43173 14.8588 4.50015 17.0012 4.5ZM15.2512 10C14.561 10.0002 14.0012 10.5598 14.0012 11.25C14.0012 11.9402 14.561 12.4998 15.2512 12.5C15.9415 12.5 16.5012 11.9404 16.5012 11.25C16.5012 10.5596 15.9415 10 15.2512 10Z\" fill=\"currentColor\"/><path d=\"M11.0012 2C12.4608 2 13.7372 2.7824 14.4357 3.9502C13.412 4.3308 12.5723 4.90694 11.8058 5.5H7.88592C7.59351 5.50002 7.30745 5.51415 7.0285 5.54102C7.25623 3.54817 8.94736 2.00009 11.0012 2Z\" fill=\"currentColor\"/>",
|
|
19508
|
+
"iconName": "piggy-bank-coin, money, cashback, savings",
|
|
19509
|
+
"variant": {
|
|
19510
|
+
"join": "round",
|
|
19511
|
+
"filled": "on",
|
|
19512
|
+
"radius": "0",
|
|
19513
|
+
"stroke": "2"
|
|
19514
|
+
},
|
|
19515
|
+
"createdAt": "2026-05-22T11:02:18.919122+00:00",
|
|
19516
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
19517
|
+
"componentName": "IconPiggyBankCoin"
|
|
19518
|
+
},
|
|
19505
19519
|
{
|
|
19506
19520
|
"category": "Things",
|
|
19507
19521
|
"svg": "<path d=\"M5 3C3.34315 3 2 4.34315 2 6C2 6.71255 2.249 7.36716 2.66311 7.88118C2.32248 9.12037 2 10.6433 2 12C2 13.3567 2.32248 14.8796 2.66312 16.1188C2.249 16.6328 2 17.2874 2 18C2 19.6569 3.34315 21 5 21C5.75415 21 6.44311 20.7212 6.96946 20.2629C8.44781 20.6316 10.3338 21 12 21C13.6662 21 15.5522 20.6316 17.0305 20.2629C17.5569 20.7212 18.2458 21 19 21C20.6569 21 22 19.6569 22 18C22 17.2874 21.751 16.6328 21.3369 16.1188C21.6775 14.8796 22 13.3567 22 12C22 10.6433 21.6775 9.12037 21.3369 7.88118C21.751 7.36716 22 6.71255 22 6C22 4.34315 20.6569 3 19 3C18.2429 3 17.5515 3.28097 17.0244 3.74248C15.5363 3.37239 13.6403 3 12 3C10.3597 3 8.46371 3.37239 6.97564 3.74248C6.44851 3.28097 5.75711 3 5 3Z\" fill=\"currentColor\"/>",
|
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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.246",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-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": 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";
|