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