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