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