UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

50 lines (49 loc) 1.57 kB
// 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 ShowerTwoToneIcon(props, ref) { return /*#__PURE__*/ _jsxs(SVGIcon, { ...props, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M12 7c-2.76 0-5 2.24-5 5h10c0-2.76-2.24-5-5-5", opacity: ".3" }), /*#__PURE__*/ _jsx("circle", { cx: "8", cy: "20", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "16", cy: "17", r: "1" }), /*#__PURE__*/ _jsx("path", { d: "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92M7 12c0-2.76 2.24-5 5-5s5 2.24 5 5z" }), /*#__PURE__*/ _jsx("circle", { cx: "16", cy: "20", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "17", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "8", cy: "17", r: "1" }), /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "20", r: "1" }) ] }); });