@central-icons-react-native/round-filled-radius-3-stroke-1.5 1.1.176 → 1.1.177
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/IconCurrencyLira/index.d.ts +4 -0
- package/IconCurrencyLira/index.js +2 -0
- package/IconCurrencyLira/index.js.map +1 -0
- package/IconCurrencyLira/index.mjs +2 -0
- package/IconCurrencyLira/index.mjs.map +1 -0
- package/IconGold/index.d.ts +4 -0
- package/IconGold/index.js +2 -0
- package/IconGold/index.js.map +1 -0
- package/IconGold/index.mjs +2 -0
- package/IconGold/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!x.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(p=u(o,C))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconCurrencyLira:()=>L,default:()=>V});module.exports=g(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),L=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.25C9.50004 19.3881 9.61199 19.5 9.75004 19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H9.75004C8.78356 21 8.00004 20.2165 8.00004 19.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z",fill:"currentColor"})),V=L;0&&(module.exports={IconCurrencyLira});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCurrencyLira/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 IconCurrencyLira: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.25C9.50004 19.3881 9.61199 19.5 9.75004 19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H9.75004C8.78356 21 8.00004 20.2165 8.00004 19.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCurrencyLira;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,q4BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCurrencyLira_exports","__export","IconCurrencyLira","IconCurrencyLira_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCurrencyLira","props","React","CentralIconBase","IconCurrencyLira_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>C.createElement(t,{...o},C.createElement(a,{d:"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.25C9.50004 19.3881 9.61199 19.5 9.75004 19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H9.75004C8.78356 21 8.00004 20.2165 8.00004 19.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z",fill:"currentColor"})),x=l;export{l as IconCurrencyLira,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCurrencyLira/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 IconCurrencyLira: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.25C9.50004 19.3881 9.61199 19.5 9.75004 19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H9.75004C8.78356 21 8.00004 20.2165 8.00004 19.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCurrencyLira;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,q4BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCurrencyLira","props","React","CentralIconBase","IconCurrencyLira_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var L={};d(L,{IconGold:()=>i,default:()=>H});module.exports=g(L);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z",fill:"currentColor"})),H=i;0&&(module.exports={IconGold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGold/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 IconGold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGold;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGold_exports","__export","IconGold","IconGold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGold","props","React","CentralIconBase","IconGold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z",fill:"currentColor"}),o.createElement(n,{d:"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z",fill:"currentColor"}),o.createElement(n,{d:"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z",fill:"currentColor"})),P=a;export{a as IconGold,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGold/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 IconGold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGold;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGold","props","React","CentralIconBase","IconGold_default"]}
|
package/README.md
CHANGED
|
@@ -1530,6 +1530,7 @@ Below is a complete list of available icons:
|
|
|
1530
1530
|
- IconCreditCardAdd
|
|
1531
1531
|
- IconCurrencyDollar
|
|
1532
1532
|
- IconCurrencyEuro
|
|
1533
|
+
- IconCurrencyLira
|
|
1533
1534
|
- IconCurrencyPesos
|
|
1534
1535
|
- IconCurrencyPounds
|
|
1535
1536
|
- IconCurrencyRupees
|
|
@@ -1898,6 +1899,7 @@ Below is a complete list of available icons:
|
|
|
1898
1899
|
- IconForYou
|
|
1899
1900
|
- IconGalaxy
|
|
1900
1901
|
- IconGoatHead
|
|
1902
|
+
- IconGold
|
|
1901
1903
|
- IconGoldMedal
|
|
1902
1904
|
- IconGraduateCap
|
|
1903
1905
|
- IconInfinity
|
package/filtered-icons.json
CHANGED
|
@@ -8386,6 +8386,20 @@
|
|
|
8386
8386
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
8387
8387
|
"componentName": "IconCurrencyEuro"
|
|
8388
8388
|
},
|
|
8389
|
+
{
|
|
8390
|
+
"category": "Shopping & Payment",
|
|
8391
|
+
"svg": "<path d=\"M8.75004 3C9.16425 3 9.50004 3.33579 9.50004 3.75V8.8916L14.7217 6.80371C15.1063 6.65 15.5425 6.83716 15.6963 7.22168C15.85 7.60623 15.6629 8.04248 15.2784 8.19629L9.50004 10.5068V12.8916L14.7217 10.8037C15.1063 10.65 15.5425 10.8372 15.6963 11.2217C15.85 11.6062 15.6629 12.0425 15.2784 12.1963L9.50004 14.5068V19.25C9.50004 19.3881 9.61199 19.5 9.75004 19.5H12C14.8142 19.5 17.1356 17.3855 17.461 14.6592C17.5102 14.2481 17.8838 13.9549 18.295 14.0039C18.7059 14.0532 18.9991 14.4259 18.9502 14.8369C18.5359 18.3085 15.5829 21 12 21H9.75004C8.78356 21 8.00004 20.2165 8.00004 19.25V15.1074L5.27836 16.1963C4.89382 16.35 4.45756 16.1628 4.30375 15.7783C4.15006 15.3938 4.33722 14.9575 4.72172 14.8037L8.00004 13.4922V11.1074L5.27836 12.1963C4.89382 12.35 4.45756 12.1628 4.30375 11.7783C4.15006 11.3938 4.33722 10.9575 4.72172 10.8037L8.00004 9.49219V3.75C8.00004 3.3358 8.33585 3.00003 8.75004 3Z\" fill=\"currentColor\"/>",
|
|
8392
|
+
"iconName": "currency-lira, money",
|
|
8393
|
+
"variant": {
|
|
8394
|
+
"join": "round",
|
|
8395
|
+
"filled": "on",
|
|
8396
|
+
"radius": "3",
|
|
8397
|
+
"stroke": "1.5"
|
|
8398
|
+
},
|
|
8399
|
+
"createdAt": "2026-04-02T10:01:50.480392+00:00",
|
|
8400
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
8401
|
+
"componentName": "IconCurrencyLira"
|
|
8402
|
+
},
|
|
8389
8403
|
{
|
|
8390
8404
|
"category": "Shopping & Payment",
|
|
8391
8405
|
"svg": "<path d=\"M20 11H4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 7H4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 21V3H12C15.3137 3 18 5.68629 18 9C18 12.3137 15.3137 15 12 15H7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12628,6 +12642,20 @@
|
|
|
12628
12642
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
12629
12643
|
"componentName": "IconGoatHead"
|
|
12630
12644
|
},
|
|
12645
|
+
{
|
|
12646
|
+
"category": "Things",
|
|
12647
|
+
"svg": "<path d=\"M8.24744 12.5C8.98532 12.5 9.64391 12.963 9.89393 13.6572L10.974 16.6572C11.3846 17.7976 10.5396 19 9.32752 19H3.17322C1.96146 18.9997 1.11637 17.7974 1.52674 16.6572L2.60682 13.6572C2.85674 12.9631 3.51556 12.5002 4.2533 12.5H8.24744Z\" fill=\"currentColor\"/><path d=\"M19.7474 12.5C20.4853 12.5 21.1439 12.963 21.3939 13.6572L22.474 16.6572C22.8846 17.7976 22.0396 19 20.8275 19H14.6732C13.4615 18.9997 12.6164 17.7974 13.0267 16.6572L14.1068 13.6572C14.3567 12.9631 15.0156 12.5002 15.7533 12.5H19.7474Z\" fill=\"currentColor\"/><path d=\"M13.9974 4.5C14.7353 4.5 15.3939 4.96302 15.6439 5.65723L16.724 8.65723C17.1346 9.79763 16.2896 11 15.0775 11H8.92322C7.71146 10.9997 6.86637 9.79745 7.27674 8.65723L8.35682 5.65723C8.60674 4.96308 9.26556 4.50019 10.0033 4.5H13.9974Z\" fill=\"currentColor\"/>",
|
|
12648
|
+
"iconName": "gold, goldbars",
|
|
12649
|
+
"variant": {
|
|
12650
|
+
"join": "round",
|
|
12651
|
+
"filled": "on",
|
|
12652
|
+
"radius": "3",
|
|
12653
|
+
"stroke": "1.5"
|
|
12654
|
+
},
|
|
12655
|
+
"createdAt": "2026-04-02T10:01:50.480392+00:00",
|
|
12656
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
12657
|
+
"componentName": "IconGold"
|
|
12658
|
+
},
|
|
12631
12659
|
{
|
|
12632
12660
|
"category": "Things",
|
|
12633
12661
|
"svg": "<path d=\"M16.5 22.2939C16.5 22.79 16.0268 23.1495 15.5488 23.0166L12.2012 22.0859C12.0697 22.0494 11.9303 22.0494 11.7988 22.0859L8.45117 23.0166C7.97324 23.1495 7.5 22.79 7.5 22.2939V18.3984C8.84659 19.1005 10.3763 19.5 12 19.5C13.6237 19.5 15.1534 19.1005 16.5 18.3984V22.2939Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.5C16.5563 1.5 20.25 5.19365 20.25 9.75C20.25 14.3063 16.5563 18 12 18C7.44365 18 3.75 14.3063 3.75 9.75C3.75 5.19365 7.44365 1.5 12 1.5ZM11.7314 5.75C11.54 5.75007 11.3525 5.8048 11.1914 5.9082L9.70703 6.8623C9.54691 6.96533 9.45026 7.1426 9.4502 7.33301C9.4502 7.77535 9.93876 8.04282 10.3115 7.80469L11.3125 7.16602C11.3183 7.16236 11.3252 7.16016 11.332 7.16016C11.3519 7.16034 11.3681 7.17643 11.3682 7.19629V13.0254C11.3682 13.4256 11.6926 13.75 12.0928 13.75C12.4929 13.7499 12.8174 13.4255 12.8174 13.0254V6.75C12.8174 6.19778 12.3696 5.75011 11.8174 5.75H11.7314Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -598,6 +598,7 @@ export type CentralIconName =
|
|
|
598
598
|
| "IconCupHot"
|
|
599
599
|
| "IconCurrencyDollar"
|
|
600
600
|
| "IconCurrencyEuro"
|
|
601
|
+
| "IconCurrencyLira"
|
|
601
602
|
| "IconCurrencyPesos"
|
|
602
603
|
| "IconCurrencyPounds"
|
|
603
604
|
| "IconCurrencyRupees"
|
|
@@ -901,6 +902,7 @@ export type CentralIconName =
|
|
|
901
902
|
| "IconGlobe"
|
|
902
903
|
| "IconGlobe2"
|
|
903
904
|
| "IconGoatHead"
|
|
905
|
+
| "IconGold"
|
|
904
906
|
| "IconGoldMedal"
|
|
905
907
|
| "IconGolfBall"
|
|
906
908
|
| "IconGooey"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.177",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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":
|
|
14
|
+
"totalIcons": 1916,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 74,
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
]
|
|
1436
1436
|
},
|
|
1437
1437
|
"Shopping & Payment": {
|
|
1438
|
-
"count":
|
|
1438
|
+
"count": 70,
|
|
1439
1439
|
"icons": [
|
|
1440
1440
|
"Icon3dPackage",
|
|
1441
1441
|
"IconAddToBasket",
|
|
@@ -1454,6 +1454,7 @@
|
|
|
1454
1454
|
"IconCreditCardAdd",
|
|
1455
1455
|
"IconCurrencyDollar",
|
|
1456
1456
|
"IconCurrencyEuro",
|
|
1457
|
+
"IconCurrencyLira",
|
|
1457
1458
|
"IconCurrencyPesos",
|
|
1458
1459
|
"IconCurrencyPounds",
|
|
1459
1460
|
"IconCurrencyRupees",
|
|
@@ -1778,7 +1779,7 @@
|
|
|
1778
1779
|
]
|
|
1779
1780
|
},
|
|
1780
1781
|
"Things": {
|
|
1781
|
-
"count":
|
|
1782
|
+
"count": 134,
|
|
1782
1783
|
"icons": [
|
|
1783
1784
|
"IconAnvil",
|
|
1784
1785
|
"IconApps",
|
|
@@ -1832,6 +1833,7 @@
|
|
|
1832
1833
|
"IconForYou",
|
|
1833
1834
|
"IconGalaxy",
|
|
1834
1835
|
"IconGoatHead",
|
|
1836
|
+
"IconGold",
|
|
1835
1837
|
"IconGoldMedal",
|
|
1836
1838
|
"IconGraduateCap",
|
|
1837
1839
|
"IconInfinity",
|
|
@@ -2715,6 +2717,7 @@
|
|
|
2715
2717
|
"IconCupHot": "cup-hot, coffee, tea, milk, mug",
|
|
2716
2718
|
"IconCurrencyDollar": "currency-dollar, money",
|
|
2717
2719
|
"IconCurrencyEuro": "currency-euro, money",
|
|
2720
|
+
"IconCurrencyLira": "currency-lira, money",
|
|
2718
2721
|
"IconCurrencyPesos": "currency-pesos, money",
|
|
2719
2722
|
"IconCurrencyPounds": "currency-pounds, money",
|
|
2720
2723
|
"IconCurrencyRupees": "currency-rupees, money",
|
|
@@ -3018,6 +3021,7 @@
|
|
|
3018
3021
|
"IconGlobe": "globe, network, translate",
|
|
3019
3022
|
"IconGlobe2": "globe-2, network, translate",
|
|
3020
3023
|
"IconGoatHead": "goat-head, goated",
|
|
3024
|
+
"IconGold": "gold, goldbars",
|
|
3021
3025
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
3022
3026
|
"IconGolfBall": "golf-ball",
|
|
3023
3027
|
"IconGooey": "gooey, morph, liquid-glass",
|
package/index.d.ts
CHANGED
|
@@ -597,6 +597,7 @@ export { IconCup, default as IconCupDefault } from "./IconCup";
|
|
|
597
597
|
export { IconCupHot, default as IconCupHotDefault } from "./IconCupHot";
|
|
598
598
|
export { IconCurrencyDollar, default as IconCurrencyDollarDefault, } from "./IconCurrencyDollar";
|
|
599
599
|
export { IconCurrencyEuro, default as IconCurrencyEuroDefault, } from "./IconCurrencyEuro";
|
|
600
|
+
export { IconCurrencyLira, default as IconCurrencyLiraDefault, } from "./IconCurrencyLira";
|
|
600
601
|
export { IconCurrencyPesos, default as IconCurrencyPesosDefault, } from "./IconCurrencyPesos";
|
|
601
602
|
export { IconCurrencyPounds, default as IconCurrencyPoundsDefault, } from "./IconCurrencyPounds";
|
|
602
603
|
export { IconCurrencyRupees, default as IconCurrencyRupeesDefault, } from "./IconCurrencyRupees";
|
|
@@ -900,6 +901,7 @@ export { IconGlassWater, default as IconGlassWaterDefault, } from "./IconGlassWa
|
|
|
900
901
|
export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
|
|
901
902
|
export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
|
|
902
903
|
export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
|
|
904
|
+
export { IconGold, default as IconGoldDefault } from "./IconGold";
|
|
903
905
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
904
906
|
export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
|
|
905
907
|
export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
|