UNPKG

@wellness-icons/react

Version:
101 lines 3.48 kB
import * as React from "react"; function SaunaIcon({ 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.626c.807 1.869 1.736 4.767 1.406 8.208-.264 2.767-1.161 3.99-1.72 6.886C-.727-7.399-.986-4.199 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 4.904 14.409)" }), /*#__PURE__*/React.createElement("path", { d: "M0-18.536c.607 1.407 1.308 3.588 1.059 6.179-.2 2.082-.874 3.003-1.295 5.182C-.547-5.57-.742-3.161 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 2.146 16.973)" }), /*#__PURE__*/React.createElement("path", { d: "M0-12.443v.015c.018.189.018.363.018.567C.018-5.312-4.918 0-10.998 0c-6.099 0-11.033-5.312-11.033-11.861 0-.087 0-.175.017-.248v-.014", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 15.136 14.409)" }), /*#__PURE__*/React.createElement("path", { d: "M0 27.877c-3.192-4.583-3.121-8.382-3.003-9.792C-2.171 8.186 10.716 0 17.756 3.072c2.424 1.058 3.785 3.29 4.487 4.74A68.6 68.6 0 0 1 0 27.877", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 8.522 2.923)" }), /*#__PURE__*/React.createElement("path", { d: "M0-20.057c3.208 2.679 5.499 6.292 5.834 10.275.105 1.41.176 5.2-3.014 9.782A67 67 0 0 1-9.711-9.095", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 14.86 10.863)" }), /*#__PURE__*/React.createElement("path", { d: "M0-24.626c-.807 1.869-1.736 4.767-1.406 8.208.264 2.767 1.161 3.99 1.72 6.886C.727-7.399.986-4.199 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 19.096 14.409)" }), /*#__PURE__*/React.createElement("path", { d: "M0-18.536c-.607 1.407-1.308 3.588-1.06 6.179.201 2.082.875 3.003 1.296 5.182C.547-5.57.742-3.161 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 21.854 16.973)" }), /*#__PURE__*/React.createElement("path", { d: "M0 20.66V10.47C0 4.68 4.681 0 10.471 0H26.25C32.021 0 36.7 4.68 36.7 10.45v10.21", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.51px" }, transform: "matrix(.28492 0 0 .28492 6.816 14.502)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(SaunaIcon); export default ForwardRef;