@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.89 → 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 IconPasswordStars: FC<CentralIconBaseProps>;
4
+ export default IconPasswordStars;
@@ -0,0 +1,2 @@
1
+ "use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!f.call(r,t)&&t!==n&&p(r,t,{get:()=>o[t],enumerable:!(a=m(o,t))||a.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(M(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(p({},"__esModule",{value:!0}),r);var x={};B(x,{IconPasswordStars:()=>c,default:()=>P});module.exports=I(x);var e=u(require("react"));var d=u(require("react")),C=require("react-native-svg"),L=({children:r,size:o=24,...n})=>d.default.createElement(C.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>e.default.createElement(L,{...r},e.default.createElement(s.Path,{d:"M1.5 17.5L22.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M1.5 9.51157H7M5.625 11.8931L2.875 7.13M2.875 11.8932L5.625 7.13007",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(s.Path,{d:"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;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=\"M1.5 17.5L22.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 9.51157H7M5.625 11.8931L2.875 7.13M2.875 11.8932L5.625 7.13007\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 t=({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 n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M1.5 17.5L22.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M1.5 9.51157H7M5.625 11.8931L2.875 7.13M2.875 11.8932L5.625 7.13007",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),f=i;export{i 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=\"M1.5 17.5L22.5 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 9.51157H7M5.625 11.8931L2.875 7.13M2.875 11.8932L5.625 7.13007\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"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,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sEACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 f=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 n in o)p(r,n,{get:o[n],enumerable:!0})},s=(r,o,n,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!x.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(l=d(o,C))||l.enumerable});return r};var i=(r,o,n)=>(n=r!=null?f(I(r)):{},s(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconTimeslot:()=>c,default:()=>k});module.exports=g(v);var e=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...n})=>u.default.createElement(m.Svg,{...n,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"),c=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M12 6.5V12H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),k=c;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=\"M12 6.5V12H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\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,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,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: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 n}from"react-native-svg";var s=e=>o.createElement(t,{...e},o.createElement(n,{d:"M12 6.5V12H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z",fill:"currentColor"}),o.createElement(n,{d:"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z",fill:"currentColor"}),o.createElement(n,{d:"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z",fill:"currentColor"})),x=s;export{s as IconTimeslot,x 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=\"M12 6.5V12H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\"\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,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4GACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
package/README.md CHANGED
@@ -1364,6 +1364,7 @@ Below is a complete list of available icons:
1364
1364
  - IconPasskeys
1365
1365
  - IconPassport
1366
1366
  - IconPassword
1367
+ - IconPasswordStars
1367
1368
  - IconSafeSimple
1368
1369
  - IconShield
1369
1370
  - IconShieldBreak
@@ -1824,6 +1825,7 @@ Below is a complete list of available icons:
1824
1825
  - IconSleep
1825
1826
  - IconStopwatch
1826
1827
  - IconTimeFlies
1828
+ - IconTimeslot
1827
1829
 
1828
1830
  ### Typography
1829
1831
 
@@ -15890,6 +15890,20 @@
15890
15890
  "packageName": "round-outlined-radius-0-stroke-1",
15891
15891
  "componentName": "IconPassword"
15892
15892
  },
15893
+ {
15894
+ "category": "Security",
15895
+ "svg": "<path d=\"M1.5 17.5L22.5 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 9.51157H7M5.625 11.8931L2.875 7.13M2.875 11.8932L5.625 7.13007\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 9.51145H22.5M21.125 11.893L18.375 7.12988M18.375 11.8931L21.125 7.12995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.25 9.51145H14.75M13.375 11.893L10.625 7.12988M10.625 11.8931L13.375 7.12995\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
15896
+ "iconName": "password-stars",
15897
+ "variant": {
15898
+ "join": "round",
15899
+ "filled": "off",
15900
+ "radius": "0",
15901
+ "stroke": "1"
15902
+ },
15903
+ "createdAt": "2026-01-13T10:00:57.37268+00:00",
15904
+ "packageName": "round-outlined-radius-0-stroke-1",
15905
+ "componentName": "IconPasswordStars"
15906
+ },
15893
15907
  {
15894
15908
  "category": "Social Media & Brands",
15895
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\"/>",
@@ -21700,6 +21714,20 @@
21700
21714
  "packageName": "round-outlined-radius-0-stroke-1",
21701
21715
  "componentName": "IconTimeFlies"
21702
21716
  },
21717
+ {
21718
+ "category": "Time & Date",
21719
+ "svg": "<path d=\"M12 6.5V12H16.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.7869 8.95249C20.4044 9.11097 19.9657 8.92929 19.8073 8.5467C19.6488 8.16412 19.8305 7.72551 20.2131 7.56704C20.5956 7.40857 21.0343 7.59024 21.1927 7.97283C21.3512 8.35541 21.1695 8.79402 20.7869 8.95249Z\" fill=\"currentColor\"/><path d=\"M19.0225 5.7901C18.7296 6.08299 18.2548 6.08299 17.9619 5.7901C17.669 5.4972 17.669 5.02233 17.9619 4.72944C18.2548 4.43654 18.7296 4.43654 19.0225 4.72944C19.3154 5.02233 19.3154 5.4972 19.0225 5.7901Z\" fill=\"currentColor\"/><path d=\"M16.1849 3.53694C16.0264 3.91952 15.5878 4.1012 15.2053 3.94273C14.8227 3.78426 14.641 3.34565 14.7995 2.96306C14.9579 2.58048 15.3965 2.3988 15.7791 2.55727C16.1617 2.71574 16.3434 3.15435 16.1849 3.53694Z\" fill=\"currentColor\"/>",
21720
+ "iconName": "timeslot, time, clock",
21721
+ "variant": {
21722
+ "join": "round",
21723
+ "filled": "off",
21724
+ "radius": "0",
21725
+ "stroke": "1"
21726
+ },
21727
+ "createdAt": "2026-01-13T10:00:57.37268+00:00",
21728
+ "packageName": "round-outlined-radius-0-stroke-1",
21729
+ "componentName": "IconTimeslot"
21730
+ },
21703
21731
  {
21704
21732
  "category": "Typography",
21705
21733
  "svg": "<path d=\"M1.65229 18.963C1.97371 18.963 2.16278 18.8212 2.28568 18.4619L3.68479 14.6522H9.38525L10.7844 18.4619C10.9167 18.8117 11.0963 18.963 11.4272 18.963C11.8053 18.963 12.0795 18.7266 12.0795 18.3958C12.0795 18.2918 12.0511 18.1783 11.9944 18.0176L7.35275 5.67136C7.19204 5.24595 6.94625 5.05688 6.5492 5.05688C6.13325 5.05688 5.87801 5.25541 5.7173 5.67136L1.08508 18.0176C1.01891 18.1878 1 18.3012 1 18.3958C1 18.7266 1.27415 18.963 1.65229 18.963ZM4.06293 13.5367L6.51139 6.78688H6.56811L9.00711 13.5367H4.06293Z\" fill=\"currentColor\"/><path d=\"M17.4151 18.9913C18.8803 18.9913 20.2322 18.1783 20.7805 16.9588H20.8089V18.358C20.8089 18.7361 21.0547 18.9913 21.4044 18.9913C21.7542 18.9913 22 18.7361 22 18.358V12.0997C22 10.0956 20.6009 8.83828 18.351 8.83828C16.6493 8.83828 15.2786 9.63238 14.7681 10.8046C14.6641 11.022 14.5979 11.2489 14.5979 11.438C14.5979 11.7783 14.8248 12.0052 15.1557 12.0052C15.4015 12.0052 15.5716 11.8918 15.6851 11.6649C16.1672 10.4643 17.0464 9.94434 18.3226 9.94434C19.8541 9.94434 20.7521 10.7952 20.7521 12.2132V13.064L17.6798 13.2531C15.4015 13.4043 14.1536 14.4348 14.1536 16.108C14.1536 17.8286 15.4771 18.9913 17.4151 18.9913ZM17.6703 17.9136C16.3468 17.9136 15.4204 17.1857 15.4204 16.0891C15.4204 15.0303 16.2806 14.3497 17.831 14.2457L20.7521 14.0472V15.1343C20.7521 16.6941 19.3908 17.9136 17.6703 17.9136Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1134,6 +1134,7 @@ export type CentralIconName =
1134
1134
  | "IconPasskeys"
1135
1135
  | "IconPassport"
1136
1136
  | "IconPassword"
1137
+ | "IconPasswordStars"
1137
1138
  | "IconPatreon"
1138
1139
  | "IconPause"
1139
1140
  | "IconPayment"
@@ -1549,6 +1550,7 @@ export type CentralIconName =
1549
1550
  | "IconTicket"
1550
1551
  | "IconTiktok"
1551
1552
  | "IconTimeFlies"
1553
+ | "IconTimeslot"
1552
1554
  | "IconTitleCase"
1553
1555
  | "IconToast"
1554
1556
  | "IconTodos"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-1",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "style": "round-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1/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": 1689,
14
+ "totalIcons": 1691,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -1267,7 +1267,7 @@
1267
1267
  ]
1268
1268
  },
