@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.59 → 1.1.60

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,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconGlobus: FC<CentralIconBaseProps>;
4
- export default IconGlobus;
3
+ export declare const IconGlobe: FC<CentralIconBaseProps>;
4
+ export default IconGlobe;
@@ -0,0 +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});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +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,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 IconGlobus,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:"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};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +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"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconGlobe2: FC<CentralIconBaseProps>;
4
+ export default IconGlobe2;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,C)=>{for(var l in C)e(r,l,{get:C[l],enumerable:!0})},f=(r,C,l,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of M(C))!B.call(r,t)&&t!==l&&e(r,t,{get:()=>C[t],enumerable:!(p=c(C,t))||p.enumerable});return r};var i=(r,C,l)=>(l=r!=null?d(Z(r)):{},f(C||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),a=r=>f(e({},"__esModule",{value:!0}),r);var P={};I(P,{IconGlobe2:()=>H,default:()=>x});module.exports=a(P);var o=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),s=({children:r,size:C=24,...l})=>u.default.createElement(m.Svg,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),H=r=>o.default.createElement(s,{...r},o.default.createElement(n.Path,{d:"M14.7158 16C14.5217 17.3109 14.2375 18.4773 13.8887 19.4365C13.5499 20.368 13.1701 21.0514 12.7988 21.4834C12.4247 21.9186 12.1512 22 12 22C11.8488 22 11.5753 21.9186 11.2012 21.4834C10.8299 21.0514 10.4501 20.368 10.1113 19.4365C9.76251 18.4773 9.47831 17.3109 9.28418 16H14.7158Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M7.26367 16C7.47444 17.5451 7.80457 18.9462 8.23145 20.1201C8.4081 20.6059 8.60694 21.0631 8.8252 21.4824C6.13774 20.583 3.96046 18.5752 2.83496 16H7.26367Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M21.165 16C20.0394 18.5755 17.8617 20.5832 15.1738 21.4824C15.3922 21.063 15.5918 20.6061 15.7686 20.1201C16.1954 18.9462 16.5256 17.5451 16.7363 16H21.165Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M7.06543 10C7.02341 10.6514 7 11.3197 7 12C7 12.6803 7.02341 13.3486 7.06543 14H2.2002C2.06902 13.3538 2 12.6849 2 12C2 11.3151 2.06902 10.6462 2.2002 10H7.06543Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M14.9307 10C14.9753 10.6455 15 11.314 15 12C15 12.686 14.9753 13.3545 14.9307 14H9.06934C9.02467 13.3545 9 12.686 9 12C9 11.314 9.02467 10.6455 9.06934 10H14.9307Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M21.7998 10C21.931 10.6462 22 11.3151 22 12C22 12.6849 21.931 13.3538 21.7998 14H16.9346C16.9766 13.3486 17 12.6803 17 12C17 11.3197 16.9766 10.6514 16.9346 10H21.7998Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M8.8252 2.5166C8.60678 2.93611 8.40821 3.39378 8.23145 3.87988C7.80457 5.05378 7.47444 6.45491 7.26367 8H2.83496C3.9605 5.42473 6.1376 3.41595 8.8252 2.5166Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M12 2C12.1512 2 12.4247 2.08138 12.7988 2.5166C13.1701 2.94858 13.5499 3.63201 13.8887 4.56348C14.2375 5.52274 14.5217 6.68913 14.7158 8H9.28418C9.47831 6.68913 9.76251 5.52274 10.1113 4.56348C10.4501 3.63201 10.8299 2.94858 11.2012 2.5166C11.5753 2.08138 11.8488 2 12 2Z",fill:"currentColor"}),o.default.createElement(n.Path,{d:"M15.1738 2.5166C17.8618 3.4158 20.0394 5.42445 21.165 8H16.7363C16.5256 6.45491 16.1954 5.05378 15.7686 3.87988C15.5917 3.39363 15.3923 2.93622 15.1738 2.5166Z",fill:"currentColor"})),x=H;0&&(module.exports={IconGlobe2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlobe2/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 IconGlobe2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7158 16C14.5217 17.3109 14.2375 18.4773 13.8887 19.4365C13.5499 20.368 13.1701 21.0514 12.7988 21.4834C12.4247 21.9186 12.1512 22 12 22C11.8488 22 11.5753 21.9186 11.2012 21.4834C10.8299 21.0514 10.4501 20.368 10.1113 19.4365C9.76251 18.4773 9.47831 17.3109 9.28418 16H14.7158Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.26367 16C7.47444 17.5451 7.80457 18.9462 8.23145 20.1201C8.4081 20.6059 8.60694 21.0631 8.8252 21.4824C6.13774 20.583 3.96046 18.5752 2.83496 16H7.26367Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.165 16C20.0394 18.5755 17.8617 20.5832 15.1738 21.4824C15.3922 21.063 15.5918 20.6061 15.7686 20.1201C16.1954 18.9462 16.5256 17.5451 16.7363 16H21.165Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.06543 10C7.02341 10.6514 7 11.3197 7 12C7 12.6803 7.02341 13.3486 7.06543 14H2.2002C2.06902 13.3538 2 12.6849 2 12C2 11.3151 2.06902 10.6462 2.2002 10H7.06543Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9307 10C14.9753 10.6455 15 11.314 15 12C15 12.686 14.9753 13.3545 14.9307 14H9.06934C9.02467 13.3545 9 12.686 9 12C9 11.314 9.02467 10.6455 9.06934 10H14.9307Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7998 10C21.931 10.6462 22 11.3151 22 12C22 12.6849 21.931 13.3538 21.7998 14H16.9346C16.9766 13.3486 17 12.6803 17 12C17 11.3197 16.9766 10.6514 16.9346 10H21.7998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.8252 2.5166C8.60678 2.93611 8.40821 3.39378 8.23145 3.87988C7.80457 5.05378 7.47444 6.45491 7.26367 8H2.83496C3.9605 5.42473 6.1376 3.41595 8.8252 2.5166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.1512 2 12.4247 2.08138 12.7988 2.5166C13.1701 2.94858 13.5499 3.63201 13.8887 4.56348C14.2375 5.52274 14.5217 6.68913 14.7158 8H9.28418C9.47831 6.68913 9.76251 5.52274 10.1113 4.56348C10.4501 3.63201 10.8299 2.94858 11.2012 2.5166C11.5753 2.08138 11.8488 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1738 2.5166C17.8618 3.4158 20.0394 5.42445 21.165 8H16.7363C16.5256 6.45491 16.1954 5.05378 15.7686 3.87988C15.5917 3.39363 15.3923 2.93622 15.1738 2.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGlobe2_exports","__export","IconGlobe2","IconGlobe2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlobe2","props","React","CentralIconBase","IconGlobe2_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,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"},l);import{Path as C}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(C,{d:"M14.7158 16C14.5217 17.3109 14.2375 18.4773 13.8887 19.4365C13.5499 20.368 13.1701 21.0514 12.7988 21.4834C12.4247 21.9186 12.1512 22 12 22C11.8488 22 11.5753 21.9186 11.2012 21.4834C10.8299 21.0514 10.4501 20.368 10.1113 19.4365C9.76251 18.4773 9.47831 17.3109 9.28418 16H14.7158Z",fill:"currentColor"}),r.createElement(C,{d:"M7.26367 16C7.47444 17.5451 7.80457 18.9462 8.23145 20.1201C8.4081 20.6059 8.60694 21.0631 8.8252 21.4824C6.13774 20.583 3.96046 18.5752 2.83496 16H7.26367Z",fill:"currentColor"}),r.createElement(C,{d:"M21.165 16C20.0394 18.5755 17.8617 20.5832 15.1738 21.4824C15.3922 21.063 15.5918 20.6061 15.7686 20.1201C16.1954 18.9462 16.5256 17.5451 16.7363 16H21.165Z",fill:"currentColor"}),r.createElement(C,{d:"M7.06543 10C7.02341 10.6514 7 11.3197 7 12C7 12.6803 7.02341 13.3486 7.06543 14H2.2002C2.06902 13.3538 2 12.6849 2 12C2 11.3151 2.06902 10.6462 2.2002 10H7.06543Z",fill:"currentColor"}),r.createElement(C,{d:"M14.9307 10C14.9753 10.6455 15 11.314 15 12C15 12.686 14.9753 13.3545 14.9307 14H9.06934C9.02467 13.3545 9 12.686 9 12C9 11.314 9.02467 10.6455 9.06934 10H14.9307Z",fill:"currentColor"}),r.createElement(C,{d:"M21.7998 10C21.931 10.6462 22 11.3151 22 12C22 12.6849 21.931 13.3538 21.7998 14H16.9346C16.9766 13.3486 17 12.6803 17 12C17 11.3197 16.9766 10.6514 16.9346 10H21.7998Z",fill:"currentColor"}),r.createElement(C,{d:"M8.8252 2.5166C8.60678 2.93611 8.40821 3.39378 8.23145 3.87988C7.80457 5.05378 7.47444 6.45491 7.26367 8H2.83496C3.9605 5.42473 6.1376 3.41595 8.8252 2.5166Z",fill:"currentColor"}),r.createElement(C,{d:"M12 2C12.1512 2 12.4247 2.08138 12.7988 2.5166C13.1701 2.94858 13.5499 3.63201 13.8887 4.56348C14.2375 5.52274 14.5217 6.68913 14.7158 8H9.28418C9.47831 6.68913 9.76251 5.52274 10.1113 4.56348C10.4501 3.63201 10.8299 2.94858 11.2012 2.5166C11.5753 2.08138 11.8488 2 12 2Z",fill:"currentColor"}),r.createElement(C,{d:"M15.1738 2.5166C17.8618 3.4158 20.0394 5.42445 21.165 8H16.7363C16.5256 6.45491 16.1954 5.05378 15.7686 3.87988C15.5917 3.39363 15.3923 2.93622 15.1738 2.5166Z",fill:"currentColor"})),B=f;export{f as IconGlobe2,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGlobe2/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 IconGlobe2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.7158 16C14.5217 17.3109 14.2375 18.4773 13.8887 19.4365C13.5499 20.368 13.1701 21.0514 12.7988 21.4834C12.4247 21.9186 12.1512 22 12 22C11.8488 22 11.5753 21.9186 11.2012 21.4834C10.8299 21.0514 10.4501 20.368 10.1113 19.4365C9.76251 18.4773 9.47831 17.3109 9.28418 16H14.7158Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.26367 16C7.47444 17.5451 7.80457 18.9462 8.23145 20.1201C8.4081 20.6059 8.60694 21.0631 8.8252 21.4824C6.13774 20.583 3.96046 18.5752 2.83496 16H7.26367Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.165 16C20.0394 18.5755 17.8617 20.5832 15.1738 21.4824C15.3922 21.063 15.5918 20.6061 15.7686 20.1201C16.1954 18.9462 16.5256 17.5451 16.7363 16H21.165Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.06543 10C7.02341 10.6514 7 11.3197 7 12C7 12.6803 7.02341 13.3486 7.06543 14H2.2002C2.06902 13.3538 2 12.6849 2 12C2 11.3151 2.06902 10.6462 2.2002 10H7.06543Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9307 10C14.9753 10.6455 15 11.314 15 12C15 12.686 14.9753 13.3545 14.9307 14H9.06934C9.02467 13.3545 9 12.686 9 12C9 11.314 9.02467 10.6455 9.06934 10H14.9307Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.7998 10C21.931 10.6462 22 11.3151 22 12C22 12.6849 21.931 13.3538 21.7998 14H16.9346C16.9766 13.3486 17 12.6803 17 12C17 11.3197 16.9766 10.6514 16.9346 10H21.7998Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.8252 2.5166C8.60678 2.93611 8.40821 3.39378 8.23145 3.87988C7.80457 5.05378 7.47444 6.45491 7.26367 8H2.83496C3.9605 5.42473 6.1376 3.41595 8.8252 2.5166Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.1512 2 12.4247 2.08138 12.7988 2.5166C13.1701 2.94858 13.5499 3.63201 13.8887 4.56348C14.2375 5.52274 14.5217 6.68913 14.7158 8H9.28418C9.47831 6.68913 9.76251 5.52274 10.1113 4.56348C10.4501 3.63201 10.8299 2.94858 11.2012 2.5166C11.5753 2.08138 11.8488 2 12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.1738 2.5166C17.8618 3.4158 20.0394 5.42445 21.165 8H16.7363C16.5256 6.45491 16.1954 5.05378 15.7686 3.87988C15.5917 3.39363 15.3923 2.93622 15.1738 2.5166Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGlobe2","props","React","CentralIconBase","IconGlobe2_default"]}
package/README.md CHANGED
@@ -1123,7 +1123,8 @@ Below is a complete list of available icons:
1123
1123
  - IconDirection1
