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