@central-icons-react-native/round-filled-radius-1-stroke-1 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 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.49989 3C8.77598 3.00006 8.99989 3.2239 8.99989 3.5V10.2451L15.3348 8.02832C15.5954 7.9372 15.8804 8.07437 15.9716 8.33496C16.0627 8.59554 15.9255 8.88043 15.6649 8.97168L8.99989 11.3037V13.2451L15.3348 11.0283C15.5954 10.9372 15.8804 11.0744 15.9716 11.335C16.0627 11.5955 15.9255 11.8804 15.6649 11.9717L8.99989 14.3037V19.5C8.99989 19.7761 9.22374 20 9.49989 20H12.4999C15.5374 19.9999 17.9999 17.5375 17.9999 14.5C17.9999 14.2239 18.2237 14 18.4999 14C18.776 14.0001 18.9999 14.2239 18.9999 14.5C18.9999 18.0898 16.0897 20.9999 12.4999 21H9.49989C8.67146 21 7.99989 20.3284 7.99989 19.5V14.6543L5.66493 15.4717C5.40431 15.5629 5.11944 15.4256 5.02821 15.165C4.93701 14.9044 5.07422 14.6195 5.33485 14.5283L7.99989 13.5947V11.6543L5.66493 12.4717C5.40431 12.5629 5.11944 12.4256 5.02821 12.165C4.93701 11.9044 5.07422 11.6195 5.33485 11.5283L7.99989 10.5947V3.5C7.99989 3.22386 8.22374 3 8.49989 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.49989 3C8.77598 3.00006 8.99989 3.2239 8.99989 3.5V10.2451L15.3348 8.02832C15.5954 7.9372 15.8804 8.07437 15.9716 8.33496C16.0627 8.59554 15.9255 8.88043 15.6649 8.97168L8.99989 11.3037V13.2451L15.3348 11.0283C15.5954 10.9372 15.8804 11.0744 15.9716 11.335C16.0627 11.5955 15.9255 11.8804 15.6649 11.9717L8.99989 14.3037V19.5C8.99989 19.7761 9.22374 20 9.49989 20H12.4999C15.5374 19.9999 17.9999 17.5375 17.9999 14.5C17.9999 14.2239 18.2237 14 18.4999 14C18.776 14.0001 18.9999 14.2239 18.9999 14.5C18.9999 18.0898 16.0897 20.9999 12.4999 21H9.49989C8.67146 21 7.99989 20.3284 7.99989 19.5V14.6543L5.66493 15.4717C5.40431 15.5629 5.11944 15.4256 5.02821 15.165C4.93701 14.9044 5.07422 14.6195 5.33485 14.5283L7.99989 13.5947V11.6543L5.66493 12.4717C5.40431 12.5629 5.11944 12.4256 5.02821 12.165C4.93701 11.9044 5.07422 11.6195 5.33485 11.5283L7.99989 10.5947V3.5C7.99989 3.22386 8.22374 3 8.49989 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,04BACF,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.49989 3C8.77598 3.00006 8.99989 3.2239 8.99989 3.5V10.2451L15.3348 8.02832C15.5954 7.9372 15.8804 8.07437 15.9716 8.33496C16.0627 8.59554 15.9255 8.88043 15.6649 8.97168L8.99989 11.3037V13.2451L15.3348 11.0283C15.5954 10.9372 15.8804 11.0744 15.9716 11.335C16.0627 11.5955 15.9255 11.8804 15.6649 11.9717L8.99989 14.3037V19.5C8.99989 19.7761 9.22374 20 9.49989 20H12.4999C15.5374 19.9999 17.9999 17.5375 17.9999 14.5C17.9999 14.2239 18.2237 14 18.4999 14C18.776 14.0001 18.9999 14.2239 18.9999 14.5C18.9999 18.0898 16.0897 20.9999 12.4999 21H9.49989C8.67146 21 7.99989 20.3284 7.99989 19.5V14.6543L5.66493 15.4717C5.40431 15.5629 5.11944 15.4256 5.02821 15.165C4.93701 14.9044 5.07422 14.6195 5.33485 14.5283L7.99989 13.5947V11.6543L5.66493 12.4717C5.40431 12.5629 5.11944 12.4256 5.02821 12.165C4.93701 11.9044 5.07422 11.6195 5.33485 11.5283L7.99989 10.5947V3.5C7.99989 3.22386 8.22374 3 8.49989 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.49989 3C8.77598 3.00006 8.99989 3.2239 8.99989 3.5V10.2451L15.3348 8.02832C15.5954 7.9372 15.8804 8.07437 15.9716 8.33496C16.0627 8.59554 15.9255 8.88043 15.6649 8.97168L8.99989 11.3037V13.2451L15.3348 11.0283C15.5954 10.9372 15.8804 11.0744 15.9716 11.335C16.0627 11.5955 15.9255 11.8804 15.6649 11.9717L8.99989 14.3037V19.5C8.99989 19.7761 9.22374 20 9.49989 20H12.4999C15.5374 19.9999 17.9999 17.5375 17.9999 14.5C17.9999 14.2239 18.2237 14 18.4999 14C18.776 14.0001 18.9999 14.2239 18.9999 14.5C18.9999 18.0898 16.0897 20.9999 12.4999 21H9.49989C8.67146 21 7.99989 20.3284 7.99989 19.5V14.6543L5.66493 15.4717C5.40431 15.5629 5.11944 15.4256 5.02821 15.165C4.93701 14.9044 5.07422 14.6195 5.33485 14.5283L7.99989 13.5947V11.6543L5.66493 12.4717C5.40431 12.5629 5.11944 12.4256 5.02821 12.165C4.93701 11.9044 5.07422 11.6195 5.33485 11.5283L7.99989 10.5947V3.5C7.99989 3.22386 8.22374 3 8.49989 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,04BACF,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.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z",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.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z\"\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,8NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+NACF,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.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z",fill:"currentColor"}),o.createElement(n,{d:"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z",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.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z\"\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,8NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,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-1-stroke-1",
8387
8387
  "componentName": "IconCurrencyEuro"
8388
8388
  },
8389
+ {
8390
+ "category": "Shopping & Payment",
8391
+ "svg": "<path d=\"M8.49989 3C8.77598 3.00006 8.99989 3.2239 8.99989 3.5V10.2451L15.3348 8.02832C15.5954 7.9372 15.8804 8.07437 15.9716 8.33496C16.0627 8.59554 15.9255 8.88043 15.6649 8.97168L8.99989 11.3037V13.2451L15.3348 11.0283C15.5954 10.9372 15.8804 11.0744 15.9716 11.335C16.0627 11.5955 15.9255 11.8804 15.6649 11.9717L8.99989 14.3037V19.5C8.99989 19.7761 9.22374 20 9.49989 20H12.4999C15.5374 19.9999 17.9999 17.5375 17.9999 14.5C17.9999 14.2239 18.2237 14 18.4999 14C18.776 14.0001 18.9999 14.2239 18.9999 14.5C18.9999 18.0898 16.0897 20.9999 12.4999 21H9.49989C8.67146 21 7.99989 20.3284 7.99989 19.5V14.6543L5.66493 15.4717C5.40431 15.5629 5.11944 15.4256 5.02821 15.165C4.93701 14.9044 5.07422 14.6195 5.33485 14.5283L7.99989 13.5947V11.6543L5.66493 12.4717C5.40431 12.5629 5.11944 12.4256 5.02821 12.165C4.93701 11.9044 5.07422 11.6195 5.33485 11.5283L7.99989 10.5947V3.5C7.99989 3.22386 8.22374 3 8.49989 3Z\" fill=\"currentColor\"/>",
8392
+ "iconName": "currency-lira, money",
8393
+ "variant": {
8394
+ "join": "round",
8395
+ "filled": "on",
8396
+ "radius": "1",
8397
+ "stroke": "1"
8398
+ },
8399
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
8400
+ "packageName": "round-filled-radius-1-stroke-1",
8401
+ "componentName": "IconCurrencyLira"
8402
+ },
8389
8403
  {
8390
8404
  "category": "Shopping & Payment",
8391
8405
  "svg": "<path d=\"M20.25 10.75H3.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 6.75H3.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.75 21.25V2.75H12.4044C15.7137 2.75 18.3981 5.42937 18.4044 8.73864C18.4107 12.0568 15.7226 14.75 12.4044 14.75H7.29546\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -12628,6 +12642,20 @@
12628
12642
  "packageName": "round-filled-radius-1-stroke-1",
12629
12643
  "componentName": "IconGoatHead"
12630
12644
  },
12645
+ {
12646
+ "category": "Things",
12647
+ "svg": "<path d=\"M8.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z\" fill=\"currentColor\"/><path d=\"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z\" fill=\"currentColor\"/><path d=\"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z\" fill=\"currentColor\"/>",
12648
+ "iconName": "gold, goldbars",
12649
+ "variant": {
12650
+ "join": "round",
12651
+ "filled": "on",
12652
+ "radius": "1",
12653
+ "stroke": "1"
12654
+ },
12655
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
12656
+ "packageName": "round-filled-radius-1-stroke-1",
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.2939V17.832C8.83208 18.5753 10.3663 19 12 19C13.6337 19 15.1679 18.5753 16.5 17.832V22.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.7656 5.75C11.5898 5.75006 11.4177 5.8013 11.2705 5.89746L9.71973 6.91113C9.58299 7.00051 9.50007 7.15306 9.5 7.31641C9.5 7.70098 9.92703 7.93196 10.249 7.72168L11.4053 6.9668C11.4111 6.96303 11.4179 6.96094 11.4248 6.96094C11.4448 6.96094 11.4609 6.97712 11.4609 6.99707V13.1445C11.4609 13.4789 11.732 13.75 12.0664 13.75C12.4008 13.75 12.6719 13.4789 12.6719 13.1445V6.65625C12.6719 6.1559 12.266 5.75 11.7656 5.75Z\" 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-1-stroke-1",
3
- "version": "1.1.176",
3
+ "version": "1.1.177",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/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";