@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.17 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 Receipt24 = (_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: "M8 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v16.5a2.5 2.5 0 0 1-2.5 2.5H6.52A2.52 2.52 0 0 1 4 19.48V17a1 1 0 0 1 1-1h3V3ZM6 19.48V18h9v1.5c0 .171.017.338.05.5H6.52a.52.52 0 0 1-.52-.52ZM16 16h-6V4h8v15.5a.5.5 0 0 1-1 0V17a1 1 0 0 0-1-1Zm-3.5-7c0-.085.005-.168.015-.25H14.5a.5.5 0 0 0 0-1h-1.561a1.996 1.996 0 0 1 2.76-.35.5.5 0 0 0 .602-.8 3 3 0 0 0-4.529 1.15H11.5a.5.5 0 0 0 0 1h.01a3.04 3.04 0 0 0 0 .5h-.01a.5.5 0 0 0 0 1h.272a3 3 0 0 0 4.529 1.15.5.5 0 1 0-.601-.8 1.996 1.996 0 0 1-2.761-.35H14.5a.5.5 0 0 0 0-1h-1.985A2.022 2.022 0 0 1 12.5 9Z" })));
};
exports.default = Receipt24;