UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 943 B
'use strict'; 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 KitchenAlt24 = (_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: "M6.25 2a1 1 0 0 0-1 1v4.5H4.5a.5.5 0 0 0 0 1H12a.5.5 0 0 0 0-1h-.75V3a1 1 0 0 0-1-1h-4Zm3 5.5V4h-2v3.5h2ZM14 5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1h1a1 1 0 0 1 1-1h6.5a1 1 0 0 1 1 1H14V5Zm0 10v5H9.5v-5H14Zm-5.5 0v5H4v-5h4.5ZM20 20h-4v-9.5h4V20Zm0-10.5h-4V6h4v3.5Z" }))); }; exports.default = KitchenAlt24;