@wellness-icons/react
Version:
111 lines • 3.3 kB
JavaScript
import * as React from "react";
function SnowSaunaIcon({
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.588-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.86px"
},
transform: "matrix(.35006 0 0 .35006 21.075 17.727)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-18.536c-.764 1.407-1.643 3.588-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.86px"
},
transform: "matrix(.35006 0 0 .35006 17.53 14.897)"
}), /*#__PURE__*/React.createElement("circle", {
cx: -5.501,
cy: 0.001,
r: 5.501,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "matrix(0 -.35006 -.35006 0 8.43 7.801)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-44.894V0h29.149",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "matrix(.35006 0 0 .35006 2.699 20.538)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 5.617-4.868-7.734a5.287 5.287 0 0 0-9.933 3.622l3.751 10.285.782-.022H3.767l11.354 11.355",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "matrix(.35006 0 0 .35006 12.813 15.872)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-4.265 6.991H11.46",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "scale(.35006 -.35006)rotate(62.77 53.154 -6.794)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-7.573-7.573H7.573",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "matrix(0 .35006 .35006 0 17.071 4.65)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-14.131-3.787H1.015",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "matrix(-.30315 .17504 .17504 .30315 13.037 6.913)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-14.131 3.787H1.015",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.86px"
},
transform: "scale(-.35006 .35006)rotate(-30.002 -6.602 72.713)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(SnowSaunaIcon);
export default ForwardRef;