UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 464 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 Landscape = createIcon("Landscape", [ [ "path", { d: "M14 6L10.25 11L13.1 14.8L11.5 16C9.81 13.75 7 10 7 10L1 18H23L14 6Z", key: "1iyc8y" } ] ]); export { Landscape as default }; //# sourceMappingURL=landscape.js.map