@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrCardVisaMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrCardVisaMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.1094 12.6636C13.3743 12.2938 12.3985 11.6719 12.4122 10.5576C12.423 9.05189 13.7714 8 15.6883 8C16.4356 8 17.0359 8.16812 17.5029 8.34369L17.1621 9.98401C16.2937 9.57114 15.5276 9.60015 15.2502 9.63809C14.6895 9.71322 14.4337 10.0086 14.4272 10.2853C14.4196 10.652 14.8581 10.8896 15.3849 11.1752C16.1693 11.6003 17.1495 12.1316 17.1448 13.3532C17.1376 14.9622 15.8051 16 13.7685 16C12.9008 15.9918 12.0642 15.8044 11.6123 15.5894L11.9633 13.894L12 13.9117C12.4446 14.1265 13.0064 14.3979 13.9544 14.3827C14.5129 14.3738 15.1096 14.1447 15.1154 13.6254C15.1183 13.2862 14.8646 13.043 14.1094 12.6636ZM20.7784 8.14117C20.4065 8.14117 20.093 8.36508 19.9532 8.70877L17.0439 15.8793H19.0791L19.4841 14.724H21.9711L22.206 15.8793H23.9997L22.4344 8.14117H20.7784ZM21.063 10.2316L21.6504 13.1373H20.0419L21.063 10.2316ZM9.94499 8.14145L8.34082 15.8796H10.2801L11.8836 8.14145H9.94499ZM5.05683 13.4083L7.07538 8.14145H9.11194L5.96989 15.8796H3.92035L2.37383 9.70441C2.28015 9.32427 2.19871 9.18441 1.91333 9.02447C1.44707 8.76262 0.677414 8.51787 0 8.36611L0.0461218 8.14145H3.34599C3.76613 8.14145 4.14448 8.43009 4.24032 8.93L5.05683 13.4083Z", fill: "currentColor" }))); });
exports.BrCardVisaMIcon.displayName = 'BrCardVisaMIcon';