@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.233 → 1.1.234

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 12C14.7239 12 14.5 12.2239 14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14.5996C11.9997 14.3526 11.7172 14.2121 11.5195 14.3604L10.3203 15.2598C10.1603 15.3798 10.1603 15.6202 10.3203 15.7402L11.5195 16.6396C11.7172 16.7879 11.9997 16.6474 12 16.4004V16C13.9328 15.9997 15.5 14.4328 15.5 12.5C15.5 12.224 15.2759 12.0003 15 12ZM12.4805 8.36035C12.2828 8.2121 12.0003 8.35264 12 8.59961V9C10.067 9 8.5 10.567 8.5 12.5C8.5 12.7761 8.72386 13 9 13C9.27592 12.9997 9.5 12.776 9.5 12.5C9.5 11.2055 10.4834 10.1406 11.7441 10.0127L12 10V10.4004C12.0003 10.6474 12.2828 10.7879 12.4805 10.6396L13.6797 9.74023C13.8397 9.62023 13.8397 9.37977 13.6797 9.25977L12.4805 8.36035Z",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 12C14.7239 12 14.5 12.2239 14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14.5996C11.9997 14.3526 11.7172 14.2121 11.5195 14.3604L10.3203 15.2598C10.1603 15.3798 10.1603 15.6202 10.3203 15.7402L11.5195 16.6396C11.7172 16.7879 11.9997 16.6474 12 16.4004V16C13.9328 15.9997 15.5 14.4328 15.5 12.5C15.5 12.224 15.2759 12.0003 15 12ZM12.4805 8.36035C12.2828 8.2121 12.0003 8.35264 12 8.59961V9C10.067 9 8.5 10.567 8.5 12.5C8.5 12.7761 8.72386 13 9 13C9.27592 12.9997 9.5 12.776 9.5 12.5C9.5 11.2055 10.4834 10.1406 11.7441 10.0127L12 10V10.4004C12.0003 10.6474 12.2828 10.7879 12.4805 10.6396L13.6797 9.74023C13.8397 9.62023 13.8397 9.37977 13.6797 9.25977L12.4805 8.36035Z\"\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,m3BACF,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 12C14.7239 12 14.5 12.2239 14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14.5996C11.9997 14.3526 11.7172 14.2121 11.5195 14.3604L10.3203 15.2598C10.1603 15.3798 10.1603 15.6202 10.3203 15.7402L11.5195 16.6396C11.7172 16.7879 11.9997 16.6474 12 16.4004V16C13.9328 15.9997 15.5 14.4328 15.5 12.5C15.5 12.224 15.2759 12.0003 15 12ZM12.4805 8.36035C12.2828 8.2121 12.0003 8.35264 12 8.59961V9C10.067 9 8.5 10.567 8.5 12.5C8.5 12.7761 8.72386 13 9 13C9.27592 12.9997 9.5 12.776 9.5 12.5C9.5 11.2055 10.4834 10.1406 11.7441 10.0127L12 10V10.4004C12.0003 10.6474 12.2828 10.7879 12.4805 10.6396L13.6797 9.74023C13.8397 9.62023 13.8397 9.37977 13.6797 9.25977L12.4805 8.36035Z",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 12C14.7239 12 14.5 12.2239 14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14.5996C11.9997 14.3526 11.7172 14.2121 11.5195 14.3604L10.3203 15.2598C10.1603 15.3798 10.1603 15.6202 10.3203 15.7402L11.5195 16.6396C11.7172 16.7879 11.9997 16.6474 12 16.4004V16C13.9328 15.9997 15.5 14.4328 15.5 12.5C15.5 12.224 15.2759 12.0003 15 12ZM12.4805 8.36035C12.2828 8.2121 12.0003 8.35264 12 8.59961V9C10.067 9 8.5 10.567 8.5 12.5C8.5 12.7761 8.72386 13 9 13C9.27592 12.9997 9.5 12.776 9.5 12.5C9.5 11.2055 10.4834 10.1406 11.7441 10.0127L12 10V10.4004C12.0003 10.6474 12.2828 10.7879 12.4805 10.6396L13.6797 9.74023C13.8397 9.62023 13.8397 9.37977 13.6797 9.25977L12.4805 8.36035Z\"\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,m3BACF,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)),L=r=>a(e({},"__esModule",{value:!0}),r);var H={};g(H,{IconCloudTransfer:()=>u,default:()=>v});module.exports=L(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 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17.5C17.0859 19.25 16.7501 18.9142 16.75 18.5C16.75 18.0859 17.0858 17.7501 17.5 17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.96973 16.0303C9.67684 15.7374 9.67684 15.2626 9.96973 14.9697C10.2626 14.6768 10.7374 14.6768 11.0303 14.9697L14.0303 17.9697C14.1709 18.1104 14.25 18.3011 14.25 18.5C14.25 18.6989 14.1709 18.8896 14.0303 19.0303L11.0303 22.0303C10.7374 22.3232 10.2626 22.3232 9.96973 22.0303C9.67684 21.7374 9.67684 21.2626 9.96973 20.9697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z",fill:"currentColor"})),v=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 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17.5C17.0859 19.25 16.7501 18.9142 16.75 18.5C16.75 18.0859 17.0858 17.7501 17.5 17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.96973 16.0303C9.67684 15.7374 9.67684 15.2626 9.96973 14.9697C10.2626 14.6768 10.7374 14.6768 11.0303 14.9697L14.0303 17.9697C14.1709 18.1104 14.25 18.3011 14.25 18.5C14.25 18.6989 14.1709 18.8896 14.0303 19.0303L11.0303 22.0303C10.7374 22.3232 10.2626 22.3232 9.96973 22.0303C9.67684 21.7374 9.67684 21.2626 9.96973 20.9697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z\"\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,sgCACF,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 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17.5C17.0859 19.25 16.7501 18.9142 16.75 18.5C16.75 18.0859 17.0858 17.7501 17.5 17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.96973 16.0303C9.67684 15.7374 9.67684 15.2626 9.96973 14.9697C10.2626 14.6768 10.7374 14.6768 11.0303 14.9697L14.0303 17.9697C14.1709 18.1104 14.25 18.3011 14.25 18.5C14.25 18.6989 14.1709 18.8896 14.0303 19.0303L11.0303 22.0303C10.7374 22.3232 10.2626 22.3232 9.96973 22.0303C9.67684 21.7374 9.67684 21.2626 9.96973 20.9697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z",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 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17.5C17.0859 19.25 16.7501 18.9142 16.75 18.5C16.75 18.0859 17.0858 17.7501 17.5 17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.96973 16.0303C9.67684 15.7374 9.67684 15.2626 9.96973 14.9697C10.2626 14.6768 10.7374 14.6768 11.0303 14.9697L14.0303 17.9697C14.1709 18.1104 14.25 18.3011 14.25 18.5C14.25 18.6989 14.1709 18.8896 14.0303 19.0303L11.0303 22.0303C10.7374 22.3232 10.2626 22.3232 9.96973 22.0303C9.67684 21.7374 9.67684 21.2626 9.96973 20.9697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z\"\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,sgCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_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
@@ -7504,6 +7504,34 @@
7504
7504
  "packageName": "round-filled-radius-1-stroke-1",
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 12C14.7239 12 14.5 12.2239 14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14.5996C11.9997 14.3526 11.7172 14.2121 11.5195 14.3604L10.3203 15.2598C10.1603 15.3798 10.1603 15.6202 10.3203 15.7402L11.5195 16.6396C11.7172 16.7879 11.9997 16.6474 12 16.4004V16C13.9328 15.9997 15.5 14.4328 15.5 12.5C15.5 12.224 15.2759 12.0003 15 12ZM12.4805 8.36035C12.2828 8.2121 12.0003 8.35264 12 8.59961V9C10.067 9 8.5 10.567 8.5 12.5C8.5 12.7761 8.72386 13 9 13C9.27592 12.9997 9.5 12.776 9.5 12.5C9.5 11.2055 10.4834 10.1406 11.7441 10.0127L12 10V10.4004C12.0003 10.6474 12.2828 10.7879 12.4805 10.6396L13.6797 9.74023C13.8397 9.62023 13.8397 9.37977 13.6797 9.25977L12.4805 8.36035Z\" fill=\"currentColor\"/>",
7510
+ "iconName": "cloud-sync-2",
7511
+ "variant": {
7512
+ "join": "round",
7513
+ "filled": "on",
7514
+ "radius": "1",
7515
+ "stroke": "1"
7516
+ },
7517
+ "createdAt": "2026-05-13T10:01:55.225159+00:00",
7518
+ "packageName": "round-filled-radius-1-stroke-1",
7519
+ "componentName": "IconCloudSync2"
7520
+ },
7521
+ {
7522
+ "category": "Clouds",
7523
+ "svg": "<path d=\"M12 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17.5C17.0859 19.25 16.7501 18.9142 16.75 18.5C16.75 18.0859 17.0858 17.7501 17.5 17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.96973 16.0303C9.67684 15.7374 9.67684 15.2626 9.96973 14.9697C10.2626 14.6768 10.7374 14.6768 11.0303 14.9697L14.0303 17.9697C14.1709 18.1104 14.25 18.3011 14.25 18.5C14.25 18.6989 14.1709 18.8896 14.0303 19.0303L11.0303 22.0303C10.7374 22.3232 10.2626 22.3232 9.96973 22.0303C9.67684 21.7374 9.67684 21.2626 9.96973 20.9697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z\" fill=\"currentColor\"/>",
7524
+ "iconName": "cloud-transfer, move-data, move-cloud-files",
7525
+ "variant": {
7526
+ "join": "round",
7527
+ "filled": "on",
7528
+ "radius": "1",
7529
+ "stroke": "1"
7530
+ },
7531
+ "createdAt": "2026-05-13T10:01:55.225159+00:00",
7532
+ "packageName": "round-filled-radius-1-stroke-1",
7533
+ "componentName": "IconCloudTransfer"
7534
+ },
7507
7535
  {
7508
7536
  "category": "Clouds",
7509
7537
  "svg": "<path d=\"M5.59811 8.16478C6.68589 5.71209 9.14244 4 12 4C15.5571 4 18.4942 6.65296 18.9412 10.0885C21.2528 10.529 23 12.5602 23 15C23 17.7614 20.7614 20 18 20H12.5V12.9571L14.1464 14.6036C14.3417 14.7988 14.6583 14.7988 14.8536 14.6036C15.0488 14.4083 15.0488 14.0917 14.8536 13.8964L12.3536 11.3964C12.1583 11.2012 11.8417 11.2012 11.6464 11.3964L9.14645 13.8964C8.95118 14.0917 8.95118 14.4083 9.14645 14.6036C9.34171 14.7988 9.65829 14.7988 9.85355 14.6036L11.5 12.9571V20H7C3.68629 20 1 17.3137 1 14C1 11.1687 2.96064 8.7963 5.59811 8.16478Z\" 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"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.233",
3
+ "version": "1.1.234",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/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": 1992,
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
  },
@@ -2727,6 +2729,8 @@
2727
2729
  "IconCloudSimpleUpload": "cloud-simple-upload",
2728
2730
  "IconCloudSnow": "cloud-snow",
2729
2731
  "IconCloudSync": "cloud-sync",
2732
+ "IconCloudSync2": "cloud-sync-2",
2733
+ "IconCloudTransfer": "cloud-transfer, move-data, move-cloud-files",
2730
2734
  "IconCloudUpload": "cloud-upload",
2731
2735
  "IconCloudWeather": "cloud-weather, clouds",
2732
2736
  "IconCloudy": "cloudy, clouds",
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";