@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.175 → 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 n=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)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconCurrencyLira:()=>f,default:()=>V});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),L=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(L.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 c=require("react-native-svg"),f=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{d:"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z",fill:"currentColor"})),V=f;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=\"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z\"\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,+RACF,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 p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(C,{d:"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z",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=\"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z\"\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,+RACF,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 IconFlowerShape: FC<CentralIconBaseProps>;
4
+ export default IconFlowerShape;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=i(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var F={};g(F,{IconFlowerShape:()=>B,default:()=>v});module.exports=h(F);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),B=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.9998 1.78613C14.2485 1.78621 16.1861 3.10839 17.0818 5.01562C19.1726 5.27819 21.0285 6.71288 21.7234 8.85156C22.4181 10.99 21.7593 13.2404 20.2225 14.6816C20.6192 16.7514 19.829 18.9602 18.0096 20.2822C16.1902 21.604 13.8456 21.6729 11.9998 20.6562C10.154 21.6729 7.8094 21.604 5.99003 20.2822C4.17057 18.9603 3.37945 16.7514 3.77616 14.6816C2.23956 13.2404 1.58152 10.9899 2.27616 8.85156C2.97099 6.71317 4.82636 5.27843 6.91679 5.01562C7.81251 3.10817 9.75093 1.78613 11.9998 1.78613Z",fill:"currentColor"})),v=B;0&&(module.exports={IconFlowerShape});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFlowerShape/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 IconFlowerShape: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9998 1.78613C14.2485 1.78621 16.1861 3.10839 17.0818 5.01562C19.1726 5.27819 21.0285 6.71288 21.7234 8.85156C22.4181 10.99 21.7593 13.2404 20.2225 14.6816C20.6192 16.7514 19.829 18.9602 18.0096 20.2822C16.1902 21.604 13.8456 21.6729 11.9998 20.6562C10.154 21.6729 7.8094 21.604 5.99003 20.2822C4.17057 18.9603 3.37945 16.7514 3.77616 14.6816C2.23956 13.2404 1.58152 10.9899 2.27616 8.85156C2.97099 6.71317 4.82636 5.27843 6.91679 5.01562C7.81251 3.10817 9.75093 1.78613 11.9998 1.78613Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlowerShape;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6eACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFlowerShape_exports","__export","IconFlowerShape","IconFlowerShape_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFlowerShape","props","React","CentralIconBase","IconFlowerShape_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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=>t.createElement(e,{...o},t.createElement(a,{d:"M11.9998 1.78613C14.2485 1.78621 16.1861 3.10839 17.0818 5.01562C19.1726 5.27819 21.0285 6.71288 21.7234 8.85156C22.4181 10.99 21.7593 13.2404 20.2225 14.6816C20.6192 16.7514 19.829 18.9602 18.0096 20.2822C16.1902 21.604 13.8456 21.6729 11.9998 20.6562C10.154 21.6729 7.8094 21.604 5.99003 20.2822C4.17057 18.9603 3.37945 16.7514 3.77616 14.6816C2.23956 13.2404 1.58152 10.9899 2.27616 8.85156C2.97099 6.71317 4.82636 5.27843 6.91679 5.01562C7.81251 3.10817 9.75093 1.78613 11.9998 1.78613Z",fill:"currentColor"})),P=l;export{l as IconFlowerShape,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFlowerShape/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 IconFlowerShape: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9998 1.78613C14.2485 1.78621 16.1861 3.10839 17.0818 5.01562C19.1726 5.27819 21.0285 6.71288 21.7234 8.85156C22.4181 10.99 21.7593 13.2404 20.2225 14.6816C20.6192 16.7514 19.829 18.9602 18.0096 20.2822C16.1902 21.604 13.8456 21.6729 11.9998 20.6562C10.154 21.6729 7.8094 21.604 5.99003 20.2822C4.17057 18.9603 3.37945 16.7514 3.77616 14.6816C2.23956 13.2404 1.58152 10.9899 2.27616 8.85156C2.97099 6.71317 4.82636 5.27843 6.91679 5.01562C7.81251 3.10817 9.75093 1.78613 11.9998 1.78613Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlowerShape;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6eACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlowerShape","props","React","CentralIconBase","IconFlowerShape_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGamecontroller: FC<CentralIconBaseProps>;
4
+ export default IconGamecontroller;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of H(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=B(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconGamecontroller:()=>i,default:()=>P});module.exports=x(g);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(s,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 3.99991C14.2573 3.99991 15.1524 3.99926 15.8828 4.05264C16.6256 4.10696 17.2663 4.22095 17.8769 4.48135C18.8716 4.90577 19.7338 5.59088 20.371 6.46475C20.7621 7.0011 21.0163 7.59985 21.2363 8.31143C21.4525 9.01111 21.653 9.88357 21.9052 10.9765L22.9384 15.4521C23.3579 17.2696 22.379 19.1197 20.6406 19.7958C18.8689 20.4846 16.8613 19.7407 15.9667 18.0634L15.3994 16.9999H8.60053L8.03315 18.0634C7.13856 19.7407 5.13107 20.4847 3.35932 19.7958C1.62097 19.1197 0.642052 17.2695 1.06147 15.4521L2.09467 10.9765C2.34689 9.88354 2.54735 9.01113 2.76362 8.31143C2.98359 7.59981 3.23779 7.00112 3.62885 6.46475C4.26603 5.59085 5.12823 4.9058 6.12299 4.48135C6.73355 4.22091 7.37429 4.10697 8.11713 4.05264C8.84751 3.99925 9.74261 3.99991 10.8642 3.99991H13.1357ZM16.9999 10.7001C16.3372 10.7001 15.7997 11.2376 15.7997 11.9003C15.7998 12.563 16.3372 13.1005 16.9999 13.1005C17.6627 13.1005 18.2001 12.563 18.2001 11.9003C18.2001 11.2376 17.6627 10.7001 16.9999 10.7001ZM7.65033 7.99991V9.6503H5.99994V11.3495H7.65033V12.9999H9.34955V11.3495H10.9999V9.6503H9.34955V7.99991H7.65033ZM14.9999 7.9003C14.3373 7.9003 13.8 8.43695 13.7997 9.09952C13.7997 9.76226 14.3372 10.2997 14.9999 10.2997C15.6627 10.2997 16.2001 9.76226 16.2001 9.09952C16.1999 8.43696 15.6626 7.9003 14.9999 7.9003Z",fill:"currentColor"})),P=i;0&&(module.exports={IconGamecontroller});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGamecontroller/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 IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.1357 3.99991C14.2573 3.99991 15.1524 3.99926 15.8828 4.05264C16.6256 4.10696 17.2663 4.22095 17.8769 4.48135C18.8716 4.90577 19.7338 5.59088 20.371 6.46475C20.7621 7.0011 21.0163 7.59985 21.2363 8.31143C21.4525 9.01111 21.653 9.88357 21.9052 10.9765L22.9384 15.4521C23.3579 17.2696 22.379 19.1197 20.6406 19.7958C18.8689 20.4846 16.8613 19.7407 15.9667 18.0634L15.3994 16.9999H8.60053L8.03315 18.0634C7.13856 19.7407 5.13107 20.4847 3.35932 19.7958C1.62097 19.1197 0.642052 17.2695 1.06147 15.4521L2.09467 10.9765C2.34689 9.88354 2.54735 9.01113 2.76362 8.31143C2.98359 7.59981 3.23779 7.00112 3.62885 6.46475C4.26603 5.59085 5.12823 4.9058 6.12299 4.48135C6.73355 4.22091 7.37429 4.10697 8.11713 4.05264C8.84751 3.99925 9.74261 3.99991 10.8642 3.99991H13.1357ZM16.9999 10.7001C16.3372 10.7001 15.7997 11.2376 15.7997 11.9003C15.7998 12.563 16.3372 13.1005 16.9999 13.1005C17.6627 13.1005 18.2001 12.563 18.2001 11.9003C18.2001 11.2376 17.6627 10.7001 16.9999 10.7001ZM7.65033 7.99991V9.6503H5.99994V11.3495H7.65033V12.9999H9.34955V11.3495H10.9999V9.6503H9.34955V7.99991H7.65033ZM14.9999 7.9003C14.3373 7.9003 13.8 8.43695 13.7997 9.09952C13.7997 9.76226 14.3372 10.2997 14.9999 10.2997C15.6627 10.2997 16.2001 9.76226 16.2001 9.09952C16.1999 8.43696 15.6626 7.9003 14.9999 7.9003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGamecontroller;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wwCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGamecontroller_exports","__export","IconGamecontroller","IconGamecontroller_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 3.99991C14.2573 3.99991 15.1524 3.99926 15.8828 4.05264C16.6256 4.10696 17.2663 4.22095 17.8769 4.48135C18.8716 4.90577 19.7338 5.59088 20.371 6.46475C20.7621 7.0011 21.0163 7.59985 21.2363 8.31143C21.4525 9.01111 21.653 9.88357 21.9052 10.9765L22.9384 15.4521C23.3579 17.2696 22.379 19.1197 20.6406 19.7958C18.8689 20.4846 16.8613 19.7407 15.9667 18.0634L15.3994 16.9999H8.60053L8.03315 18.0634C7.13856 19.7407 5.13107 20.4847 3.35932 19.7958C1.62097 19.1197 0.642052 17.2695 1.06147 15.4521L2.09467 10.9765C2.34689 9.88354 2.54735 9.01113 2.76362 8.31143C2.98359 7.59981 3.23779 7.00112 3.62885 6.46475C4.26603 5.59085 5.12823 4.9058 6.12299 4.48135C6.73355 4.22091 7.37429 4.10697 8.11713 4.05264C8.84751 3.99925 9.74261 3.99991 10.8642 3.99991H13.1357ZM16.9999 10.7001C16.3372 10.7001 15.7997 11.2376 15.7997 11.9003C15.7998 12.563 16.3372 13.1005 16.9999 13.1005C17.6627 13.1005 18.2001 12.563 18.2001 11.9003C18.2001 11.2376 17.6627 10.7001 16.9999 10.7001ZM7.65033 7.99991V9.6503H5.99994V11.3495H7.65033V12.9999H9.34955V11.3495H10.9999V9.6503H9.34955V7.99991H7.65033ZM14.9999 7.9003C14.3373 7.9003 13.8 8.43695 13.7997 9.09952C13.7997 9.76226 14.3372 10.2997 14.9999 10.2997C15.6627 10.2997 16.2001 9.76226 16.2001 9.09952C16.1999 8.43696 15.6626 7.9003 14.9999 7.9003Z",fill:"currentColor"})),d=a;export{a as IconGamecontroller,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGamecontroller/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 IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.1357 3.99991C14.2573 3.99991 15.1524 3.99926 15.8828 4.05264C16.6256 4.10696 17.2663 4.22095 17.8769 4.48135C18.8716 4.90577 19.7338 5.59088 20.371 6.46475C20.7621 7.0011 21.0163 7.59985 21.2363 8.31143C21.4525 9.01111 21.653 9.88357 21.9052 10.9765L22.9384 15.4521C23.3579 17.2696 22.379 19.1197 20.6406 19.7958C18.8689 20.4846 16.8613 19.7407 15.9667 18.0634L15.3994 16.9999H8.60053L8.03315 18.0634C7.13856 19.7407 5.13107 20.4847 3.35932 19.7958C1.62097 19.1197 0.642052 17.2695 1.06147 15.4521L2.09467 10.9765C2.34689 9.88354 2.54735 9.01113 2.76362 8.31143C2.98359 7.59981 3.23779 7.00112 3.62885 6.46475C4.26603 5.59085 5.12823 4.9058 6.12299 4.48135C6.73355 4.22091 7.37429 4.10697 8.11713 4.05264C8.84751 3.99925 9.74261 3.99991 10.8642 3.99991H13.1357ZM16.9999 10.7001C16.3372 10.7001 15.7997 11.2376 15.7997 11.9003C15.7998 12.563 16.3372 13.1005 16.9999 13.1005C17.6627 13.1005 18.2001 12.563 18.2001 11.9003C18.2001 11.2376 17.6627 10.7001 16.9999 10.7001ZM7.65033 7.99991V9.6503H5.99994V11.3495H7.65033V12.9999H9.34955V11.3495H10.9999V9.6503H9.34955V7.99991H7.65033ZM14.9999 7.9003C14.3373 7.9003 13.8 8.43695 13.7997 9.09952C13.7997 9.76226 14.3372 10.2997 14.9999 10.2997C15.6627 10.2997 16.2001 9.76226 16.2001 9.09952C16.1999 8.43696 15.6626 7.9003 14.9999 7.9003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGamecontroller;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wwCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_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 n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>m(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconGold:()=>i,default:()=>d});module.exports=L(v);var p=C(require("react"));var s=C(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z",fill:"currentColor"})),d=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=\"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z\"\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,4FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,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 t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,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 n}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z",fill:"currentColor"}),t.createElement(n,{d:"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z",fill:"currentColor"})),P=m;export{m 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=\"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z\"\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,4FACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGold","props","React","CentralIconBase","IconGold_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconOldJoystick: FC<CentralIconBaseProps>;
4
+ export default IconOldJoystick;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconOldJoystick:()=>i,default:()=>v});module.exports=V(y);var p=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"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V11H18V14H21V21H3V14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z",fill:"currentColor"})),v=i;0&&(module.exports={IconOldJoystick});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOldJoystick/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 IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V11H18V14H21V21H3V14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOldJoystick;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+KACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconOldJoystick_exports","__export","IconOldJoystick","IconOldJoystick_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconOldJoystick","props","React","CentralIconBase","IconOldJoystick_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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:"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V11H18V14H21V21H3V14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z",fill:"currentColor"})),P=l;export{l as IconOldJoystick,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOldJoystick/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 IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V11H18V14H21V21H3V14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOldJoystick;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconOldJoystick","props","React","CentralIconBase","IconOldJoystick_default"]}
package/README.md CHANGED
@@ -413,6 +413,7 @@ Below is a complete list of available icons:
413
413
  - IconStore3
414
414
  - IconStore4
415
415
  - IconStores
416
+ - IconTower
416
417
 
417
418
  ### Clouds
418
419
 
@@ -931,6 +932,7 @@ Below is a complete list of available icons:
931
932
 
932
933
  ### Forms & Shapes
933
934
 
935
+ - IconFlowerShape
934
936
  - IconFormCapsule
935
937
  - IconFormCircle
936
938
  - IconFormDiamond
@@ -975,6 +977,7 @@ Below is a complete list of available icons:
975
977
  - IconDice5
976
978
  - IconDice6
977
979
  - IconDices
980
+ - IconGamecontroller
978
981
  - IconGamepad
979
982
  - IconGamepadControls
980
983
  - IconGamepadControlsDown
@@ -986,6 +989,7 @@ Below is a complete list of available icons:
986
989
  - IconGamepadControlsRoundRight
987
990
  - IconGamepadControlsRoundUp
988
991
  - IconGamepadControlsUp
992
+ - IconOldJoystick
989
993
  - IconRoulette1
990
994
  - IconRoulette2
991
995
  - IconScratchCard
@@ -1526,6 +1530,7 @@ Below is a complete list of available icons:
1526
1530
  - IconCreditCardAdd
1527
1531
  - IconCurrencyDollar
1528
1532
  - IconCurrencyEuro
1533
+ - IconCurrencyLira
1529
1534
  - IconCurrencyPesos
1530
1535
  - IconCurrencyPounds
1531
1536
  - IconCurrencyRupees
@@ -1894,6 +1899,7 @@ Below is a complete list of available icons:
1894
1899
  - IconForYou
1895
1900
  - IconGalaxy
1896
1901
  - IconGoatHead
1902
+ - IconGold
1897
1903
  - IconGoldMedal
1898
1904
  - IconGraduateCap
1899
1905
  - IconInfinity
@@ -1966,7 +1972,6 @@ Below is a complete list of available icons:
1966
1972
  - IconThread
1967
1973
  - IconTicket
1968
1974
  - IconToiletPaper
1969
- - IconTower
1970
1975
  - IconTreasure
1971
1976
  - IconTrophy
1972
1977
  - IconUnicorn
@@ -8386,6 +8386,20 @@
8386
8386
  "packageName": "square-filled-radius-0-stroke-2",
8387
8387
  "componentName": "IconCurrencyEuro"
8388
8388
  },
