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