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