8389
+ {
8390
+ "category": "Shopping & Payment",
8391
+ "svg": "<path d=\"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z\" fill=\"currentColor\"/>",
8392
+ "iconName": "currency-lira, money",
8393
+ "variant": {
8394
+ "join": "square",
8395
+ "filled": "on",
8396
+ "radius": "0",
8397
+ "stroke": "2"
8398
+ },
8399
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
8400
+ "packageName": "square-filled-radius-0-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=\"square\" stroke-linejoin=\"round\"/><path d=\"M19.75 7H4.25\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"square\" 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=\"square\"/>",
@@ -11186,6 +11200,20 @@
11186
11200
  "packageName": "square-filled-radius-0-stroke-2",
11187
11201
  "componentName": "IconFloppyDisk2"
11188
11202
  },
11203
+ {
11204
+ "category": "Forms & Shapes",
11205
+ "svg": "<path d=\"M11.9998 1.78613C14.2485 1.78621 16.1861 3.10839 17.0818 5.01562C19.1726 5.27819 21.0285 6.71288 21.7234 8.85156C22.4181 10.99 21.7593 13.2404 20.2225 14.6816C20.6192 16.7514 19.829 18.9602 18.0096 20.2822C16.1902 21.604 13.8456 21.6729 11.9998 20.6562C10.154 21.6729 7.8094 21.604 5.99003 20.2822C4.17057 18.9603 3.37945 16.7514 3.77616 14.6816C2.23956 13.2404 1.58152 10.9899 2.27616 8.85156C2.97099 6.71317 4.82636 5.27843 6.91679 5.01562C7.81251 3.10817 9.75093 1.78613 11.9998 1.78613Z\" fill=\"currentColor\"/>",
11206
+ "iconName": "flower-shape",
11207
+ "variant": {
11208
+ "join": "square",
11209
+ "filled": "on",
11210
+ "radius": "0",
11211
+ "stroke": "2"
11212
+ },
11213
+ "createdAt": "2026-04-01T11:00:44.936562+00:00",
11214
+ "packageName": "square-filled-radius-0-stroke-2",
11215
+ "componentName": "IconFlowerShape"
11216
+ },
11189
11217
  {
11190
11218
  "category": "Photography & Video",
11191
11219
  "svg": "<path d=\"M9 3H3V9H5V5H9V3Z\" fill=\"currentColor\"/><path d=\"M21 3H15V5H19V9H21V3Z\" fill=\"currentColor\"/><path d=\"M5 19V15H3V21H9V19H5Z\" fill=\"currentColor\"/><path d=\"M21 21V15H19V19H15V21H21Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9609 8L8.05301 15.8182C8.0308 15.8779 8.01319 15.9387 8 16H10.0637L10.4887 14.8571H13.5113L13.9363 16H16C15.9868 15.9387 15.9692 15.8779 15.947 15.8182L13.0391 8H10.9609ZM12 10.7939L12.6611 12.5714H11.3389L12 10.7939Z\" fill=\"currentColor\"/>",
@@ -12124,6 +12152,20 @@
12124
12152
  "packageName": "square-filled-radius-0-stroke-2",
12125
12153
  "componentName": "IconGalaxy"
12126
12154
  },
