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