UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.47 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 Kitchen32 = (_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("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M3 4a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v24a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm2 1v4.667h22V5H5Zm0 22V11.667h22V27H5Zm3.167-10.333a.5.5 0 0 1 .5-.5h14.666a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5H8.667a.5.5 0 0 1-.5-.5v-8Zm1 .5v7h13.666v-7H9.167ZM14 6.833a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4ZM8.667 13.5a.5.5 0 0 0 0 1h14.666a.5.5 0 1 0 0-1H8.667ZM24 7.333a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0ZM20.667 8a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333ZM12 7.333a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0ZM8.667 8a.667.667 0 1 0 0-1.333.667.667 0 0 0 0 1.333Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = Kitchen32;