@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 2.01 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentVisaIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PaymentVisaIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "120", height: "81", viewBox: "0 0 120 81", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M66.6803 42.5736C64.3526 41.4183 61.2626 39.4748 61.306 35.9924C61.3402 31.2871 65.61 28 71.6804 28C74.0469 28 75.9479 28.5254 77.4267 29.074L76.3473 34.2C73.5974 32.9098 71.1715 33.0005 70.2929 33.119C68.5174 33.3538 67.7072 34.2767 67.6867 35.1415C67.6629 36.2875 69.0513 37.0301 70.7195 37.9224C73.2034 39.2509 76.3075 40.9111 76.2925 44.7287C76.2697 49.757 72.0501 53 65.6009 53C62.8532 52.9744 60.2037 52.3886 58.7728 51.7168L59.8842 46.4187L60.0006 46.4742C61.4084 47.1453 63.1876 47.9936 66.1896 47.9461C67.9583 47.9182 69.8479 47.2022 69.8661 45.5795C69.8752 44.5194 69.0719 43.7593 66.6803 42.5736Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M87.799 28.4411C86.6214 28.4411 85.6287 29.1409 85.186 30.2149L75.9732 52.6228H82.4178L83.7004 49.0126H91.5759L92.3199 52.6228H98L93.0433 28.4411H87.799ZM88.7004 34.9736L90.5603 44.0539H85.4667L88.7004 34.9736Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M53.4929 28.4421L48.413 52.6238H54.5541L59.6318 28.4421H53.4929Z", fill: "currentColor" }),
react_1.default.createElement("path", { d: "M38.0135 44.901L44.4057 28.4421H50.8549L40.9049 52.6238H34.4146L29.5172 33.3263C29.2206 32.1384 28.9627 31.7013 28.059 31.2015C26.5825 30.3832 24.1452 29.6184 22 29.1441L22.1461 28.4421H32.5958C33.9263 28.4421 35.1244 29.344 35.4279 30.9063L38.0135 44.901Z", fill: "currentColor" }))); });
exports.PaymentVisaIcon.displayName = 'PaymentVisaIcon';