@central-icons-react-native/round-outlined-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.
@@ -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 d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=k(o,t))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var P={};h(P,{IconCurrencyLira:()=>m,default:()=>L});module.exports=x(P);var n=i(require("react"));var c=i(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>n.default.createElement(l,{...r},n.default.createElement(s.Path,{d:"M8.75 3.75V19.25C8.75 19.8023 9.19772 20.25 9.75 20.25H12C15.1985 20.25 17.8358 17.8474 18.2056 14.7484",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M5 11.5L15 7.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(s.Path,{d:"M5 15.5L15 11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),L=m;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.75 3.75V19.25C8.75 19.8023 9.19772 20.25 9.75 20.25H12C15.1985 20.25 17.8358 17.8474 18.2056 14.7484\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 11.5L15 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 15.5L15 11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,0GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M8.75 3.75V19.25C8.75 19.8023 9.19772 20.25 9.75 20.25H12C15.1985 20.25 17.8358 17.8474 18.2056 14.7484",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5 11.5L15 7.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M5 15.5L15 11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=C;export{C as IconCurrencyLira,I 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.75 3.75V19.25C8.75 19.8023 9.19772 20.25 9.75 20.25H12C15.1985 20.25 17.8358 17.8474 18.2056 14.7484\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 11.5L15 7.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5 15.5L15 11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,0GACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 c=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var t in r)C(o,t,{get:r[t],enumerable:!0})},i=(o,r,t,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of k(r))!B.call(o,e)&&e!==t&&C(o,e,{get:()=>r[e],enumerable:!(s=f(r,e))||s.enumerable});return o};var l=(o,r,t)=>(t=o!=null?c(L(o)):{},i(r||!o||!o.__esModule?C(t,"default",{value:o,enumerable:!0}):t,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconGold:()=>u,default:()=>x});module.exports=h(P);var n=l(require("react"));var a=l(require("react")),m=require("react-native-svg"),d=({children:o,size:r=24,...t})=>a.default.createElement(m.Svg,{...t,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"),u=o=>n.default.createElement(d,{...o},n.default.createElement(p.Path,{d:"M2.15353 16.9529L3.63131 12.2029C3.76138 11.7848 4.14831 11.5 4.58617 11.5H9.41383C9.85169 11.5 10.2386 11.7848 10.3687 12.2029L11.8465 16.9529C12.0467 17.5966 11.5657 18.25 10.8916 18.25H3.10839C2.43428 18.25 1.95328 17.5966 2.15353 16.9529Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.15353 10.2029L8.63131 5.45293C8.76138 5.03485 9.14831 4.75 9.58617 4.75H14.4138C14.8517 4.75 15.2386 5.03485 15.3687 5.45293L16.8465 10.2029C17.0467 10.8466 16.5657 11.5 15.8916 11.5H8.10839C7.43428 11.5 6.95328 10.8466 7.15353 10.2029Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12.1535 16.9529L13.6313 12.2029C13.7614 11.7848 14.1483 11.5 14.5862 11.5H19.4138C19.8517 11.5 20.2386 11.7848 20.3687 12.2029L21.8465 16.9529C22.0467 17.5966 21.5657 18.25 20.8916 18.25H13.1084C12.4343 18.25 11.9533 17.5966 12.1535 16.9529Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),x=u;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=\"M2.15353 16.9529L3.63131 12.2029C3.76138 11.7848 4.14831 11.5 4.58617 11.5H9.41383C9.85169 11.5 10.2386 11.7848 10.3687 12.2029L11.8465 16.9529C12.0467 17.5966 11.5657 18.25 10.8916 18.25H3.10839C2.43428 18.25 1.95328 17.5966 2.15353 16.9529Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.15353 10.2029L8.63131 5.45293C8.76138 5.03485 9.14831 4.75 9.58617 4.75H14.4138C14.8517 4.75 15.2386 5.03485 15.3687 5.45293L16.8465 10.2029C17.0467 10.8466 16.5657 11.5 15.8916 11.5H8.10839C7.43428 11.5 6.95328 10.8466 7.15353 10.2029Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.1535 16.9529L13.6313 12.2029C13.7614 11.7848 14.1483 11.5 14.5862 11.5H19.4138C19.8517 11.5 20.2386 11.7848 20.3687 12.2029L21.8465 16.9529C22.0467 17.5966 21.5657 18.25 20.8916 18.25H13.1084C12.4343 18.25 11.9533 17.5966 12.1535 16.9529Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,qPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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 r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>r.createElement(n,{...t},r.createElement(e,{d:"M2.15353 16.9529L3.63131 12.2029C3.76138 11.7848 4.14831 11.5 4.58617 11.5H9.41383C9.85169 11.5 10.2386 11.7848 10.3687 12.2029L11.8465 16.9529C12.0467 17.5966 11.5657 18.25 10.8916 18.25H3.10839C2.43428 18.25 1.95328 17.5966 2.15353 16.9529Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),r.createElement(e,{d:"M7.15353 10.2029L8.63131 5.45293C8.76138 5.03485 9.14831 4.75 9.58617 4.75H14.4138C14.8517 4.75 15.2386 5.03485 15.3687 5.45293L16.8465 10.2029C17.0467 10.8466 16.5657 11.5 15.8916 11.5H8.10839C7.43428 11.5 6.95328 10.8466 7.15353 10.2029Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),r.createElement(e,{d:"M12.1535 16.9529L13.6313 12.2029C13.7614 11.7848 14.1483 11.5 14.5862 11.5H19.4138C19.8517 11.5 20.2386 11.7848 20.3687 12.2029L21.8465 16.9529C22.0467 17.5966 21.5657 18.25 20.8916 18.25H13.1084C12.4343 18.25 11.9533 17.5966 12.1535 16.9529Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),B=i;export{i as IconGold,B 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=\"M2.15353 16.9529L3.63131 12.2029C3.76138 11.7848 4.14831 11.5 4.58617 11.5H9.41383C9.85169 11.5 10.2386 11.7848 10.3687 12.2029L11.8465 16.9529C12.0467 17.5966 11.5657 18.25 10.8916 18.25H3.10839C2.43428 18.25 1.95328 17.5966 2.15353 16.9529Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.15353 10.2029L8.63131 5.45293C8.76138 5.03485 9.14831 4.75 9.58617 4.75H14.4138C14.8517 4.75 15.2386 5.03485 15.3687 5.45293L16.8465 10.2029C17.0467 10.8466 16.5657 11.5 15.8916 11.5H8.10839C7.43428 11.5 6.95328 10.8466 7.15353 10.2029Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.1535 16.9529L13.6313 12.2029C13.7614 11.7848 14.1483 11.5 14.5862 11.5H19.4138C19.8517 11.5 20.2386 11.7848 20.3687 12.2029L21.8465 16.9529C22.0467 17.5966 21.5657 18.25 20.8916 18.25H13.1084C12.4343 18.25 11.9533 17.5966 12.1535 16.9529Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\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,qPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qPACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,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-outlined-radius-3-stroke-1.5",
8387
8387
  "componentName": "IconCurrencyEuro"
8388
8388
  },
8389
+ {
8390
+ "category": "Shopping & Payment",
8391
+ "svg": "<path d=\"M8.75 3.75V19.25C8.75 19.8023 9.19772 20.25 9.75 20.25H12C15.1985 20.25 17.8358 17.8474 18.2056 14.7484\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 11.5L15 7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M5 15.5L15 11.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
8392
+ "iconName": "currency-lira, money",
8393
+ "variant": {
8394
+ "join": "round",
8395
+ "filled": "off",
8396
+ "radius": "3",
8397
+ "stroke": "1.5"
8398
+ },
8399
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
8400
+ "packageName": "round-outlined-radius-3-stroke-1.5",
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-outlined-radius-3-stroke-1.5",
12629
12643
  "componentName": "IconGoatHead"
12630
12644
  },
12645
+ {
12646
+ "category": "Things",
12647
+ "svg": "<path d=\"M2.15353 16.9529L3.63131 12.2029C3.76138 11.7848 4.14831 11.5 4.58617 11.5H9.41383C9.85169 11.5 10.2386 11.7848 10.3687 12.2029L11.8465 16.9529C12.0467 17.5966 11.5657 18.25 10.8916 18.25H3.10839C2.43428 18.25 1.95328 17.5966 2.15353 16.9529Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M7.15353 10.2029L8.63131 5.45293C8.76138 5.03485 9.14831 4.75 9.58617 4.75H14.4138C14.8517 4.75 15.2386 5.03485 15.3687 5.45293L16.8465 10.2029C17.0467 10.8466 16.5657 11.5 15.8916 11.5H8.10839C7.43428 11.5 6.95328 10.8466 7.15353 10.2029Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12.1535 16.9529L13.6313 12.2029C13.7614 11.7848 14.1483 11.5 14.5862 11.5H19.4138C19.8517 11.5 20.2386 11.7848 20.3687 12.2029L21.8465 16.9529C22.0467 17.5966 21.5657 18.25 20.8916 18.25H13.1084C12.4343 18.25 11.9533 17.5966 12.1535 16.9529Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
12648
+ "iconName": "gold, goldbars",
12649
+ "variant": {
12650
+ "join": "round",
12651
+ "filled": "off",
12652
+ "radius": "3",
12653
+ "stroke": "1.5"
12654
+ },
12655
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
12656
+ "packageName": "round-outlined-radius-3-stroke-1.5",
12657
+ "componentName": "IconGold"
12658
+ },
12631
12659
  {
12632
12660
  "category": "Things",
12633
12661
  "svg": "<circle cx=\"12\" cy=\"10\" r=\"7.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.75 16.5V22.25L12 21.2L16.25 22.25V16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.8789 6.00008C12.4312 6.00008 12.8789 6.4478 12.8789 7.00007V13.1543C12.8789 13.6214 12.5003 14 12.0332 14C11.5661 14 11.1875 13.6214 11.1875 13.1543V7.64194C11.1875 7.62184 11.1712 7.60554 11.1511 7.60554C11.1443 7.60554 11.1376 7.60746 11.1318 7.6111L10.2828 8.14328C9.85904 8.40891 9.30859 8.10431 9.30859 7.6042C9.30859 7.38614 9.42026 7.18328 9.60449 7.06663L11.0441 6.15519C11.3031 5.9912 11.5858 6.00008 11.8789 6.00008Z\" 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-outlined-radius-3-stroke-1.5",
3
- "version": "1.1.176",
3
+ "version": "1.1.177",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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": 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";