UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.14 kB
/** * @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 NightsStay = createIcon("NightsStay", [ [ "path", { d: "M12.4203 12.07C10.0903 7.56 11.9203 3.59 12.9503 2C7.59031 2.19 3.30031 6.58 3.30031 11.99C3.30031 12.13 3.32031 12.27 3.32031 12.41C3.94031 12.14 4.61031 11.99 5.32031 11.99C6.98031 11.99 8.50031 12.82 9.42031 14.14C11.0903 14.62 12.3203 16.16 12.3203 17.99C12.3203 19.51 11.4503 20.82 10.2003 21.5C11.1803 21.82 12.2303 22 13.3103 22C16.8103 22 19.8903 20.2 21.6803 17.48C19.3203 17.71 14.7003 16.51 12.4203 12.07Z", key: "7m2u0b" } ], [ "path", { d: "M8.32031 15.99H8.14031C7.72031 14.83 6.62031 13.99 5.32031 13.99C3.66031 13.99 2.32031 15.33 2.32031 16.99C2.32031 18.65 3.66031 19.99 5.32031 19.99H8.32031C9.42031 19.99 10.3203 19.09 10.3203 17.99C10.3203 16.89 9.42031 15.99 8.32031 15.99Z", key: "1472p9" } ] ]); export { NightsStay as default }; //# sourceMappingURL=nights_stay.js.map