@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.02 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 KitchenAlt48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.5 4.5A1.5 1.5 0 0 0 11 6v9H9a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2h-2V6a1.5 1.5 0 0 0-1.5-1.5h-8ZM19 15V7.5h-5V15h5Zm9.5-5A1.5 1.5 0 0 1 30 8.5h12a1.5 1.5 0 0 1 1.5 1.5v32a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 42V28A1.5 1.5 0 0 1 6 26.5h2.5V26a1.5 1.5 0 0 1 1.5-1.5h13a1.5 1.5 0 0 1 1.5 1.5v.5h4V10Zm0 19.5v11H19v-11h9.5Zm-11.5 0v11H7.5v-11H17Zm23.5 11h-9V21h9v19.5Zm0-21.5h-9v-7.5h9V19Z" })));
};
exports.default = KitchenAlt48;