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