UNPKG

@wellness-icons/react

Version:
164 lines 4.86 kB
const React = require("react"); function LogSaunaIcon({ 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-22.767V8.458h-35.563v-31.225l17.782-8.458z", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 18.164 16.129)" }), /*#__PURE__*/React.createElement("path", { d: "M0 13.161h-10.356V5.178A5.178 5.178 0 1 1 0 5.178z", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 13.795 14.495)" }), /*#__PURE__*/React.createElement("path", { d: "M-23.306-12.258h2.59l8.458 17.781-8.458 17.783h-2.59", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(0 -.3466 -.3466 0 13.915 1.057)" }), /*#__PURE__*/React.createElement("path", { d: "M-25.489-5.753H1.298", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(-.313 .14888 .14888 .313 4.879 10.822)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.298-5.753H25.49", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.313 .14887 .14887 -.313 13.263 3.62)" }), /*#__PURE__*/React.createElement("path", { d: "M0-10.648c-.223-.067-2.887-.833-5 .889-1.771 1.444-2.399 4.021-1.481 6.336-1.362-.361-2.799.053-3.704 1.072C-11.362-1.025-11.038.651-11 .833H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 5.837 18.756)" }), /*#__PURE__*/React.createElement("path", { d: "M0-10.648c.223-.067 2.888-.833 5 .889 1.771 1.444 2.399 4.021 1.481 6.336 1.362-.361 2.799.053 3.705 1.072 1.177 1.326.852 3.002.814 3.184H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 18.163 18.756)" }), /*#__PURE__*/React.createElement("path", { d: "M-3.645-3.645h7.29", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(0 .3466 .3466 0 17.873 6.203)" }), /*#__PURE__*/React.createElement("path", { d: "M0 0h35.563", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 5.837 10.441)" }), /*#__PURE__*/React.createElement("path", { d: "M-7.291-7.291H7.291", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(0 .3466 .3466 0 14.528 7.833)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.844-4.739h14.019", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.25542 .2343 .2343 -.25542 10 6.379)" }), /*#__PURE__*/React.createElement("path", { d: "M0 0h7.451", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 5.837 16.018)" }), /*#__PURE__*/React.createElement("path", { d: "M-12.174-4.739H1.844", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(-.2554 .23432 .23432 .2554 13.582 11.22)" }), /*#__PURE__*/React.createElement("path", { d: "M0 0h-35.565", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 18.164 12.992)" }), /*#__PURE__*/React.createElement("path", { d: "M-7.451 0H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(-.3466 0 0 .3466 15.581 16.018)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(LogSaunaIcon); module.exports = ForwardRef;