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