UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 563 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 HolidayVillage = createIcon("HolidayVillage", [ [ "path", { d: "M18 20V8.35L13.65 4H10.82L16 9.18V20H18ZM22 20V6.69L19.31 4H16.48L20 7.52V20H22ZM8 4L2 10V20H7V15H9V20H14V10L8 4ZM9 13H7V11H9V13Z", key: "n380mn" } ] ]); export { HolidayVillage as default }; //# sourceMappingURL=holiday_village.js.map