1124
1124
  - IconDirection2
1125
1125
  - IconEarth
1126
- - IconGlobus
1126
+ - IconGlobe
1127
+ - IconGlobe2
1127
1128
  - IconInitiatives
1128
1129
  - IconLocation
1129
1130
  - IconMap
@@ -10951,7 +10951,7 @@
10951
10951
  {
10952
10952
  "category": "Location",
10953
10953
  "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\"/>",
10954
- "iconName": "globus, map, earth, globe",
10954
+ "iconName": "globe, network, translate",
10955
10955
  "variant": {
10956
10956
  "join": "square",
10957
10957
  "filled": "on",
@@ -10960,7 +10960,21 @@
10960
10960
  },
10961
10961
  "createdAt": "2025-02-15T21:11:33.882223+00:00",
10962
10962
  "packageName": "square-filled-radius-0-stroke-2",
10963
- "componentName": "IconGlobus"
10963
+ "componentName": "IconGlobe"
10964
+ },
10965
+ {
10966
+ "category": "Location",
10967
+ "svg": "<path d=\"M14.7158 16C14.5217 17.3109 14.2375 18.4773 13.8887 19.4365C13.5499 20.368 13.1701 21.0514 12.7988 21.4834C12.4247 21.9186 12.1512 22 12 22C11.8488 22 11.5753 21.9186 11.2012 21.4834C10.8299 21.0514 10.4501 20.368 10.1113 19.4365C9.76251 18.4773 9.47831 17.3109 9.28418 16H14.7158Z\" fill=\"currentColor\"/><path d=\"M7.26367 16C7.47444 17.5451 7.80457 18.9462 8.23145 20.1201C8.4081 20.6059 8.60694 21.0631 8.8252 21.4824C6.13774 20.583 3.96046 18.5752 2.83496 16H7.26367Z\" fill=\"currentColor\"/><path d=\"M21.165 16C20.0394 18.5755 17.8617 20.5832 15.1738 21.4824C15.3922 21.063 15.5918 20.6061 15.7686 20.1201C16.1954 18.9462 16.5256 17.5451 16.7363 16H21.165Z\" fill=\"currentColor\"/><path d=\"M7.06543 10C7.02341 10.6514 7 11.3197 7 12C7 12.6803 7.02341 13.3486 7.06543 14H2.2002C2.06902 13.3538 2 12.6849 2 12C2 11.3151 2.06902 10.6462 2.2002 10H7.06543Z\" fill=\"currentColor\"/><path d=\"M14.9307 10C14.9753 10.6455 15 11.314 15 12C15 12.686 14.9753 13.3545 14.9307 14H9.06934C9.02467 13.3545 9 12.686 9 12C9 11.314 9.02467 10.6455 9.06934 10H14.9307Z\" fill=\"currentColor\"/><path d=\"M21.7998 10C21.931 10.6462 22 11.3151 22 12C22 12.6849 21.931 13.3538 21.7998 14H16.9346C16.9766 13.3486 17 12.6803 17 12C17 11.3197 16.9766 10.6514 16.9346 10H21.7998Z\" fill=\"currentColor\"/><path d=\"M8.8252 2.5166C8.60678 2.93611 8.40821 3.39378 8.23145 3.87988C7.80457 5.05378 7.47444 6.45491 7.26367 8H2.83496C3.9605 5.42473 6.1376 3.41595 8.8252 2.5166Z\" fill=\"currentColor\"/><path d=\"M12 2C12.1512 2 12.4247 2.08138 12.7988 2.5166C13.1701 2.94858 13.5499 3.63201 13.8887 4.56348C14.2375 5.52274 14.5217 6.68913 14.7158 8H9.28418C9.47831 6.68913 9.76251 5.52274 10.1113 4.56348C10.4501 3.63201 10.8299 2.94858 11.2012 2.5166C11.5753 2.08138 11.8488 2 12 2Z\" fill=\"currentColor\"/><path d=\"M15.1738 2.5166C17.8618 3.4158 20.0394 5.42445 21.165 8H16.7363C16.5256 6.45491 16.1954 5.05378 15.7686 3.87988C15.5917 3.39363 15.3923 2.93622 15.1738 2.5166Z\" fill=\"currentColor\"/>",
10968
+ "iconName": "globe-2, network, translate",
10969
+ "variant": {
10970
+ "join": "square",
10971
+ "filled": "on",
10972
+ "radius": "0",
10973
+ "stroke": "2"
10974
+ },
10975
+ "createdAt": "2025-12-08T08:01:52.980988+00:00",
10976
+ "packageName": "square-filled-radius-0-stroke-2",
10977
+ "componentName": "IconGlobe2"
10964
10978
  },
