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