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