UNPKG

@wellness-icons/react

Version:
132 lines 4.46 kB
const React = require("react"); function VacationApartmentIcon({ 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.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.309A1.31 1.31 0 0 1-3.319 0H0c.724 0 1.31.586 1.31 1.309V4.72A1.31 1.31 0 0 1 0 6.03", style: { fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px", strokeLinecap: "butt", strokeMiterlimit: 2 }, transform: "matrix(.3466 0 0 .3466 10.39 8.325)" }), /*#__PURE__*/React.createElement("path", { d: "M0 6.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.309A1.31 1.31 0 0 1-3.319 0H0a1.31 1.31 0 0 1 1.311 1.309V4.72A1.31 1.31 0 0 1 0 6.03", style: { fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px", strokeLinecap: "butt", strokeMiterlimit: 2 }, transform: "matrix(.3466 0 0 .3466 14.76 8.325)" }), /*#__PURE__*/React.createElement("path", { d: "M0 6.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.309A1.31 1.31 0 0 1-3.319 0H0c.724 0 1.31.586 1.31 1.309V4.72A1.31 1.31 0 0 1 0 6.03", style: { fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px", strokeLinecap: "butt", strokeMiterlimit: 2 }, transform: "matrix(.3466 0 0 .3466 10.39 12.704)" }), /*#__PURE__*/React.createElement("path", { d: "M0 6.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.309A1.31 1.31 0 0 1-3.319 0H0a1.31 1.31 0 0 1 1.311 1.309V4.72A1.31 1.31 0 0 1 0 6.03", style: { fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px", strokeLinecap: "butt", strokeMiterlimit: 2 }, transform: "matrix(.3466 0 0 .3466 14.76 12.704)" }), /*#__PURE__*/React.createElement("path", { d: "M0-39.767V8.458h-35.563v-48.225l17.782-8.458z", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 18.163 18.892)" }), /*#__PURE__*/React.createElement("path", { d: "M0 13.161h-10.356V5.178A5.178 5.178 0 1 1 0 5.178z", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 13.794 17.258)" }), /*#__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.914 -2.072)" }), /*#__PURE__*/React.createElement("path", { d: "M-25.49-5.753H1.298", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(-.313 .14887 .14887 .313 4.878 7.772)" }), /*#__PURE__*/React.createElement("path", { d: "M-1.298-5.753h26.787", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.313 .14887 .14887 -.313 13.263 .57)" }), /*#__PURE__*/React.createElement("path", { d: "M0-10.648c-.223-.068-2.887-.833-5 .889-1.771 1.444-2.399 4.021-1.481 6.336-1.362-.361-2.799.053-3.704 1.071C-11.362-1.025-11.038.65-11 .833H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 5.837 21.52)" }), /*#__PURE__*/React.createElement("path", { d: "M0-10.648c.224-.068 2.888-.833 5 .889 1.771 1.444 2.399 4.021 1.481 6.336 1.362-.361 2.799.053 3.705 1.071C11.363-1.025 11.039.65 11 .833H0", style: { fill: "none", fillRule: "nonzero", stroke: "#000", strokeWidth: "2.89px" }, transform: "matrix(.3466 0 0 .3466 18.163 21.52)" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(VacationApartmentIcon); module.exports = ForwardRef;