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