@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrCardVisaSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BrCardVisaSIcon = (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("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.406 8.442c-.49-.246-1.14-.66-1.131-1.404.007-1.003.906-1.705 2.184-1.705.498 0 .898.112 1.21.23l-.228 1.093a2.37 2.37 0 0 0-1.274-.23c-.374.05-.545.246-.549.43-.005.245.287.404.639.594.523.284 1.176.638 1.173 1.452-.005 1.073-.893 1.765-2.251 1.765-.578-.006-1.136-.13-1.437-.274l.234-1.13.024.011c.296.144.67.325 1.303.315.372-.006.77-.16.774-.505.002-.227-.167-.389-.67-.642m4.446-3.015a.59.59 0 0 0-.55.379l-1.94 4.78h1.357l.27-.77h1.658l.157.77H16l-1.044-5.159zm.19 1.394.392 1.937H13.36zM6.63 5.428l-1.07 5.158h1.293l1.07-5.158zm-3.259 3.51 1.346-3.51h1.358L3.98 10.586H2.614L1.583 6.47c-.063-.254-.117-.347-.307-.454C.965 5.842.452 5.68 0 5.577l.03-.15h2.2c.28 0 .533.193.597.526z", clipRule: "evenodd" }))); });
exports.BrCardVisaSIcon.displayName = 'BrCardVisaSIcon';