@wellness-icons/react
Version:
92 lines • 2.87 kB
JavaScript
import * as React from "react";
function SteamBathIcon({
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("path", {
d: "M0-18.536c-.764 1.407-1.643 3.587-1.331 6.179.251 2.082 1.1 3.002 1.629 5.182C.687-5.57.934-3.161 0 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(.3521 0 0 .3521 21.129 17.702)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-18.536c-.763 1.407-1.643 3.587-1.331 6.179.251 2.082 1.1 3.003 1.629 5.182C.687-5.57.934-3.161 0 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(.3521 0 0 .3521 17.563 14.855)"
}), /*#__PURE__*/React.createElement("circle", {
cx: -5.501,
r: 5.501,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(0 -.3521 -.3521 0 8.408 7.718)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-44.893V0h29.149",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(.3521 0 0 .3521 2.644 20.53)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 5.617-4.868-7.734A5.286 5.286 0 0 0-14.8-4.113l3.75 10.286.782-.022H3.767l11.354 11.355",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(.3521 0 0 .3521 12.818 15.836)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-4.265 6.991H11.46",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "scale(.3521 -.3521)rotate(62.77 52.755 -6.775)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-8.283-.985c-1.909.52-3.591 2.237-3.591 4.634 0 2.396 1.682 4.115 3.591 4.634 3.288.894 7.816-1.35 10.889-4.634C-.615.23-4.995-1.879-8.283-.985",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.84px"
},
transform: "matrix(0 -.3521 -.3521 0 15.72 2.918)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(SteamBathIcon);
export default ForwardRef;