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