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