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