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