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