@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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 d=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=L(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(k(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconEarth:()=>u,default:()=>x});module.exports=h(P);var C=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.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 p=require("react-native-svg"),u=r=>C.default.createElement(l,{...r},C.default.createElement(p.Path,{d:"M3.7503 7.81174L6.71058 10.031C7.38438 10.5361 8.351 10.3093 8.72987 9.55727C8.90656 9.20652 9.22698 8.94989 9.60785 8.85407L11.2597 8.43852C12.333 8.16852 13.1705 7.32956 13.4385 6.25581L14.2452 3.02438M3.7503 7.81174C3.11062 9.06923 2.75 10.4925 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.66569 18.2689 4.02764 14.2452 3.02438M3.7503 7.81174C5.27837 4.80785 8.39887 2.75 12 2.75C12.7743 2.75 13.5264 2.84514 14.2452 3.02438",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M14.0787 17C14.6443 17 15.1613 16.6805 15.4143 16.1746C15.7501 15.503 15.5348 14.6864 14.9115 14.2675L13.6591 13.4259C13.2625 13.1594 12.8023 13.003 12.3254 12.9725L11.6643 12.9304C11.3122 12.9079 10.9674 13.0377 10.7175 13.2867C10.3014 13.7013 10.2363 14.3522 10.5622 14.8409L11.2293 15.8416C11.7118 16.5653 12.524 17 13.3938 17H14.0787Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;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.7503 7.81174L6.71058 10.031C7.38438 10.5361 8.351 10.3093 8.72987 9.55727C8.90656 9.20652 9.22698 8.94989 9.60785 8.85407L11.2597 8.43852C12.333 8.16852 13.1705 7.32956 13.4385 6.25581L14.2452 3.02438M3.7503 7.81174C3.11062 9.06923 2.75 10.4925 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.66569 18.2689 4.02764 14.2452 3.02438M3.7503 7.81174C5.27837 4.80785 8.39887 2.75 12 2.75C12.7743 2.75 13.5264 2.84514 14.2452 3.02438\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0787 17C14.6443 17 15.1613 16.6805 15.4143 16.1746C15.7501 15.503 15.5348 14.6864 14.9115 14.2675L13.6591 13.4259C13.2625 13.1594 12.8023 13.003 12.3254 12.9725L11.6643 12.9304C11.3122 12.9079 10.9674 13.0377 10.7175 13.2867C10.3014 13.7013 10.2363 14.3522 10.5622 14.8409L11.2293 15.8416C11.7118 16.5653 12.524 17 13.3938 17H14.0787Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,0dACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qVACF,OAAO,eACP,YAAY,MACZ,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
|
|
1
|
+
import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3.7503 7.81174L6.71058 10.031C7.38438 10.5361 8.351 10.3093 8.72987 9.55727C8.90656 9.20652 9.22698 8.94989 9.60785 8.85407L11.2597 8.43852C12.333 8.16852 13.1705 7.32956 13.4385 6.25581L14.2452 3.02438M3.7503 7.81174C3.11062 9.06923 2.75 10.4925 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.66569 18.2689 4.02764 14.2452 3.02438M3.7503 7.81174C5.27837 4.80785 8.39887 2.75 12 2.75C12.7743 2.75 13.5264 2.84514 14.2452 3.02438",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M14.0787 17C14.6443 17 15.1613 16.6805 15.4143 16.1746C15.7501 15.503 15.5348 14.6864 14.9115 14.2675L13.6591 13.4259C13.2625 13.1594 12.8023 13.003 12.3254 12.9725L11.6643 12.9304C11.3122 12.9079 10.9674 13.0377 10.7175 13.2867C10.3014 13.7013 10.2363 14.3522 10.5622 14.8409L11.2293 15.8416C11.7118 16.5653 12.524 17 13.3938 17H14.0787Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconEarth,B 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.7503 7.81174L6.71058 10.031C7.38438 10.5361 8.351 10.3093 8.72987 9.55727C8.90656 9.20652 9.22698 8.94989 9.60785 8.85407L11.2597 8.43852C12.333 8.16852 13.1705 7.32956 13.4385 6.25581L14.2452 3.02438M3.7503 7.81174C3.11062 9.06923 2.75 10.4925 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.66569 18.2689 4.02764 14.2452 3.02438M3.7503 7.81174C5.27837 4.80785 8.39887 2.75 12 2.75C12.7743 2.75 13.5264 2.84514 14.2452 3.02438\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.0787 17C14.6443 17 15.1613 16.6805 15.4143 16.1746C15.7501 15.503 15.5348 14.6864 14.9115 14.2675L13.6591 13.4259C13.2625 13.1594 12.8023 13.003 12.3254 12.9725L11.6643 12.9304C11.3122 12.9079 10.9674 13.0377 10.7175 13.2867C10.3014 13.7013 10.2363 14.3522 10.5622 14.8409L11.2293 15.8416C11.7118 16.5653 12.524 17 13.3938 17H14.0787Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,0dACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qVACF,OAAO,eACP,YAAY,MACZ,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,p)=>{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:!(p=B(o,t))||p.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 v={};g(v,{IconFlowerShape:()=>i,default:()=>d});module.exports=h(v);var C=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=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M7.76759 5.38934C8.54898 3.84493 10.1508 2.78613 12 2.78613C13.8492 2.78613 15.451 3.84493 16.2324 5.38934C16.428 5.77591 16.8049 6.04977 17.233 6.11633C18.9433 6.38223 20.4453 7.5785 21.0167 9.33716C21.5881 11.0958 21.0762 12.9465 19.8488 14.1669C19.5416 14.4723 19.3976 14.9154 19.4666 15.3431C19.7422 17.0519 19.0686 18.85 17.5726 19.9369C16.0766 21.0238 14.1584 21.1088 12.6184 20.3186C12.233 20.1209 11.767 20.1209 11.3816 20.3186C9.84164 21.1088 7.92337 21.0238 6.42737 19.9369C4.93137 18.85 4.25778 17.0519 4.5334 15.3431C4.60239 14.9154 4.45841 14.4723 4.1512 14.1669C2.92384 12.9465 2.41187 11.0958 2.98329 9.33715C3.55471 7.5785 5.05669 6.38223 6.76697 6.11633C7.19506 6.04977 7.572 5.77591 7.76759 5.38934Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),d=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.76759 5.38934C8.54898 3.84493 10.1508 2.78613 12 2.78613C13.8492 2.78613 15.451 3.84493 16.2324 5.38934C16.428 5.77591 16.8049 6.04977 17.233 6.11633C18.9433 6.38223 20.4453 7.5785 21.0167 9.33716C21.5881 11.0958 21.0762 12.9465 19.8488 14.1669C19.5416 14.4723 19.3976 14.9154 19.4666 15.3431C19.7422 17.0519 19.0686 18.85 17.5726 19.9369C16.0766 21.0238 14.1584 21.1088 12.6184 20.3186C12.233 20.1209 11.767 20.1209 11.3816 20.3186C9.84164 21.1088 7.92337 21.0238 6.42737 19.9369C4.93137 18.85 4.25778 17.0519 4.5334 15.3431C4.60239 14.9154 4.45841 14.4723 4.1512 14.1669C2.92384 12.9465 2.41187 11.0958 2.98329 9.33715C3.55471 7.5785 5.05669 6.38223 6.76697 6.11633C7.19506 6.04977 7.572 5.77591 7.76759 5.38934Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gtBACF,OAAO,eACP,YAAY,MACZ,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 C from"react";import{Svg as p}from"react-native-svg";var e=({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 s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M7.76759 5.38934C8.54898 3.84493 10.1508 2.78613 12 2.78613C13.8492 2.78613 15.451 3.84493 16.2324 5.38934C16.428 5.77591 16.8049 6.04977 17.233 6.11633C18.9433 6.38223 20.4453 7.5785 21.0167 9.33716C21.5881 11.0958 21.0762 12.9465 19.8488 14.1669C19.5416 14.4723 19.3976 14.9154 19.4666 15.3431C19.7422 17.0519 19.0686 18.85 17.5726 19.9369C16.0766 21.0238 14.1584 21.1088 12.6184 20.3186C12.233 20.1209 11.767 20.1209 11.3816 20.3186C9.84164 21.1088 7.92337 21.0238 6.42737 19.9369C4.93137 18.85 4.25778 17.0519 4.5334 15.3431C4.60239 14.9154 4.45841 14.4723 4.1512 14.1669C2.92384 12.9465 2.41187 11.0958 2.98329 9.33715C3.55471 7.5785 5.05669 6.38223 6.76697 6.11633C7.19506 6.04977 7.572 5.77591 7.76759 5.38934Z",stroke:"currentColor",strokeWidth:"1.5",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.76759 5.38934C8.54898 3.84493 10.1508 2.78613 12 2.78613C13.8492 2.78613 15.451 3.84493 16.2324 5.38934C16.428 5.77591 16.8049 6.04977 17.233 6.11633C18.9433 6.38223 20.4453 7.5785 21.0167 9.33716C21.5881 11.0958 21.0762 12.9465 19.8488 14.1669C19.5416 14.4723 19.3976 14.9154 19.4666 15.3431C19.7422 17.0519 19.0686 18.85 17.5726 19.9369C16.0766 21.0238 14.1584 21.1088 12.6184 20.3186C12.233 20.1209 11.767 20.1209 11.3816 20.3186C9.84164 21.1088 7.92337 21.0238 6.42737 19.9369C4.93137 18.85 4.25778 17.0519 4.5334 15.3431C4.60239 14.9154 4.45841 14.4723 4.1512 14.1669C2.92384 12.9465 2.41187 11.0958 2.98329 9.33715C3.55471 7.5785 5.05669 6.38223 6.76697 6.11633C7.19506 6.04977 7.572 5.77591 7.76759 5.38934Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,gtBACF,OAAO,eACP,YAAY,MACZ,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 d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of x(o))!B.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=d(o,C))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(L(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>s(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconGamecontroller:()=>u,default:()=>P});module.exports=k(g);var t=c(require("react"));var a=c(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 n=require("react-native-svg"),u=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M13.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L7.92445 16.9731C8.27576 16.2265 9.02663 15.75 9.85171 15.75H14.1483C14.9734 15.75 15.7242 16.2265 16.0756 16.9731L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Circle,{cx:"17.0008",cy:"11.6502",r:"1.2",fill:"currentColor"}),t.default.createElement(n.Circle,{cx:"15.0008",cy:"8.8499",r:"1.2",fill:"currentColor"}),t.default.createElement(n.Path,{d:"M10.2992 10.3H6.69922M8.49924 12.1L8.4992 8.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=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.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L7.92445 16.9731C8.27576 16.2265 9.02663 15.75 9.85171 15.75H14.1483C14.9734 15.75 15.7242 16.2265 16.0756 16.9731L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.0008\" cy=\"11.6502\" r=\"1.2\" fill=\"currentColor\" />\n <Circle cx=\"15.0008\" cy=\"8.8499\" r=\"1.2\" fill=\"currentColor\" />\n <Path\n d=\"M10.2992 10.3H6.69922M8.49924 12.1L8.4992 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,gpBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>l.createElement(s,{...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 n,Path as C}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(C,{d:"M13.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L7.92445 16.9731C8.27576 16.2265 9.02663 15.75 9.85171 15.75H14.1483C14.9734 15.75 15.7242 16.2265 16.0756 16.9731L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{cx:"17.0008",cy:"11.6502",r:"1.2",fill:"currentColor"}),o.createElement(n,{cx:"15.0008",cy:"8.8499",r:"1.2",fill:"currentColor"}),o.createElement(C,{d:"M10.2992 10.3H6.69922M8.49924 12.1L8.4992 8.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=c;export{c 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.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L7.92445 16.9731C8.27576 16.2265 9.02663 15.75 9.85171 15.75H14.1483C14.9734 15.75 15.7242 16.2265 16.0756 16.9731L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.0008\" cy=\"11.6502\" r=\"1.2\" fill=\"currentColor\" />\n <Circle cx=\"15.0008\" cy=\"8.8499\" r=\"1.2\" fill=\"currentColor\" />\n <Path\n d=\"M10.2992 10.3H6.69922M8.49924 12.1L8.4992 8.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"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,gpBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,SAAS,EAAE,MAAM,KAAK,eAAe,EAC7DI,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 f=Object.create;var n=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)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))!P.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?f(x(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,{IconMinusMedium:()=>u,default:()=>h});module.exports=g(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>C.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 i=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M5.25 12H18.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=u;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\n d=\"M5.25 12H18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\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,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,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 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:"M5.25 12H18.75",stroke:"currentColor",strokeWidth:"1.5",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\n d=\"M5.25 12H18.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\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,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!x.call(r,s)&&s!==e&&p(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var c=(r,o,e)=>(e=r!=null?l(h(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconOldJoystick:()=>a,default:()=>L});module.exports=I(P);var t=c(require("react"));var d=c(require("react")),u=require("react-native-svg"),k=({children:r,size:o=24,...e})=>d.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),a=r=>t.default.createElement(k,{...r},t.default.createElement(n.Path,{d:"M12 9.25V14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M17.25 11.75V14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Path,{d:"M17.5 14.75H6.5C4.98122 14.75 3.75 15.9812 3.75 17.5C3.75 19.0188 4.98122 20.25 6.5 20.25H17.5C19.0188 20.25 20.25 19.0188 20.25 17.5C20.25 15.9812 19.0188 14.75 17.5 14.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(n.Circle,{cx:"12",cy:"6.5",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),L=a;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.25V14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.25 11.75V14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 14.75H6.5C4.98122 14.75 3.75 15.9812 3.75 17.5C3.75 19.0188 4.98122 20.25 6.5 20.25H17.5C19.0188 20.25 20.25 19.0188 20.25 17.5C20.25 15.9812 19.0188 14.75 17.5 14.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,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 p from"react";import{Svg as i}from"react-native-svg";var n=({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{Circle as C,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 9.25V14.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M17.25 11.75V14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M17.5 14.75H6.5C4.98122 14.75 3.75 15.9812 3.75 17.5C3.75 19.0188 4.98122 20.25 6.5 20.25H17.5C19.0188 20.25 20.25 19.0188 20.25 17.5C20.25 15.9812 19.0188 14.75 17.5 14.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"6.5",r:"2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconOldJoystick,B 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.25V14.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.25 11.75V14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 14.75H6.5C4.98122 14.75 3.75 15.9812 3.75 17.5C3.75 19.0188 4.98122 20.25 6.5 20.25H17.5C19.0188 20.25 20.25 19.0188 20.25 17.5C20.25 15.9812 19.0188 14.75 17.5 14.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"6.5\"\n r=\"2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gLACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,OACF,OAAO,eACP,YAAY,MACZ,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 l=Object.create;var i=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=L(o,s))||p.enumerable});return r};var C=(r,o,e)=>(e=r!=null?l(f(r)):{},d(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>d(i({},"__esModule",{value:!0}),r);var P={};B(P,{IconTower:()=>c,default:()=>x});module.exports=I(P);var n=C(require("react"));var u=C(require("react")),k=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.default.createElement(k.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"),c=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M9.75 2.75L14.25 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 3V5.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17.5 9.75L18.4933 7.10112C18.7385 6.44737 18.2552 5.75 17.557 5.75H6.443C5.74479 5.75 5.26151 6.44737 5.50667 7.10112L6.5 9.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.4612 9.75H4.53876C3.8151 9.75 3.33105 10.4949 3.62495 11.1561L4.73606 13.6561C4.89656 14.0173 5.25468 14.25 5.64987 14.25H18.3501C18.7453 14.25 19.1034 14.0173 19.2639 13.6561L20.375 11.1561C20.669 10.4949 20.1849 9.75 19.4612 9.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.75 14.25V21.25H14.25V14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=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.75 2.75L14.25 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 9.75L18.4933 7.10112C18.7385 6.44737 18.2552 5.75 17.557 5.75H6.443C5.74479 5.75 5.26151 6.44737 5.50667 7.10112L6.5 9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.4612 9.75H4.53876C3.8151 9.75 3.33105 10.4949 3.62495 11.1561L4.73606 13.6561C4.89656 14.0173 5.25468 14.25 5.64987 14.25H18.3501C18.7453 14.25 19.1034 14.0173 19.2639 13.6561L20.375 11.1561C20.669 10.4949 20.1849 9.75 19.4612 9.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 14.25V21.25H14.25V14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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 i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var d=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9.75 2.75L14.25 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 3V5.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17.5 9.75L18.4933 7.10112C18.7385 6.44737 18.2552 5.75 17.557 5.75H6.443C5.74479 5.75 5.26151 6.44737 5.50667 7.10112L6.5 9.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19.4612 9.75H4.53876C3.8151 9.75 3.33105 10.4949 3.62495 11.1561L4.73606 13.6561C4.89656 14.0173 5.25468 14.25 5.64987 14.25H18.3501C18.7453 14.25 19.1034 14.0173 19.2639 13.6561L20.375 11.1561C20.669 10.4949 20.1849 9.75 19.4612 9.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.75 14.25V21.25H14.25V14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=d;export{d as IconTower,h 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.75 2.75L14.25 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 3V5.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.5 9.75L18.4933 7.10112C18.7385 6.44737 18.2552 5.75 17.557 5.75H6.443C5.74479 5.75 5.26151 6.44737 5.50667 7.10112L6.5 9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.4612 9.75H4.53876C3.8151 9.75 3.33105 10.4949 3.62495 11.1561L4.73606 13.6561C4.89656 14.0173 5.25468 14.25 5.64987 14.25H18.3501C18.7453 14.25 19.1034 14.0173 19.2639 13.6561L20.375 11.1561C20.669 10.4949 20.1849 9.75 19.4612 9.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.75 14.25V21.25H14.25V14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,wBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gCACF,OAAO,eACP,YAAY,MACZ,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.7503 7.81174L6.71058 10.031C7.38438 10.5361 8.351 10.3093 8.72987 9.55727C8.90656 9.20652 9.22698 8.94989 9.60785 8.85407L11.2597 8.43852C12.333 8.16852 13.1705 7.32956 13.4385 6.25581L14.2452 3.02438M3.7503 7.81174C3.11062 9.06923 2.75 10.4925 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 7.66569 18.2689 4.02764 14.2452 3.02438M3.7503 7.81174C5.27837 4.80785 8.39887 2.75 12 2.75C12.7743 2.75 13.5264 2.84514 14.2452 3.02438\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.0787 17C14.6443 17 15.1613 16.6805 15.4143 16.1746C15.7501 15.503 15.5348 14.6864 14.9115 14.2675L13.6591 13.4259C13.2625 13.1594 12.8023 13.003 12.3254 12.9725L11.6643 12.9304C11.3122 12.9079 10.9674 13.0377 10.7175 13.2867C10.3014 13.7013 10.2363 14.3522 10.5622 14.8409L11.2293 15.8416C11.7118 16.5653 12.524 17 13.3938 17H14.0787Z\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-3-stroke-1.5",
|
|
11187
11187
|
"componentName": "IconFloppyDisk2"
|
|
11188
11188
|
},
|
|
11189
|
+
{
|
|
11190
|
+
"category": "Forms & Shapes",
|
|
11191
|
+
"svg": "<path d=\"M7.76759 5.38934C8.54898 3.84493 10.1508 2.78613 12 2.78613C13.8492 2.78613 15.451 3.84493 16.2324 5.38934C16.428 5.77591 16.8049 6.04977 17.233 6.11633C18.9433 6.38223 20.4453 7.5785 21.0167 9.33716C21.5881 11.0958 21.0762 12.9465 19.8488 14.1669C19.5416 14.4723 19.3976 14.9154 19.4666 15.3431C19.7422 17.0519 19.0686 18.85 17.5726 19.9369C16.0766 21.0238 14.1584 21.1088 12.6184 20.3186C12.233 20.1209 11.767 20.1209 11.3816 20.3186C9.84164 21.1088 7.92337 21.0238 6.42737 19.9369C4.93137 18.85 4.25778 17.0519 4.5334 15.3431C4.60239 14.9154 4.45841 14.4723 4.1512 14.1669C2.92384 12.9465 2.41187 11.0958 2.98329 9.33715C3.55471 7.5785 5.05669 6.38223 6.76697 6.11633C7.19506 6.04977 7.572 5.77591 7.76759 5.38934Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
|
|
11192
|
+
"iconName": "flower-shape",
|
|
11193
|
+
"variant": {
|
|
11194
|
+
"join": "round",
|
|
11195
|
+
"filled": "off",
|
|
11196
|
+
"radius": "3",
|
|
11197
|
+
"stroke": "1.5"
|
|
11198
|
+
},
|
|
11199
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
11200
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
11201
|
+
"componentName": "IconFlowerShape"
|
|
11202
|
+
},
|
|
11189
11203
|
{
|
|
11190
11204
|
"category": "Photography & Video",
|
|
11191
11205
|
"svg": "<path d=\"M3.75 8V6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H8M3.75 16V17.25C3.75 18.9069 5.09315 20.25 6.75 20.25H8M16 3.75H17.25C18.9069 3.75 20.25 5.09315 20.25 6.75V8M20.25 16V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H16M14 13.4L12 9L10 13.4M14 13.4L14.75 15.05M14 13.4H10M10 13.4L9.25 15.05\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12124,6 +12138,20 @@
|
|
|
12124
12138
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
12125
12139
|
"componentName": "IconGalaxy"
|
|
12126
12140
|
},
|
|
12141
|
+
{
|
|
12142
|
+
"category": "Gaming",
|
|
12143
|
+
"svg": "<path d=\"M13.2027 4.75H10.7973C8.48821 4.75 7.33367 4.75 6.3836 5.16101C5.54568 5.5235 4.823 6.1085 4.29394 6.85255C3.69407 7.69619 3.45362 8.82541 2.97271 11.0839L2.02936 15.514C1.72348 16.9505 2.49631 18.3985 3.85994 18.944C5.34267 19.5371 7.03075 18.8722 7.71072 17.4272L7.92445 16.9731C8.27576 16.2265 9.02663 15.75 9.85171 15.75H14.1483C14.9734 15.75 15.7242 16.2265 16.0756 16.9731L16.2893 17.4272C16.9692 18.8722 18.6573 19.5371 20.1401 18.944C21.5037 18.3985 22.2765 16.9505 21.9706 15.514L21.0273 11.0839L21.0273 11.0838C20.5464 8.82541 20.3059 7.69619 19.7061 6.85255C19.177 6.1085 18.4543 5.5235 17.6164 5.16101C16.6663 4.75 15.5118 4.75 13.2027 4.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.0008\" cy=\"11.6502\" r=\"1.2\" fill=\"currentColor\"/><circle cx=\"15.0008\" cy=\"8.8499\" r=\"1.2\" fill=\"currentColor\"/><path d=\"M10.2992 10.3H6.69922M8.49924 12.1L8.4992 8.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
12144
|
+
"iconName": "gamecontroller, joystick, play",
|
|
12145
|
+
"variant": {
|
|
12146
|
+
"join": "round",
|
|
12147
|
+
"filled": "off",
|
|
12148
|
+
"radius": "3",
|
|
12149
|
+
"stroke": "1.5"
|
|
12150
|
+
},
|
|
12151
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
12152
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
12153
|
+
"componentName": "IconGamecontroller"
|
|
12154
|
+
},
|
|
12127
12155
|
{
|
|
12128
12156
|
"category": "Gaming",
|
|
12129
12157
|
"svg": "<path d=\"M8 9.75V12M8 12V14.25M8 12H10.25M8 12H5.75M8 6H16C19.3137 6 22 8.68629 22 12C22 15.3137 19.3137 18 16 18H8C4.68629 18 2 15.3137 2 12C2 8.68629 4.68629 6 8 6Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.25 13.75C14.25 14.1642 14.5858 14.5 15 14.5C15.4142 14.5 15.75 14.1642 15.75 13.75C15.75 13.3358 15.4142 13 15 13C14.5858 13 14.25 13.3358 14.25 13.75ZM17.25 10.25C17.25 10.6642 17.5858 11 18 11C18.4142 11 18.75 10.6642 18.75 10.25C18.75 9.83579 18.4142 9.5 18 9.5C17.5858 9.5 17.25 9.83579 17.25 10.25Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"0.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -15918,6 +15946,20 @@
|
|
|
15918
15946
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15919
15947
|
"componentName": "IconMinusLarge"
|
|
15920
15948
|
},
|
|
15949
|
+
{
|
|
15950
|
+
"category": "Interface General",
|
|
15951
|
+
"svg": "<path d=\"M5.25 12H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
15952
|
+
"iconName": "minus-medium, remove, delete",
|
|
15953
|
+
"variant": {
|
|
15954
|
+
"join": "round",
|
|
15955
|
+
"filled": "off",
|
|
15956
|
+
"radius": "3",
|
|
15957
|
+
"stroke": "1.5"
|
|
15958
|
+
},
|
|
15959
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
15960
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
15961
|
+
"componentName": "IconMinusMedium"
|
|
15962
|
+
},
|
|
15921
15963
|
{
|
|
15922
15964
|
"category": "Interface General",
|
|
15923
15965
|
"svg": "<path d=\"M6.75 12H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
@@ -16870,6 +16912,20 @@
|
|
|
16870
16912
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
16871
16913
|
"componentName": "IconOffline"
|
|
16872
16914
|
},
|
|
16915
|
+
{
|
|
16916
|
+
"category": "Gaming",
|
|
16917
|
+
"svg": "<path d=\"M12 9.25V14.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 11.75V14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 14.75H6.5C4.98122 14.75 3.75 15.9812 3.75 17.5C3.75 19.0188 4.98122 20.25 6.5 20.25H17.5C19.0188 20.25 20.25 19.0188 20.25 17.5C20.25 15.9812 19.0188 14.75 17.5 14.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"6.5\" r=\"2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16918
|
+
"iconName": "old-joystick, gamepad, gaming, control",
|
|
16919
|
+
"variant": {
|
|
16920
|
+
"join": "round",
|
|
16921
|
+
"filled": "off",
|
|
16922
|
+
"radius": "3",
|
|
16923
|
+
"stroke": "1.5"
|
|
16924
|
+
},
|
|
16925
|
+
"createdAt": "2026-04-01T11:00:44.936562+00:00",
|
|
16926
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
16927
|
+
"componentName": "IconOldJoystick"
|
|
16928
|
+
},
|
|
16873
16929
|
{
|
|
16874
16930
|
"category": "Devices & Signals",
|
|
16875
16931
|
"svg": "<path d=\"M4.75 6.88158V1.75M8.25 14.25H15.75C16.0261 14.25 16.25 14.0261 16.25 13.75V7.25C16.25 6.97386 16.0261 6.75 15.75 6.75H8.25C7.97386 6.75 7.75 6.97386 7.75 7.25V13.75C7.75 14.0261 7.97386 14.25 8.25 14.25ZM4.75 17.25V6.75C4.75 5.09315 6.09315 3.75 7.75 3.75H16.25C17.9069 3.75 19.25 5.09315 19.25 6.75V17.25C19.25 19.4591 17.4591 21.25 15.25 21.25H8.75C6.54086 21.25 4.75 19.4591 4.75 17.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -18858,6 +18914,20 @@
|
|
|
18858
18914
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
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": "3",
|
|
18925
|
+
"stroke": "1.5"
|
|
18926
|
+
},
|
|
18927
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
18928
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
18929
|
+
"componentName": "IconPlusMedium"
|
|
18930
|
+
},
|
|
18861
18931
|
{
|
|
18862
18932
|
"category": "Interface General",
|
|
18863
18933
|
"svg": "<path d=\"M12 6.75V12M12 12V17.25M12 12H6.75M12 12H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
@@ -24570,6 +24640,20 @@
|
|
|
24570
24640
|
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
24571
24641
|
"componentName": "IconTouchGrass"
|
|
24572
24642
|
},
|
|
24643
|
+
{
|
|
24644
|
+
"category": "Building",
|
|
24645
|
+
"svg": "<path d=\"M9.75 2.75L14.25 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3V5.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 9.75L18.4933 7.10112C18.7385 6.44737 18.2552 5.75 17.557 5.75H6.443C5.74479 5.75 5.26151 6.44737 5.50667 7.10112L6.5 9.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.4612 9.75H4.53876C3.8151 9.75 3.33105 10.4949 3.62495 11.1561L4.73606 13.6561C4.89656 14.0173 5.25468 14.25 5.64987 14.25H18.3501C18.7453 14.25 19.1034 14.0173 19.2639 13.6561L20.375 11.1561C20.669 10.4949 20.1849 9.75 19.4612 9.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.75 14.25V21.25H14.25V14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24646
|
+
"iconName": "tower, terminal",
|
|
24647
|
+
"variant": {
|
|
24648
|
+
"join": "round",
|
|
24649
|
+
"filled": "off",
|
|
24650
|
+
"radius": "3",
|
|
24651
|
+
"stroke": "1.5"
|
|
24652
|
+
},
|
|
24653
|
+
"createdAt": "2026-03-31T10:00:47.268223+00:00",
|
|
24654
|
+
"packageName": "round-outlined-radius-3-stroke-1.5",
|
|
24655
|
+
"componentName": "IconTower"
|
|
24656
|
+
},
|
|
24573
24657
|
{
|
|
24574
24658
|
"category": "Crypto",
|
|
24575
24659
|
"svg": "<path d=\"M7 2.75V10.75M7 10.75H6.75C5.09315 10.75 3.75 12.0931 3.75 13.75V15.25C3.75 16.9069 5.09315 18.25 6.75 18.25H7M7 10.75H7.25C8.90685 10.75 10.25 12.0931 10.25 13.75V15.25C10.25 16.9069 8.90685 18.25 7.25 18.25H7M7 18.25V21.25M17 2.75001V5.75M17 5.75H16.75C15.0931 5.75 13.75 7.09315 13.75 8.75V15.25C13.75 16.9069 15.0931 18.25 16.75 18.25H17M17 5.75H17.25C18.9069 5.75 20.25 7.09315 20.25 8.75V15.25C20.25 16.9069 18.9069 18.25 17.25 18.25H17M17 18.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" 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"
|