@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.79 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrVisaAliasSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrVisaAliasSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#BrVisaAliasSIcon__a)" },
react_1.default.createElement("path", { d: "M5.958 6.833v1.324l1.72-1.825L5.953 4.5v.787a.67.67 0 0 1-.665.671H3.041l.438-.875h1.604V4.004A.665.665 0 0 1 6.21 3.52l2.228 2.333a.677.677 0 0 1-.012.957L6.25 9.167a.68.68 0 0 1-.741.14.665.665 0 0 1-.426-.642V6.833z" }),
react_1.default.createElement("path", { d: "M8 15a7 7 0 0 0 6.364-4.083h-.98A6.125 6.125 0 0 1 1.874 8a6 6 0 0 1 .374-2.042h-.933A6.97 6.97 0 0 0 8 15" }),
react_1.default.createElement("path", { d: "M10.042 9.167V7.842L8.32 9.668l1.72 1.832v-.787a.677.677 0 0 1 .671-.671h2.246l-.437.875h-1.604v1.079a.67.67 0 0 1-.403.618.648.648 0 0 1-.723-.128l-2.229-2.334a.67.67 0 0 1-.192-.478.65.65 0 0 1 .204-.478L9.75 6.833a.68.68 0 0 1 .74-.14.665.665 0 0 1 .427.642v1.832z" }),
react_1.default.createElement("path", { d: "M8 1a7 7 0 0 0-6.358 4.083h.974A6.125 6.125 0 0 1 14.126 8a6 6 0 0 1-.374 2.042h.933A6.97 6.97 0 0 0 8 1" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "BrVisaAliasSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M1 1h14v14H1z" }))))); });
exports.BrVisaAliasSIcon.displayName = 'BrVisaAliasSIcon';