@central-icons-react-native/round-filled-radius-2-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.
- package/IconCurrencyLira/index.d.ts +4 -0
- package/IconCurrencyLira/index.js +2 -0
- package/IconCurrencyLira/index.js.map +1 -0
- package/IconCurrencyLira/index.mjs +2 -0
- package/IconCurrencyLira/index.mjs.map +1 -0
- package/IconFlowerShape/index.d.ts +4 -0
- package/IconFlowerShape/index.js +2 -0
- package/IconFlowerShape/index.js.map +1 -0
- package/IconFlowerShape/index.mjs +2 -0
- package/IconFlowerShape/index.mjs.map +1 -0
- package/IconGamecontroller/index.d.ts +4 -0
- package/IconGamecontroller/index.js +2 -0
- package/IconGamecontroller/index.js.map +1 -0
- package/IconGamecontroller/index.mjs +2 -0
- package/IconGamecontroller/index.mjs.map +1 -0
- package/IconGold/index.d.ts +4 -0
- package/IconGold/index.js +2 -0
- package/IconGold/index.js.map +1 -0
- package/IconGold/index.mjs +2 -0
- package/IconGold/index.mjs.map +1 -0
- package/IconOldJoystick/index.d.ts +4 -0
- package/IconOldJoystick/index.js +2 -0
- package/IconOldJoystick/index.js.map +1 -0
- package/IconOldJoystick/index.mjs +2 -0
- package/IconOldJoystick/index.mjs.map +1 -0
- package/README.md +6 -1
- package/filtered-icons.json +71 -1
- package/icons/index.d.ts +5 -0
- package/icons-index.json +18 -8
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconCurrencyLira:()=>L,default:()=>V});module.exports=g(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),L=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z",fill:"currentColor"})),V=L;0&&(module.exports={IconCurrencyLira});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCurrencyLira/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCurrencyLira: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCurrencyLira;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,40BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCurrencyLira_exports","__export","IconCurrencyLira","IconCurrencyLira_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCurrencyLira","props","React","CentralIconBase","IconCurrencyLira_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z",fill:"currentColor"})),x=l;export{l as IconCurrencyLira,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCurrencyLira/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCurrencyLira: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCurrencyLira;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,40BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCurrencyLira","props","React","CentralIconBase","IconCurrencyLira_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var I=Object.create;var C=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)C(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=i(o,t))||p.enumerable});return r};var l=(r,o,e)=>(e=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(C({},"__esModule",{value:!0}),r);var F={};g(F,{IconFlowerShape:()=>B,default:()=>v});module.exports=h(F);var n=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=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 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.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 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,kuBACF,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 n from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...C})=>n.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(a,{d:"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 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.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 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,kuBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlowerShape","props","React","CentralIconBase","IconFlowerShape_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(t({},"__esModule",{value:!0}),C);var H={};x(H,{IconGamecontroller:()=>i,default:()=>g});module.exports=P(H);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:C,size:o=24,...r})=>m.default.createElement(c.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(s,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z",fill:"currentColor"})),g=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 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\"\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,0qDACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z",fill:"currentColor"})),v=a;export{a as IconGamecontroller,v 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 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\"\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,0qDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var L={};d(L,{IconGold:()=>i,default:()=>H});module.exports=g(L);var e=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z",fill:"currentColor"})),H=i;0&&(module.exports={IconGold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGold_exports","__export","IconGold","IconGold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGold","props","React","CentralIconBase","IconGold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z",fill:"currentColor"}),o.createElement(n,{d:"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z",fill:"currentColor"}),o.createElement(n,{d:"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z",fill:"currentColor"})),P=a;export{a as IconGold,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGold","props","React","CentralIconBase","IconGold_default"]}
|
|
@@ -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,p)=>{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:!(p=I(o,e))||p.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 C=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=>C.default.createElement(c,{...r},C.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.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.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.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.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,6UACF,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 C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.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.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.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,6UACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -8386,6 +8386,20 @@
|
|
|
8386
8386
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
8387
8387
|
"componentName": "IconCurrencyEuro"
|
|
8388
8388
|
},
|
|
8389
|
+
{
|
|
8390
|
+
"category": "Shopping & Payment",
|
|
8391
|
+
"svg": "<path d=\"M9.0002 3C9.55248 3 10.0002 3.44772 10.0002 4V8.51953L14.6125 6.57812C15.1214 6.36411 15.7078 6.6035 15.9221 7.1123C16.1361 7.62122 15.8968 8.20761 15.3879 8.42188L10.0002 10.6895V12.5195L14.6125 10.5781C15.1214 10.3641 15.7078 10.6035 15.9221 11.1123C16.1361 11.6212 15.8968 12.2076 15.3879 12.4219L10.0002 14.6895V19H13.0002C15.2093 19 17.0002 17.2091 17.0002 15C17.0002 14.4478 17.448 14.0001 18.0002 14C18.5525 14 19.0002 14.4477 19.0002 15C19.0002 18.3137 16.3139 21 13.0002 21H10.0002C8.89575 20.9999 8.0002 20.1045 8.0002 19V15.5322L5.88789 16.4219C5.37903 16.6357 4.79255 16.3965 4.57832 15.8877C4.36439 15.3789 4.60381 14.7925 5.1125 14.5781L8.0002 13.3613V11.5322L5.88789 12.4219C5.37903 12.6357 4.79255 12.3965 4.57832 11.8877C4.36439 11.3789 4.60381 10.7925 5.1125 10.5781L8.0002 9.36133V4C8.0002 3.4478 8.44804 3.00014 9.0002 3Z\" fill=\"currentColor\"/>",
|
|
8392
|
+
"iconName": "currency-lira, money",
|
|
8393
|
+
"variant": {
|
|
8394
|
+
"join": "round",
|
|
8395
|
+
"filled": "on",
|
|
8396
|
+
"radius": "2",
|
|
8397
|
+
"stroke": "2"
|
|
8398
|
+
},
|
|
8399
|
+
"createdAt": "2026-04-02T10:01:50.480392+00:00",
|
|
8400
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
8401
|
+
"componentName": "IconCurrencyLira"
|
|
8402
|
+
},
|
|
8389
8403
|
{
|
|
8390
8404
|
"category": "Shopping & Payment",
|
|
8391
8405
|
"svg": "<path d=\"M19.75 11H4.25\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.75 7H4.25\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.25 20.75V3.25H11.9167C15.1383 3.25 17.75 5.86167 17.75 9.08333C17.75 12.305 15.1383 14.9167 11.9167 14.9167H7.72727\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -11186,6 +11200,20 @@
|
|
|
11186
11200
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
11187
11201
|
"componentName": "IconFloppyDisk2"
|
|
11188
11202
|
},
|
|
11203
|
+
{
|
|
11204
|
+
"category": "Forms & Shapes",
|
|
11205
|
+
"svg": "<path d=\"M11.9997 1.78613C14.1818 1.78624 16.071 3.03232 16.9988 4.84668C17.0507 4.94809 17.1558 5.02392 17.2683 5.04199C19.2805 5.36373 21.0491 6.77626 21.7234 8.85156C22.3975 10.9268 21.7969 13.1088 20.3581 14.5518C20.2777 14.6326 20.2379 14.7555 20.2556 14.8682C20.5715 16.8813 19.7747 18.9996 18.0095 20.2822C16.2441 21.5648 13.9828 21.6676 12.1657 20.7451C12.0643 20.6938 11.9352 20.6939 11.8337 20.7451C10.0167 21.6677 7.75537 21.5648 5.98996 20.2822C4.22459 18.9996 3.42797 16.8814 3.74387 14.8682C3.76152 14.7556 3.72164 14.6326 3.64133 14.5518C2.20246 13.1088 1.60192 10.9269 2.27609 8.85156C2.95045 6.77621 4.71888 5.36365 6.73117 5.04199C6.84362 5.02384 6.94879 4.94806 7.0007 4.84668C7.92848 3.03231 9.81757 1.78613 11.9997 1.78613Z\" fill=\"currentColor\"/>",
|
|
11206
|
+
"iconName": "flower-shape",
|
|
11207
|
+
"variant": {
|
|
11208
|
+
"join": "round",
|
|
11209
|
+
"filled": "on",
|
|
11210
|
+
"radius": "2",
|
|
11211
|
+
"stroke": "2"
|
|
11212
|
+
},
|
|
11213
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11214
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
11215
|
+
"componentName": "IconFlowerShape"
|
|
11216
|
+
},
|
|
11189
11217
|
{
|
|
11190
11218
|
"category": "Photography & Video",
|
|
11191
11219
|
"svg": "<path d=\"M5 6C5 5.44772 5.44772 5 6 5H8C8.55228 5 9 4.55228 9 4C9 3.44772 8.55228 3 8 3H6C4.34315 3 3 4.34315 3 6V8C3 8.55228 3.44772 9 4 9C4.55228 9 5 8.55228 5 8V6Z\" fill=\"currentColor\"/><path d=\"M16 3C15.4477 3 15 3.44772 15 4C15 4.55228 15.4477 5 16 5H18C18.5523 5 19 5.44772 19 6V8C19 8.55228 19.4477 9 20 9C20.5523 9 21 8.55228 21 8V6C21 4.34315 19.6569 3 18 3H16Z\" fill=\"currentColor\"/><path d=\"M5 16C5 15.4477 4.55228 15 4 15C3.44772 15 3 15.4477 3 16V18C3 19.6569 4.34315 21 6 21H8C8.55228 21 9 20.5523 9 20C9 19.4477 8.55228 19 8 19H6C5.44772 19 5 18.5523 5 18V16Z\" fill=\"currentColor\"/><path d=\"M21 16C21 15.4477 20.5523 15 20 15C19.4477 15 19 15.4477 19 16V18C19 18.5523 18.5523 19 18 19H16C15.4477 19 15 19.4477 15 20C15 20.5523 15.4477 21 16 21H18C19.6569 21 21 19.6569 21 18V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9104 8.8362C12.7481 8.4792 12.3921 8.25 12 8.25C11.6079 8.25 11.2519 8.4792 11.0896 8.8362L8.58963 14.3362C8.3611 14.839 8.58342 15.4318 9.0862 15.6604C9.58898 15.8889 10.1818 15.6666 10.4104 15.1638L10.8257 14.25H13.1743L13.5896 15.1638C13.8182 15.6666 14.411 15.8889 14.9138 15.6604C15.4166 15.4318 15.6389 14.839 15.4104 14.3362L12.9104 8.8362ZM12.2652 12.25H11.7348L12 11.6666L12.2652 12.25Z\" fill=\"currentColor\"/>",
|
|
@@ -12124,6 +12152,20 @@
|
|
|
12124
12152
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12125
12153
|
"componentName": "IconGalaxy"
|
|
12126
12154
|
},
|
|
12155
|
+
{
|
|
12156
|
+
"category": "Gaming",
|
|
12157
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1357 4C14.2573 4 15.1524 3.99935 15.8828 4.05273C16.6256 4.10705 17.2663 4.22102 17.8769 4.48145C18.8717 4.90586 19.7338 5.59096 20.371 6.46484C20.7621 7.0012 21.0163 7.59993 21.2363 8.31152C21.4525 9.01121 21.653 9.88366 21.9052 10.9766L22.9384 15.4521C23.3579 17.2697 22.379 19.1198 20.6406 19.7959C18.8688 20.4848 16.8613 19.7408 15.9667 18.0635L15.5429 17.2686C15.4546 17.1035 15.2828 17.0001 15.0956 17H8.90424C8.71706 17.0002 8.54521 17.1035 8.45698 17.2686L8.03315 18.0635C7.13856 19.7408 5.13107 20.4848 3.35932 19.7959C1.62094 19.1198 0.642051 17.2696 1.06147 15.4521L2.09467 10.9766C2.34689 9.88363 2.54735 9.01122 2.76362 8.31152C2.98359 7.5999 3.23779 7.00122 3.62885 6.46484C4.26604 5.59092 5.12822 4.90589 6.12299 4.48145C6.73357 4.22099 7.37427 4.10706 8.11713 4.05273C8.84753 3.99934 9.74258 4 10.8642 4H13.1357ZM8.49995 7.85059C8.03059 7.85069 7.65034 8.23082 7.65034 8.7002V9.65039H6.70014C6.23077 9.65039 5.85064 10.0306 5.85053 10.5C5.85053 10.9694 6.2307 11.3506 6.70014 11.3506H7.65034V12.2998C7.65034 12.7692 8.03059 13.1503 8.49995 13.1504C8.96939 13.1504 9.35053 12.7692 9.35053 12.2998V11.3506H10.2998C10.7692 11.3506 11.1503 10.9694 11.1503 10.5C11.1502 10.0306 10.7691 9.65039 10.2998 9.65039H9.35053V8.7002C9.35053 8.23075 8.96939 7.85059 8.49995 7.85059ZM16.9999 10.7002C16.3372 10.7002 15.7998 11.2376 15.7998 11.9004C15.7998 12.5631 16.3372 13.1006 16.9999 13.1006C17.6626 13.1006 18.2001 12.5631 18.2001 11.9004C18.2001 11.2377 17.6627 10.7002 16.9999 10.7002ZM14.9999 7.90039C14.3373 7.90039 13.8 8.43705 13.7998 9.09961C13.7998 9.76235 14.3372 10.2998 14.9999 10.2998C15.6627 10.2998 16.2001 9.76233 16.2001 9.09961C16.1999 8.43707 15.6625 7.90042 14.9999 7.90039Z\" fill=\"currentColor\"/>",
|
|
12158
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12159
|
+
"variant": {
|
|
12160
|
+
"join": "round",
|
|
12161
|
+
"filled": "on",
|
|
12162
|
+
"radius": "2",
|
|
12163
|
+
"stroke": "2"
|
|
12164
|
+
},
|
|
12165
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12166
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12167
|
+
"componentName": "IconGamecontroller"
|
|
12168
|
+
},
|
|
12127
12169
|
{
|
|
12128
12170
|
"category": "Gaming",
|
|
12129
12171
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 5C2.79086 5 1 6.79086 1 9V15C1 17.2091 2.79086 19 5 19H19C21.2091 19 23 17.2091 23 15V9C23 6.79086 21.2091 5 19 5H5ZM8 9C8.55228 9 9 9.44772 9 10V11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H9V14C9 14.5523 8.55228 15 8 15C7.44772 15 7 14.5523 7 14V13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H7V10C7 9.44772 7.44772 9 8 9ZM17.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": "round-filled-radius-2-stroke-2",
|
|
12601
12643
|
"componentName": "IconGoatHead"
|
|
12602
12644
|
},
|
|
12645
|
+
{
|
|
12646
|
+
"category": "Things",
|
|
12647
|
+
"svg": "<path d=\"M8.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\" fill=\"currentColor\"/><path d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\" fill=\"currentColor\"/><path d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\" fill=\"currentColor\"/>",
|
|
12648
|
+
"iconName": "gold, goldbars",
|
|
12649
|
+
"variant": {
|
|
12650
|
+
"join": "round",
|
|
12651
|
+
"filled": "on",
|
|
12652
|
+
"radius": "2",
|
|
12653
|
+
"stroke": "2"
|
|
12654
|
+
},
|
|
12655
|
+
"createdAt": "2026-04-02T10:01:50.480392+00:00",
|
|
12656
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12657
|
+
"componentName": "IconGold"
|
|
12658
|
+
},
|
|
12603
12659
|
{
|
|
12604
12660
|
"category": "Things",
|
|
12605
12661
|
"svg": "<path d=\"M16.5 22C16.5 22.3138 16.3531 22.6099 16.1025 22.7988C15.8521 22.9877 15.5272 23.048 15.2256 22.9619L12 22.04L8.77441 22.9619C8.47281 23.048 8.14787 22.9877 7.89746 22.7988C7.64695 22.6099 7.5 22.3138 7.5 22V18.6182C8.83945 19.34 10.3718 19.75 12 19.75C13.6282 19.75 15.1605 19.34 16.5 18.6182V22Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.5563 2 20.25 5.69365 20.25 10.25C20.25 14.8063 16.5563 18.5 12 18.5C7.44365 18.5 3.75 14.8063 3.75 10.25C3.75 5.69365 7.44365 2 12 2ZM11.8174 6.25C11.4441 6.25 11.0777 6.35466 10.7607 6.55176L9.61035 7.2666C9.4007 7.39706 9.27344 7.62708 9.27344 7.87402C9.27362 8.43209 9.88514 8.77452 10.3613 8.4834L11.0537 8.05957C11.0594 8.05614 11.0666 8.05469 11.0732 8.05469C11.0931 8.05492 11.1091 8.07097 11.1094 8.09082V13.2852C11.1094 13.818 11.5414 14.25 12.0742 14.25C12.6071 14.25 13.0391 13.818 13.0391 13.2852V7.25C13.0391 6.69772 12.5913 6.25 12.0391 6.25H11.8174Z\" fill=\"currentColor\"/>",
|
|
@@ -16884,6 +16940,20 @@
|
|
|
16884
16940
|
"packageName": "round-filled-radius-2-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.85352V14H16V12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12V14C19.6569 14 21 15.3431 21 17V18C21 19.6569 19.6569 21 18 21H6C4.34315 21 3 19.6569 3 18V17C3 15.3431 4.34315 14 6 14H11V9.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": "round",
|
|
16949
|
+
"filled": "on",
|
|
16950
|
+
"radius": "2",
|
|
16951
|
+
"stroke": "2"
|
|
16952
|
+
},
|
|
16953
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16954
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
16955
|
+
"componentName": "IconOldJoystick"
|
|
16956
|
+
},
|
|
16887
16957
|
{
|
|
16888
16958
|
"category": "Devices & Signals",
|
|
16889
16959
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 1C5.55228 1 6 1.44772 6 2V3.17071C6.31278 3.06015 6.64936 3 7 3H17C18.6569 3 20 4.34315 20 6V17C20 19.7614 17.7614 22 15 22H9C6.23858 22 4 19.7614 4 17V2C4 1.44772 4.44772 1 5 1ZM8.5 7C8.22386 7 8 7.22386 8 7.5V13.5C8 13.7761 8.22386 14 8.5 14H15.5C15.7761 14 16 13.7761 16 13.5V7.5C16 7.22386 15.7761 7 15.5 7H8.5Z\" fill=\"currentColor\"/>",
|
|
@@ -24599,7 +24669,7 @@
|
|
|
24599
24669
|
"componentName": "IconTouchGrass"
|
|
24600
24670
|
},
|
|
24601
24671
|
{
|
|
24602
|
-
"category": "
|
|
24672
|
+
"category": "Building",
|
|
24603
24673
|
"svg": "<path d=\"M14.4973 21C14.4973 21.5522 14.0494 21.9998 13.4973 22H10.4973C9.94499 22 9.49728 21.5523 9.49728 21V16.5H14.4973V21Z\" fill=\"currentColor\"/><path d=\"M19.7815 10.5C20.8424 10.5001 21.5678 11.5715 21.174 12.5566L20.3742 14.5566C20.1465 15.126 19.5948 15.4998 18.9817 15.5H5.01193C4.39874 15.4998 3.84709 15.126 3.61935 14.5566L2.81954 12.5566C2.42582 11.5715 3.15119 10.5001 4.21212 10.5H19.7815Z\" fill=\"currentColor\"/><path d=\"M14.9973 2C15.5494 2.00022 15.9973 2.44785 15.9973 3C15.9973 3.55215 15.5494 3.99978 14.9973 4H12.9973V5.5H17.8322C18.8795 5.5 19.6041 6.5458 19.2365 7.52637L18.4973 9.5H5.49728L4.75704 7.52637C4.38948 6.5458 5.1141 5.5 6.16134 5.5H10.9973V4H8.99728C8.44499 4 7.99728 3.55228 7.99728 3C7.99728 2.44772 8.44499 2 8.99728 2H14.9973Z\" 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/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.177",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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";
|