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