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