UNPKG

@wellness-icons/react

Version:
93 lines 3.42 kB
const React = require("react"); function SaunaBucketIcon({ 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.537c1.019 1.407 2.191 3.588 1.775 6.179C1.44-10.276.31-9.355-.396-7.176-.916-5.57-1.244-3.162 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(.26286 0 0 .26286 16.164 8.563)" }), /*#__PURE__*/React.createElement("path", { d: "M0-36.482a215 215 0 0 1-.913 21.463A201 201 0 0 1-2.879 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(.26286 0 0 .26286 15.199 21.982)" }), /*#__PURE__*/React.createElement("path", { d: "M0-36.482V0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(.26286 0 0 .26286 12 21.982)" }), /*#__PURE__*/React.createElement("path", { d: "M0-36.482c-.043 6.038.154 13.333.912 21.463A201 201 0 0 0 2.879 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(.26286 0 0 .26286 8.801 21.982)" }), /*#__PURE__*/React.createElement("path", { d: "M-42.438 0H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(-.26286 0 0 .26286 6.45 18.62)" }), /*#__PURE__*/React.createElement("path", { d: "M16.345 21.982H7.663a.75.75 0 0 1-.715-.537 32 32 0 0 1-.566-2.162 32.3 32.3 0 0 1-.779-6.89h12.792a28.6 28.6 0 0 1-.771 7.03 29 29 0 0 1-.567 2.036.75.75 0 0 1-.712.523m1.307-11.747H6.348a.744.744 0 0 0-.745.745v1.412h12.794V10.98a.744.744 0 0 0-.745-.745m-4.098 0c-.685-1.263-.716-2.211-.626-2.834.16-1.095.734-1.441.851-2.864.053-.654.106-1.435-.419-1.986-.489-.514-1.2-.533-1.36-.533s-.871.019-1.36.533c-.524.551-.472 1.332-.419 1.986.117 1.423.691 1.769.851 2.864.09.623.059 1.571-.626 2.834z", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: 1 } }), /*#__PURE__*/React.createElement("path", { d: "M0-18.537c-1.018 1.407-2.19 3.588-1.774 6.179.334 2.082 1.464 3.003 2.17 5.182C.917-5.57 1.244-3.162 0 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.8px" }, transform: "matrix(.26286 0 0 .26286 7.836 8.563)" }), /*#__PURE__*/React.createElement("path", { d: "M12.027 2.854c.474 0 .86.374.86.836a.85.85 0 0 1-.86.836.85.85 0 0 1-.859-.836c0-.462.385-.836.86-.836m0 1c-.085 0-.14-.081-.14-.164s.055-.164.14-.164.141.081.141.164-.055.164-.14.164" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(SaunaBucketIcon); module.exports = ForwardRef;