@react-md/material-icons
Version:
Material Design Icon components for react-md
53 lines (52 loc) • 2.04 kB
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function BathroomTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M4 20h16V4H4zm5-2c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m3 3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m0-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-8-4c0-2.76 2.24-5 5-5s5 2.24 5 5v1H7z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "15",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "12",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "15",
cy: "17",
r: "1"
}),
/*#__PURE__*/ _jsx("path", {
d: "M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m0 18H4V4h16z"
}),
/*#__PURE__*/ _jsx("path", {
d: "M17 11c0-2.76-2.24-5-5-5s-5 2.24-5 5v1h10zm-8.46-.5c.24-1.69 1.7-3 3.46-3s3.22 1.31 3.47 3z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "9",
cy: "17",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "9",
cy: "14",
r: "1"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "12",
cy: "17",
r: "1"
})
]
});
});