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