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