@wellness-icons/react
Version:
84 lines • 2.52 kB
JavaScript
const React = require("react");
function FinnishSaunaIcon({
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-24.627c-1.015 1.869-2.183 4.767-1.769 8.209.333 2.766 1.461 3.99 2.165 6.885C.913-7.4 1.24-4.2 0 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.62px"
},
transform: "matrix(.38132 0 0 .38132 16.49 11.39)"
}), /*#__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.62px"
},
transform: "matrix(.38132 0 0 .38132 20.747 14.822)"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: -5.5,
rx: 5.5,
ry: 5.501,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "2.62px"
},
transform: "matrix(0 -.38132 -.38132 0 9.249 6.533)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-44.894V0h29.148",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.62px"
},
transform: "matrix(.38132 0 0 .38132 3.007 20.407)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 5.617-4.868-7.735A5.286 5.286 0 0 0-14.8-4.113l3.75 10.285.783-.021H3.767l11.354 11.355",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.62px"
},
transform: "matrix(.38132 0 0 .38132 14.024 15.325)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-4.265 6.992h15.726",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.62px"
},
transform: "scale(.38132 -.38132)rotate(62.768 49.02 -4.074)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(FinnishSaunaIcon);
module.exports = ForwardRef;