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