10965
10979
  {
10966
10980
  "category": "Things",
package/icons/index.d.ts CHANGED
@@ -781,7 +781,8 @@ export type CentralIconName =
781
781
  | "IconGit"
782
782
  | "IconGithub"
783
783
  | "IconGlass"
784
- | "IconGlobus"
784
+ | "IconGlobe"
785
+ | "IconGlobe2"
785
786
  | "IconGoldMedal"
786
787
  | "IconGolfBall"
787
788
  | "IconGooey"
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.59",
3
+ "version": "1.1.60",
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": 1627,
14
+ "totalIcons": 1628,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -1028,12 +1028,13 @@
1028
1028
  ]
1029
1029
  },
1030
1030
  "Location": {
1031
- "count": 15,
1031
+ "count": 16,
1032
1032
  "icons": [
1033
1033
  "IconDirection1",
1034
1034
  "IconDirection2",
1035
1035
  "IconEarth",
1036
- "IconGlobus",
1036
+ "IconGlobe",
1037
+ "IconGlobe2",
1037
1038
  "IconInitiatives",
1038
1039
  "IconLocation",
1039
1040
  "IconMap",
@@ -2599,7 +2600,8 @@
2599
2600
  "IconGit": "git",
2600
2601
  "IconGithub": "github",
2601
2602
  "IconGlass": "glass, material, shader, liquid-glass",
2602
- "IconGlobus": "globus, map, earth, globe",
2603
+ "IconGlobe": "globe, network, translate",
2604
+ "IconGlobe2": "globe-2, network, translate",
2603
2605
  "IconGoldMedal": "gold-medal, first-place, win",
2604
2606
  "IconGolfBall": "golf-ball",
2605
2607
  "IconGooey": "gooey, morph, liquid-glass",
package/index.d.ts CHANGED
@@ -780,7 +780,8 @@ export { IconGiroCards, default as IconGiroCardsDefault, } from "./IconGiroCards
780
780
  export { IconGit, default as IconGitDefault } from "./IconGit";
781
781
  export { IconGithub, default as IconGithubDefault } from "./IconGithub";
782
782
  export { IconGlass, default as IconGlassDefault } from "./IconGlass";
783
- export { IconGlobus, default as IconGlobusDefault } from "./IconGlobus";
783
+ export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
784
+ export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
784
785
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
785
786
  export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
786
787
  export { IconGooey, default as IconGooeyDefault } from "./IconGooey";