@central-icons-react-native/square-outlined-radius-0-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 i=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconCloudSync2:()=>u,default:()=>h});module.exports=g(v);var e=m(require("react"));var a=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>a.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>e.default.createElement(f,{...r},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"}),e.default.createElement(C.Path,{d:"M12 14.5V9.5L15 12L12 14.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M12 16.5V21.5L9 19L12 16.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18",stroke:"currentColor",strokeWidth:"2"})),h=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 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 />\n <Path d=\"M12 14.5V9.5L15 12L12 14.5Z\" fill=\"currentColor\" />\n <Path d=\"M12 16.5V21.5L9 19L12 16.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mIACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,QAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,OAAO,eACP,YAAY,IACd,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:"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"}),o.createElement(t,{d:"M12 14.5V9.5L15 12L12 14.5Z",fill:"currentColor"}),o.createElement(t,{d:"M12 16.5V21.5L9 19L12 16.5Z",fill:"currentColor"}),o.createElement(t,{d:"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18",stroke:"currentColor",strokeWidth:"2"})),x=s;export{s as IconCloudSync2,x 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=\"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 />\n <Path d=\"M12 14.5V9.5L15 12L12 14.5Z\" fill=\"currentColor\" />\n <Path d=\"M12 16.5V21.5L9 19L12 16.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mIACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1DG,EAAA,cAACH,EAAA,CAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1DG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,OAAO,eACP,YAAY,IACd,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 i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconCloudTransfer:()=>u,default:()=>h});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M10.5 14.5L14 18L10.5 21.5",stroke:"currentColor",strokeWidth:"2"})),h=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=\"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M10.5 14.5L14 18L10.5 21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,sMACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,YAAY,IACd,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 C from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(s,{...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=>t.createElement(e,{...o},t.createElement(n,{d:"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M10.5 14.5L14 18L10.5 21.5",stroke:"currentColor",strokeWidth:"2"})),x=a;export{a as IconCloudTransfer,x 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=\"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M10.5 14.5L14 18L10.5 21.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,sMACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,YAAY,IACd,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": "square-outlined-radius-0-stroke-2",
|
|
7505
7505
|
"componentName": "IconCloudSync"
|
|
7506
7506
|
},
|
|
7507
|
+
{
|
|
7508
|
+
"category": "Clouds",
|
|
7509
|
+
"svg": "<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\"/><path d=\"M12 14.5V9.5L15 12L12 14.5Z\" fill=\"currentColor\"/><path d=\"M12 16.5V21.5L9 19L12 16.5Z\" fill=\"currentColor\"/><path d=\"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
7510
|
+
"iconName": "cloud-sync-2",
|
|
7511
|
+
"variant": {
|
|
7512
|
+
"join": "square",
|
|
7513
|
+
"filled": "off",
|
|
7514
|
+
"radius": "0",
|
|
7515
|
+
"stroke": "2"
|
|
7516
|
+
},
|
|
7517
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7518
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
7519
|
+
"componentName": "IconCloudSync2"
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"category": "Clouds",
|
|
7523
|
+
"svg": "<path d=\"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10.5 14.5L14 18L10.5 21.5\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
|
7524
|
+
"iconName": "cloud-transfer, move-data, move-cloud-files",
|
|
7525
|
+
"variant": {
|
|
7526
|
+
"join": "square",
|
|
7527
|
+
"filled": "off",
|
|
7528
|
+
"radius": "0",
|
|
7529
|
+
"stroke": "2"
|
|
7530
|
+
},
|
|
7531
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7532
|
+
"packageName": "square-outlined-radius-0-stroke-2",
|
|
7533
|
+
"componentName": "IconCloudTransfer"
|
|
7534
|
+
},
|
|
7507
7535
|
{
|
|
7508
7536
|
"category": "Clouds",
|
|
7509
7537
|
"svg": "<path d=\"M14.5 14.5L12 12L9.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><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=\"square\"/><path d=\"M12 19V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.234",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|