@central-icons-react-native/square-filled-radius-0-stroke-2 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 u=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=L(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconEarth:()=>i,default:()=>P});module.exports=x(g);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.002 17L16.002 15L13.054 13.019L11.111 12.895L10.002 14L12.002 17H15.002ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z",fill:"currentColor"})),P=i;0&&(module.exports={IconEarth});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=L(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(n({},"__esModule",{value:!0}),r);var g={};v(g,{IconEarth:()=>i,default:()=>P});module.exports=x(g);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.8337 17L17 14.564L13.5616 12.151L11.2954 12L10.002 13.3459L12.3346 17H15.8337ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.002 17L16.002 15L13.054 13.019L11.111 12.895L10.002 14L12.002 17H15.002ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,+VACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.8337 17L17 14.564L13.5616 12.151L11.2954 12L10.002 13.3459L12.3346 17H15.8337ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,qWACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.002 17L16.002 15L13.054 13.019L11.111 12.895L10.002 14L12.002 17H15.002ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z",fill:"currentColor"})),d=a;export{a as IconEarth,d as default};
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as C}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.8337 17L17 14.564L13.5616 12.151L11.2954 12L10.002 13.3459L12.3346 17H15.8337ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z",fill:"currentColor"})),d=a;export{a as IconEarth,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.002 17L16.002 15L13.054 13.019L11.111 12.895L10.002 14L12.002 17H15.002ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,+VACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.8337 17L17 14.564L13.5616 12.151L11.2954 12L10.002 13.3459L12.3346 17H15.8337ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,qWACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEarth","props","React","CentralIconBase","IconEarth_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var e=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var Z={};P(Z,{IconGlobe:()=>a,default:()=>M});module.exports=g(Z);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,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"),a=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M12.8318 3.47294C12.4711 3.09148 12.1901 2.99998 12.0014 2.99998C11.8127 2.99998 11.5317 3.09148 11.171 3.47294C10.8082 3.85651 10.4355 4.46521 10.1015 5.3003C9.5201 6.7537 9.11534 8.74347 9.02197 11L14.9808 11C14.8875 8.74347 14.4827 6.7537 13.9014 5.3003C13.5673 4.46521 13.1946 3.85651 12.8318 3.47294Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M14.9808 13L9.02197 13C9.11534 15.2565 9.5201 17.2463 10.1015 18.6997C10.4355 19.5348 10.8082 20.1435 11.171 20.527C11.5317 20.9085 11.8127 21 12.0014 21C12.1901 21 12.4711 20.9085 12.8318 20.527C13.1946 20.1435 13.5673 19.5348 13.9014 18.6997C14.4827 17.2463 14.8875 15.2565 14.9808 13Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M7.02041 11C7.11461 8.53281 7.55482 6.28174 8.2445 4.55752C8.59276 3.68688 9.02032 2.91104 9.53134 2.30737C5.51587 3.32757 2.47002 6.77743 2.05078 11H7.02041Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M2.05078 13H7.02041C7.11461 15.4672 7.55482 17.7182 8.2445 19.4424C8.59276 20.3131 9.02032 21.0889 9.53133 21.6926C5.51586 20.6724 2.47002 17.2225 2.05078 13Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M16.9824 13H21.952C21.5328 17.2225 18.4869 20.6724 14.4715 21.6926C14.9825 21.0889 15.4101 20.3131 15.7583 19.4424C16.448 17.7182 16.8882 15.4672 16.9824 13Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.952 11C21.5328 6.77743 18.4869 3.32757 14.4715 2.30737C14.9825 2.91105 15.4101 3.68688 15.7583 4.55752C16.448 6.28174 16.8882 8.53281 16.9824 11H21.952Z",fill:"currentColor"})),M=a;0&&(module.exports={IconGlobe});
1
+ "use strict";var c=Object.create;var e=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=d(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(e({},"__esModule",{value:!0}),r);var M={};P(M,{IconGlobe:()=>a,default:()=>H});module.exports=g(M);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,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"),a=r=>n.default.createElement(u,{...r},n.default.createElement(l.Path,{d:"M14.9834 13C14.8972 15.5438 14.487 17.7937 13.8896 19.4365C13.5509 20.368 13.1711 21.0514 12.7998 21.4834C12.4256 21.9186 12.1522 22 12.001 22C11.8498 22 11.5763 21.9186 11.2021 21.4834C10.8308 21.0514 10.451 20.368 10.1123 19.4365C9.51491 17.7937 9.10476 15.5438 9.01855 13H14.9834Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M7.01758 13C7.10421 15.7329 7.54258 18.2231 8.23242 20.1201C8.40908 20.6059 8.60792 21.0631 8.82617 21.4824C5.16344 20.2566 2.44511 16.9715 2.05078 13H7.01758Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21.9512 13C21.5568 16.9718 18.838 20.2569 15.1748 21.4824C15.3931 21.063 15.5928 20.6061 15.7695 20.1201C16.4594 18.2231 16.8977 15.7329 16.9844 13H21.9512Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M8.82617 2.5166C8.60776 2.93611 8.40919 3.39378 8.23242 3.87988C7.54258 5.77694 7.10421 8.26715 7.01758 11H2.05078C2.44512 7.02844 5.1633 3.74231 8.82617 2.5166Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.001 2C12.1522 2 12.4256 2.08138 12.7998 2.5166C13.1711 2.94858 13.5509 3.63201 13.8896 4.56348C14.487 6.2063 14.8972 8.4562 14.9834 11H9.01855C9.10476 8.4562 9.51491 6.2063 10.1123 4.56348C10.451 3.63201 10.8308 2.94858 11.2021 2.5166C11.5763 2.08138 11.8498 2 12.001 2Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15.1748 2.5166C18.8381 3.74207 21.5568 7.02812 21.9512 11H16.9844C16.8977 8.26715 16.4594 5.77694 15.7695 3.87988C15.5927 3.39363 15.3933 2.93622 15.1748 2.5166Z",fill:"currentColor"})),H=a;0&&(module.exports={IconGlobe});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8318 3.47294C12.4711 3.09148 12.1901 2.99998 12.0014 2.99998C11.8127 2.99998 11.5317 3.09148 11.171 3.47294C10.8082 3.85651 10.4355 4.46521 10.1015 5.3003C9.5201 6.7537 9.11534 8.74347 9.02197 11L14.9808 11C14.8875 8.74347 14.4827 6.7537 13.9014 5.3003C13.5673 4.46521 13.1946 3.85651 12.8318 3.47294Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9808 13L9.02197 13C9.11534 15.2565 9.5201 17.2463 10.1015 18.6997C10.4355 19.5348 10.8082 20.1435 11.171 20.527C11.5317 20.9085 11.8127 21 12.0014 21C12.1901 21 12.4711 20.9085 12.8318 20.527C13.1946 20.1435 13.5673 19.5348 13.9014 18.6997C14.4827 17.2463 14.8875 15.2565 14.9808 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.02041 11C7.11461 8.53281 7.55482 6.28174 8.2445 4.55752C8.59276 3.68688 9.02032 2.91104 9.53134 2.30737C5.51587 3.32757 2.47002 6.77743 2.05078 11H7.02041Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.05078 13H7.02041C7.11461 15.4672 7.55482 17.7182 8.2445 19.4424C8.59276 20.3131 9.02032 21.0889 9.53133 21.6926C5.51586 20.6724 2.47002 17.2225 2.05078 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.9824 13H21.952C21.5328 17.2225 18.4869 20.6724 14.4715 21.6926C14.9825 21.0889 15.4101 20.3131 15.7583 19.4424C16.448 17.7182 16.8882 15.4672 16.9824 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.952 11C21.5328 6.77743 18.4869 3.32757 14.4715 2.30737C14.9825 2.91105 15.4101 3.68688 15.7583 4.55752C16.448 6.28174 16.8882 8.53281 16.9824 11H21.952Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,oTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kSACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGlobe_exports","__export","IconGlobe","IconGlobe_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlobe","props","React","CentralIconBase","IconGlobe_default"]}
1
+ {"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9834 13C14.8972 15.5438 14.487 17.7937 13.8896 19.4365C13.5509 20.368 13.1711 21.0514 12.7998 21.4834C12.4256 21.9186 12.1522 22 12.001 22C11.8498 22 11.5763 21.9186 11.2021 21.4834C10.8308 21.0514 10.451 20.368 10.1123 19.4365C9.51491 17.7937 9.10476 15.5438 9.01855 13H14.9834Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01758 13C7.10421 15.7329 7.54258 18.2231 8.23242 20.1201C8.40908 20.6059 8.60792 21.0631 8.82617 21.4824C5.16344 20.2566 2.44511 16.9715 2.05078 13H7.01758Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.9512 13C21.5568 16.9718 18.838 20.2569 15.1748 21.4824C15.3931 21.063 15.5928 20.6061 15.7695 20.1201C16.4594 18.2231 16.8977 15.7329 16.9844 13H21.9512Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.82617 2.5166C8.60776 2.93611 8.40919 3.39378 8.23242 3.87988C7.54258 5.77694 7.10421 8.26715 7.01758 11H2.05078C2.44512 7.02844 5.1633 3.74231 8.82617 2.5166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 2C12.1522 2 12.4256 2.08138 12.7998 2.5166C13.1711 2.94858 13.5509 3.63201 13.8896 4.56348C14.487 6.2063 14.8972 8.4562 14.9834 11H9.01855C9.10476 8.4562 9.51491 6.2063 10.1123 4.56348C10.451 3.63201 10.8308 2.94858 11.2021 2.5166C11.5763 2.08138 11.8498 2 12.001 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1748 2.5166C18.8381 3.74207 21.5568 7.02812 21.9512 11H16.9844C16.8977 8.26715 16.4594 5.77694 15.7695 3.87988C15.5927 3.39363 15.3933 2.93622 15.1748 2.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,8RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGlobe_exports","__export","IconGlobe","IconGlobe_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlobe","props","React","CentralIconBase","IconGlobe_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:o=24,...t})=>e.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(C,{d:"M12.8318 3.47294C12.4711 3.09148 12.1901 2.99998 12.0014 2.99998C11.8127 2.99998 11.5317 3.09148 11.171 3.47294C10.8082 3.85651 10.4355 4.46521 10.1015 5.3003C9.5201 6.7537 9.11534 8.74347 9.02197 11L14.9808 11C14.8875 8.74347 14.4827 6.7537 13.9014 5.3003C13.5673 4.46521 13.1946 3.85651 12.8318 3.47294Z",fill:"currentColor"}),r.createElement(C,{d:"M14.9808 13L9.02197 13C9.11534 15.2565 9.5201 17.2463 10.1015 18.6997C10.4355 19.5348 10.8082 20.1435 11.171 20.527C11.5317 20.9085 11.8127 21 12.0014 21C12.1901 21 12.4711 20.9085 12.8318 20.527C13.1946 20.1435 13.5673 19.5348 13.9014 18.6997C14.4827 17.2463 14.8875 15.2565 14.9808 13Z",fill:"currentColor"}),r.createElement(C,{d:"M7.02041 11C7.11461 8.53281 7.55482 6.28174 8.2445 4.55752C8.59276 3.68688 9.02032 2.91104 9.53134 2.30737C5.51587 3.32757 2.47002 6.77743 2.05078 11H7.02041Z",fill:"currentColor"}),r.createElement(C,{d:"M2.05078 13H7.02041C7.11461 15.4672 7.55482 17.7182 8.2445 19.4424C8.59276 20.3131 9.02032 21.0889 9.53133 21.6926C5.51586 20.6724 2.47002 17.2225 2.05078 13Z",fill:"currentColor"}),r.createElement(C,{d:"M16.9824 13H21.952C21.5328 17.2225 18.4869 20.6724 14.4715 21.6926C14.9825 21.0889 15.4101 20.3131 15.7583 19.4424C16.448 17.7182 16.8882 15.4672 16.9824 13Z",fill:"currentColor"}),r.createElement(C,{d:"M21.952 11C21.5328 6.77743 18.4869 3.32757 14.4715 2.30737C14.9825 2.91105 15.4101 3.68688 15.7583 4.55752C16.448 6.28174 16.8882 8.53281 16.9824 11H21.952Z",fill:"currentColor"})),x=f;export{f as IconGlobe,x as default};
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:o=24,...t})=>e.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(l,{...n},r.createElement(C,{d:"M14.9834 13C14.8972 15.5438 14.487 17.7937 13.8896 19.4365C13.5509 20.368 13.1711 21.0514 12.7998 21.4834C12.4256 21.9186 12.1522 22 12.001 22C11.8498 22 11.5763 21.9186 11.2021 21.4834C10.8308 21.0514 10.451 20.368 10.1123 19.4365C9.51491 17.7937 9.10476 15.5438 9.01855 13H14.9834Z",fill:"currentColor"}),r.createElement(C,{d:"M7.01758 13C7.10421 15.7329 7.54258 18.2231 8.23242 20.1201C8.40908 20.6059 8.60792 21.0631 8.82617 21.4824C5.16344 20.2566 2.44511 16.9715 2.05078 13H7.01758Z",fill:"currentColor"}),r.createElement(C,{d:"M21.9512 13C21.5568 16.9718 18.838 20.2569 15.1748 21.4824C15.3931 21.063 15.5928 20.6061 15.7695 20.1201C16.4594 18.2231 16.8977 15.7329 16.9844 13H21.9512Z",fill:"currentColor"}),r.createElement(C,{d:"M8.82617 2.5166C8.60776 2.93611 8.40919 3.39378 8.23242 3.87988C7.54258 5.77694 7.10421 8.26715 7.01758 11H2.05078C2.44512 7.02844 5.1633 3.74231 8.82617 2.5166Z",fill:"currentColor"}),r.createElement(C,{d:"M12.001 2C12.1522 2 12.4256 2.08138 12.7998 2.5166C13.1711 2.94858 13.5509 3.63201 13.8896 4.56348C14.487 6.2063 14.8972 8.4562 14.9834 11H9.01855C9.10476 8.4562 9.51491 6.2063 10.1123 4.56348C10.451 3.63201 10.8308 2.94858 11.2021 2.5166C11.5763 2.08138 11.8498 2 12.001 2Z",fill:"currentColor"}),r.createElement(C,{d:"M15.1748 2.5166C18.8381 3.74207 21.5568 7.02812 21.9512 11H16.9844C16.8977 8.26715 16.4594 5.77694 15.7695 3.87988C15.5927 3.39363 15.3933 2.93622 15.1748 2.5166Z",fill:"currentColor"})),x=f;export{f as IconGlobe,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.8318 3.47294C12.4711 3.09148 12.1901 2.99998 12.0014 2.99998C11.8127 2.99998 11.5317 3.09148 11.171 3.47294C10.8082 3.85651 10.4355 4.46521 10.1015 5.3003C9.5201 6.7537 9.11534 8.74347 9.02197 11L14.9808 11C14.8875 8.74347 14.4827 6.7537 13.9014 5.3003C13.5673 4.46521 13.1946 3.85651 12.8318 3.47294Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9808 13L9.02197 13C9.11534 15.2565 9.5201 17.2463 10.1015 18.6997C10.4355 19.5348 10.8082 20.1435 11.171 20.527C11.5317 20.9085 11.8127 21 12.0014 21C12.1901 21 12.4711 20.9085 12.8318 20.527C13.1946 20.1435 13.5673 19.5348 13.9014 18.6997C14.4827 17.2463 14.8875 15.2565 14.9808 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.02041 11C7.11461 8.53281 7.55482 6.28174 8.2445 4.55752C8.59276 3.68688 9.02032 2.91104 9.53134 2.30737C5.51587 3.32757 2.47002 6.77743 2.05078 11H7.02041Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.05078 13H7.02041C7.11461 15.4672 7.55482 17.7182 8.2445 19.4424C8.59276 20.3131 9.02032 21.0889 9.53133 21.6926C5.51586 20.6724 2.47002 17.2225 2.05078 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.9824 13H21.952C21.5328 17.2225 18.4869 20.6724 14.4715 21.6926C14.9825 21.0889 15.4101 20.3131 15.7583 19.4424C16.448 17.7182 16.8882 15.4672 16.9824 13Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.952 11C21.5328 6.77743 18.4869 3.32757 14.4715 2.30737C14.9825 2.91105 15.4101 3.68688 15.7583 4.55752C16.448 6.28174 16.8882 8.53281 16.9824 11H21.952Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,oTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kSACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGlobe","props","React","CentralIconBase","IconGlobe_default"]}
1
+ {"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.9834 13C14.8972 15.5438 14.487 17.7937 13.8896 19.4365C13.5509 20.368 13.1711 21.0514 12.7998 21.4834C12.4256 21.9186 12.1522 22 12.001 22C11.8498 22 11.5763 21.9186 11.2021 21.4834C10.8308 21.0514 10.451 20.368 10.1123 19.4365C9.51491 17.7937 9.10476 15.5438 9.01855 13H14.9834Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01758 13C7.10421 15.7329 7.54258 18.2231 8.23242 20.1201C8.40908 20.6059 8.60792 21.0631 8.82617 21.4824C5.16344 20.2566 2.44511 16.9715 2.05078 13H7.01758Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.9512 13C21.5568 16.9718 18.838 20.2569 15.1748 21.4824C15.3931 21.063 15.5928 20.6061 15.7695 20.1201C16.4594 18.2231 16.8977 15.7329 16.9844 13H21.9512Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.82617 2.5166C8.60776 2.93611 8.40919 3.39378 8.23242 3.87988C7.54258 5.77694 7.10421 8.26715 7.01758 11H2.05078C2.44512 7.02844 5.1633 3.74231 8.82617 2.5166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 2C12.1522 2 12.4256 2.08138 12.7998 2.5166C13.1711 2.94858 13.5509 3.63201 13.8896 4.56348C14.487 6.2063 14.8972 8.4562 14.9834 11H9.01855C9.10476 8.4562 9.51491 6.2063 10.1123 4.56348C10.451 3.63201 10.8308 2.94858 11.2021 2.5166C11.5763 2.08138 11.8498 2 12.001 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1748 2.5166C18.8381 3.74207 21.5568 7.02812 21.9512 11H16.9844C16.8977 8.26715 16.4594 5.77694 15.7695 3.87988C15.5927 3.39363 15.3933 2.93622 15.1748 2.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,8RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGlobe","props","React","CentralIconBase","IconGlobe_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 u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=d(r,n))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconMinusMedium:()=>i,default:()=>g});module.exports=P(h);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...e})=>s.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 11H19.5V13H4.5V11Z",fill:"currentColor"})),g=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.5 11H19.5V13H4.5V11Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,0BACF,KAAK,eACP,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 n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>n.createElement(e,{...r},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 11H19.5V13H4.5V11Z",fill:"currentColor"})),v=m;export{m as IconMinusMedium,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M4.5 11H19.5V13H4.5V11Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,0BACF,KAAK,eACP,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 g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(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)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>l(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconPlusMedium:()=>u,default:()=>V});module.exports=H(v);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.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 f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11 13H4.5V11H11V4.5H13V11H19.5V13H13V19.5H11V13Z",fill:"currentColor"})),V=u;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=\"M11 13H4.5V11H11V4.5H13V11H19.5V13H13V19.5H11V13Z\"\n fill=\"currentColor\"\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,oDACF,KAAK,eACP,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 l}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(l,{d:"M11 13H4.5V11H11V4.5H13V11H19.5V13H13V19.5H11V13Z",fill:"currentColor"})),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=\"M11 13H4.5V11H11V4.5H13V11H19.5V13H13V19.5H11V13Z\"\n fill=\"currentColor\"\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,oDACF,KAAK,eACP,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 i=Object.create;var p=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)p(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&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var d={};P(d,{IconTower:()=>H,default:()=>V});module.exports=g(d);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),H=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M14.5 22H9.5V16.5H14.5V22Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z",fill:"currentColor"})),V=H;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 d=\"M14.5 22H9.5V16.5H14.5V22Z\" fill=\"currentColor\" />\n <Path d=\"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z\"\n fill=\"currentColor\"\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,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,KAAK,eACP,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 l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M14.5 22H9.5V16.5H14.5V22Z",fill:"currentColor"}),o.createElement(e,{d:"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z",fill:"currentColor"}),o.createElement(e,{d:"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z",fill:"currentColor"})),x=a;export{a as IconTower,x 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 d=\"M14.5 22H9.5V16.5H14.5V22Z\" fill=\"currentColor\" />\n <Path d=\"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z\"\n fill=\"currentColor\"\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,CAAK,EAAE,6BAA6B,KAAK,eAAe,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,KAAK,eACP,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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.002 17L16.002 15L13.054 13.019L11.111 12.895L10.002 14L12.002 17H15.002ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\" fill=\"currentColor\"/>",
9623
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM15.8337 17L17 14.564L13.5616 12.151L11.2954 12L10.002 13.3459L12.3346 17H15.8337ZM9.00622 9.00495L8.00122 10.9999L4.77246 8.56502C6.05773 5.86568 8.81076 4 11.9995 4C12.6704 4 13.3219 4.08256 13.9445 4.23808L13.0012 7.99995L9.00622 9.00495Z\" fill=\"currentColor\"/>",
9624
9624
  "iconName": "earth, globe, world",
9625
9625
  "variant": {
9626
9626
  "join": "square",
@@ -12560,7 +12560,7 @@
12560
12560
  },
12561
12561
  {
12562
12562
  "category": "Location",
12563
- "svg": "<path d=\"M12.8318 3.47294C12.4711 3.09148 12.1901 2.99998 12.0014 2.99998C11.8127 2.99998 11.5317 3.09148 11.171 3.47294C10.8082 3.85651 10.4355 4.46521 10.1015 5.3003C9.5201 6.7537 9.11534 8.74347 9.02197 11L14.9808 11C14.8875 8.74347 14.4827 6.7537 13.9014 5.3003C13.5673 4.46521 13.1946 3.85651 12.8318 3.47294Z\" fill=\"currentColor\"/><path d=\"M14.9808 13L9.02197 13C9.11534 15.2565 9.5201 17.2463 10.1015 18.6997C10.4355 19.5348 10.8082 20.1435 11.171 20.527C11.5317 20.9085 11.8127 21 12.0014 21C12.1901 21 12.4711 20.9085 12.8318 20.527C13.1946 20.1435 13.5673 19.5348 13.9014 18.6997C14.4827 17.2463 14.8875 15.2565 14.9808 13Z\" fill=\"currentColor\"/><path d=\"M7.02041 11C7.11461 8.53281 7.55482 6.28174 8.2445 4.55752C8.59276 3.68688 9.02032 2.91104 9.53134 2.30737C5.51587 3.32757 2.47002 6.77743 2.05078 11H7.02041Z\" fill=\"currentColor\"/><path d=\"M2.05078 13H7.02041C7.11461 15.4672 7.55482 17.7182 8.2445 19.4424C8.59276 20.3131 9.02032 21.0889 9.53133 21.6926C5.51586 20.6724 2.47002 17.2225 2.05078 13Z\" fill=\"currentColor\"/><path d=\"M16.9824 13H21.952C21.5328 17.2225 18.4869 20.6724 14.4715 21.6926C14.9825 21.0889 15.4101 20.3131 15.7583 19.4424C16.448 17.7182 16.8882 15.4672 16.9824 13Z\" fill=\"currentColor\"/><path d=\"M21.952 11C21.5328 6.77743 18.4869 3.32757 14.4715 2.30737C14.9825 2.91105 15.4101 3.68688 15.7583 4.55752C16.448 6.28174 16.8882 8.53281 16.9824 11H21.952Z\" fill=\"currentColor\"/>",
12563
+ "svg": "<path d=\"M14.9834 13C14.8972 15.5438 14.487 17.7937 13.8896 19.4365C13.5509 20.368 13.1711 21.0514 12.7998 21.4834C12.4256 21.9186 12.1522 22 12.001 22C11.8498 22 11.5763 21.9186 11.2021 21.4834C10.8308 21.0514 10.451 20.368 10.1123 19.4365C9.51491 17.7937 9.10476 15.5438 9.01855 13H14.9834Z\" fill=\"currentColor\"/><path d=\"M7.01758 13C7.10421 15.7329 7.54258 18.2231 8.23242 20.1201C8.40908 20.6059 8.60792 21.0631 8.82617 21.4824C5.16344 20.2566 2.44511 16.9715 2.05078 13H7.01758Z\" fill=\"currentColor\"/><path d=\"M21.9512 13C21.5568 16.9718 18.838 20.2569 15.1748 21.4824C15.3931 21.063 15.5928 20.6061 15.7695 20.1201C16.4594 18.2231 16.8977 15.7329 16.9844 13H21.9512Z\" fill=\"currentColor\"/><path d=\"M8.82617 2.5166C8.60776 2.93611 8.40919 3.39378 8.23242 3.87988C7.54258 5.77694 7.10421 8.26715 7.01758 11H2.05078C2.44512 7.02844 5.1633 3.74231 8.82617 2.5166Z\" fill=\"currentColor\"/><path d=\"M12.001 2C12.1522 2 12.4256 2.08138 12.7998 2.5166C13.1711 2.94858 13.5509 3.63201 13.8896 4.56348C14.487 6.2063 14.8972 8.4562 14.9834 11H9.01855C9.10476 8.4562 9.51491 6.2063 10.1123 4.56348C10.451 3.63201 10.8308 2.94858 11.2021 2.5166C11.5763 2.08138 11.8498 2 12.001 2Z\" fill=\"currentColor\"/><path d=\"M15.1748 2.5166C18.8381 3.74207 21.5568 7.02812 21.9512 11H16.9844C16.8977 8.26715 16.4594 5.77694 15.7695 3.87988C15.5927 3.39363 15.3933 2.93622 15.1748 2.5166Z\" fill=\"currentColor\"/>",
12564
12564
  "iconName": "globe, network, translate",
12565
12565
  "variant": {
12566
12566
  "join": "square",
@@ -15918,6 +15918,20 @@
15918
15918
  "packageName": "square-filled-radius-0-stroke-2",
15919
15919
  "componentName": "IconMinusLarge"
15920
15920
  },
15921
+ {
15922
+ "category": "Interface General",
15923
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 11H19.5V13H4.5V11Z\" fill=\"currentColor\"/>",
15924
+ "iconName": "minus-medium, remove, delete",
15925
+ "variant": {
15926
+ "join": "square",
15927
+ "filled": "on",
15928
+ "radius": "0",
15929
+ "stroke": "2"
15930
+ },
15931
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
15932
+ "packageName": "square-filled-radius-0-stroke-2",
15933
+ "componentName": "IconMinusMedium"
15934
+ },
15921
15935
  {
15922
15936
  "category": "Interface General",
15923
15937
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 11H18V13H6V11Z\" fill=\"currentColor\"/>",
@@ -18858,6 +18872,20 @@
18858
18872
  "packageName": "square-filled-radius-0-stroke-2",
18859
18873
  "componentName": "IconPlusLarge"
18860
18874
  },
18875
+ {
18876
+ "category": "Interface General",
18877
+ "svg": "<path d=\"M11 13H4.5V11H11V4.5H13V11H19.5V13H13V19.5H11V13Z\" fill=\"currentColor\"/>",
18878
+ "iconName": "plus-medium, add medium",
18879
+ "variant": {
18880
+ "join": "square",
18881
+ "filled": "on",
18882
+ "radius": "0",
18883
+ "stroke": "2"
18884
+ },
18885
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
18886
+ "packageName": "square-filled-radius-0-stroke-2",
18887
+ "componentName": "IconPlusMedium"
18888
+ },
18861
18889
  {
18862
18890
  "category": "Interface General",
18863
18891
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 6V11H18V13H13V18H11V13H6V11H11V6H13Z\" fill=\"currentColor\"/>",
@@ -24570,6 +24598,20 @@
24570
24598
  "packageName": "square-filled-radius-0-stroke-2",
24571
24599
  "componentName": "IconTouchGrass"
24572
24600
  },
24601
+ {
24602
+ "category": "Things",
24603
+ "svg": "<path d=\"M14.5 22H9.5V16.5H14.5V22Z\" fill=\"currentColor\"/><path d=\"M19.5 15.5H4.5L2.5 10.5H21.5L19.5 15.5Z\" fill=\"currentColor\"/><path d=\"M16 4H13V5.5H19.5L18 9.5H6L4.5 5.5H11V4H8V2H16V4Z\" fill=\"currentColor\"/>",
24604
+ "iconName": "tower, terminal",
24605
+ "variant": {
24606
+ "join": "square",
24607
+ "filled": "on",
24608
+ "radius": "0",
24609
+ "stroke": "2"
24610
+ },
24611
+ "createdAt": "2026-03-31T10:00:47.268223+00:00",
24612
+ "packageName": "square-filled-radius-0-stroke-2",
24613
+ "componentName": "IconTower"
24614
+ },
24573
24615
  {
24574
24616
  "category": "Crypto",
24575
24617
  "svg": "<path d=\"M8 2H6V9H3V19H6V22H8V19H11V9H8V2Z\" fill=\"currentColor\"/><path d=\"M18 2H16V5H13V19H16V22H18V19H21V5H18V2Z\" fill=\"currentColor\"/>",
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/square-filled-radius-0-stroke-2",
3
- "version": "1.1.174",
3
+ "version": "1.1.175",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 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";