@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.174 → 1.1.176
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/IconEarth/index.js +1 -1
- package/IconEarth/index.js.map +1 -1
- package/IconEarth/index.mjs +1 -1
- package/IconEarth/index.mjs.map +1 -1
- 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/IconMinusMedium/index.d.ts +4 -0
- package/IconMinusMedium/index.js +2 -0
- package/IconMinusMedium/index.js.map +1 -0
- package/IconMinusMedium/index.mjs +2 -0
- package/IconMinusMedium/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/IconPlusMedium/index.d.ts +4 -0
- package/IconPlusMedium/index.js +2 -0
- package/IconPlusMedium/index.js.map +1 -0
- package/IconPlusMedium/index.mjs +2 -0
- package/IconPlusMedium/index.mjs.map +1 -0
- package/IconTower/index.d.ts +4 -0
- package/IconTower/index.js +2 -0
- package/IconTower/index.js.map +1 -0
- package/IconTower/index.mjs +2 -0
- package/IconTower/index.mjs.map +1 -0
- package/README.md +6 -0
- package/filtered-icons.json +85 -1
- package/icons/index.d.ts +6 -0
- package/icons-index.json +19 -7
- package/index.d.ts +6 -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 +43 -1
package/IconEarth/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of d(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var k={};x(k,{IconEarth:()=>l,default:()=>g});module.exports=P(k);var p=m(require("react"));var L=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>L.default.createElement(c.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 C=require("react-native-svg"),l=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M3.52733 7.69855L7.89508 10.9729L8.92724 8.924L13.0302 7.89184L14.3059 2.78179M3.52733 7.69855C2.87037 8.99002 2.5 10.4518 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 7.54854 18.4383 3.81217 14.3059 2.78179M3.52733 7.69855C5.0967 4.61346 8.30154 2.5 12 2.5C12.7952 2.5 13.5677 2.59771 14.3059 2.78179",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M15.0844 17.1351L16.1114 15.0811L13.0837 13.0465L11.0882 12.9192L9.94922 14.0541L12.0033 17.1351H15.0844Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=l;0&&(module.exports={IconEarth});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconEarth/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.52733 7.69855L7.89508 10.9729L8.92724 8.924L13.0302 7.89184L14.3059 2.78179M3.52733 7.69855C2.87037 8.99002 2.5 10.4518 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 7.54854 18.4383 3.81217 14.3059 2.78179M3.52733 7.69855C5.0967 4.61346 8.30154 2.5 12 2.5C12.7952 2.5 13.5677 2.59771 14.3059 2.78179\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.0844 17.1351L16.1114 15.0811L13.0837 13.0465L11.0882 12.9192L9.94922 14.0541L12.0033 17.1351H15.0844Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEarth;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEarth_exports","__export","IconEarth","IconEarth_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEarth","props","React","CentralIconBase","IconEarth_default"]}
|
package/IconEarth/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"react";import
|
|
1
|
+
import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...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 t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M3.52733 7.69855L7.89508 10.9729L8.92724 8.924L13.0302 7.89184L14.3059 2.78179M3.52733 7.69855C2.87037 8.99002 2.5 10.4518 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 7.54854 18.4383 3.81217 14.3059 2.78179M3.52733 7.69855C5.0967 4.61346 8.30154 2.5 12 2.5C12.7952 2.5 13.5677 2.59771 14.3059 2.78179",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M15.0844 17.1351L16.1114 15.0811L13.0837 13.0465L11.0882 12.9192L9.94922 14.0541L12.0033 17.1351H15.0844Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconEarth,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconEarth/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEarth/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 IconEarth: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.52733 7.69855L7.89508 10.9729L8.92724 8.924L13.0302 7.89184L14.3059 2.78179M3.52733 7.69855C2.87037 8.99002 2.5 10.4518 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 7.54854 18.4383 3.81217 14.3059 2.78179M3.52733 7.69855C5.0967 4.61346 8.30154 2.5 12 2.5C12.7952 2.5 13.5677 2.59771 14.3059 2.78179\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.0844 17.1351L16.1114 15.0811L13.0837 13.0465L11.0882 12.9192L9.94922 14.0541L12.0033 17.1351H15.0844Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEarth;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kVACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEarth","props","React","CentralIconBase","IconEarth_default"]}
|
|
@@ -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 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 I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(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:()=>i,default:()=>v});module.exports=h(F);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M7.36884 5.86272C8.00301 3.91092 9.83674 2.5 12 2.5C14.1633 2.5 15.997 3.91092 16.6312 5.86273C18.6834 5.86271 20.5919 7.17069 21.2604 9.22808C21.9289 11.2855 21.1537 13.4654 19.4934 14.6717C20.1276 16.6235 19.4734 18.8428 17.7232 20.1143C15.9731 21.3859 13.6603 21.3223 12 20.116C10.3397 21.3223 8.02687 21.3859 6.27675 20.1143C4.52664 18.8428 3.87244 16.6235 4.50663 14.6717C2.84632 13.4654 2.07111 11.2855 2.7396 9.22808C3.40808 7.17069 5.31659 5.86271 7.36884 5.86272Z",stroke:"currentColor",strokeLinejoin:"round"})),v=i;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=\"M7.36884 5.86272C8.00301 3.91092 9.83674 2.5 12 2.5C14.1633 2.5 15.997 3.91092 16.6312 5.86273C18.6834 5.86271 20.5919 7.17069 21.2604 9.22808C21.9289 11.2855 21.1537 13.4654 19.4934 14.6717C20.1276 16.6235 19.4734 18.8428 17.7232 20.1143C15.9731 21.3859 13.6603 21.3223 12 20.116C10.3397 21.3223 8.02687 21.3859 6.27675 20.1143C4.52664 18.8428 3.87244 16.6235 4.50663 14.6717C2.84632 13.4654 2.07111 11.2855 2.7396 9.22808C3.40808 7.17069 5.31659 5.86271 7.36884 5.86272Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,2dACF,OAAO,eACP,eAAe,QACjB,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 s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M7.36884 5.86272C8.00301 3.91092 9.83674 2.5 12 2.5C14.1633 2.5 15.997 3.91092 16.6312 5.86273C18.6834 5.86271 20.5919 7.17069 21.2604 9.22808C21.9289 11.2855 21.1537 13.4654 19.4934 14.6717C20.1276 16.6235 19.4734 18.8428 17.7232 20.1143C15.9731 21.3859 13.6603 21.3223 12 20.116C10.3397 21.3223 8.02687 21.3859 6.27675 20.1143C4.52664 18.8428 3.87244 16.6235 4.50663 14.6717C2.84632 13.4654 2.07111 11.2855 2.7396 9.22808C3.40808 7.17069 5.31659 5.86271 7.36884 5.86272Z",stroke:"currentColor",strokeLinejoin:"round"})),P=s;export{s 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=\"M7.36884 5.86272C8.00301 3.91092 9.83674 2.5 12 2.5C14.1633 2.5 15.997 3.91092 16.6312 5.86273C18.6834 5.86271 20.5919 7.17069 21.2604 9.22808C21.9289 11.2855 21.1537 13.4654 19.4934 14.6717C20.1276 16.6235 19.4734 18.8428 17.7232 20.1143C15.9731 21.3859 13.6603 21.3223 12 20.116C10.3397 21.3223 8.02687 21.3859 6.27675 20.1143C4.52664 18.8428 3.87244 16.6235 4.50663 14.6717C2.84632 13.4654 2.07111 11.2855 2.7396 9.22808C3.40808 7.17069 5.31659 5.86271 7.36884 5.86272Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\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,2dACF,OAAO,eACP,eAAe,QACjB,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 f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of L(o))!B.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=x(o,C))||l.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(d(r)):{},c(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>c(p({},"__esModule",{value:!0}),r);var k={};I(k,{IconGamecontroller:()=>u,default:()=>g});module.exports=P(k);var n=s(require("react"));var a=s(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(i.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 t=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(t.Path,{d:"M13.5664 4.5H10.4336C8.12391 4.5 6.96905 4.5 6.01879 4.91119C5.18071 5.27384 4.45795 5.85908 3.92893 6.60342C3.32911 7.44738 3.08893 8.57699 2.60857 10.8362L1.49752 16.0617C1.20999 17.414 1.93728 18.7771 3.2207 19.2912C4.81773 19.931 6.61252 19.0164 7.03352 17.3483L7.5 15.5L16.5 15.5L16.9665 17.3483C17.3875 19.0164 19.1823 19.931 20.7793 19.2912C22.0627 18.7771 22.79 17.414 22.5025 16.0617L21.3914 10.8362C20.9111 8.57699 20.6709 7.44738 20.0711 6.60342C19.542 5.85908 18.8193 5.27384 17.9812 4.91119C17.031 4.5 15.8761 4.5 13.5664 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"17",cy:"11.5",r:"1",fill:"currentColor"}),n.default.createElement(t.Circle,{cx:"15",cy:"8.5",r:"1",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M10.5 10H6.5M8.5 12V8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5664 4.5H10.4336C8.12391 4.5 6.96905 4.5 6.01879 4.91119C5.18071 5.27384 4.45795 5.85908 3.92893 6.60342C3.32911 7.44738 3.08893 8.57699 2.60857 10.8362L1.49752 16.0617C1.20999 17.414 1.93728 18.7771 3.2207 19.2912C4.81773 19.931 6.61252 19.0164 7.03352 17.3483L7.5 15.5L16.5 15.5L16.9665 17.3483C17.3875 19.0164 19.1823 19.931 20.7793 19.2912C22.0627 18.7771 22.79 17.414 22.5025 16.0617L21.3914 10.8362C20.9111 8.57699 20.6709 7.44738 20.0711 6.60342C19.542 5.85908 18.8193 5.27384 17.9812 4.91119C17.031 4.5 15.8761 4.5 13.5664 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17\" cy=\"11.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"15\" cy=\"8.5\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M10.5 10H6.5M8.5 12V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8hBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import l from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>l.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as C}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(C,{d:"M13.5664 4.5H10.4336C8.12391 4.5 6.96905 4.5 6.01879 4.91119C5.18071 5.27384 4.45795 5.85908 3.92893 6.60342C3.32911 7.44738 3.08893 8.57699 2.60857 10.8362L1.49752 16.0617C1.20999 17.414 1.93728 18.7771 3.2207 19.2912C4.81773 19.931 6.61252 19.0164 7.03352 17.3483L7.5 15.5L16.5 15.5L16.9665 17.3483C17.3875 19.0164 19.1823 19.931 20.7793 19.2912C22.0627 18.7771 22.79 17.414 22.5025 16.0617L21.3914 10.8362C20.9111 8.57699 20.6709 7.44738 20.0711 6.60342C19.542 5.85908 18.8193 5.27384 17.9812 4.91119C17.031 4.5 15.8761 4.5 13.5664 4.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"17",cy:"11.5",r:"1",fill:"currentColor"}),o.createElement(t,{cx:"15",cy:"8.5",r:"1",fill:"currentColor"}),o.createElement(C,{d:"M10.5 10H6.5M8.5 12V8",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=s;export{s as IconGamecontroller,I 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconGamecontroller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5664 4.5H10.4336C8.12391 4.5 6.96905 4.5 6.01879 4.91119C5.18071 5.27384 4.45795 5.85908 3.92893 6.60342C3.32911 7.44738 3.08893 8.57699 2.60857 10.8362L1.49752 16.0617C1.20999 17.414 1.93728 18.7771 3.2207 19.2912C4.81773 19.931 6.61252 19.0164 7.03352 17.3483L7.5 15.5L16.5 15.5L16.9665 17.3483C17.3875 19.0164 19.1823 19.931 20.7793 19.2912C22.0627 18.7771 22.79 17.414 22.5025 16.0617L21.3914 10.8362C20.9111 8.57699 20.6709 7.44738 20.0711 6.60342C19.542 5.85908 18.8193 5.27384 17.9812 4.91119C17.031 4.5 15.8761 4.5 13.5664 4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17\" cy=\"11.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"15\" cy=\"8.5\" r=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M10.5 10H6.5M8.5 12V8\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8hBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EACnDI,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconGamecontroller","props","React","CentralIconBase","IconGamecontroller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=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 e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(x(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconMinusMedium:()=>f,default:()=>v});module.exports=d(h);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>C.default.createElement(c.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 u=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(u.Path,{d:"M5 12H19",stroke:"currentColor",strokeLinecap:"round"})),v=f;0&&(module.exports={IconMinusMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMinusMedium/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 IconMinusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 12H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMinusMedium;\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,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,QAAQ,CACjE,EAIGE,EAAQJ","names":["IconMinusMedium_exports","__export","IconMinusMedium","IconMinusMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMinusMedium","props","React","CentralIconBase","IconMinusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({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 s}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(s,{d:"M5 12H19",stroke:"currentColor",strokeLinecap:"round"})),P=m;export{m as IconMinusMedium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMinusMedium/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 IconMinusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M5 12H19\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMinusMedium;\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,CAAK,EAAE,WAAW,OAAO,eAAe,cAAc,QAAQ,CACjE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMinusMedium","props","React","CentralIconBase","IconMinusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},c=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!B.call(r,p)&&p!==n&&s(r,p,{get:()=>o[p],enumerable:!(i=m(o,p))||i.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(x(r)):{},c(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),L=r=>c(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconOldJoystick:()=>d,default:()=>P});module.exports=L(g);var e=u(require("react"));var a=u(require("react")),l=require("react-native-svg"),C=({children:r,size:o=24,...n})=>a.default.createElement(l.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(C,{...r},e.default.createElement(t.Path,{d:"M12 9.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M17.5 12.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 15.5H3.5V20.5H20.5V15.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Circle,{cx:"12",cy:"6.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 9.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 12.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5H3.5V20.5H20.5V15.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import s from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(i,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as c,Path as e}from"react-native-svg";var u=n=>o.createElement(t,{...n},o.createElement(e,{d:"M12 9.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.5 12.5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20.5 15.5H3.5V20.5H20.5V15.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(c,{cx:"12",cy:"6.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=u;export{u as IconOldJoystick,I 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconOldJoystick: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 9.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 12.5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5H3.5V20.5H20.5V15.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconOldJoystick","props","React","CentralIconBase","IconOldJoystick_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(P(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconPlusMedium:()=>f,default:()=>h});module.exports=g(v);var p=m(require("react"));var l=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(C.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 u=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(u.Path,{d:"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=f;0&&(module.exports={IconPlusMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlusMedium/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 IconPlusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlusMedium;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPlusMedium_exports","__export","IconPlusMedium","IconPlusMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPlusMedium","props","React","CentralIconBase","IconPlusMedium_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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=m;export{m as IconPlusMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPlusMedium/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 IconPlusMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPlusMedium;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPlusMedium","props","React","CentralIconBase","IconPlusMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(i=l(o,s))||i.enumerable});return r};var d=(r,o,n)=>(n=r!=null?k(f(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>u(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconTower:()=>c,default:()=>P});module.exports=x(g);var e=d(require("react"));var a=d(require("react")),C=require("react-native-svg"),L=({children:r,size:o=24,...n})=>a.default.createElement(C.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M9.5 2.5L14.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M12 2.5V5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M17.5 9.5L19 5.5H5L6.5 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21 9.5H3L4.99999 13.5H19L21 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 13.5L9.5 21.5H14.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconTower});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTower/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 IconTower: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 2.5L14.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 2.5V5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 9.5L19 5.5H5L6.5 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 9.5H3L4.99999 13.5H19L21 9.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 13.5L9.5 21.5H14.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTower;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconTower_exports","__export","IconTower","IconTower_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTower","props","React","CentralIconBase","IconTower_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var u=e=>o.createElement(t,{...e},o.createElement(n,{d:"M9.5 2.5L14.5 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 2.5V5.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17.5 9.5L19 5.5H5L6.5 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21 9.5H3L4.99999 13.5H19L21 9.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.5 13.5L9.5 21.5H14.5V13.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconTower,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconTower/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 IconTower: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M9.5 2.5L14.5 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 2.5V5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 9.5L19 5.5H5L6.5 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 9.5H3L4.99999 13.5H19L21 9.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 13.5L9.5 21.5H14.5V13.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTower;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTower","props","React","CentralIconBase","IconTower_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
|
|
@@ -1136,6 +1140,7 @@ Below is a complete list of available icons:
|
|
|
1136
1140
|
- IconMathNotes
|
|
1137
1141
|
- IconMathScientific
|
|
1138
1142
|
- IconMinusLarge
|
|
1143
|
+
- IconMinusMedium
|
|
1139
1144
|
- IconMinusSmall
|
|
1140
1145
|
- IconMorningBrief
|
|
1141
1146
|
- IconPaperclip1
|
|
@@ -1145,6 +1150,7 @@ Below is a complete list of available icons:
|
|
|
1145
1150
|
- IconPin2
|
|
1146
1151
|
- IconPlanning
|
|
1147
1152
|
- IconPlusLarge
|
|
1153
|
+
- IconPlusMedium
|
|
1148
1154
|
- IconPlusSmall
|
|
1149
1155
|
- IconPreview
|
|
1150
1156
|
- IconProgress100
|
package/filtered-icons.json
CHANGED
|
@@ -9620,7 +9620,7 @@
|
|
|
9620
9620
|
},
|
|
9621
9621
|
{
|
|
9622
9622
|
"category": "Location",
|
|
9623
|
-
"svg": "<path d=\"
|
|
9623
|
+
"svg": "<path d=\"M3.52733 7.69855L7.89508 10.9729L8.92724 8.924L13.0302 7.89184L14.3059 2.78179M3.52733 7.69855C2.87037 8.99002 2.5 10.4518 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 7.54854 18.4383 3.81217 14.3059 2.78179M3.52733 7.69855C5.0967 4.61346 8.30154 2.5 12 2.5C12.7952 2.5 13.5677 2.59771 14.3059 2.78179\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.0844 17.1351L16.1114 15.0811L13.0837 13.0465L11.0882 12.9192L9.94922 14.0541L12.0033 17.1351H15.0844Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
9624
9624
|
"iconName": "earth, globe, world",
|
|
9625
9625
|
"variant": {
|
|
9626
9626
|
"join": "round",
|
|
@@ -11186,6 +11186,20 @@
|
|
|
11186
11186
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
11187
11187
|
"componentName": "IconFloppyDisk2"
|
|
11188
11188
|
},
|
|
11189
|
+
{
|
|
11190
|
+
"category": "Forms & Shapes",
|
|
11191
|
+
"svg": "<path d=\"M7.36884 5.86272C8.00301 3.91092 9.83674 2.5 12 2.5C14.1633 2.5 15.997 3.91092 16.6312 5.86273C18.6834 5.86271 20.5919 7.17069 21.2604 9.22808C21.9289 11.2855 21.1537 13.4654 19.4934 14.6717C20.1276 16.6235 19.4734 18.8428 17.7232 20.1143C15.9731 21.3859 13.6603 21.3223 12 20.116C10.3397 21.3223 8.02687 21.3859 6.27675 20.1143C4.52664 18.8428 3.87244 16.6235 4.50663 14.6717C2.84632 13.4654 2.07111 11.2855 2.7396 9.22808C3.40808 7.17069 5.31659 5.86271 7.36884 5.86272Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
11192
|
+
"iconName": "flower-shape",
|
|
11193
|
+
"variant": {
|
|
11194
|
+
"join": "round",
|
|
11195
|
+
"filled": "off",
|
|
11196
|
+
"radius": "0",
|
|
11197
|
+
"stroke": "1"
|
|
11198
|
+
},
|
|
11199
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11200
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
11201
|
+
"componentName": "IconFlowerShape"
|
|
11202
|
+
},
|
|
11189
11203
|
{
|
|
11190
11204
|
"category": "Photography & Video",
|
|
11191
11205
|
"svg": "<path d=\"M3.5 8V3.5H8M3.5 16V20.5H8M16 3.5H20.5V8M20.5 16V20.5H16M14.1818 13.55L12 8.75L9.81818 13.55M14.1818 13.55L15 15.35M14.1818 13.55H9.81818M9.81818 13.55L9 15.35\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12124,6 +12138,20 @@
|
|
|
12124
12138
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
12125
12139
|
"componentName": "IconGalaxy"
|
|
12126
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Gaming",
|
|
12143
|
+
"svg": "<path d=\"M13.5664 4.5H10.4336C8.12391 4.5 6.96905 4.5 6.01879 4.91119C5.18071 5.27384 4.45795 5.85908 3.92893 6.60342C3.32911 7.44738 3.08893 8.57699 2.60857 10.8362L1.49752 16.0617C1.20999 17.414 1.93728 18.7771 3.2207 19.2912C4.81773 19.931 6.61252 19.0164 7.03352 17.3483L7.5 15.5L16.5 15.5L16.9665 17.3483C17.3875 19.0164 19.1823 19.931 20.7793 19.2912C22.0627 18.7771 22.79 17.414 22.5025 16.0617L21.3914 10.8362C20.9111 8.57699 20.6709 7.44738 20.0711 6.60342C19.542 5.85908 18.8193 5.27384 17.9812 4.91119C17.031 4.5 15.8761 4.5 13.5664 4.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17\" cy=\"11.5\" r=\"1\" fill=\"currentColor\"/><circle cx=\"15\" cy=\"8.5\" r=\"1\" fill=\"currentColor\"/><path d=\"M10.5 10H6.5M8.5 12V8\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12144
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "off",
|
|
12148
|
+
"radius": "0",
|
|
12149
|
+
"stroke": "1"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12152
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
12153
|
+
"componentName": "IconGamecontroller"
|
|
12154
|
+
},
|
|
12127
12155
|
{
|
|
12128
12156
|
"category": "Gaming",
|
|
12129
12157
|
"svg": "<path d=\"M8 9.75V12M8 12V14.25M8 12H10.25M8 12H5.75M2 6H22V18H2V6Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.375 13.75C14.375 14.0952 14.6548 14.375 15 14.375C15.3452 14.375 15.625 14.0952 15.625 13.75C15.625 13.4048 15.3452 13.125 15 13.125C14.6548 13.125 14.375 13.4048 14.375 13.75ZM17.375 10.25C17.375 10.5952 17.6548 10.875 18 10.875C18.3452 10.875 18.625 10.5952 18.625 10.25C18.625 9.90482 18.3452 9.625 18 9.625C17.6548 9.625 17.375 9.90482 17.375 10.25Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15918,6 +15946,20 @@
|
|
|
15918
15946
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
15919
15947
|
"componentName": "IconMinusLarge"
|
|
15920
15948
|
},
|
|
15949
|
+
{
|
|
15950
|
+
"category": "Interface General",
|
|
15951
|
+
"svg": "<path d=\"M5 12H19\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
15952
|
+
"iconName": "minus-medium, remove, delete",
|
|
15953
|
+
"variant": {
|
|
15954
|
+
"join": "round",
|
|
15955
|
+
"filled": "off",
|
|
15956
|
+
"radius": "0",
|
|
15957
|
+
"stroke": "1"
|
|
15958
|
+
},
|
|
15959
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
15960
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
15961
|
+
"componentName": "IconMinusMedium"
|
|
15962
|
+
},
|
|
15921
15963
|
{
|
|
15922
15964
|
"category": "Interface General",
|
|
15923
15965
|
"svg": "<path d=\"M6.5 12H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -16870,6 +16912,20 @@
|
|
|
16870
16912
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
16871
16913
|
"componentName": "IconOffline"
|
|
16872
16914
|
},
|
|
16915
|
+
{
|
|
16916
|
+
"category": "Gaming",
|
|
16917
|
+
"svg": "<path d=\"M12 9.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 12.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 15.5H3.5V20.5H20.5V15.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"6.5\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16918
|
+
"iconName": "old-joystick, gamepad, gaming, control",
|
|
16919
|
+
"variant": {
|
|
16920
|
+
"join": "round",
|
|
16921
|
+
"filled": "off",
|
|
16922
|
+
"radius": "0",
|
|
16923
|
+
"stroke": "1"
|
|
16924
|
+
},
|
|
16925
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16926
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
16927
|
+
"componentName": "IconOldJoystick"
|
|
16928
|
+
},
|
|
16873
16929
|
{
|
|
16874
16930
|
"category": "Devices & Signals",
|
|
16875
16931
|
"svg": "<path d=\"M4.5 6.76316V1.5M4.5 3.5H19.5V17.5C19.5 19.7091 17.7091 21.5 15.5 21.5H8.5C6.29086 21.5 4.5 19.7091 4.5 17.5V3.5ZM7.5 6.5H16.5V13.5H7.5V6.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18858,6 +18914,20 @@
|
|
|
18858
18914
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18859
18915
|
"componentName": "IconPlusLarge"
|
|
18860
18916
|
},
|
|
18917
|
+
{
|
|
18918
|
+
"category": "Interface General",
|
|
18919
|
+
"svg": "<path d=\"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
18920
|
+
"iconName": "plus-medium, add medium",
|
|
18921
|
+
"variant": {
|
|
18922
|
+
"join": "round",
|
|
18923
|
+
"filled": "off",
|
|
18924
|
+
"radius": "0",
|
|
18925
|
+
"stroke": "1"
|
|
18926
|
+
},
|
|
18927
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
18928
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
18929
|
+
"componentName": "IconPlusMedium"
|
|
18930
|
+
},
|
|
18861
18931
|
{
|
|
18862
18932
|
"category": "Interface General",
|
|
18863
18933
|
"svg": "<path d=\"M12 6.5V12M12 12V17.5M12 12H6.5M12 12H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
@@ -24570,6 +24640,20 @@
|
|
|
24570
24640
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
24571
24641
|
"componentName": "IconTouchGrass"
|
|
24572
24642
|
},
|
|
24643
|
+
{
|
|
24644
|
+
"category": "Building",
|
|
24645
|
+
"svg": "<path d=\"M9.5 2.5L14.5 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 2.5V5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 9.5L19 5.5H5L6.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 9.5H3L4.99999 13.5H19L21 9.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 13.5L9.5 21.5H14.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24646
|
+
"iconName": "tower, terminal",
|
|
24647
|
+
"variant": {
|
|
24648
|
+
"join": "round",
|
|
24649
|
+
"filled": "off",
|
|
24650
|
+
"radius": "0",
|
|
24651
|
+
"stroke": "1"
|
|
24652
|
+
},
|
|
24653
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
24654
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
24655
|
+
"componentName": "IconTower"
|
|
24656
|
+
},
|
|
24573
24657
|
{
|
|
24574
24658
|
"category": "Crypto",
|
|
24575
24659
|
"svg": "<path d=\"M7 2.5V10.5M7 10.5H3.5V18.5H7M7 10.5H10.5V18.5H7M7 18.5V21.5M17 2.5V5.5M17 5.5H13.5V18.5H17M17 5.5H20.5V18.5H17M17 18.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -798,6 +798,7 @@ export type CentralIconName =
|
|
|
798
798
|
| "IconFlashcards"
|
|
799
799
|
| "IconFloppyDisk1"
|
|
800
800
|
| "IconFloppyDisk2"
|
|
801
|
+
| "IconFlowerShape"
|
|
801
802
|
| "IconFocusAuto"
|
|
802
803
|
| "IconFocusExposure"
|
|
803
804
|
| "IconFocusFlash"
|
|
@@ -865,6 +866,7 @@ export type CentralIconName =
|
|
|
865
866
|
| "IconFullscreen1"
|
|
866
867
|
| "IconFullscreen2"
|
|
867
868
|
| "IconGalaxy"
|
|
869
|
+
| "IconGamecontroller"
|
|
868
870
|
| "IconGamepad"
|
|
869
871
|
| "IconGamepadControls"
|
|
870
872
|
| "IconGamepadControlsDown"
|
|
@@ -1136,6 +1138,7 @@ export type CentralIconName =
|
|
|
1136
1138
|
| "IconMinimize315"
|
|
1137
1139
|
| "IconMinimize45"
|
|
1138
1140
|
| "IconMinusLarge"
|
|
1141
|
+
| "IconMinusMedium"
|
|
1139
1142
|
| "IconMinusSmall"
|
|
1140
1143
|
| "IconMistral"
|
|
1141
1144
|
| "IconModelcontextprotocol"
|
|
@@ -1204,6 +1207,7 @@ export type CentralIconName =
|
|
|
1204
1207
|
| "IconNvidia"
|
|
1205
1208
|
| "IconOculus"
|
|
1206
1209
|
| "IconOffline"
|
|
1210
|
+
| "IconOldJoystick"
|
|
1207
1211
|
| "IconOldPhone"
|
|
1208
1212
|
| "IconOllama"
|
|
1209
1213
|
| "IconOmega"
|
|
@@ -1346,6 +1350,7 @@ export type CentralIconName =
|
|
|
1346
1350
|
| "IconPlugin1"
|
|
1347
1351
|
| "IconPlugin2"
|
|
1348
1352
|
| "IconPlusLarge"
|
|
1353
|
+
| "IconPlusMedium"
|
|
1349
1354
|
| "IconPlusSmall"
|
|
1350
1355
|
| "IconPodcast1"
|
|
1351
1356
|
| "IconPodcast2"
|
|
@@ -1754,6 +1759,7 @@ export type CentralIconName =
|
|
|
1754
1759
|
| "IconToque"
|
|
1755
1760
|
| "IconTouch"
|
|
1756
1761
|
| "IconTouchGrass"
|
|
1762
|
+
| "IconTower"
|
|
1757
1763
|
| "IconTradingViewCandles"
|
|
1758
1764
|
| "IconTradingViewLine"
|
|
1759
1765
|
| "IconTradingViewSteps"
|