UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.5 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 Bathroom32 = (_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: "M18.833 3.333a.5.5 0 0 1 .5-.5H26a.5.5 0 0 1 .5.5v14.333H28a1 1 0 0 1 1 1V22a4.333 4.333 0 0 1-4.331 4.333h-.295l1.98 1.98a.5.5 0 0 1-.708.707l-2.686-2.687H9.04L6.354 29.02a.5.5 0 1 1-.708-.707l1.98-1.98h-.293A4.333 4.333 0 0 1 3 22v-3.334a1 1 0 0 1 1-1h21.5V3.833h-5.667v3.5a.5.5 0 0 1-.041.2 3.167 3.167 0 0 1 2.708 3.133.5.5 0 0 1-.5.5h-5.333a.5.5 0 0 1-.5-.5 3.167 3.167 0 0 1 2.708-3.133.498.498 0 0 1-.042-.2v-4Zm-11.5 21h17.334A2.333 2.333 0 0 0 27 22v-2.334H5V22a2.333 2.333 0 0 0 2.333 2.333Zm12-15.833c1.025 0 1.883.71 2.109 1.666h-4.217A2.168 2.168 0 0 1 19.333 8.5Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" }))))); }; exports.default = Bathroom32;