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