UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.12 kB
'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 KitchenAlt64 = (_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: "M16.667 6.5a1.5 1.5 0 0 0-1.5 1.5v12.333H12a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2h-3.167V8a1.5 1.5 0 0 0-1.5-1.5H16.667Zm9.166 13.833V9.5h-7.666v10.833h7.666Zm12.667-7a1.5 1.5 0 0 1 1.5-1.5h16a1.5 1.5 0 0 1 1.5 1.5V56a1.5 1.5 0 0 1-1.5 1.5H8A1.5 1.5 0 0 1 6.5 56V37.333a1.5 1.5 0 0 1 1.5-1.5h3.833v-1.166a1.5 1.5 0 0 1 1.5-1.5h17.334a1.5 1.5 0 0 1 1.5 1.5v1.166H38.5v-22.5Zm0 25.5V54.5H25V38.833h13.5Zm-15.5 0V54.5H9.5V38.833H23ZM54.5 54.5h-13V27.667h13V54.5Zm0-28.833h-13V14.833h13v10.834Z" }))); }; exports.default = KitchenAlt64;