@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.174 → 1.1.175

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.
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconEarth:()=>i,default:()=>g});module.exports=d(h);var p=s(require("react"));var m=s(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 L=require("react-native-svg"),i=r=>p.default.createElement(l,{...r},p.default.createElement(L.Path,{d:"M14.2452 3.02438L13.0031 7.99995L9.0081 9.00495L8.0031 10.9999L3.7503 7.81174M14.2452 3.02438C13.5264 2.84514 12.7743 2.75 12 2.75C8.39887 2.75 5.27837 4.80785 3.7503 7.81174M14.2452 3.02438C18.2689 4.02764 21.25 7.66569 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 10.4925 3.11062 9.06923 3.7503 7.81174M15.0029 17L16.0029 15L13.0549 13.019L11.1119 12.895L10.0029 14L12.0029 17H15.0029Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;0&&(module.exports={IconEarth});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=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,C)=>{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:!(C=d(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?u(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:()=>l,default:()=>x});module.exports=h(P);var p=i(require("react"));var m=i(require("react")),L=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(L.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),l=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M3.7503 7.81174L8.0031 10.9999L9.0081 9.00495L13.0031 7.99995L14.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"}),p.default.createElement(s.Path,{d:"M15 17L16 15L13.052 13.019L11.109 12.895L10 14L12 17H15Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;0&&(module.exports={IconEarth});
2
2
  //# sourceMappingURL=index.js.map
@@ -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=\"M14.2452 3.02438L13.0031 7.99995L9.0081 9.00495L8.0031 10.9999L3.7503 7.81174M14.2452 3.02438C13.5264 2.84514 12.7743 2.75 12 2.75C8.39887 2.75 5.27837 4.80785 3.7503 7.81174M14.2452 3.02438C18.2689 4.02764 21.25 7.66569 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 10.4925 3.11062 9.06923 3.7503 7.81174M15.0029 17L16.0029 15L13.0549 13.019L11.1119 12.895L10.0029 14L12.0029 17H15.0029Z\"\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,+aACF,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"]}
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.81174L8.0031 10.9999L9.0081 9.00495L13.0031 7.99995L14.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=\"M15 17L16 15L13.052 13.019L11.109 12.895L10 14L12 17H15Z\"\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,4VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,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"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M14.2452 3.02438L13.0031 7.99995L9.0081 9.00495L8.0031 10.9999L3.7503 7.81174M14.2452 3.02438C13.5264 2.84514 12.7743 2.75 12 2.75C8.39887 2.75 5.27837 4.80785 3.7503 7.81174M14.2452 3.02438C18.2689 4.02764 21.25 7.66569 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 10.4925 3.11062 9.06923 3.7503 7.81174M15.0029 17L16.0029 15L13.0549 13.019L11.1119 12.895L10.0029 14L12.0029 17H15.0029Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s as IconEarth,x as default};
1
+ import t from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3.7503 7.81174L8.0031 10.9999L9.0081 9.00495L13.0031 7.99995L14.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:"M15 17L16 15L13.052 13.019L11.109 12.895L10 14L12 17H15Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconEarth,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -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=\"M14.2452 3.02438L13.0031 7.99995L9.0081 9.00495L8.0031 10.9999L3.7503 7.81174M14.2452 3.02438C13.5264 2.84514 12.7743 2.75 12 2.75C8.39887 2.75 5.27837 4.80785 3.7503 7.81174M14.2452 3.02438C18.2689 4.02764 21.25 7.66569 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 10.4925 3.11062 9.06923 3.7503 7.81174M15.0029 17L16.0029 15L13.0549 13.019L11.1119 12.895L10.0029 14L12.0029 17H15.0029Z\"\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,+aACF,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"]}
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.81174L8.0031 10.9999L9.0081 9.00495L13.0031 7.99995L14.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=\"M15 17L16 15L13.052 13.019L11.109 12.895L10 14L12 17H15Z\"\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,4VACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMinusMedium: FC<CentralIconBaseProps>;
4
+ export default IconMinusMedium;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPlusMedium: FC<CentralIconBaseProps>;
4
+ export default IconPlusMedium;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTower: FC<CentralIconBaseProps>;
4
+ export default IconTower;
@@ -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 u=(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=u(require("react"));var k=u(require("react")),a=require("react-native-svg"),C=({children:r,size:o=24,...e})=>k.default.createElement(a.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(C,{...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.75L19 5.75H5L6.5 9.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M21 9.75H3L5 14.25H19L21 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.75L19 5.75H5L6.5 9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 9.75H3L5 14.25H19L21 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,gCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,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.75L19 5.75H5L6.5 9.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M21 9.75H3L5 14.25H19L21 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.75L19 5.75H5L6.5 9.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 9.75H3L5 14.25H19L21 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,gCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,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
@@ -1136,6 +1136,7 @@ Below is a complete list of available icons:
1136
1136
  - IconMathNotes
1137
1137
  - IconMathScientific
1138
1138
  - IconMinusLarge
1139
+ - IconMinusMedium
1139
1140
  - IconMinusSmall
1140
1141
  - IconMorningBrief
1141
1142
  - IconPaperclip1
@@ -1145,6 +1146,7 @@ Below is a complete list of available icons:
1145
1146
  - IconPin2
1146
1147
  - IconPlanning
1147
1148
  - IconPlusLarge
1149
+ - IconPlusMedium
1148
1150
  - IconPlusSmall
1149
1151
  - IconPreview
1150
1152
  - IconProgress100
@@ -1964,6 +1966,7 @@ Below is a complete list of available icons:
1964
1966
  - IconThread
1965
1967
  - IconTicket
1966
1968
  - IconToiletPaper
1969
+ - IconTower
1967
1970
  - IconTreasure
1968
1971
  - IconTrophy
1969
1972
  - IconUnicorn
@@ -9620,7 +9620,7 @@
9620
9620
  },
9621
9621
  {
9622
9622
  "category": "Location",
9623
- "svg": "<path d=\"M14.2452 3.02438L13.0031 7.99995L9.0081 9.00495L8.0031 10.9999L3.7503 7.81174M14.2452 3.02438C13.5264 2.84514 12.7743 2.75 12 2.75C8.39887 2.75 5.27837 4.80785 3.7503 7.81174M14.2452 3.02438C18.2689 4.02764 21.25 7.66569 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 10.4925 3.11062 9.06923 3.7503 7.81174M15.0029 17L16.0029 15L13.0549 13.019L11.1119 12.895L10.0029 14L12.0029 17H15.0029Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9623
+ "svg": "<path d=\"M3.7503 7.81174L8.0031 10.9999L9.0081 9.00495L13.0031 7.99995L14.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=\"M15 17L16 15L13.052 13.019L11.109 12.895L10 14L12 17H15Z\" 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",
@@ -15918,6 +15918,20 @@
15918
15918
  "packageName": "round-outlined-radius-0-stroke-1.5",
15919
15919
  "componentName": "IconMinusLarge"
15920
15920
  },
15921
+ {
15922
+ "category": "Interface General",
15923
+ "svg": "<path d=\"M5.25 12H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
15924
+ "iconName": "minus-medium, remove, delete",
15925
+ "variant": {
15926
+ "join": "round",
15927
+ "filled": "off",
15928
+ "radius": "0",
15929
+ "stroke": "1.5"
15930
+ },
15931
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
15932
+ "packageName": "round-outlined-radius-0-stroke-1.5",
15933
+ "componentName": "IconMinusMedium"
15934
+ },
15921
15935
  {
15922
15936
  "category": "Interface General",
15923
15937
  "svg": "<path d=\"M6.75 12H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
@@ -18858,6 +18872,20 @@
18858
18872
  "packageName": "round-outlined-radius-0-stroke-1.5",
18859
18873
  "componentName": "IconPlusLarge"
18860
18874
  },
18875
+ {
18876
+ "category": "Interface General",
18877
+ "svg": "<path d=\"M12 5.25V12M12 12V18.75M12 12H5.25M12 12H18.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
18878
+ "iconName": "plus-medium, add medium",
18879
+ "variant": {
18880
+ "join": "round",
18881
+ "filled": "off",
18882
+ "radius": "0",
18883
+ "stroke": "1.5"
18884
+ },
18885
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
18886
+ "packageName": "round-outlined-radius-0-stroke-1.5",
18887
+ "componentName": "IconPlusMedium"
18888
+ },
18861
18889
  {
18862
18890
  "category": "Interface General",
18863
18891
  "svg": "<path d=\"M12 6.75V12M12 12V17.25M12 12H6.75M12 12H17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
@@ -24570,6 +24598,20 @@
24570
24598
  "packageName": "round-outlined-radius-0-stroke-1.5",
24571
24599
  "componentName": "IconTouchGrass"
24572
24600
  },
24601
+ {
24602
+ "category": "Things",
24603
+ "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.75L19 5.75H5L6.5 9.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 9.75H3L5 14.25H19L21 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\"/>",
24604
+ "iconName": "tower, terminal",
24605
+ "variant": {
24606
+ "join": "round",
24607
+ "filled": "off",
24608
+ "radius": "0",
24609
+ "stroke": "1.5"
24610
+ },
24611
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
24612
+ "packageName": "round-outlined-radius-0-stroke-1.5",
24613
+ "componentName": "IconTower"
24614
+ },
24573
24615
  {
24574
24616
  "category": "Crypto",
24575
24617
  "svg": "<path d=\"M7 2.75V10.75M7 10.75H3.75V18.25H7M7 10.75H10.25V18.25H7M7 18.25V21.25M17 2.75001V5.75M17 5.75H13.75V18.25H17M17 5.75H20.25V18.25H17M17 18.25V21.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1136,6 +1136,7 @@ export type CentralIconName =
1136
1136
  | "IconMinimize315"
1137
1137
  | "IconMinimize45"
1138
1138
  | "IconMinusLarge"
1139
+ | "IconMinusMedium"
1139
1140
  | "IconMinusSmall"
1140
1141
  | "IconMistral"
1141
1142
  | "IconModelcontextprotocol"
@@ -1346,6 +1347,7 @@ export type CentralIconName =
1346
1347
  | "IconPlugin1"
1347
1348
  | "IconPlugin2"
1348
1349
  | "IconPlusLarge"
1350
+ | "IconPlusMedium"
1349
1351
  | "IconPlusSmall"
1350
1352
  | "IconPodcast1"
1351
1353
  | "IconPodcast2"
@@ -1754,6 +1756,7 @@ export type CentralIconName =
1754
1756
  | "IconToque"
1755
1757
  | "IconTouch"
1756
1758
  | "IconTouchGrass"
1759
+ | "IconTower"
1757
1760
  | "IconTradingViewCandles"
1758
1761
  | "IconTradingViewLine"
1759
1762
  | "IconTradingViewSteps"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.174",
3
+ "version": "1.1.175",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1908,
14
+ "totalIcons": 1911,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 74,
@@ -923,7 +923,7 @@
923
923
  ]
924
924
  },
925
925
  "Interface General": {
926
- "count": 193,
926
+ "count": 195,
927
927
  "icons": [
928
928
  "IconAnchor1",
929
929
  "IconAnchor2",
@@ -1044,6 +1044,7 @@
1044
1044
  "IconMathNotes",
1045
1045
  "IconMathScientific",
1046
1046
  "IconMinusLarge",
1047
+ "IconMinusMedium",
1047
1048
  "IconMinusSmall",
1048
1049
  "IconMorningBrief",
1049
1050
  "IconPaperclip1",
@@ -1053,6 +1054,7 @@
1053
1054
  "IconPin2",
1054
1055
  "IconPlanning",
1055
1056
  "IconPlusLarge",
1057
+ "IconPlusMedium",
1056
1058
  "IconPlusSmall",
1057
1059
  "IconPreview",
1058
1060
  "IconProgress100",
@@ -1772,7 +1774,7 @@
1772
1774
  ]
1773
1775
  },
1774
1776
  "Things": {
1775
- "count": 133,
1777
+ "count": 134,
1776
1778
  "icons": [
1777
1779
  "IconAnvil",
1778
1780
  "IconApps",
@@ -1898,6 +1900,7 @@
1898
1900
  "IconThread",
1899
1901
  "IconTicket",
1900
1902
  "IconToiletPaper",
1903
+ "IconTower",
1901
1904
  "IconTreasure",
1902
1905
  "IconTrophy",
1903
1906
  "IconUnicorn",
@@ -3247,6 +3250,7 @@
3247
3250
  "IconMinimize315": "minimize-315, arrow, shrink",
3248
3251
  "IconMinimize45": "minimize-45, arrow, shrink",
3249
3252
  "IconMinusLarge": "minus-large, remove, delete",
3253
+ "IconMinusMedium": "minus-medium, remove, delete",
3250
3254
  "IconMinusSmall": "minus-small, remove, delete",
3251
3255
  "IconMistral": "mistral",
3252
3256
  "IconModelcontextprotocol": "modelcontextprotocol, mcp",
@@ -3457,6 +3461,7 @@
3457
3461
  "IconPlugin1": "plugin-1, power, adapter",
3458
3462
  "IconPlugin2": "plugin-2, build",
3459
3463
  "IconPlusLarge": "plus-large, add large",
3464
+ "IconPlusMedium": "plus-medium, add medium",
3460
3465
  "IconPlusSmall": "plus-small, add small",
3461
3466
  "IconPodcast1": "podcast-1, broadcast, mic",
3462
3467
  "IconPodcast2": "podcast-2, broadcast, mic",
@@ -3865,6 +3870,7 @@
3865
3870
  "IconToque": "toque, chefs-cap, cook",
3866
3871
  "IconTouch": "touch, tab, click",
3867
3872
  "IconTouchGrass": "touch-grass, nature, logout",
3873
+ "IconTower": "tower, terminal",
3868
3874
  "IconTradingViewCandles": "trading-view-candles",
3869
3875
  "IconTradingViewLine": "trading-view-line",
3870
3876
  "IconTradingViewSteps": "trading-view-steps",
package/index.d.ts CHANGED
@@ -1135,6 +1135,7 @@ export { IconMinimize, default as IconMinimizeDefault } from "./IconMinimize";
1135
1135
  export { IconMinimize315, default as IconMinimize315Default, } from "./IconMinimize315";
1136
1136
  export { IconMinimize45, default as IconMinimize45Default, } from "./IconMinimize45";
1137
1137
  export { IconMinusLarge, default as IconMinusLargeDefault, } from "./IconMinusLarge";
1138
+ export { IconMinusMedium, default as IconMinusMediumDefault, } from "./IconMinusMedium";
1138
1139
  export { IconMinusSmall, default as IconMinusSmallDefault, } from "./IconMinusSmall";
1139
1140
  export { IconMistral, default as IconMistralDefault } from "./IconMistral";
1140
1141
  export { IconModelcontextprotocol, default as IconModelcontextprotocolDefault, } from "./IconModelcontextprotocol";
@@ -1345,6 +1346,7 @@ export { IconPlaystation, default as IconPlaystationDefault, } from "./IconPlays
1345
1346
  export { IconPlugin1, default as IconPlugin1Default } from "./IconPlugin1";
1346
1347
  export { IconPlugin2, default as IconPlugin2Default } from "./IconPlugin2";
1347
1348
  export { IconPlusLarge, default as IconPlusLargeDefault, } from "./IconPlusLarge";
1349
+ export { IconPlusMedium, default as IconPlusMediumDefault, } from "./IconPlusMedium";
1348
1350
  export { IconPlusSmall, default as IconPlusSmallDefault, } from "./IconPlusSmall";
1349
1351
  export { IconPodcast1, default as IconPodcast1Default } from "./IconPodcast1";
1350
1352
  export { IconPodcast2, default as IconPodcast2Default } from "./IconPodcast2";
@@ -1753,6 +1755,7 @@ export { IconToolbox, default as IconToolboxDefault } from "./IconToolbox";
1753
1755
  export { IconToque, default as IconToqueDefault } from "./IconToque";
1754
1756
  export { IconTouch, default as IconTouchDefault } from "./IconTouch";
1755
1757
  export { IconTouchGrass, default as IconTouchGrassDefault, } from "./IconTouchGrass";
1758
+ export { IconTower, default as IconTowerDefault } from "./IconTower";
1756
1759
  export { IconTradingViewCandles, default as IconTradingViewCandlesDefault, } from "./IconTradingViewCandles";
1757
1760
  export { IconTradingViewLine, default as IconTradingViewLineDefault, } from "./IconTradingViewLine";
1758
1761
  export { IconTradingViewSteps, default as IconTradingViewStepsDefault, } from "./IconTradingViewSteps";