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