@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.23 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 Bathroom64 = (_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: "M37.667 6.667a1 1 0 0 1 1-1H52a1 1 0 0 1 1 1v29.167h3a1.5 1.5 0 0 1 1.5 1.5V44a8.167 8.167 0 0 1-8.167 8.167h-1.085l4.46 4.46a1 1 0 0 1-1.415 1.414l-5.874-5.874H18.581l-5.874 5.874a1 1 0 0 1-1.414-1.414l4.46-4.46h-1.086A8.167 8.167 0 0 1 6.5 44v-6.666a1.5 1.5 0 0 1 1.5-1.5h43V7.667H39.667v7c0 .142-.03.277-.083.4A6.335 6.335 0 0 1 45 21.333a1 1 0 0 1-1 1H33.333a1 1 0 0 1-1-1 6.335 6.335 0 0 1 5.416-6.268.997.997 0 0 1-.082-.399v-8Zm-23 42.5h34.666A5.167 5.167 0 0 0 54.5 44v-5.166h-45V44a5.167 5.167 0 0 0 5.167 5.167Zm24-32.167a4.335 4.335 0 0 1 4.217 3.334h-8.435A4.335 4.335 0 0 1 38.667 17Z" })));
};
exports.default = Bathroom64;