@wellness-icons/react
Version:
132 lines • 4.44 kB
JavaScript
const React = require("react");
function HotelIcon({
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: "M630.792 612.07h33.226v57.279h-33.226z",
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.24px"
},
transform: "matrix(-.30836 0 0 .30836 211.635 -184.401)"
}), /*#__PURE__*/React.createElement("path", {
d: "M634.756 669.348h25.299v7.581h-25.299z",
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.24px"
},
transform: "matrix(-.30836 0 0 .30836 211.635 -204.401)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 12.294h-9.675V4.298A4.3 4.3 0 0 1-5.376 0h1.078A4.3 4.3 0 0 1 0 4.298z",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.24px"
},
transform: "translate(13.492 18.208)scale(.30836)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0-47.237h-13.436V0H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.24px"
},
transform: "translate(6.877 21.999)scale(.30836)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 6.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.31c0-.724.586-1.31 1.31-1.31H0c.724 0 1.31.586 1.31 1.31v3.41A1.31 1.31 0 0 1 0 6.03",
style: {
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(10.568 6.429)scale(.30836)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 6.03h-3.319a1.31 1.31 0 0 1-1.31-1.31V1.31c0-.724.587-1.31 1.31-1.31H0a1.31 1.31 0 0 1 1.311 1.31v3.41A1.31 1.31 0 0 1 0 6.03",
style: {
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(14.456 6.429)scale(.30836)"
}), /*#__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: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(10.568 10.325)scale(.30836)"
}), /*#__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: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(14.456 10.325)scale(.30836)"
}), /*#__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: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(10.568 14.22)scale(.30836)"
}), /*#__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: "3.24px",
strokeLinecap: "butt",
strokeMiterlimit: 2
},
transform: "translate(14.456 14.22)scale(.30836)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 47.237h13.436V0H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.24px"
},
transform: "translate(17.123 7.433)scale(.30836)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(HotelIcon);
module.exports = ForwardRef;