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