UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

17 lines (16 loc) 919 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Hotel = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("circle", { cx: 7.5, cy: 11.5, r: 2.5, key: "k0" }), React.createElement("path", { d: "M17.205 7H12a1 1 0 00-1 1v7H4V6H2v14h2v-3h16v3h2v-8.205A4.8 4.8 0 0017.205 7zM13 15V9h4.205A2.798 2.798 0 0120 11.795V15h-7z", key: "k1" }))); }); exports.Hotel.displayName = 'Hotel'; exports.HotelDimensions = { height: 24, width: 24 };