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