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