@wellness-icons/react
Version:
102 lines • 3.3 kB
JavaScript
import * as React from "react";
function VacationHomeIcon({
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 6.031h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.31c0-.723.587-1.31 1.31-1.31H0a1.31 1.31 0 0 1 1.311 1.31v3.411A1.31 1.31 0 0 1 0 6.031",
style: {
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "matrix(.3466 0 0 .3466 12.474 9.933)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-22.768V8.457h-35.563v-31.225l17.782-8.457z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(.3466 0 0 .3466 18.163 15.986)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 13.161h-10.357V5.178A5.18 5.18 0 0 1-5.179 0 5.18 5.18 0 0 1 0 5.178z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(.3466 0 0 .3466 13.795 14.352)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-23.305-12.258h2.59l8.457 17.781-8.457 17.782h-2.59",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(0 -.3466 -.3466 0 13.915 .914)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-25.489-5.753H1.298",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(-.313 .14888 .14888 .313 4.878 10.679)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-1.298-5.753H25.49",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(.313 .14887 .14887 -.313 13.263 3.476)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-10.647c-.224-.068-2.888-.834-5 .889-1.771 1.444-2.399 4.021-1.481 6.336-1.362-.362-2.799.053-3.705 1.071C-11.363-1.025-11.039.651-11 .834H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(.3466 0 0 .3466 5.837 18.613)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-10.647c.224-.068 2.888-.834 5 .889 1.771 1.444 2.399 4.021 1.481 6.336 1.362-.362 2.8.053 3.705 1.071 1.177 1.326.853 3.002.814 3.185H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "2.89px"
},
transform: "matrix(.3466 0 0 .3466 18.163 18.613)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(VacationHomeIcon);
export default ForwardRef;