@icongo/vv
Version:
Vivid Icons
24 lines • 851 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVHotel = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "m14 7 2 2h15l2-2H14Zm-2 21v13h24V28H12Zm2-14h20v9H14v-9Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M13 14 8 9h31l-5 5H13Zm4 1h4v3.017h-4V15Zm4 6.983h-4v-2.978h4v2.977ZM22 15h4v3.017h-4V15Zm4 6.983h-4v-2.978h4v2.977ZM27 15h4v3.017h-4V15Zm4 6.983h-4v-2.978h4v2.977ZM37 29H11l-6-6h38Zm-8 5h-1v7h-8v-7h-1v-3h10v3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVHotel };