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