12155
+ {
12156
+ "category": "Gaming",
12157
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1357 3.99991C14.2573 3.99991 15.1524 3.99926 15.8828 4.05264C16.6256 4.10696 17.2663 4.22095 17.8769 4.48135C18.8716 4.90577 19.7338 5.59088 20.371 6.46475C20.7621 7.0011 21.0163 7.59985 21.2363 8.31143C21.4525 9.01111 21.653 9.88357 21.9052 10.9765L22.9384 15.4521C23.3579 17.2696 22.379 19.1197 20.6406 19.7958C18.8689 20.4846 16.8613 19.7407 15.9667 18.0634L15.3994 16.9999H8.60053L8.03315 18.0634C7.13856 19.7407 5.13107 20.4847 3.35932 19.7958C1.62097 19.1197 0.642052 17.2695 1.06147 15.4521L2.09467 10.9765C2.34689 9.88354 2.54735 9.01113 2.76362 8.31143C2.98359 7.59981 3.23779 7.00112 3.62885 6.46475C4.26603 5.59085 5.12823 4.9058 6.12299 4.48135C6.73355 4.22091 7.37429 4.10697 8.11713 4.05264C8.84751 3.99925 9.74261 3.99991 10.8642 3.99991H13.1357ZM16.9999 10.7001C16.3372 10.7001 15.7997 11.2376 15.7997 11.9003C15.7998 12.563 16.3372 13.1005 16.9999 13.1005C17.6627 13.1005 18.2001 12.563 18.2001 11.9003C18.2001 11.2376 17.6627 10.7001 16.9999 10.7001ZM7.65033 7.99991V9.6503H5.99994V11.3495H7.65033V12.9999H9.34955V11.3495H10.9999V9.6503H9.34955V7.99991H7.65033ZM14.9999 7.9003C14.3373 7.9003 13.8 8.43695 13.7997 9.09952C13.7997 9.76226 14.3372 10.2997 14.9999 10.2997C15.6627 10.2997 16.2001 9.76226 16.2001 9.09952C16.1999 8.43696 15.6626 7.9003 14.9999 7.9003Z\" fill=\"currentColor\"/>",
12158
+ "iconName": "gamecontroller, joystick, play",
12159
+ "variant": {
12160
+ "join": "square",
12161
+ "filled": "on",
12162
+ "radius": "0",
12163
+ "stroke": "2"
12164
+ },
12165
+ "createdAt": "2026-04-01T11:00:44.936562+00:00",
12166
+ "packageName": "square-filled-radius-0-stroke-2",
12167
+ "componentName": "IconGamecontroller"
12168
+ },
12127
12169
  {
12128
12170
  "category": "Gaming",
12129
12171
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1 5V19H23V5H1ZM9 9V11H11V13H9V15H7V13H5V11H7V9H9ZM17.75 11.75C17.0596 11.75 16.5 11.1904 16.5 10.5C16.5 9.80964 17.0596 9.25 17.75 9.25C18.4404 9.25 19 9.80964 19 10.5C19 11.1904 18.4404 11.75 17.75 11.75ZM14.75 14.75C14.0596 14.75 13.5 14.1904 13.5 13.5C13.5 12.8096 14.0596 12.25 14.75 12.25C15.4404 12.25 16 12.8096 16 13.5C16 14.1904 15.4404 14.75 14.75 14.75Z\" fill=\"currentColor\"/>",
@@ -12600,6 +12642,20 @@
12600
12642
  "packageName": "square-filled-radius-0-stroke-2",
12601
12643
  "componentName": "IconGoatHead"
12602
12644
  },
