UNPKG

@wellness-icons/react

Version:
147 lines 4.26 kB
import * as React from "react"; function PlungePoolIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: { fillRule: "evenodd", clipRule: "evenodd", strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: 10 }, viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("ellipse", { cx: -20.588, rx: 6.92, ry: 20.588, style: { fill: "none", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(0 -.38247 -.38247 0 9.874 -1.87)" }), /*#__PURE__*/React.createElement("path", { d: "M0-37.88v30.958C0-3.093 9.221 0 20.591 0c7.899 0 14.75-1.489 18.199-3.692", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(.38247 0 0 .38247 2 20.49)" }), /*#__PURE__*/React.createElement("path", { d: "M0-5.49v4.476C0-.677-.01-.339-.05 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(.38247 0 0 .38247 17.747 8.103)" }), /*#__PURE__*/React.createElement("path", { d: "M0-7.65v1.727C0-2.655 9.221 0 20.591 0c4.17 0 8.05-.36 11.289-.974", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(.38247 0 0 .38247 2 11.077)" }), /*#__PURE__*/React.createElement("path", { d: "M0-11.649v5.727C0-2.654 9.221 0 20.591 0c4.17 0 8.05-.36 11.289-.973", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(.38247 0 0 .38247 2 17.026)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.009-15.98h34.206", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "scale(.38247 -.38247)rotate(-69.126 7.708 -52.522)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.009-15.98h34.206", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(.13628 .35736 .35736 -.13628 24.55 9.033)" }), /*#__PURE__*/React.createElement("path", { d: "M-.339 1.697h8.824", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "scale(.38247 -.38247)rotate(22.619 132.511 92.52)" }), /*#__PURE__*/React.createElement("path", { d: "m-.34 1.698 8.826-.001", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "scale(.38247 -.38247)rotate(22.625 111.308 86.932)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.83-11.83h23.66", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(0 .38247 .38247 0 10.234 15.389)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.897-11.897h23.794", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(0 .38247 .38247 0 14.425 15.787)" }), /*#__PURE__*/React.createElement("path", { d: "M-12.029-12.029h24.058", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "matrix(0 .38247 .38247 0 18.683 15.296)" }), /*#__PURE__*/React.createElement("path", { d: "M-.042.422h4.25", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.61px" }, transform: "scale(.38247 -.38247)rotate(11.439 238.01 163.907)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(PlungePoolIcon); export default ForwardRef;