@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.88 → 1.1.90

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.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9.5 18.5H3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M21 18.5H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 16V13",stroke:"currentColor",strokeWidth:"2",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.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 18.5H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,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.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"12",cy:"18.5",r:"2.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.5 18.5H3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M21 18.5H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 16V13",stroke:"currentColor",strokeWidth:"2",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.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"18.5\"\n r=\"2.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 18.5H3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21 18.5H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,OACH,EAAE,MACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconCloudApi","props","React","CentralIconBase","IconCloudApi_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPasswordStars: FC<CentralIconBaseProps>;
4
+ export default IconPasswordStars;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},d=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of L(o))!f.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(a=k(o,n))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?m(M(r)):{},d(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>d(p({},"__esModule",{value:!0}),r);var P={};h(P,{IconPasswordStars:()=>u,default:()=>I});module.exports=B(P);var e=C(require("react"));var c=C(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...t})=>c.default.createElement(i.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 s=require("react-native-svg"),u=r=>e.default.createElement(l,{...r},e.default.createElement(s.Path,{d:"M2 17L22 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M9.80078 9.90526H14.2008M13.1008 11.8105L10.9008 8M10.9008 11.8106L13.1008 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M17.8008 9.90526H22.2008M21.1008 11.8105L18.9008 8M18.9008 11.8106L21.1008 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"}),e.default.createElement(s.Path,{d:"M1.80078 9.90526H6.20078M5.10078 11.8105L2.90078 8M2.90078 11.8106L5.10078 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),I=u;0&&(module.exports={IconPasswordStars});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 17L22 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.80078 9.90526H14.2008M13.1008 11.8105L10.9008 8M10.9008 11.8106L13.1008 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.8008 9.90526H22.2008M21.1008 11.8105L18.9008 8M18.9008 11.8106L21.1008 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M1.80078 9.90526H6.20078M5.10078 11.8105L2.90078 8M2.90078 11.8106L5.10078 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconPasswordStars_exports","__export","IconPasswordStars","IconPasswordStars_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(a,{...s,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 d=e=>o.createElement(n,{...e},o.createElement(t,{d:"M2 17L22 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),o.createElement(t,{d:"M9.80078 9.90526H14.2008M13.1008 11.8105L10.9008 8M10.9008 11.8106L13.1008 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"}),o.createElement(t,{d:"M17.8008 9.90526H22.2008M21.1008 11.8105L18.9008 8M18.9008 11.8106L21.1008 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"}),o.createElement(t,{d:"M1.80078 9.90526H6.20078M5.10078 11.8105L2.90078 8M2.90078 11.8106L5.10078 8.00005",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round"})),f=d;export{d as IconPasswordStars,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPasswordStars/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 IconPasswordStars: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2 17L22 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M9.80078 9.90526H14.2008M13.1008 11.8105L10.9008 8M10.9008 11.8106L13.1008 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M17.8008 9.90526H22.2008M21.1008 11.8105L18.9008 8M18.9008 11.8106L21.1008 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M1.80078 9.90526H6.20078M5.10078 11.8105L2.90078 8M2.90078 11.8106L5.10078 8.00005\"\n stroke=\"currentColor\"\n strokeWidth=\"1.8\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\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,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qFACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTimeslot: FC<CentralIconBaseProps>;
4
+ export default IconTimeslot;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var p=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)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!I.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=f(o,C))||l.enumerable});return r};var i=(r,o,e)=>(e=r!=null?c(B(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(p({},"__esModule",{value:!0}),r);var h={};x(h,{IconTimeslot:()=>d,default:()=>g});module.exports=P(h);var n=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...e})=>u.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 t=require("react-native-svg"),d=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M12 7V12H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16.3695 4.068C16.1581 4.57825 15.5731 4.82055 15.0629 4.6092C14.5526 4.39785 14.3103 3.81288 14.5217 3.30264C14.733 2.79239 15.318 2.55009 15.8283 2.76144C16.3385 2.97279 16.5808 3.55776 16.3695 4.068Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19.0743 6.34334C18.6838 6.73386 18.0506 6.73386 17.6601 6.34334C17.2696 5.95281 17.2696 5.31965 17.6601 4.92912C18.0506 4.5386 18.6838 4.5386 19.0743 4.92912C19.4648 5.31965 19.4648 5.95281 19.0743 6.34334Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20.7186 9.55587C20.2066 9.76276 19.6237 9.51536 19.4168 9.00329C19.2099 8.49122 19.4573 7.90839 19.9694 7.7015C20.4815 7.49461 21.0643 7.74201 21.2712 8.25408C21.4781 8.76615 21.2307 9.34898 20.7186 9.55587Z",fill:"currentColor"})),g=d;0&&(module.exports={IconTimeslot});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7V12H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.3695 4.068C16.1581 4.57825 15.5731 4.82055 15.0629 4.6092C14.5526 4.39785 14.3103 3.81288 14.5217 3.30264C14.733 2.79239 15.318 2.55009 15.8283 2.76144C16.3385 2.97279 16.5808 3.55776 16.3695 4.068Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0743 6.34334C18.6838 6.73386 18.0506 6.73386 17.6601 6.34334C17.2696 5.95281 17.2696 5.31965 17.6601 4.92912C18.0506 4.5386 18.6838 4.5386 19.0743 4.92912C19.4648 5.31965 19.4648 5.95281 19.0743 6.34334Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7186 9.55587C20.2066 9.76276 19.6237 9.51536 19.4168 9.00329C19.2099 8.49122 19.4573 7.90839 19.9694 7.7015C20.4815 7.49461 21.0643 7.74201 21.2712 8.25408C21.4781 8.76615 21.2307 9.34898 20.7186 9.55587Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTimeslot_exports","__export","IconTimeslot","IconTimeslot_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var s=n=>o.createElement(t,{...n},o.createElement(e,{d:"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 7V12H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.3695 4.068C16.1581 4.57825 15.5731 4.82055 15.0629 4.6092C14.5526 4.39785 14.3103 3.81288 14.5217 3.30264C14.733 2.79239 15.318 2.55009 15.8283 2.76144C16.3385 2.97279 16.5808 3.55776 16.3695 4.068Z",fill:"currentColor"}),o.createElement(e,{d:"M19.0743 6.34334C18.6838 6.73386 18.0506 6.73386 17.6601 6.34334C17.2696 5.95281 17.2696 5.31965 17.6601 4.92912C18.0506 4.5386 18.6838 4.5386 19.0743 4.92912C19.4648 5.31965 19.4648 5.95281 19.0743 6.34334Z",fill:"currentColor"}),o.createElement(e,{d:"M20.7186 9.55587C20.2066 9.76276 19.6237 9.51536 19.4168 9.00329C19.2099 8.49122 19.4573 7.90839 19.9694 7.7015C20.4815 7.49461 21.0643 7.74201 21.2712 8.25408C21.4781 8.76615 21.2307 9.34898 20.7186 9.55587Z",fill:"currentColor"})),I=s;export{s as IconTimeslot,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTimeslot/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 IconTimeslot: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 7V12H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.3695 4.068C16.1581 4.57825 15.5731 4.82055 15.0629 4.6092C14.5526 4.39785 14.3103 3.81288 14.5217 3.30264C14.733 2.79239 15.318 2.55009 15.8283 2.76144C16.3385 2.97279 16.5808 3.55776 16.3695 4.068Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0743 6.34334C18.6838 6.73386 18.0506 6.73386 17.6601 6.34334C17.2696 5.95281 17.2696 5.31965 17.6601 4.92912C18.0506 4.5386 18.6838 4.5386 19.0743 4.92912C19.4648 5.31965 19.4648 5.95281 19.0743 6.34334Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.7186 9.55587C20.2066 9.76276 19.6237 9.51536 19.4168 9.00329C19.2099 8.49122 19.4573 7.90839 19.9694 7.7015C20.4815 7.49461 21.0643 7.74201 21.2712 8.25408C21.4781 8.76615 21.2307 9.34898 20.7186 9.55587Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTimeslot;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTimeslot","props","React","CentralIconBase","IconTimeslot_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
@@ -1363,6 +1364,7 @@ Below is a complete list of available icons:
1363
1364
  - IconPasskeys
1364
1365
  - IconPassport
1365
1366
  - IconPassword
1367
+ - IconPasswordStars
1366
1368
  - IconSafeSimple
1367
1369
  - IconShield
1368
1370
  - IconShieldBreak
@@ -1823,6 +1825,7 @@ Below is a complete list of available icons:
1823
1825
  - IconSleep
1824
1826
  - IconStopwatch
1825
1827
  - IconTimeFlies
1828
+ - IconTimeslot
1826
1829
 
1827
1830
  ### Typography
1828
1831
 
@@ -6513,7 +6513,7 @@
6513
6513
  {
6514
6514
  "category": "Clouds",
6515
6515
  "svg": "<path d=\"M7 19C4.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 19H7Z\" stroke=\"currentColor\" stroke-width=\"2\" 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-3-stroke-2",
6525
6525
  "componentName": "IconCloud"
6526
6526
  },
6527
+ {
6528
+ "category": "Clouds",
6529
+ "svg": "<path d=\"M8.42885 13C6.4564 13 4.85742 11.401 4.85742 9.42857C4.85742 7.61947 6.20253 6.12454 7.94719 5.88935C8.52634 4.20799 10.1222 3 12.0003 3C14.3672 3 16.286 4.91878 16.286 7.28571C17.8639 7.28571 19.1431 8.5649 19.1431 10.1429C19.1431 11.7208 17.8639 13 16.286 13H8.42885Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 18.5H3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21 18.5H14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6530
+ "iconName": "cloud-api, cloud-network",
6531
+ "variant": {
6532
+ "join": "round",
6533
+ "filled": "off",
6534
+ "radius": "3",
6535
+ "stroke": "2"
6536
+ },
6537
+ "createdAt": "2026-01-09T16:01:07.432786+00:00",
6538
+ "packageName": "round-outlined-radius-3-stroke-2",
6539
+ "componentName": "IconCloudApi"
6540
+ },
6527
6541
  {
6528
6542
  "category": "Clouds",
6529
6543
  "svg": "<path d=\"M5.14089 18.6429C3.30008 17.9052 2 16.1044 2 14C2 11.6807 3.57923 9.73012 5.72107 9.16506C6.08659 9.06863 6.39695 8.8162 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.4111 5 16.49 6.42217 17.4437 8.47342C17.603 8.8162 17.9134 9.06863 18.2789 9.16506C20.4208 9.73012 22 11.6807 22 14C22 16.1044 20.6999 17.9052 18.8591 18.6429\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 17L11.3333 19.5L16 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15876,6 +15890,20 @@
15876
15890
  "packageName": "round-outlined-radius-3-stroke-2",
15877
15891
  "componentName": "IconPassword"
15878
15892
  },
15893
+ {
15894
+ "category": "Security",
15895
+ "svg": "<path d=\"M2 17L22 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M9.80078 9.90526H14.2008M13.1008 11.8105L10.9008 8M10.9008 11.8106L13.1008 8.00005\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/><path d=\"M17.8008 9.90526H22.2008M21.1008 11.8105L18.9008 8M18.9008 11.8106L21.1008 8.00005\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/><path d=\"M1.80078 9.90526H6.20078M5.10078 11.8105L2.90078 8M2.90078 11.8106L5.10078 8.00005\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"/>",
15896
+ "iconName": "password-stars",
15897
+ "variant": {
15898
+ "join": "round",
15899
+ "filled": "off",
15900
+ "radius": "3",
15901
+ "stroke": "2"
15902
+ },
15903
+ "createdAt": "2026-01-13T10:00:57.37268+00:00",
15904
+ "packageName": "round-outlined-radius-3-stroke-2",
15905
+ "componentName": "IconPasswordStars"
15906
+ },
15879
15907
  {
15880
15908
  "category": "Social Media & Brands",
15881
15909
  "svg": "<path d=\"M19.4489 11.9937C18.0661 13.4453 16.3387 13.662 14.4669 14.0785C12.5981 14.4874 11.6907 15.9067 11.0776 17.6043C10.5902 18.972 10.1181 20.9106 8.71579 21.6528C7.85691 22.1114 6.76938 22.1396 5.94392 21.5935C4.63119 20.6837 4.11027 19.0504 3.80051 17.558C3.38849 15.6012 3.04845 13.5937 3.0069 11.5888C2.96624 9.887 3.0839 7.99413 3.94357 6.47531C6.62817 1.76293 15.0312 0.470215 19.1246 4.05532C21.4688 6.09767 21.6589 9.7696 19.4489 11.9937Z\" fill=\"currentColor\"/>",
@@ -21686,6 +21714,20 @@
21686
21714
  "packageName": "round-outlined-radius-3-stroke-2",
21687
21715
  "componentName": "IconTimeFlies"
21688
21716
  },
21717
+ {
21718
+ "category": "Time & Date",
21719
+ "svg": "<path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 7V12H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.3695 4.068C16.1581 4.57825 15.5731 4.82055 15.0629 4.6092C14.5526 4.39785 14.3103 3.81288 14.5217 3.30264C14.733 2.79239 15.318 2.55009 15.8283 2.76144C16.3385 2.97279 16.5808 3.55776 16.3695 4.068Z\" fill=\"currentColor\"/><path d=\"M19.0743 6.34334C18.6838 6.73386 18.0506 6.73386 17.6601 6.34334C17.2696 5.95281 17.2696 5.31965 17.6601 4.92912C18.0506 4.5386 18.6838 4.5386 19.0743 4.92912C19.4648 5.31965 19.4648 5.95281 19.0743 6.34334Z\" fill=\"currentColor\"/><path d=\"M20.7186 9.55587C20.2066 9.76276 19.6237 9.51536 19.4168 9.00329C19.2099 8.49122 19.4573 7.90839 19.9694 7.7015C20.4815 7.49461 21.0643 7.74201 21.2712 8.25408C21.4781 8.76615 21.2307 9.34898 20.7186 9.55587Z\" fill=\"currentColor\"/>",
21720
+ "iconName": "timeslot, time, clock",
21721
+ "variant": {
21722
+ "join": "round",
21723
+ "filled": "off",
21724
+ "radius": "3",
21725
+ "stroke": "2"
21726
+ },
21727
+ "createdAt": "2026-01-13T10:00:57.37268+00:00",
21728
+ "packageName": "round-outlined-radius-3-stroke-2",
21729
+ "componentName": "IconTimeslot"
21730
+ },
21689
21731
  {
21690
21732
  "category": "Typography",
21691
21733
  "svg": "<path d=\"M2.32525 18.4247C3.0182 18.4247 3.40798 18.0782 3.65051 17.2467L4.30881 15.2978H8.8216L9.4799 17.2726C9.71376 18.0869 10.1035 18.4247 10.8398 18.4247C11.602 18.4247 12.1477 17.9136 12.1477 17.1947C12.1477 16.9348 12.1044 16.701 11.9832 16.3632L8.55308 7.0604C8.18063 6.0383 7.5743 5.58789 6.55221 5.58789C5.56476 5.58789 4.94978 6.05563 4.58598 7.06906L1.17324 16.3632C1.06063 16.6836 1 16.9781 1 17.1947C1 17.9483 1.51105 18.4247 2.32525 18.4247ZM4.88048 13.2709L6.50024 8.15178H6.56087L8.21527 13.2709H4.88048Z\" fill=\"currentColor\"/><path d=\"M16.6643 18.4073C17.825 18.4073 18.9857 17.827 19.5054 16.8396H19.5574V17.316C19.6093 18.0609 20.0857 18.442 20.77 18.442C21.489 18.442 22 18.0089 22 17.1687V11.8764C22 10.0054 20.4495 8.77543 18.0675 8.77543C16.1446 8.77543 14.6548 9.45971 14.2217 10.5684C14.1351 10.759 14.0918 10.9409 14.0918 11.1401C14.0918 11.7118 14.5335 12.1102 15.1485 12.1102C15.5556 12.1102 15.8761 11.9543 16.1533 11.6425C16.7163 10.9149 17.184 10.6637 17.9549 10.6637C18.9077 10.6637 19.5141 11.1661 19.5141 12.0323V12.6473L17.1754 12.7858C14.854 12.9244 13.5548 13.9032 13.5548 15.5923C13.5548 17.264 14.8973 18.4073 16.6643 18.4073ZM17.4959 16.5797C16.647 16.5797 16.0753 16.1466 16.0753 15.4537C16.0753 14.7954 16.6124 14.3709 17.5565 14.3017L19.5141 14.1804V14.856C19.5141 15.8608 18.6046 16.5797 17.4959 16.5797Z\" fill=\"currentColor\"/>",
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"
@@ -1133,6 +1134,7 @@ export type CentralIconName =
1133
1134
  | "IconPasskeys"
1134
1135
  | "IconPassport"
1135
1136
  | "IconPassword"
1137
+ | "IconPasswordStars"
1136
1138
  | "IconPatreon"
1137
1139
  | "IconPause"
1138
1140
  | "IconPayment"
@@ -1548,6 +1550,7 @@ export type CentralIconName =
1548
1550
  | "IconTicket"
1549
1551
  | "IconTiktok"
1550
1552
  | "IconTimeFlies"
1553
+ | "IconTimeslot"
1551
1554
  | "IconTitleCase"
1552
1555
  | "IconToast"
1553
1556
  | "IconTodos"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-2",
3
- "version": "1.1.88",
3
+ "version": "1.1.90",
4
4
  "style": "round-outlined-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 1688,
14
+ "totalIcons": 1691,
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",
@@ -1266,7 +1267,7 @@
1266
1267
  ]
1267
1268
  },
