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