@icongo/vv
Version:
Vivid Icons
32 lines (31 loc) • 1.22 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVHotel = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVHotel = function VVHotel(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14 7 2 2h15l2-2H14Zm-2 21v13h24V28H12Zm2-14h20v9H14v-9Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.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"
}
})]
}));
};
exports.VVHotel = VVHotel;