UNPKG

react-card-brand

Version:

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

5 lines (4 loc) 712 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); exports.default = ((0, jsx_runtime_1.jsxs)("g", { fill: "none", fillRule: "evenodd", children: [(0, jsx_runtime_1.jsx)("rect", { fill: "#252525", height: "16", rx: "2", width: "24" }), (0, jsx_runtime_1.jsx)("circle", { cx: "9", cy: "8", fill: "#eb001b", r: "5" }), (0, jsx_runtime_1.jsx)("circle", { cx: "15", cy: "8", fill: "#f79e1b", r: "5" }), (0, jsx_runtime_1.jsx)("path", { d: "m12 3.99963381c1.2144467.91220633 2 2.36454836 2 4.00036619s-.7855533 3.0881599-2 4.0003662c-1.2144467-.9122063-2-2.36454837-2-4.0003662s.7855533-3.08815986 2-4.00036619z", fill: "#ff5f00" })] }));