UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.35 kB
"use strict"; 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({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.11 12.664c-.736-.37-1.711-.992-1.698-2.106C12.423 9.052 13.772 8 15.688 8c.748 0 1.348.168 1.815.344l-.34 1.64c-.87-.413-1.635-.384-1.913-.346-.56.075-.816.37-.823.647-.007.367.431.605.958.89.784.425 1.765.957 1.76 2.178-.007 1.61-1.34 2.647-3.376 2.647-.868-.008-1.705-.196-2.157-.41l.351-1.696.037.018c.445.214 1.006.486 1.954.47.559-.008 1.156-.237 1.161-.757.003-.339-.25-.582-1.006-.961m6.668-4.523a.88.88 0 0 0-.825.568l-2.91 7.17h2.036l.405-1.155h2.487l.235 1.155H24l-1.566-7.738zm.285 2.09.587 2.906h-1.608zM9.945 8.142 8.341 15.88h1.94l1.603-7.739zm-4.888 5.267 2.018-5.267h2.037L5.97 15.88H3.92L2.374 9.704c-.094-.38-.175-.52-.46-.68C1.446 8.763.676 8.518 0 8.366l.046-.225h3.3c.42 0 .798.29.894.789z", clipRule: "evenodd" }))); }); exports.BrCardVisaMIcon.displayName = 'BrCardVisaMIcon';