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