@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.29 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 SecurePayment24 = (_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: "M3 4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10v1a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1v-1c0-.977-.33-1.87-.98-2.52A3.227 3.227 0 0 0 19 6.794V5a1 1 0 0 0-1-1H3Zm16 7v-1c0-.523-.17-.88-.395-1.105-.224-.225-.582-.395-1.105-.395s-.88.17-1.105.395C16.17 9.119 16 9.477 16 10v1h3Zm-5 0v-1c0-.346.041-.682.124-1H4v7h9v-1h-2.5a.5.5 0 0 1 0-1H13v-2a1 1 0 0 1 1-1Zm6 2h-5v5h5v-5Zm-5.44-5H4V6h13v.53c-.78.094-1.482.413-2.02.95a3.2 3.2 0 0 0-.42.52ZM5 14.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm11.5.5a1 1 0 1 1 1.5.866v.634a.5.5 0 0 1-1 0v-.634a1 1 0 0 1-.5-.866ZM5 11a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 5 12v-1Z" })));
};
exports.default = SecurePayment24;