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