@wellness-icons/react
Version:
92 lines • 3 kB
JavaScript
const React = require("react");
function SwimmingPoolIcon({
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 4.535C5.907 4.535 5.907 0 11.814 0c5.909 0 5.909 4.535 11.818 4.535C29.539 4.535 29.539 0 35.446 0c5.911 0 5.911 4.535 11.823 4.535C53.18 4.535 53.18 0 59.091 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "translate(2 11.83)scale(.33846)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 4.535C5.907 4.535 5.907 0 11.814 0c5.909 0 5.909 4.535 11.818 4.535C29.539 4.535 29.539 0 35.446 0c5.911 0 5.911 4.535 11.823 4.535C53.18 4.535 53.18 0 59.091 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "translate(2 15.206)scale(.33846)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 4.535C5.907 4.535 5.907 0 11.814 0c5.909 0 5.909 4.535 11.818 4.535C29.539 4.535 29.539 0 35.446 0c5.911 0 5.911 4.535 11.823 4.535C53.18 4.535 53.18 0 59.091 0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "translate(2 18.582)scale(.33846)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 0h59.091",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "translate(2 6.537)scale(.33846)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-8.753 14.951h20.605a3.098 3.098 0 1 0 0-6.198H8.365",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "matrix(0 -.33846 -.33846 0 18.208 8.943)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-10.753 16.952h24.605a3.1 3.1 0 0 0 0-6.199h-3.487",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "matrix(0 -.33846 -.33846 0 24.089 9.62)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 0h14.194",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.95px"
},
transform: "translate(13.347 9.282)scale(.33846)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(SwimmingPoolIcon);
module.exports = ForwardRef;