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