import * as React from "react"; import { SVGProps } from "react"; const SvgCardRemove = (props: SVGProps) => ( ); export default SvgCardRemove;