import { IconProps, Icon } from "@chakra-ui/react";
export const CreditCard = (props: IconProps) => <Icon viewBox="0 0 24 24" {...props}><rect x={1} y={4} width={22} height={16} rx={2} ry={2} /><line x1={1} y1={10} x2={23} y2={10} /></Icon>;