@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 900 B
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 SecurePaymentAlt24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M7 7a5 5 0 0 1 10 0v2h2a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h2V7Zm8 0v2H9V7a3 3 0 1 1 6 0Zm-9 4v9h12v-9H6Zm9.457 3.457a1 1 0 0 0-1.414-1.414l-2.839 2.838-1.296-1.134a1 1 0 0 0-1.316 1.506l2 1.75a1 1 0 0 0 1.365-.046l3.5-3.5Z" })));
};
exports.default = SecurePaymentAlt24;