@central-icons-react-native/round-outlined-radius-1-stroke-2 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.
- package/IconCloudSync2/index.d.ts +4 -0
- package/IconCloudSync2/index.js +2 -0
- package/IconCloudSync2/index.js.map +1 -0
- package/IconCloudSync2/index.mjs +2 -0
- package/IconCloudSync2/index.mjs.map +1 -0
- package/IconCloudTransfer/index.d.ts +4 -0
- package/IconCloudTransfer/index.js +2 -0
- package/IconCloudTransfer/index.js.map +1 -0
- package/IconCloudTransfer/index.mjs +2 -0
- package/IconCloudTransfer/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!k.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?d(I(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>s(p({},"__esModule",{value:!0}),r);var g={};x(g,{IconCloudSync2:()=>m,default:()=>P});module.exports=L(g);var e=a(require("react"));var i=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),m=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998",stroke:"currentColor",strokeWidth:"1.9",strokeLinecap:"round"}),e.default.createElement(C.Path,{d:"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z",fill:"currentColor"})),P=m;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 d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\"\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,EAAE,mUACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,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 o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(t,{d:"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998",stroke:"currentColor",strokeWidth:"1.9",strokeLinecap:"round"}),o.createElement(t,{d:"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z",fill:"currentColor"}),o.createElement(t,{d:"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z",fill:"currentColor"})),k=s;export{s as IconCloudSync2,k 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 d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\"\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,EAAE,mUACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudSync2","props","React","CentralIconBase","IconCloudSync2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconCloudTransfer:()=>c,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>p.default.createElement(u,{...r},p.default.createElement(s.Path,{d:"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11 15L14 18L11 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;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=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 15L14 18L11 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M11 15L14 18L11 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconCloudTransfer,I 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=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 15L14 18L11 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -7504,6 +7504,34 @@
|
|
|
7504
7504
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7505
7505
|
"componentName": "IconCloudSync"
|
|
7506
7506
|
},
|
|
7507
|
+
{
|
|
7508
|
+
"category": "Clouds",
|
|
7509
|
+
"svg": "<path d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\"/><path d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\" fill=\"currentColor\"/><path d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\" fill=\"currentColor\"/>",
|
|
7510
|
+
"iconName": "cloud-sync-2",
|
|
7511
|
+
"variant": {
|
|
7512
|
+
"join": "round",
|
|
7513
|
+
"filled": "off",
|
|
7514
|
+
"radius": "1",
|
|
7515
|
+
"stroke": "2"
|
|
7516
|
+
},
|
|
7517
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7518
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7519
|
+
"componentName": "IconCloudSync2"
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"category": "Clouds",
|
|
7523
|
+
"svg": "<path d=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 15L14 18L11 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
7524
|
+
"iconName": "cloud-transfer, move-data, move-cloud-files",
|
|
7525
|
+
"variant": {
|
|
7526
|
+
"join": "round",
|
|
7527
|
+
"filled": "off",
|
|
7528
|
+
"radius": "1",
|
|
7529
|
+
"stroke": "2"
|
|
7530
|
+
},
|
|
7531
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7532
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7533
|
+
"componentName": "IconCloudTransfer"
|
|
7534
|
+
},
|
|
7507
7535
|
{
|
|
7508
7536
|
"category": "Clouds",
|
|
7509
7537
|
"svg": "<path d=\"M12 19V12M12 12L14.5 14.5M12 12L9.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 19H7C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.234",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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":
|
|
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":
|
|
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";
|