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