google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 1.26 kB
JavaScript
/**
* @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: "M21.1052 17.5C18.6352 17.5 14.5352 16.17 12.4252 12.07C10.0952 7.56 11.9252 3.59 12.9552 2C7.59519 2.19 3.3052 6.58 3.3052 11.99C3.3052 12.13 3.3252 12.27 3.3252 12.41C3.9352 12.15 4.6052 11.99 5.3052 11.99C5.3052 8.9 7.0352 6.22 9.6052 4.89C9.1052 7.08 9.0652 9.93 10.6452 12.99C12.2152 16.03 14.8252 17.94 17.4452 18.85C16.2152 19.59 14.7952 20 13.3152 20C12.8152 20 12.3152 19.95 11.8352 19.86C11.4652 20.56 10.8952 21.13 10.1952 21.5C11.1752 21.82 12.2252 22 13.3052 22C16.8052 22 19.8852 20.2 21.6752 17.48C21.5052 17.49 21.3052 17.5 21.1052 17.5Z",
key: "1o925y"
}
],
[
"path",
{
d: "M8.3252 15.99H8.1452C7.7252 14.83 6.6252 13.99 5.3252 13.99C3.6652 13.99 2.3252 15.33 2.3252 16.99C2.3252 18.65 3.6652 19.99 5.3252 19.99H8.3252C9.4252 19.99 10.3252 19.09 10.3252 17.99C10.3252 16.89 9.4252 15.99 8.3252 15.99Z",
key: "4y2xzj"
}
]
]);
export { NightsStay as default };
//# sourceMappingURL=nights_stay.js.map