12645
+ {
12646
+ "category": "Things",
12647
+ "svg": "<path d=\"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z\" fill=\"currentColor\"/><path d=\"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z\" fill=\"currentColor\"/>",
12648
+ "iconName": "gold, goldbars",
12649
+ "variant": {
12650
+ "join": "square",
12651
+ "filled": "on",
12652
+ "radius": "0",
12653
+ "stroke": "2"
12654
+ },
12655
+ "createdAt": "2026-04-02T10:01:50.480392+00:00",
12656
+ "packageName": "square-filled-radius-0-stroke-2",
12657
+ "componentName": "IconGold"
12658
+ },
12603
12659
  {
12604
12660
  "category": "Things",
12605
12661
  "svg": "<path d=\"M16.5 23.2812L12 22.0303L7.5 23.2812V18.1182C8.83945 18.84 10.3718 19.25 12 19.25C13.6282 19.25 15.1605 18.84 16.5 18.1182V23.2812Z\" 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.5ZM9.27344 6.97656V8.64844L11.0625 7.55469H11.1094V13.75H13.0391V5.75H11.2461L9.27344 6.97656Z\" fill=\"currentColor\"/>",
@@ -16884,6 +16940,20 @@
16884
16940
  "packageName": "square-filled-radius-0-stroke-2",
16885
16941
  "componentName": "IconOffline"
16886
16942
  },