1268
1269
  "Security": {
1269
- "count": 27,
1270
+ "count": 28,
1270
1271
  "icons": [
1271
1272
  "IconAnonymous",
1272
1273
  "IconAsterisk",
@@ -1283,6 +1284,7 @@
1283
1284
  "IconPasskeys",
1284
1285
  "IconPassport",
1285
1286
  "IconPassword",
1287
+ "IconPasswordStars",
1286
1288
  "IconSafeSimple",
1287
1289
  "IconShield",
1288
1290
  "IconShieldBreak",
@@ -1718,7 +1720,7 @@
1718
1720
  ]
1719
1721
  },
1720
1722
  "Time & Date": {
1721
- "count": 37,
1723
+ "count": 38,
1722
1724
  "icons": [
1723
1725
  "IconCalendar1",
1724
1726
  "IconCalendar2",
@@ -1756,7 +1758,8 @@
1756
1758
  "IconHourglass",
1757
1759
  "IconSleep",
1758
1760
  "IconStopwatch",
1759
- "IconTimeFlies"
1761
+ "IconTimeFlies",
1762
+ "IconTimeslot"
1760
1763
  ]
1761
1764
  },
1762
1765
  "Typography": {
@@ -2348,7 +2351,8 @@
2348
2351
  "IconClosedCaptioning": "closed-captioning, cc",
2349
2352
  "IconCloseQuote1": "close-quote-1, blockquote",
2350
2353
  "IconCloseQuote2": "close-quote-2, blockquote",
2351
- "IconCloud": "cloud-",
2354
+ "IconCloud": "cloud",
2355
+ "IconCloudApi": "cloud-api, cloud-network",
2352
2356
  "IconCloudCheck": "cloud-check, save",
2353
2357
  "IconCloudDownload": "cloud-download",
2354
2358
  "IconCloudOff": "cloud-off, offline",
@@ -3017,6 +3021,7 @@
3017
3021
  "IconPasskeys": "passkeys, passkey, passwordless",
3018
3022
  "IconPassport": "passport, visa",
3019
3023
  "IconPassword": "password, lock, protection",
3024
+ "IconPasswordStars": "password-stars",
3020
3025
  "IconPatreon": "patreon",
3021
3026
  "IconPause": "pause",
3022
3027
  "IconPayment": "payment, flow, connection",
@@ -3432,6 +3437,7 @@
3432
3437
  "IconTicket": "ticket, admit, vip",
3433
3438
  "IconTiktok": "tiktok",
3434
3439
  "IconTimeFlies": "time-flies, speed",
3440
+ "IconTimeslot": "timeslot, time, clock",
3435
3441
  "IconTitleCase": "title-case",
3436
3442
  "IconToast": "toast, breakfest",
3437
3443
  "IconTodos": "todos, check, things, task",
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";
@@ -1132,6 +1133,7 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
1132
1133
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
1133
1134
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
1134
1135
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
1136
+ export { IconPasswordStars, default as IconPasswordStarsDefault, } from "./IconPasswordStars";
1135
1137
  export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
1136
1138
  export { IconPause, default as IconPauseDefault } from "./IconPause";
1137
1139
  export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
@@ -1547,6 +1549,7 @@ export { IconThunder, default as IconThunderDefault } from "./IconThunder";
1547
1549
  export { IconTicket, default as IconTicketDefault } from "./IconTicket";
1548
1550
  export { IconTiktok, default as IconTiktokDefault } from "./IconTiktok";
1549
1551
  export { IconTimeFlies, default as IconTimeFliesDefault, } from "./IconTimeFlies";
1552
+ export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
1550
1553
  export { IconTitleCase, default as IconTitleCaseDefault, } from "./IconTitleCase";
1551
1554
  export { IconToast, default as IconToastDefault } from "./IconToast";
1552
1555
  export { IconTodos, default as IconTodosDefault } from "./IconTodos";