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