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