16943
+ {
16944
+ "category": "Gaming",
16945
+ "svg": "<path d=\"M12 3C13.933 3 15.5 4.567 15.5 6.5C15.5 8.08536 14.4455 9.42311 13 9.85352V14H16V11H18V14H21V21H3V14H11V9.85352C9.55447 9.42311 8.5 8.08536 8.5 6.5C8.5 4.567 10.067 3 12 3Z\" fill=\"currentColor\"/>",
16946
+ "iconName": "old-joystick, gamepad, gaming, control",
16947
+ "variant": {
16948
+ "join": "square",
16949
+ "filled": "on",
16950
+ "radius": "0",
16951
+ "stroke": "2"
16952
+ },
16953
+ "createdAt": "2026-04-01T11:00:44.936562+00:00",
16954
+ "packageName": "square-filled-radius-0-stroke-2",
16955
+ "componentName": "IconOldJoystick"
16956
+ },
16887
16957
  {
16888
16958
  "category": "Devices & Signals",
16889
16959
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 1V3H20V17C20 19.7614 17.7614 22 15 22H9C6.23858 22 4 19.7614 4 17V1H6ZM8 7H16V14H8V7Z\" fill=\"currentColor\"/>",
@@ -24599,7 +24669,7 @@
24599
24669
  "componentName": "IconTouchGrass"
24600
24670
  },
