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