@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.233 → 1.1.235

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloudSync2: FC<CentralIconBaseProps>;
4
+ export default IconCloudSync2;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=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)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!v.call(o,C)&&C!==e&&n(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var y={};x(y,{IconCloudSync2:()=>u,default:()=>g});module.exports=P(y);var t=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.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"),u=o=>t.default.createElement(s,{...o},t.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM15 11.7285C14.574 11.7285 14.2285 12.074 14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V14.332C11.9998 13.997 11.6124 13.8106 11.3506 14.0195L9.89062 15.1875C9.69046 15.3476 9.69046 15.6524 9.89062 15.8125L11.3506 16.9805C11.6124 17.1894 11.9998 17.003 12 16.668V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5C15.7715 12.0741 15.4258 11.7288 15 11.7285ZM12.6494 8.01953C12.3876 7.81064 12.0002 7.99696 12 8.33203V8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5C8.22852 12.926 8.57395 13.2715 9 13.2715C9.42582 13.2712 9.77148 12.9259 9.77148 12.5C9.77148 11.3462 10.6478 10.3974 11.7715 10.2832L12 10.2715V10.668C12.0002 11.003 12.3876 11.1894 12.6494 10.9805L14.1094 9.8125C14.3095 9.65237 14.3095 9.34763 14.1094 9.1875L12.6494 8.01953Z",fill:"currentColor"})),g=u;0&&(module.exports={IconCloudSync2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudSync2/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 IconCloudSync2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM15 11.7285C14.574 11.7285 14.2285 12.074 14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V14.332C11.9998 13.997 11.6124 13.8106 11.3506 14.0195L9.89062 15.1875C9.69046 15.3476 9.69046 15.6524 9.89062 15.8125L11.3506 16.9805C11.6124 17.1894 11.9998 17.003 12 16.668V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5C15.7715 12.0741 15.4258 11.7288 15 11.7285ZM12.6494 8.01953C12.3876 7.81064 12.0002 7.99696 12 8.33203V8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5C8.22852 12.926 8.57395 13.2715 9 13.2715C9.42582 13.2712 9.77148 12.9259 9.77148 12.5C9.77148 11.3462 10.6478 10.3974 11.7715 10.2832L12 10.2715V10.668C12.0002 11.003 12.3876 11.1894 12.6494 10.9805L14.1094 9.8125C14.3095 9.65237 14.3095 9.34763 14.1094 9.1875L12.6494 8.01953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudSync2;\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,SAAS,UACT,SAAS,UACT,EAAE,08BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloudSync2_exports","__export","IconCloudSync2","IconCloudSync2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudSync2","props","React","CentralIconBase","IconCloudSync2_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>t.createElement(p,{...n,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 l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM15 11.7285C14.574 11.7285 14.2285 12.074 14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V14.332C11.9998 13.997 11.6124 13.8106 11.3506 14.0195L9.89062 15.1875C9.69046 15.3476 9.69046 15.6524 9.89062 15.8125L11.3506 16.9805C11.6124 17.1894 11.9998 17.003 12 16.668V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5C15.7715 12.0741 15.4258 11.7288 15 11.7285ZM12.6494 8.01953C12.3876 7.81064 12.0002 7.99696 12 8.33203V8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5C8.22852 12.926 8.57395 13.2715 9 13.2715C9.42582 13.2712 9.77148 12.9259 9.77148 12.5C9.77148 11.3462 10.6478 10.3974 11.7715 10.2832L12 10.2715V10.668C12.0002 11.003 12.3876 11.1894 12.6494 10.9805L14.1094 9.8125C14.3095 9.65237 14.3095 9.34763 14.1094 9.1875L12.6494 8.01953Z",fill:"currentColor"})),v=a;export{a as IconCloudSync2,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudSync2/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 IconCloudSync2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM15 11.7285C14.574 11.7285 14.2285 12.074 14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V14.332C11.9998 13.997 11.6124 13.8106 11.3506 14.0195L9.89062 15.1875C9.69046 15.3476 9.69046 15.6524 9.89062 15.8125L11.3506 16.9805C11.6124 17.1894 11.9998 17.003 12 16.668V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5C15.7715 12.0741 15.4258 11.7288 15 11.7285ZM12.6494 8.01953C12.3876 7.81064 12.0002 7.99696 12 8.33203V8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5C8.22852 12.926 8.57395 13.2715 9 13.2715C9.42582 13.2712 9.77148 12.9259 9.77148 12.5C9.77148 11.3462 10.6478 10.3974 11.7715 10.2832L12 10.2715V10.668C12.0002 11.003 12.3876 11.1894 12.6494 10.9805L14.1094 9.8125C14.3095 9.65237 14.3095 9.34763 14.1094 9.1875L12.6494 8.01953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudSync2;\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,SAAS,UACT,SAAS,UACT,EAAE,08BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudSync2","props","React","CentralIconBase","IconCloudSync2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCloudTransfer: FC<CentralIconBaseProps>;
4
+ export default IconCloudTransfer;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of i(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconCloudTransfer:()=>u,default:()=>d});module.exports=v(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...C})=>m.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 c=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(c.Path,{d:"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25C17.3096 19.25 16.75 18.6904 16.75 18C16.75 17.3096 17.3096 16.75 18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25C17.3096 11.25 16.75 10.6904 16.75 10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215C7.35397 8.89878 6.96127 9.22091 6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L10.1162 15.8838C9.62806 15.3956 9.62806 14.6044 10.1162 14.1162C10.6044 13.6281 11.3956 13.6281 11.8838 14.1162L14.8838 17.1162C15.3719 17.6044 15.3719 18.3956 14.8838 18.8838L11.8838 21.8838C11.3956 22.3719 10.6044 22.3719 10.1162 21.8838C9.62806 21.3956 9.62806 20.6044 10.1162 20.1162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z",fill:"currentColor"})),d=u;0&&(module.exports={IconCloudTransfer});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudTransfer/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 IconCloudTransfer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25C17.3096 19.25 16.75 18.6904 16.75 18C16.75 17.3096 17.3096 16.75 18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25C17.3096 11.25 16.75 10.6904 16.75 10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215C7.35397 8.89878 6.96127 9.22091 6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L10.1162 15.8838C9.62806 15.3956 9.62806 14.6044 10.1162 14.1162C10.6044 13.6281 11.3956 13.6281 11.8838 14.1162L14.8838 17.1162C15.3719 17.6044 15.3719 18.3956 14.8838 18.8838L11.8838 21.8838C11.3956 22.3719 10.6044 22.3719 10.1162 21.8838C9.62806 21.3956 9.62806 20.6044 10.1162 20.1162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudTransfer;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+6BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloudTransfer_exports","__export","IconCloudTransfer","IconCloudTransfer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>t.createElement(C,{...o},t.createElement(a,{d:"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25C17.3096 19.25 16.75 18.6904 16.75 18C16.75 17.3096 17.3096 16.75 18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25C17.3096 11.25 16.75 10.6904 16.75 10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215C7.35397 8.89878 6.96127 9.22091 6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L10.1162 15.8838C9.62806 15.3956 9.62806 14.6044 10.1162 14.1162C10.6044 13.6281 11.3956 13.6281 11.8838 14.1162L14.8838 17.1162C15.3719 17.6044 15.3719 18.3956 14.8838 18.8838L11.8838 21.8838C11.3956 22.3719 10.6044 22.3719 10.1162 21.8838C9.62806 21.3956 9.62806 20.6044 10.1162 20.1162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z",fill:"currentColor"})),P=l;export{l as IconCloudTransfer,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudTransfer/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 IconCloudTransfer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25C17.3096 19.25 16.75 18.6904 16.75 18C16.75 17.3096 17.3096 16.75 18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25C17.3096 11.25 16.75 10.6904 16.75 10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215C7.35397 8.89878 6.96127 9.22091 6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L10.1162 15.8838C9.62806 15.3956 9.62806 14.6044 10.1162 14.1162C10.6044 13.6281 11.3956 13.6281 11.8838 14.1162L14.8838 17.1162C15.3719 17.6044 15.3719 18.3956 14.8838 18.8838L11.8838 21.8838C11.3956 22.3719 10.6044 22.3719 10.1162 21.8838C9.62806 21.3956 9.62806 20.6044 10.1162 20.1162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudTransfer;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+6BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmojiTongue: FC<CentralIconBaseProps>;
4
+ export default IconEmojiTongue;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!g.call(o,C)&&C!==e&&n(o,C,{get:()=>r[C],enumerable:!(l=d(r,C))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var M={};v(M,{IconEmojiTongue:()=>i,default:()=>P});module.exports=x(M);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.default.createElement(s.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 p=require("react-native-svg"),i=o=>t.default.createElement(c,{...o},t.default.createElement(p.Path,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z",fill:"currentColor"})),P=i;0&&(module.exports={IconEmojiTongue});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiTongue/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 IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiTongue;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiTongue_exports","__export","IconEmojiTongue","IconEmojiTongue_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiTongue","props","React","CentralIconBase","IconEmojiTongue_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({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 n}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(n,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z",fill:"currentColor"})),g=a;export{a as IconEmojiTongue,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiTongue/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 IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiTongue;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiTongue","props","React","CentralIconBase","IconEmojiTongue_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconEmojiWinkTongue: FC<CentralIconBaseProps>;
4
+ export default IconEmojiWinkTongue;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!g.call(o,C)&&C!==e&&n(o,C,{get:()=>r[C],enumerable:!(l=d(r,C))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var M={};v(M,{IconEmojiWinkTongue:()=>c,default:()=>P});module.exports=x(M);var t=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),s=({children:o,size:r=24,...e})=>f.default.createElement(i.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 p=require("react-native-svg"),c=o=>t.default.createElement(s,{...o},t.default.createElement(p.Path,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z",fill:"currentColor"})),P=c;0&&(module.exports={IconEmojiWinkTongue});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiWinkTongue/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 IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiWinkTongue;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0mBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiWinkTongue_exports","__export","IconEmojiWinkTongue","IconEmojiWinkTongue_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({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 n}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(n,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z",fill:"currentColor"})),g=a;export{a as IconEmojiWinkTongue,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconEmojiWinkTongue/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 IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiWinkTongue;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_default"]}
package/README.md CHANGED
@@ -448,6 +448,8 @@ Below is a complete list of available icons:
448
448
  - IconCloudSimpleDownload
449
449
  - IconCloudSimpleUpload
450
450
  - IconCloudSync
451
+ - IconCloudSync2
452
+ - IconCloudTransfer
451
453
  - IconCloudUpload
452
454
 
453
455
  ### Code
@@ -789,7 +791,9 @@ Below is a complete list of available icons:
789
791
  - IconEmojiSmilingFace
790
792
  - IconEmojiSmirking
791
793
  - IconEmojiStarStruck
794
+ - IconEmojiTongue
792
795
  - IconEmojiWink
796
+ - IconEmojiWinkTongue
793
797
  - IconMask
794
798
  - IconPoop
795
799
 
@@ -7504,6 +7504,34 @@
7504
7504
  "packageName": "round-filled-radius-2-stroke-2",
7505
7505
  "componentName": "IconCloudSync"
7506
7506
  },
7507
+ {
7508
+ "category": "Clouds",
7509
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM15 11.7285C14.574 11.7285 14.2285 12.074 14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V14.332C11.9998 13.997 11.6124 13.8106 11.3506 14.0195L9.89062 15.1875C9.69046 15.3476 9.69046 15.6524 9.89062 15.8125L11.3506 16.9805C11.6124 17.1894 11.9998 17.003 12 16.668V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5C15.7715 12.0741 15.4258 11.7288 15 11.7285ZM12.6494 8.01953C12.3876 7.81064 12.0002 7.99696 12 8.33203V8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5C8.22852 12.926 8.57395 13.2715 9 13.2715C9.42582 13.2712 9.77148 12.9259 9.77148 12.5C9.77148 11.3462 10.6478 10.3974 11.7715 10.2832L12 10.2715V10.668C12.0002 11.003 12.3876 11.1894 12.6494 10.9805L14.1094 9.8125C14.3095 9.65237 14.3095 9.34763 14.1094 9.1875L12.6494 8.01953Z\" fill=\"currentColor\"/>",
7510
+ "iconName": "cloud-sync-2",
7511
+ "variant": {
7512
+ "join": "round",
7513
+ "filled": "on",
7514
+ "radius": "2",
7515
+ "stroke": "2"
7516
+ },
7517
+ "createdAt": "2026-05-13T10:01:55.225159+00:00",
7518
+ "packageName": "round-filled-radius-2-stroke-2",
7519
+ "componentName": "IconCloudSync2"
7520
+ },
7521
+ {
7522
+ "category": "Clouds",
7523
+ "svg": "<path d=\"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25C17.3096 19.25 16.75 18.6904 16.75 18C16.75 17.3096 17.3096 16.75 18 16.75C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25C17.3096 11.25 16.75 10.6904 16.75 10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215C7.35397 8.89878 6.96127 9.22091 6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L10.1162 15.8838C9.62806 15.3956 9.62806 14.6044 10.1162 14.1162C10.6044 13.6281 11.3956 13.6281 11.8838 14.1162L14.8838 17.1162C15.3719 17.6044 15.3719 18.3956 14.8838 18.8838L11.8838 21.8838C11.3956 22.3719 10.6044 22.3719 10.1162 21.8838C9.62806 21.3956 9.62806 20.6044 10.1162 20.1162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z\" fill=\"currentColor\"/>",
7524
+ "iconName": "cloud-transfer, move-data, move-cloud-files",
7525
+ "variant": {
7526
+ "join": "round",
7527
+ "filled": "on",
7528
+ "radius": "2",
7529
+ "stroke": "2"
7530
+ },
7531
+ "createdAt": "2026-05-13T10:01:55.225159+00:00",
7532
+ "packageName": "round-filled-radius-2-stroke-2",
7533
+ "componentName": "IconCloudTransfer"
7534
+ },
7507
7535
  {
7508
7536
  "category": "Clouds",
7509
7537
  "svg": "<path d=\"M5.59824 8.16485C6.68595 5.71241 9.14187 4 12 4C15.5571 4 18.4944 6.65314 18.9412 10.0884C21.2527 10.5287 23 12.5603 23 15C23 17.7614 20.7614 20 18 20H13V14.4142L13.7929 15.2071C14.1834 15.5976 14.8166 15.5976 15.2071 15.2071C15.5976 14.8166 15.5976 14.1834 15.2071 13.7929L12.7071 11.2929C12.3166 10.9024 11.6834 10.9024 11.2929 11.2929L8.79289 13.7929C8.40237 14.1834 8.40237 14.8166 8.79289 15.2071C9.18342 15.5976 9.81658 15.5976 10.2071 15.2071L11 14.4142V20H7C3.68629 20 1 17.3137 1 14C1 11.1686 2.96041 8.79651 5.59824 8.16485Z\" fill=\"currentColor\"/>",
@@ -10416,6 +10444,20 @@
10416
10444
  "packageName": "round-filled-radius-2-stroke-2",
10417
10445
  "componentName": "IconEmojiStarStruck"
10418
10446
  },
10447
+ {
10448
+ "category": "Emoji",
10449
+ "svg": "<path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/>",
10450
+ "iconName": "emoji-tongue, fun",
10451
+ "variant": {
10452
+ "join": "round",
10453
+ "filled": "on",
10454
+ "radius": "2",
10455
+ "stroke": "2"
10456
+ },
10457
+ "createdAt": "2026-05-15T11:01:58.423042+00:00",
10458
+ "packageName": "round-filled-radius-2-stroke-2",
10459
+ "componentName": "IconEmojiTongue"
10460
+ },
10419
10461
  {
10420
10462
  "category": "Emoji",
10421
10463
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.8516 13.8652C14.9343 14.0196 13.2324 14.2744 12 14.2744C10.7673 14.2744 9.06458 14.0196 8.14746 13.8652C7.82115 13.8105 7.52671 14.0801 7.58789 14.4053C8.55393 19.5403 15.4443 19.5228 16.4121 14.4053C16.4735 14.08 16.178 13.8103 15.8516 13.8652ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.625 8.5C13.5895 8.5 12.75 9.02167 12.75 9.74609C12.75 11 13.5895 10.1885 14.625 10.1885C15.6605 10.1885 16.5 11 16.5 9.74609C16.5 9.02167 15.6605 8.5 14.625 8.5Z\" fill=\"currentColor\"/>",
@@ -10430,6 +10472,20 @@
10430
10472
  "packageName": "round-filled-radius-2-stroke-2",
10431
10473
  "componentName": "IconEmojiWink"
10432
10474
  },
10475
+ {
10476
+ "category": "Emoji",
10477
+ "svg": "<path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\" fill=\"currentColor\"/>",
10478
+ "iconName": "emoji-wink-tongue, fun",
10479
+ "variant": {
10480
+ "join": "round",
10481
+ "filled": "on",
10482
+ "radius": "2",
10483
+ "stroke": "2"
10484
+ },
10485
+ "createdAt": "2026-05-15T11:01:58.423042+00:00",
10486
+ "packageName": "round-filled-radius-2-stroke-2",
10487
+ "componentName": "IconEmojiWinkTongue"
10488
+ },
10433
10489
  {
10434
10490
  "category": "Edit",
10435
10491
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3355 17.75L6.4997 11.9142L4.62102 13.7929C4.23049 14.1834 4.23049 14.8166 4.62102 15.2071L8.12102 18.7071C8.30855 18.8947 8.56291 19 8.82812 19H10.6713C10.9365 19 11.1908 18.8947 11.3784 18.7071L12.3355 17.75ZM12.8288 2.75673C14.029 1.5565 15.9851 1.59022 17.1433 2.8311L21.4124 7.40514C22.5154 8.58698 22.4836 10.4303 21.3405 11.5734L12.7926 20.1213C12.23 20.684 11.4669 21 10.6713 21H8.82812C8.03247 21 7.26941 20.684 6.7068 20.1213L3.20681 16.6213C2.03523 15.4498 2.03523 13.5503 3.2068 12.3787L12.8288 2.75673Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -535,6 +535,8 @@ export type CentralIconName =
535
535
  | "IconCloudSimpleUpload"
536
536
  | "IconCloudSnow"
537
537
  | "IconCloudSync"
538
+ | "IconCloudSync2"
539
+ | "IconCloudTransfer"
538
540
  | "IconCloudUpload"
539
541
  | "IconCloudWeather"
540
542
  | "IconCloudy"
@@ -743,7 +745,9 @@ export type CentralIconName =
743
745
  | "IconEmojiSmilingFace"
744
746
  | "IconEmojiSmirking"
745
747
  | "IconEmojiStarStruck"
748
+ | "IconEmojiTongue"
746
749
  | "IconEmojiWink"
750
+ | "IconEmojiWinkTongue"
747
751
  | "IconEraser"
748
752
  | "IconEraserSimple"
749
753
  | "IconEsc"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.233",
3
+ "version": "1.1.235",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1990,
14
+ "totalIcons": 1994,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -313,7 +313,7 @@
313
313
  ]
314
314
  },
315
315
  "Clouds": {
316
- "count": 13,
316
+ "count": 15,
317
317
  "icons": [
318
318
  "IconCloud",
319
319
  "IconCloud2",
@@ -327,6 +327,8 @@
327
327
  "IconCloudSimpleDownload",
328
328
  "IconCloudSimpleUpload",
329
329
  "IconCloudSync",
330
+ "IconCloudSync2",
331
+ "IconCloudTransfer",
330
332
  "IconCloudUpload"
331
333
  ]
332
334
  },
@@ -662,7 +664,7 @@
662
664
  ]
663
665
  },
664
666
  "Emoji": {
665
- "count": 19,
667
+ "count": 21,
666
668
  "icons": [
667
669
  "IconAlien",
668
670
  "IconEmojiAddReaction",
@@ -680,7 +682,9 @@
680
682
  "IconEmojiSmilingFace",
681
683
  "IconEmojiSmirking",
682
684
  "IconEmojiStarStruck",
685
+ "IconEmojiTongue",
683
686
  "IconEmojiWink",
687
+ "IconEmojiWinkTongue",
684
688
  "IconMask",
685
689
  "IconPoop"
686
690
  ]
@@ -2727,6 +2731,8 @@
2727
2731
  "IconCloudSimpleUpload": "cloud-simple-upload",
2728
2732
  "IconCloudSnow": "cloud-snow",
2729
2733
  "IconCloudSync": "cloud-sync",
2734
+ "IconCloudSync2": "cloud-sync-2",
2735
+ "IconCloudTransfer": "cloud-transfer, move-data, move-cloud-files",
2730
2736
  "IconCloudUpload": "cloud-upload",
2731
2737
  "IconCloudWeather": "cloud-weather, clouds",
2732
2738
  "IconCloudy": "cloudy, clouds",
@@ -2935,7 +2941,9 @@
2935
2941
  "IconEmojiSmilingFace": "emoji-smiling-face, heart-eyes",
2936
2942
  "IconEmojiSmirking": "emoji-smirking",
2937
2943
  "IconEmojiStarStruck": "emoji-star-struck, star-eyes",
2944
+ "IconEmojiTongue": "emoji-tongue, fun",
2938
2945
  "IconEmojiWink": "emoji-wink",
2946
+ "IconEmojiWinkTongue": "emoji-wink-tongue, fun",
2939
2947
  "IconEraser": "eraser, rubber, clean-up",
2940
2948
  "IconEraserSimple": "eraser-simple, rubber, clean-up",
2941
2949
  "IconEsc": "esc, power",
package/index.d.ts CHANGED
@@ -534,6 +534,8 @@ export { IconCloudSimpleDownload, default as IconCloudSimpleDownloadDefault, } f
534
534
  export { IconCloudSimpleUpload, default as IconCloudSimpleUploadDefault, } from "./IconCloudSimpleUpload";
535
535
  export { IconCloudSnow, default as IconCloudSnowDefault, } from "./IconCloudSnow";
536
536
  export { IconCloudSync, default as IconCloudSyncDefault, } from "./IconCloudSync";
537
+ export { IconCloudSync2, default as IconCloudSync2Default, } from "./IconCloudSync2";
538
+ export { IconCloudTransfer, default as IconCloudTransferDefault, } from "./IconCloudTransfer";
537
539
  export { IconCloudUpload, default as IconCloudUploadDefault, } from "./IconCloudUpload";
538
540
  export { IconCloudWeather, default as IconCloudWeatherDefault, } from "./IconCloudWeather";
539
541
  export { IconCloudy, default as IconCloudyDefault } from "./IconCloudy";
@@ -742,7 +744,9 @@ export { IconEmojiSmiley, default as IconEmojiSmileyDefault, } from "./IconEmoji
742
744
  export { IconEmojiSmilingFace, default as IconEmojiSmilingFaceDefault, } from "./IconEmojiSmilingFace";
743
745
  export { IconEmojiSmirking, default as IconEmojiSmirkingDefault, } from "./IconEmojiSmirking";
744
746
  export { IconEmojiStarStruck, default as IconEmojiStarStruckDefault, } from "./IconEmojiStarStruck";
747
+ export { IconEmojiTongue, default as IconEmojiTongueDefault, } from "./IconEmojiTongue";
745
748
  export { IconEmojiWink, default as IconEmojiWinkDefault, } from "./IconEmojiWink";
749
+ export { IconEmojiWinkTongue, default as IconEmojiWinkTongueDefault, } from "./IconEmojiWinkTongue";
746
750
  export { IconEraser, default as IconEraserDefault } from "./IconEraser";
747
751
  export { IconEraserSimple, default as IconEraserSimpleDefault, } from "./IconEraserSimple";
748
752
  export { IconEsc, default as IconEscDefault } from "./IconEsc";