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