24601
24671
  {
24602
- "category": "Things",
24672
+ "category": "Building",
24603
24673
  "svg": "<path d=\"M14.5 22H9.5V16.5H14.5V22Z\" fill=\"currentColor\"/><path d=\"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z\" fill=\"currentColor\"/><path d=\"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z\" fill=\"currentColor\"/>",
24604
24674
  "iconName": "tower, terminal",
24605
24675
  "variant": {
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"
@@ -798,6 +799,7 @@ export type CentralIconName =
798
799
  | "IconFlashcards"
799
800
  | "IconFloppyDisk1"
800
801
  | "IconFloppyDisk2"
802
+ | "IconFlowerShape"
801
803
  | "IconFocusAuto"
802
804
  | "IconFocusExposure"
803
805
  | "IconFocusFlash"
@@ -865,6 +867,7 @@ export type CentralIconName =
865
867
  | "IconFullscreen1"
866
868
  | "IconFullscreen2"
867
869
  | "IconGalaxy"
870
+ | "IconGamecontroller"
868
871
  | "IconGamepad"
869
872
  | "IconGamepadControls"
870
873
  | "IconGamepadControlsDown"
@@ -899,6 +902,7 @@ export type CentralIconName =
899
902
  | "IconGlobe"
900
903
  | "IconGlobe2"
901
904
  | "IconGoatHead"
905
+ | "IconGold"
902
906
  | "IconGoldMedal"
903
907
  | "IconGolfBall"
904
908
  | "IconGooey"
@@ -1205,6 +1209,7 @@ export type CentralIconName =
1205
1209
  | "IconNvidia"
1206
1210
  | "IconOculus"
1207
1211
  | "IconOffline"
1212
+ | "IconOldJoystick"
1208
1213
  | "IconOldPhone"
1209
1214
  | "IconOllama"
1210
1215
  | "IconOmega"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.175",
3
+ "version": "1.1.177",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1911,
14
+ "totalIcons": 1916,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 74,
@@ -266,7 +266,7 @@
266
266
  ]
267
267
  },
