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