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