@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.88 → 1.1.89

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 IconCloudApi: FC<CentralIconBaseProps>;
4
+ export default IconCloudApi;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var i=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!h.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(p=m(o,s))||p.enumerable});return r};var d=(r,o,e)=>(e=r!=null?a(f(r)):{},C(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>C(i({},"__esModule",{value:!0}),r);var P={};x(P,{IconCloudApi:()=>l,default:()=>I});module.exports=B(P);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),c=({children:r,size:o=24,...e})=>u.default.createElement(k.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 t=require("react-native-svg"),l=r=>n.default.createElement(c,{...r},n.default.createElement(t.Path,{d:"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"18.75",r:"2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.5 18.75H2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M21.25 18.75H14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 16V13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconCloudApi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudApi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.75\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.75H2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 18.75H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\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,kBAAAE,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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloudApi_exports","__export","IconCloudApi","IconCloudApi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import i from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...s})=>i.createElement(p,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as C,Path as e}from"react-native-svg";var d=n=>o.createElement(t,{...n},o.createElement(e,{d:"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"18.75",r:"2.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.5 18.75H2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M21.25 18.75H14.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 16V13.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=d;export{d as IconCloudApi,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCloudApi/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconCloudApi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.75\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.75H2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.25 18.75H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudApi;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sPACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,QACH,EAAE,MACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
package/README.md CHANGED
@@ -396,6 +396,7 @@ Below is a complete list of available icons:
396
396
  ### Clouds
397
397
 
398
398
  - IconCloud
399
+ - IconCloudApi
399
400
  - IconCloudCheck
400
401
  - IconCloudDownload
401
402
  - IconCloudOff
@@ -6513,7 +6513,7 @@
6513
6513
  {
6514
6514
  "category": "Clouds",
6515
6515
  "svg": "<path d=\"M17.9948 11.002C17.9983 10.9184 18 10.8344 18 10.75C18 7.43629 15.3137 4.75 12 4.75C9.3716 4.75 7.13793 6.44009 6.32647 8.7928C3.74507 9.12339 1.75 11.3287 1.75 14C1.75 16.8995 4.10051 19.25 7 19.25H18.125C20.4032 19.25 22.25 17.4032 22.25 15.125C22.25 12.8468 20.4032 11 18.125 11C18.0814 11 18.038 11.0007 17.9948 11.002Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6516
- "iconName": "cloud-",
6516
+ "iconName": "cloud",
6517
6517
  "variant": {
6518
6518
  "join": "round",
6519
6519
  "filled": "off",
@@ -6524,6 +6524,20 @@
6524
6524
  "packageName": "round-outlined-radius-0-stroke-1.5",
6525
6525
  "componentName": "IconCloud"
6526
6526
  },
6527
+ {
6528
+ "category": "Clouds",
6529
+ "svg": "<path d=\"M8.25 13.25C6.17893 13.25 4.5 11.5711 4.5 9.5C4.5 7.60044 5.91237 6.03077 7.74426 5.78381C8.35237 4.01838 10.0281 2.75 12 2.75C14.4853 2.75 16.5 4.76472 16.5 7.25C18.1569 7.25 19.5 8.59315 19.5 10.25C19.5 11.9069 18.1569 13.25 16.5 13.25H8.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.75\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.75H2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.25 18.75H14.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6530
+ "iconName": "cloud-api, cloud-network",
6531
+ "variant": {
6532
+ "join": "round",
6533
+ "filled": "off",
6534
+ "radius": "0",
6535
+ "stroke": "1.5"
6536
+ },
6537
+ "createdAt": "2026-01-09T16:01:07.432786+00:00",
6538
+ "packageName": "round-outlined-radius-0-stroke-1.5",
6539
+ "componentName": "IconCloudApi"
6540
+ },
6527
6541
  {
6528
6542
  "category": "Clouds",
6529
6543
  "svg": "<path d=\"M4.96941 18.89C3.08259 18.1254 1.75 16.259 1.75 14.0779C1.75 11.4529 3.68024 9.28373 6.18382 8.94245C7.0149 6.50279 9.30502 4.75 12 4.75C14.695 4.75 16.9851 6.50279 17.8162 8.94245C20.3198 9.28373 22.25 11.4529 22.25 14.0779C22.25 16.259 20.9174 18.1254 19.0306 18.89\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 17L11.25 19.75L16.25 14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -465,6 +465,7 @@ export type CentralIconName =
465
465
  | "IconCloseQuote1"
466
466
  | "IconCloseQuote2"
467
467
  | "IconCloud"
468
+ | "IconCloudApi"
468
469
  | "IconCloudCheck"
469
470
  | "IconCloudDownload"
470
471
  | "IconCloudOff"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.88",
3
+ "version": "1.1.89",
4
4
  "style": "round-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/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": 1688,
14
+ "totalIcons": 1689,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -273,9 +273,10 @@
273
273
  ]
274
274
  },
275
275
  "Clouds": {
276
- "count": 11,
276
+ "count": 12,
277
277
  "icons": [
278
278
  "IconCloud",
279
+ "IconCloudApi",
279
280
  "IconCloudCheck",
280
281
  "IconCloudDownload",
281
282
  "IconCloudOff",
@@ -2348,7 +2349,8 @@
2348
2349
  "IconClosedCaptioning": "closed-captioning, cc",
2349
2350
  "IconCloseQuote1": "close-quote-1, blockquote",
2350
2351
  "IconCloseQuote2": "close-quote-2, blockquote",
2351
- "IconCloud": "cloud-",
2352
+ "IconCloud": "cloud",
2353
+ "IconCloudApi": "cloud-api, cloud-network",
2352
2354
  "IconCloudCheck": "cloud-check, save",
2353
2355
  "IconCloudDownload": "cloud-download",
2354
2356
  "IconCloudOff": "cloud-off, offline",
package/index.d.ts CHANGED
@@ -464,6 +464,7 @@ export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconClose
464
464
  export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
465
465
  export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
466
466
  export { IconCloud, default as IconCloudDefault } from "./IconCloud";
467
+ export { IconCloudApi, default as IconCloudApiDefault } from "./IconCloudApi";
467
468
  export { IconCloudCheck, default as IconCloudCheckDefault, } from "./IconCloudCheck";
468
469
  export { IconCloudDownload, default as IconCloudDownloadDefault, } from "./IconCloudDownload";
469
470
  export { IconCloudOff, default as IconCloudOffDefault } from "./IconCloudOff";