UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 599 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const LocalHotel = createIcon("LocalHotel", [ [ "path", { d: "M7 12.5C8.66 12.5 10 11.16 10 9.5C10 7.84 8.66 6.5 7 6.5C5.34 6.5 4 7.84 4 9.5C4 11.16 5.34 12.5 7 12.5ZM19 6.5H11V13.5H3V4.5H1V19.5H3V16.5H21V19.5H23V10.5C23 8.29 21.21 6.5 19 6.5Z", key: "12bzoa" } ] ]); export { LocalHotel as default }; //# sourceMappingURL=local_hotel.js.map