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