@wellness-icons/react
Version:
83 lines • 2.73 kB
JavaScript
import * as React from "react";
function SpaLeavesIcon({
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: "M-10.758-10.758c-8.919 0-16.819 4.218-21.661 10.739 4.806 6.522 12.742 10.777 21.661 10.777S6.098 6.503 10.904-.019C6.062-6.54-1.838-10.758-10.758-10.758",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "matrix(0 -.28653 -.28653 0 12 8.328)"
}), /*#__PURE__*/React.createElement("path", {
d: "M3.641-.807c7.373-.001 13.903 3.369 17.906 8.578-3.972 5.209-10.533 8.607-17.906 8.607-7.374-.001-13.934-3.397-17.906-8.607C-10.262 2.562-3.733-.807 3.641-.807",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "matrix(.25953 .12143 .12143 -.25953 4.759 17.51)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-3.641-.807c-7.374 0-13.903 3.369-17.906 8.578 3.972 5.209 10.532 8.607 17.906 8.607s13.933-3.396 17.906-8.607C10.262 2.562 3.732-.807-3.641-.807",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "scale(.28653 -.28653)rotate(25.074 170.98 120.438)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-13.809 13.809h27.618",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "matrix(0 -.28653 -.28653 0 15.962 13.66)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-1.028 4.576h21.406",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "scale(.28653 -.28653)rotate(25.313 172.57 71.71)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-20.379 4.576H1.028",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.49px"
},
transform: "matrix(-.25902 -.1225 -.1225 .25902 6.44 14.428)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(SpaLeavesIcon);
export default ForwardRef;