UNPKG

@wellness-icons/react

Version:
120 lines 3.64 kB
const React = require("react"); function WhirpoolIcon({ 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: "M21.367-25.902c0 5.907 4.535 5.907 4.535 11.814 0 5.91-4.535 5.91-4.535 11.818s4.535 5.907 4.535 11.814c0 5.911-4.535 5.911-4.535 11.823", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 12.6 -.327)" }), /*#__PURE__*/React.createElement("ellipse", { cx: -31.874, rx: 9.019, ry: 31.874, style: { fill: "none", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 -.31373 -.31373 0 12 -3.021)" }), /*#__PURE__*/React.createElement("path", { d: "M11.36-52.388h32.011c4.98 0 9.017 14.271 9.017 31.874 0 17.604-4.037 31.874-9.017 31.874H11.36", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 18.436 3.415)" }), /*#__PURE__*/React.createElement("path", { d: "M26.893-36.856h2.249c4.261 0 7.714 14.271 7.714 31.874 0 17.604-3.453 31.874-7.714 31.874h-2.249", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 13.563 .43)" }), /*#__PURE__*/React.createElement("path", { d: "M23.486-40.263h7.812c4.952 0 8.965 14.271 8.965 31.874 0 17.604-4.013 31.875-8.965 31.875h-7.812", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 14.632 4.31)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.974-11.974h23.948", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 8.646 15.055)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.773-11.773h23.546", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 12.065 15.62)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.829-11.829h23.658", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 15.565 15.913)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.829-11.829h23.658", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 19.048 15.913)" }), /*#__PURE__*/React.createElement("path", { d: "M-11.333-11.333h22.666", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "3.19px" }, transform: "matrix(0 .31373 .31373 0 22.374 15.084)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(WhirpoolIcon); module.exports = ForwardRef;