UNPKG

react-card-brand

Version:

> A zero-dependency React Hook to show and get the brand from a card type.

5 lines (4 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); exports.default = ((0, jsx_runtime_1.jsx)("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#D8D8D8", x: "0", y: "0", width: "24", height: "16", rx: "1" }), (0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#A6A6A6", x: "0.923076923", y: "10.3529412", width: "4.61538462", height: "1.88235294", rx: "0.941176471" }), (0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#FFFFFF", x: "16.6153846", y: "3.76470588", width: "4.61538462", height: "2.82352941", rx: "1" }), (0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#A6A6A6", x: "6.46153846", y: "10.3529412", width: "4.61538462", height: "1.88235294", rx: "0.941176471" }), (0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#A6A6A6", x: "11.9230769", y: "10.3529412", width: "5.61538462", height: "1.88235294", rx: "0.941176471" }), (0, jsx_runtime_1.jsx)("rect", { id: "Rectangle", fill: "#A6A6A6", x: "18.4615385", y: "10.3529412", width: "4.61538462", height: "1.88235294", rx: "0.941176471" })] }) }));