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