@wellness-icons/react
Version:
110 lines • 3.41 kB
JavaScript
const React = require("react");
function PrivateSaunaIcon({
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 67.361V2.834A2.834 2.834 0 0 1 2.834 0h40.897a2.834 2.834 0 0 1 2.835 2.834v64.527",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 5.087 2)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-18.536c.841 1.407 1.811 3.588 1.467 6.179C1.19-10.275.255-9.354-.328-7.175-.758-5.57-1.028-3.161 0 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 7.978 10.188)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 0h15.532",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 14.124 16.808)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 0h-15.155",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 9.753 16.808)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 19.38h-1.914V5.66C-1.914 2.53.626 0 3.756 0h8.55c3.13 0 5.66 2.53 5.66 5.66v13.72H16",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 9.571 11.054)"
}), /*#__PURE__*/React.createElement("circle", {
cx: -6.09,
r: 6.09,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(0 -.2969 -.2969 0 11.955 7.436)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 19.646h-5.146a4.39 4.39 0 0 1-4.387-4.388V2.835A2.835 2.835 0 0 1-6.698 0h8.251a2.836 2.836 0 0 1 2.835 2.835v12.423A4.39 4.39 0 0 1 0 19.646",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 12.719 15.506)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-9.823-9.823H9.823",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(0 .2969 .2969 0 14.872 18.423)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-18.536c-.842 1.407-1.812 3.588-1.467 6.179.277 2.082 1.211 3.003 1.794 5.182C.757-5.57 1.028-3.161 0 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.37px"
},
transform: "matrix(.2969 0 0 .2969 15.883 10.188)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(PrivateSaunaIcon);
module.exports = ForwardRef;