@central-icons-react/square-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.
- package/IconPasswordStars/index.d.ts +4 -0
- package/IconPasswordStars/index.js +2 -0
- package/IconPasswordStars/index.js.map +1 -0
- package/IconPasswordStars/index.mjs +2 -0
- package/IconPasswordStars/index.mjs.map +1 -0
- package/IconTimeslot/index.d.ts +4 -0
- package/IconTimeslot/index.js +2 -0
- package/IconTimeslot/index.js.map +1 -0
- package/IconTimeslot/index.mjs +2 -0
- package/IconTimeslot/index.mjs.map +1 -0
- package/README.md +2 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +9 -5
- package/index.d.ts +5 -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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var M=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var w=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=M(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?d(h(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(p({},"__esModule",{value:!0}),r);var I={};w(I,{IconPasswordStars:()=>c,default:()=>B});module.exports=x(I);var n=m(require("react"));var a=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:s,ariaHidden:e=!0,style:u,...i})=>a.default.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:s,...u}},t&&!e&&a.default.createElement("title",null,t),r);var c=r=>n.default.createElement(C,{...r,ariaLabel:"password-stars"},n.default.createElement("path",{d:"M1 17.5L23 17.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),n.default.createElement("path",{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),n.default.createElement("path",{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),B=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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPasswordStars: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"password-stars\">\n <path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconPasswordStars_exports","__export","IconPasswordStars","IconPasswordStars_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";var p=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:l,...m})=>s.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!e&&s.createElement("title",null,n),t);var C=t=>o.createElement(p,{...t,ariaLabel:"password-stars"},o.createElement("path",{d:"M1 17.5L23 17.5",stroke:"currentColor"}),o.createElement("path",{d:"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009",stroke:"currentColor"}),o.createElement("path",{d:"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009",stroke:"currentColor"}),o.createElement("path",{d:"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009",stroke:"currentColor"})),M=C;export{C as IconPasswordStars,M 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPasswordStars: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"password-stars\">\n <path d=\"M1 17.5L23 17.5\" stroke=\"currentColor\" />\n <path\n d=\"M9 9.4981H15M13.5 12.0962L10.5 6.90002M10.5 12.0962L13.5 6.90009\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M17 9.4981H23M21.5 12.0962L18.5 6.90002M18.5 12.0962L21.5 6.90009\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M1 9.4981H7M5.5 12.0962L2.5 6.90002M2.5 12.0962L5.5 6.90009\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPasswordStars;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpCC,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QACC,EAAE,mEACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,8DACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPasswordStars","props","React","CentralIconBase","IconPasswordStars_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(l=h(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(g(r)):{},s(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>s(C({},"__esModule",{value:!0}),r);var y={};B(y,{IconTimeslot:()=>m,default:()=>w});module.exports=I(y);var n=a(require("react"));var p=a(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:c,...u})=>p.default.createElement("svg",{...u,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},t&&!e&&p.default.createElement("title",null,t),r);var m=r=>n.default.createElement(i,{...r,ariaLabel:"timeslot, time, clock"},n.default.createElement("path",{d:"M12 6V12H17",stroke:"currentColor"}),n.default.createElement("path",{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),n.default.createElement("path",{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),n.default.createElement("path",{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),n.default.createElement("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"})),w=m;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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTimeslot: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"timeslot, time, clock\">\n <path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,yBACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,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","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";var C=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:s,...a})=>l.createElement("svg",{...a,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},n&&!e&&l.createElement("title",null,n),t);var i=t=>o.createElement(C,{...t,ariaLabel:"timeslot, time, clock"},o.createElement("path",{d:"M12 6V12H17",stroke:"currentColor"}),o.createElement("path",{d:"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865",stroke:"currentColor"}),o.createElement("path",{d:"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z",fill:"currentColor"}),o.createElement("path",{d:"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z",fill:"currentColor"}),o.createElement("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"})),h=i;export{i as IconTimeslot,h 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 from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconTimeslot: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"timeslot, time, clock\">\n <path d=\"M12 6V12H17\" stroke=\"currentColor\" />\n <path\n d=\"M12.5135 2.51364C12.3435 2.50459 12.1723 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 11.8277 21.4954 11.6565 21.4864 11.4865\"\n stroke=\"currentColor\"\n />\n <path\n d=\"M20.7869 8.95274C20.4044 9.11121 19.9657 8.92953 19.8073 8.54695C19.6488 8.16436 19.8305 7.72575 20.2131 7.56728C20.5956 7.40881 21.0343 7.59049 21.1927 7.97307C21.3512 8.35566 21.1695 8.79427 20.7869 8.95274Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M19.0225 5.79034C18.7296 6.08323 18.2548 6.08323 17.9619 5.79034C17.669 5.49745 17.669 5.02257 17.9619 4.72968C18.2548 4.43679 18.7296 4.43679 19.0225 4.72968C19.3154 5.02257 19.3154 5.49745 19.0225 5.79034Z\"\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 from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,yBACpCC,EAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5CA,EAAA,cAAC,QACC,EAAE,qMACF,OAAO,eACT,EACAA,EAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconTimeslot","props","React","CentralIconBase","IconTimeslot_default"]}
|
package/README.md
CHANGED
|
@@ -1398,6 +1398,7 @@ Below is a complete list of available icons:
|
|
|
1398
1398
|
- IconPasskeys
|
|
1399
1399
|
- IconPassport
|
|
1400
1400
|
- IconPassword
|
|
1401
|
+
- IconPasswordStars
|
|
1401
1402
|
- IconSafeSimple
|
|
1402
1403
|
- IconShield
|
|
1403
1404
|
- IconShieldBreak
|
|
@@ -1858,6 +1859,7 @@ Below is a complete list of available icons:
|
|
|
1858
1859
|
- IconSleep
|
|
1859
1860
|
- IconStopwatch
|
|
1860
1861
|
- IconTimeFlies
|
|
1862
|
+
- IconTimeslot
|
|
1861
1863
|
|
|
1862
1864
|
### Typography
|
|
1863
1865
|
|
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"
|