@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const SecurePayment48 = (_a) => {
var { fill, size = '3rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M6 8.5A1.5 1.5 0 0 0 4.5 10v24A1.5 1.5 0 0 0 6 35.5h20.5V38a1.5 1.5 0 0 0 1.5 1.5h14a1.5 1.5 0 0 0 1.5-1.5V24a1.5 1.5 0 0 0-1.5-1.5h-.5V20c0-1.84-.62-3.491-1.814-4.686a6 6 0 0 0-2.186-1.387V10A1.5 1.5 0 0 0 36 8.5H6Zm32.5 14V20c0-1.16-.38-2.009-.936-2.564-.556-.556-1.405-.936-2.564-.936-1.16 0-2.008.38-2.564.936-.556.555-.936 1.405-.936 2.564v2.5h7Zm-10 0V20c0-.699.09-1.37.266-2H7.5v14.5h19V30H21a1 1 0 1 1 0-2h5.5v-4a1.5 1.5 0 0 1 1.5-1.5h.5Zm1 11.5v2.5h11v-11h-11V34Zm.227-18H7.5v-4.5h27v2.015c-1.639.103-3.1.714-4.186 1.8-.214.214-.41.443-.587.685ZM10 29a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-6a1 1 0 0 1-1-1Zm26 2.118a1.5 1.5 0 1 0-2 0V33a1 1 0 1 0 2 0v-1.882ZM10 22a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-2Z" })));
};
exports.default = SecurePayment48;