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