@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.15 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 Bathroom48 = (_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: "M28 5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v21.5h2a1.5 1.5 0 0 1 1.5 1.5v5a6.5 6.5 0 0 1-6.5 6.5h-.086l2.793 2.793a1 1 0 0 1-1.414 1.414L34.086 39.5H13.914l-4.207 4.207a1 1 0 0 1-1.414-1.414l2.793-2.793H11A6.5 6.5 0 0 1 4.5 33v-5A1.5 1.5 0 0 1 6 26.5h32V6h-8v5c0 .033-.002.066-.005.099A5.002 5.002 0 0 1 34 16a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1c0-2.42 1.72-4.44 4.005-4.901A1.011 1.011 0 0 1 28 11V5ZM7.5 33a3.5 3.5 0 0 0 3.5 3.5h26a3.5 3.5 0 0 0 3.5-3.5v-3.5h-33V33ZM29 13c1.306 0 2.418.835 2.83 2h-5.66A3.001 3.001 0 0 1 29 13Z" })));
};
exports.default = Bathroom48;