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