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