@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.35 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 Receipt64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M22.5 8A1.5 1.5 0 0 1 24 6.5h26.667a1.5 1.5 0 0 1 1.5 1.5v44a5.5 5.5 0 0 1-5.5 5.5h-29.28a5.553 5.553 0 0 1-5.554-5.553v-6.614a1.5 1.5 0 0 1 1.5-1.5H22.5V8Zm-7.667 43.947v-5.114h26.334V52c0 .9.216 1.75.6 2.5h-24.38a2.553 2.553 0 0 1-2.554-2.553Zm27.834-8.114H25.5V9.5h23.667V52a2.5 2.5 0 0 1-5 0v-6.667a1.5 1.5 0 0 0-1.5-1.5ZM33 24c0-.341.03-.675.088-1h5.579a1 1 0 1 0 0-2h-4.809a5.663 5.663 0 0 1 4.809-2.667c1.277 0 2.453.422 3.4 1.133a1 1 0 0 0 1.201-1.599A7.669 7.669 0 0 0 31.609 21h-.942a1 1 0 1 0 0 2h.398a7.728 7.728 0 0 0 0 2h-.398a1 1 0 1 0 0 2h.942a7.669 7.669 0 0 0 11.659 3.133 1 1 0 1 0-1.201-1.6 5.637 5.637 0 0 1-3.4 1.134A5.663 5.663 0 0 1 33.858 27h4.809a1 1 0 1 0 0-2h-5.579A5.701 5.701 0 0 1 33 24Z" })));
};
exports.default = Receipt64;