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