google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 641 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 NightShelter = createIcon("NightShelter", [
[
"path",
{
d: "M12 3L4 9V21H20V9L12 3ZM9.75 12.5C10.44 12.5 11 13.06 11 13.75C11 14.44 10.44 15 9.75 15C9.06 15 8.5 14.44 8.5 13.75C8.5 13.06 9.06 12.5 9.75 12.5ZM17 18H16V16.5H8V18H7V11H8V15.5H11.5V12H15C16.1 12 17 12.9 17 14V18Z",
key: "1x716o"
}
]
]);
export { NightShelter as default };
//# sourceMappingURL=night_shelter.js.map