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