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