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