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