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