import * as React from 'react'; export interface Sleep24Props extends React.SVGProps { ariaLabel?: string } export default function Sleep24({ ariaLabel, ...props }: Sleep24Props) { return ( ); }