@central-icons-react-native/square-filled-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 t=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)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=d(r,n))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var y={};x(y,{IconCloudSync2:()=>u,default:()=>g});module.exports=P(y);var C=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=>C.default.createElement(s,{...o},C.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 4ZM14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z",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 4ZM14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z\"\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,weACF,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 n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.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 4ZM14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z",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 4ZM14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z\"\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,weACF,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 B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var i=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,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of L(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(i(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var H={};P(H,{IconCloudTransfer:()=>u,default:()=>v});module.exports=g(H);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.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=>C.default.createElement(f,{...r},C.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.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.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"})),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 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.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.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,knBACF,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 e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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=>e.createElement(t,{...o},e.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.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.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"})),x=l;export{l 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=\"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.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.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,knBACF,KAAK,eACP,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-filled-radius-0-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 4ZM14.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z\" fill=\"currentColor\"/>",
|
|
7510
|
+
"iconName": "cloud-sync-2",
|
|
7511
|
+
"variant": {
|
|
7512
|
+
"join": "square",
|
|
7513
|
+
"filled": "on",
|
|
7514
|
+
"radius": "0",
|
|
7515
|
+
"stroke": "2"
|
|
7516
|
+
},
|
|
7517
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7518
|
+
"packageName": "square-filled-radius-0-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.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.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": "square",
|
|
7527
|
+
"filled": "on",
|
|
7528
|
+
"radius": "0",
|
|
7529
|
+
"stroke": "2"
|
|
7530
|
+
},
|
|
7531
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7532
|
+
"packageName": "square-filled-radius-0-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.4142L14.5 15.9142L15.9142 14.5L12 10.5858L8.08579 14.5L9.5 15.9142L11 14.4142V20H7C3.68629 20 1 17.3137 1 14C1 11.1686 2.96041 8.79651 5.59824 8.16485Z\" fill=\"currentColor\"/>",
|
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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.234",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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";
|