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