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