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