1269
1269
  "Security": {
1270
- "count": 27,
1270
+ "count": 28,
1271
1271
  "icons": [
1272
1272
  "IconAnonymous",
1273
1273
  "IconAsterisk",
@@ -1284,6 +1284,7 @@
1284
1284
  "IconPasskeys",
1285
1285
  "IconPassport",
1286
1286
  "IconPassword",
1287
+ "IconPasswordStars",
1287
1288
  "IconSafeSimple",
1288
1289
  "IconShield",
1289
1290
  "IconShieldBreak",
@@ -1719,7 +1720,7 @@
1719
1720
  ]
1720
1721
  },
1721
1722
  "Time & Date": {
1722
- "count": 37,
1723
+ "count": 38,
1723
1724
  "icons": [
1724
1725
  "IconCalendar1",
1725
1726
  "IconCalendar2",
@@ -1757,7 +1758,8 @@
1757
1758
  "IconHourglass",
1758
1759
  "IconSleep",
1759
1760
  "IconStopwatch",
1760
- "IconTimeFlies"
1761
+ "IconTimeFlies",
1762
+ "IconTimeslot"
1761
1763
  ]
1762
1764
  },
1763
1765
  "Typography": {
@@ -3019,6 +3021,7 @@
3019
3021
  "IconPasskeys": "passkeys, passkey, passwordless",
3020
3022
  "IconPassport": "passport, visa",
3021
3023
  "IconPassword": "password, lock, protection",
3024
+ "IconPasswordStars": "password-stars",
3022
3025
  "IconPatreon": "patreon",
3023
3026
  "IconPause": "pause",
3024
3027
  "IconPayment": "payment, flow, connection",
@@ -3434,6 +3437,7 @@
3434
3437
  "IconTicket": "ticket, admit, vip",
3435
3438
  "IconTiktok": "tiktok",
3436
3439
  "IconTimeFlies": "time-flies, speed",
3440
+ "IconTimeslot": "timeslot, time, clock",
3437
3441
  "IconTitleCase": "title-case",
3438
3442
  "IconToast": "toast, breakfest",
3439
3443
  "IconTodos": "todos, check, things, task",
package/index.d.ts CHANGED
@@ -1133,6 +1133,7 @@ export { IconParasol, default as IconParasolDefault } from "./IconParasol";
1133
1133
  export { IconPasskeys, default as IconPasskeysDefault } from "./IconPasskeys";
1134
1134
  export { IconPassport, default as IconPassportDefault } from "./IconPassport";
1135
1135
  export { IconPassword, default as IconPasswordDefault } from "./IconPassword";
1136
+ export { IconPasswordStars, default as IconPasswordStarsDefault, } from "./IconPasswordStars";
1136
1137
  export { IconPatreon, default as IconPatreonDefault } from "./IconPatreon";
1137
1138
  export { IconPause, default as IconPauseDefault } from "./IconPause";
1138
1139
  export { IconPayment, default as IconPaymentDefault } from "./IconPayment";
@@ -1548,6 +1549,7 @@ export { IconThunder, default as IconThunderDefault } from "./IconThunder";
1548
1549
  export { IconTicket, default as IconTicketDefault } from "./IconTicket";
1549
1550
  export { IconTiktok, default as IconTiktokDefault } from "./IconTiktok";
1550
1551
  export { IconTimeFlies, default as IconTimeFliesDefault, } from "./IconTimeFlies";
1552
+ export { IconTimeslot, default as IconTimeslotDefault } from "./IconTimeslot";
1551
1553
  export { IconTitleCase, default as IconTitleCaseDefault, } from "./IconTitleCase";
1552
1554
  export { IconToast, default as IconToastDefault } from "./IconToast";
1553
1555
  export { IconTodos, default as IconTodosDefault } from "./IconTodos";