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