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