@central-icons-react-native/round-filled-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCurrencyLira: FC<CentralIconBaseProps>;
4
+ export default IconCurrencyLira;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var C=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)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__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:"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 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=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 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,40BACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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=>e.createElement(t,{...o},e.createElement(a,{d:"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 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=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 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,40BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCurrencyLira","props","React","CentralIconBase","IconCurrencyLira_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGold: FC<CentralIconBaseProps>;
4
+ export default IconGold;
@@ -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.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z",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.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\"\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,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,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.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z",fill:"currentColor"}),o.createElement(n,{d:"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z",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.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\"\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,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,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
@@ -8386,6 +8386,20 @@
8386
8386
  "packageName": "round-filled-radius-2-stroke-2",
8387
8387
  "componentName": "IconCurrencyEuro"
8388
8388
  },
8389
+ {
8390
+ "category": "Shopping & Payment",
8391
+ "svg": "<path d=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z\" fill=\"currentColor\"/>",
8392
+ "iconName": "currency-lira, money",
8393
+ "variant": {
8394
+ "join": "round",
8395
+ "filled": "on",
8396
+ "radius": "2",
8397
+ "stroke": "2"
8398
+ },
8399
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
8400
+ "packageName": "round-filled-radius-2-stroke-2",
8401
+ "componentName": "IconCurrencyLira"
8402
+ },
8389
8403
  {
8390
8404
  "category": "Shopping & Payment",
8391
8405
  "svg": "<path d=\"M19.75 11H4.25\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.75 7H4.25\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.25 20.75V3.25H11.9167C15.1383 3.25 17.75 5.86167 17.75 9.08333C17.75 12.305 15.1383 14.9167 11.9167 14.9167H7.72727\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -12628,6 +12642,20 @@
12628
12642
  "packageName": "round-filled-radius-2-stroke-2",
12629
12643
  "componentName": "IconGoatHead"
12630
12644
  },
12645
+ {
12646
+ "category": "Things",
12647
+ "svg": "<path d=\"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\" fill=\"currentColor\"/><path d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\" fill=\"currentColor\"/><path d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\" fill=\"currentColor\"/>",
12648
+ "iconName": "gold, goldbars",
12649
+ "variant": {
12650
+ "join": "round",
12651
+ "filled": "on",
12652
+ "radius": "2",
12653
+ "stroke": "2"
12654
+ },
12655
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
12656
+ "packageName": "round-filled-radius-2-stroke-2",
12657
+ "componentName": "IconGold"
12658
+ },
12631
12659
  {
12632
12660
  "category": "Things",
12633
12661
  "svg": "<path d=\"M16.5 22C16.5 22.3138 16.3531 22.6099 16.1025 22.7988C15.8521 22.9877 15.5272 23.048 15.2256 22.9619L12 22.04L8.77441 22.9619C8.47281 23.048 8.14787 22.9877 7.89746 22.7988C7.64695 22.6099 7.5 22.3138 7.5 22V18.6182C8.83945 19.34 10.3718 19.75 12 19.75C13.6282 19.75 15.1605 19.34 16.5 18.6182V22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.5563 2 20.25 5.69365 20.25 10.25C20.25 14.8063 16.5563 18.5 12 18.5C7.44365 18.5 3.75 14.8063 3.75 10.25C3.75 5.69365 7.44365 2 12 2ZM11.8174 6.25C11.4441 6.25 11.0777 6.35466 10.7607 6.55176L9.61035 7.2666C9.4007 7.39706 9.27344 7.62708 9.27344 7.87402C9.27362 8.43209 9.88514 8.77452 10.3613 8.4834L11.0537 8.05957C11.0594 8.05614 11.0666 8.05469 11.0732 8.05469C11.0931 8.05492 11.1091 8.07097 11.1094 8.09082V13.2852C11.1094 13.818 11.5414 14.25 12.0742 14.25C12.6071 14.25 13.0391 13.818 13.0391 13.2852V7.25C13.0391 6.69772 12.5913 6.25 12.0391 6.25H11.8174Z\" 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-2-stroke-2",
3
- "version": "1.1.176",
3
+ "version": "1.1.177",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1914,
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": 69,
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": 133,
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";