google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 597 B
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 HolidayVillage = createIcon("HolidayVillage", [
[
"path",
{
d: "M8 4L2 10V20H14V10L8 4ZM12 18H9V15H7V18H4V10.83L8 6.83L12 10.83V18ZM9 13H7V11H9V13ZM18 20V8.35L13.65 4H10.82L16 9.18V20H18ZM22 20V6.69L19.31 4H16.48L20 7.52V20H22Z",
key: "14l1t3"
}
]
]);
export { HolidayVillage as default };
//# sourceMappingURL=holiday_village.js.map