UNPKG

@semcore/icon

Version:
30 lines 1.89 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootHotel({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Hotel", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M13.48 2.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07l.85-.4.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM9.48 3.15a.07.07 0 0 0-.04-.13l-.93-.16-.44-.82a.08.08 0 0 0-.14 0l-.44.82-.93.16a.07.07 0 0 0-.04.13l.66.66-.14.92c0 .06.06.1.11.07L8 4.4l.85.4c.05.03.11-.01.1-.07l-.13-.92.66-.66ZM17.44 3.02c.06 0 .08.08.04.13l-.66.66.14.92c0 .06-.06.1-.11.07L16 4.4l-.85.4a.08.08 0 0 1-.1-.07l.13-.92-.66-.66a.07.07 0 0 1 .04-.13l.93-.16.44-.82c.03-.05.1-.05.14 0l.44.82.93.16ZM10 10a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-4ZM9 15a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 23a1 1 0 0 0 1-1V12a1 1 0 0 0-1-1h-3V7a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v8H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h20ZM7 8v13h3v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2h3V8H7Zm14 13h-2v-8h2v8ZM3 17h2v4H3v-4Z", shapeRendering: "geometricPrecision" })); } RootHotel.displayName = 'Hotel'; const Hotel = createBaseComponent(RootHotel); export { Hotel as default };