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