google-material-icons
Version:
A google material icon library package for React applications
21 lines (17 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 Forest = createIcon("Forest", [
["path", { d: "M16 12L9 2L2 12H3.86L0 18H7V22H11V18H18L14.14 12H16Z", key: "12vuj0" }],
[
"path",
{ d: "M20.14 12H22L15 2L12.61 5.41L17.92 13H15.97L19.19 18H24L20.14 12Z", key: "1npa14" }
],
["path", { d: "M17 19H13V22H17V19Z", key: "17pbph" }]
]);
export { Forest as default };
//# sourceMappingURL=forest.js.map