@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.24 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 Receipt32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M11 4a1 1 0 0 1 1-1h13.333a1 1 0 0 1 1 1v22a3 3 0 0 1-3 3H8.693a3.027 3.027 0 0 1-3.026-3.027v-3.306a1 1 0 0 1 1-1H11V4ZM7.667 25.973v-2.306h12.666V26c0 .35.06.687.171 1H8.694c-.568 0-1.027-.46-1.027-1.027Zm13.666-4.306H13V5h11.333v21a1 1 0 1 1-2 0v-3.333a1 1 0 0 0-1-1ZM16.5 12c0-.17.015-.338.044-.5h2.79a.5.5 0 0 0 0-1h-2.405a2.832 2.832 0 0 1 4.104-.767.5.5 0 0 0 .601-.8 3.834 3.834 0 0 0-5.83 1.566h-.47a.5.5 0 1 0 0 1.001h.198a3.872 3.872 0 0 0 0 1h-.199a.5.5 0 1 0 0 1h.472a3.834 3.834 0 0 0 5.829 1.566.5.5 0 0 0-.6-.8 2.832 2.832 0 0 1-4.104-.767h2.403a.5.5 0 0 0 0-.999h-2.79a2.85 2.85 0 0 1-.043-.5Z" })));
};
exports.default = Receipt32;