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