268
268
  "Building": {
269
- "count": 23,
269
+ "count": 24,
270
270
  "icons": [
271
271
  "IconBank",
272
272
  "IconBank2",
@@ -290,7 +290,8 @@
290
290
  "IconStore2",
291
291
  "IconStore3",
292
292
  "IconStore4",
293
- "IconStores"
293
+ "IconStores",
294
+ "IconTower"
294
295
  ]
295
296
  },
296
297
  "Clouds": {
@@ -829,8 +830,9 @@
829
830
  ]
830
831
  },
831
832
  "Forms & Shapes": {
832
- "count": 14,
833
+ "count": 15,
833
834
  "icons": [
835
+ "IconFlowerShape",
834
836
  "IconFormCapsule",
835
837
  "IconFormCircle",
836
838
  "IconFormDiamond",
@@ -870,7 +872,7 @@
870
872
  ]
871
873
  },
872
874
  "Gaming": {
873
- "count": 23,
875
+ "count": 25,
874
876
  "icons": [
875
877
  "IconDice1",
876
878
  "IconDice2",
@@ -879,6 +881,7 @@
879
881
  "IconDice5",
880
882
  "IconDice6",
881
883
  "IconDices",
884
+ "IconGamecontroller",
882
885
  "IconGamepad",
883
886
  "IconGamepadControls",
884
887
  "IconGamepadControlsDown",
@@ -890,6 +893,7 @@
890
893
  "IconGamepadControlsRoundRight",
891
894
  "IconGamepadControlsRoundUp",
892
895
  "IconGamepadControlsUp",
896
+ "IconOldJoystick",
893
897
  "IconRoulette1",
894
898
  "IconRoulette2",
895
899
  "IconScratchCard",
@@ -1431,7 +1435,7 @@
1431
1435
  ]
1432
1436
  },
