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