UNPKG

google-material-icons

Version:

A google material icon library package for React applications

26 lines (22 loc) 817 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 Landslide = createIcon("Landslide", [ [ "path", { d: "M14.97 14.79L12.39 13.76L5.5 16.05L1.5 14.51V16.61L5.5 17.95L14.97 14.79Z", key: "1okbei" } ], ["path", { d: "M10.07 12.42L7.5 9H1.5V12.61L5.5 13.95L10.07 12.42Z", key: "6yqou2" }], ["path", { d: "M5.5 20.05L1.5 18.72V23H21.5L16.53 16.38L5.5 20.05Z", key: "1wn7wm" }], ["path", { d: "M16.5 7V2L11.5 1L8.5 3V7L11.5 9L16.5 7Z", key: "sisg4u" }], ["path", { d: "M18 8L15.5 10V13L18 15L22.5 13V9L18 8Z", key: "17uw23" }] ]); export { Landslide as default }; //# sourceMappingURL=landslide.js.map