UNPKG

@wellness-icons/react

Version:
140 lines 3.92 kB
const React = require("react"); function RelaxAreaIcon({ 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("circle", { cx: -5.345, cy: -1.296, r: 5.501, style: { fill: "none", stroke: "#000", strokeWidth: "3.01px" }, transform: "scale(-.33239 .33239)rotate(-76.367 4.078 22.91)" }), /*#__PURE__*/React.createElement("ellipse", { cx: -5.346, cy: -1.296, rx: 5.5, ry: 5.501, style: { fill: "none", stroke: "#000", strokeWidth: "3.01px" }, transform: "scale(-.33239 .33239)rotate(-76.367 -15.24 38.928)" }), /*#__PURE__*/React.createElement("path", { d: "m0-6.534 18.033.1L32.308 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(.33239 0 0 .33239 9.598 18.58)" }), /*#__PURE__*/React.createElement("path", { d: "M-23.168 5.367h17.817a5.286 5.286 0 1 1 0 10.571h-10.948", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "scale(-.33239 .33239)rotate(-56.33 8.45 44.079)" }), /*#__PURE__*/React.createElement("path", { d: "M0-35.229 16.946-9.335h22.526L57.734 0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(.33239 0 0 .33239 2.405 22)" }), /*#__PURE__*/React.createElement("path", { d: "M-2.033 4.668h12.75", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(.2264 -.24337 -.24337 -.2264 6.747 22.562)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.775-1.775h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(0 .33239 .33239 0 17.874 2.59)" }), /*#__PURE__*/React.createElement("path", { d: "M-3.313-.887H.238", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(-.28787 .16617 .16617 .28787 20.454 5.102)" }), /*#__PURE__*/React.createElement("path", { d: "M-3.313.887H.238", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "scale(-.33239 .33239)rotate(-29.995 14.61 127.007)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.775 1.775h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(0 -.33239 -.33239 0 17.874 10.594)" }), /*#__PURE__*/React.createElement("path", { d: "M-.238.887h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "scale(.33239 -.33239)rotate(30.003 71.444 62.217)" }), /*#__PURE__*/React.createElement("path", { d: "M-.238-.887h3.55", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.01px" }, transform: "matrix(.28785 .16621 .16621 -.28785 13.523 4.08)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(RelaxAreaIcon); module.exports = ForwardRef;