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