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