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