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