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