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