1433
1437
  "Shopping & Payment": {
1434
- "count": 69,
1438
+ "count": 70,
1435
1439
  "icons": [
1436
1440
  "Icon3dPackage",
1437
1441
  "IconAddToBasket",
@@ -1450,6 +1454,7 @@
1450
1454
  "IconCreditCardAdd",
1451
1455
  "IconCurrencyDollar",
1452
1456
  "IconCurrencyEuro",
1457
+ "IconCurrencyLira",
1453
1458
  "IconCurrencyPesos",
1454
1459
  "IconCurrencyPounds",
1455
1460
  "IconCurrencyRupees",
@@ -1828,6 +1833,7 @@
1828
1833
  "IconForYou",
1829
1834
  "IconGalaxy",
1830
1835
  "IconGoatHead",
1836
+ "IconGold",
1831
1837
  "IconGoldMedal",
1832
1838
  "IconGraduateCap",
1833
1839
  "IconInfinity",
@@ -1900,7 +1906,6 @@
1900
1906
  "IconThread",
1901
1907
  "IconTicket",
1902
1908
  "IconToiletPaper",
1903
- "IconTower",
1904
1909
  "IconTreasure",
1905
1910
  "IconTrophy",
1906
1911
  "IconUnicorn",
@@ -2712,6 +2717,7 @@
2712
2717
  "IconCupHot": "cup-hot, coffee, tea, milk, mug",
2713
2718
  "IconCurrencyDollar": "currency-dollar, money",
2714
2719
  "IconCurrencyEuro": "currency-euro, money",
2720
+ "IconCurrencyLira": "currency-lira, money",
2715
2721
  "IconCurrencyPesos": "currency-pesos, money",
2716
2722
  "IconCurrencyPounds": "currency-pounds, money",
2717
2723
  "IconCurrencyRupees": "currency-rupees, money",
@@ -2912,6 +2918,7 @@
2912
2918
  "IconFlashcards": "flashcards, cards, pages",
2913
2919
  "IconFloppyDisk1": "floppy-disk-1, save",
2914
2920
  "IconFloppyDisk2": "floppy-disk-2, save",
2921
+ "IconFlowerShape": "flower-shape",
2915
2922
  "IconFocusAuto": "focus-auto",
2916
2923
  "IconFocusExposure": "focus-exposure",
2917
2924
  "IconFocusFlash": "focus-flash",
@@ -2979,6 +2986,7 @@
2979
2986
  "IconFullscreen1": "fullscreen-1",
2980
2987
  "IconFullscreen2": "fullscreen-2",
2981
2988
  "IconGalaxy": "galaxy, dark-hole",
2989
+ "IconGamecontroller": "gamecontroller, joystick, play",
2982
2990
  "IconGamepad": "gamepad, gaming, joystick",
2983
2991
  "IconGamepadControls": "gamepad-controls, joystick",
2984
2992
  "IconGamepadControlsDown": "gamepad-controls-down, joystick",
@@ -3013,6 +3021,7 @@
3013
3021
  "IconGlobe": "globe, network, translate",
3014
3022
  "IconGlobe2": "globe-2, network, translate",
3015
3023
  "IconGoatHead": "goat-head, goated",
3024
+ "IconGold": "gold, goldbars",
3016
3025
  "IconGoldMedal": "gold-medal, first-place, win",
3017
3026
  "IconGolfBall": "golf-ball",
3018
3027
  "IconGooey": "gooey, morph, liquid-glass",
@@ -3319,6 +3328,7 @@
3319
3328
  "IconNvidia": "nvidia",
3320
3329
  "IconOculus": "oculus",
3321
3330
  "IconOffline": "offline, disconnect, energy",
3331
+ "IconOldJoystick": "old-joystick, gamepad, gaming, control",
3322
3332
  "IconOldPhone": "old-phone",
3323
3333
  "IconOllama": "ollama",
3324
3334
  "IconOmega": "omega, special-character",
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";
@@ -797,6 +798,7 @@ export { IconFlag2, default as IconFlag2Default } from "./IconFlag2";
797
798
  export { IconFlashcards, default as IconFlashcardsDefault, } from "./IconFlashcards";
798
799
  export { IconFloppyDisk1, default as IconFloppyDisk1Default, } from "./IconFloppyDisk1";
799
800
  export { IconFloppyDisk2, default as IconFloppyDisk2Default, } from "./IconFloppyDisk2";
801
+ export { IconFlowerShape, default as IconFlowerShapeDefault, } from "./IconFlowerShape";
800
802
  export { IconFocusAuto, default as IconFocusAutoDefault, } from "./IconFocusAuto";
801
803
  export { IconFocusExposure, default as IconFocusExposureDefault, } from "./IconFocusExposure";
802
804
  export { IconFocusFlash, default as IconFocusFlashDefault, } from "./IconFocusFlash";
@@ -864,6 +866,7 @@ export { IconFullScreen, default as IconFullScreenDefault, } from "./IconFullScr
864
866
  export { IconFullscreen1, default as IconFullscreen1Default, } from "./IconFullscreen1";
865
867
  export { IconFullscreen2, default as IconFullscreen2Default, } from "./IconFullscreen2";
866
868
  export { IconGalaxy, default as IconGalaxyDefault } from "./IconGalaxy";
869
+ export { IconGamecontroller, default as IconGamecontrollerDefault, } from "./IconGamecontroller";
867
870
  export { IconGamepad, default as IconGamepadDefault } from "./IconGamepad";
868
871
  export { IconGamepadControls, default as IconGamepadControlsDefault, } from "./IconGamepadControls";
869
872
  export { IconGamepadControlsDown, default as IconGamepadControlsDownDefault, } from "./IconGamepadControlsDown";
@@ -898,6 +901,7 @@ export { IconGlassWater, default as IconGlassWaterDefault, } from "./IconGlassWa
898
901
  export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
899
902
  export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
900
903
  export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
904
+ export { IconGold, default as IconGoldDefault } from "./IconGold";
901
905
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
902
906
  export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
903
907
  export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
@@ -1204,6 +1208,7 @@ export { IconNumbers123, default as IconNumbers123Default, } from "./IconNumbers
1204
1208
  export { IconNvidia, default as IconNvidiaDefault } from "./IconNvidia";
1205
1209
  export { IconOculus, default as IconOculusDefault } from "./IconOculus";
1206
1210
  export { IconOffline, default as IconOfflineDefault } from "./IconOffline";
1211
+ export { IconOldJoystick, default as IconOldJoystickDefault, } from "./IconOldJoystick";
1207
1212
  export { IconOldPhone, default as IconOldPhoneDefault } from "./IconOldPhone";
1208
1213
  export { IconOllama, default as IconOllamaDefault } from "./IconOllama";
1209
1214
  export { IconOmega, default as IconOmegaDefault } from "./IconOmega";