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