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