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