UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 512 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 6L9.78 11.63L11.03 13.3L14 9.33L19 16H10.54L6.53 10.63L1 18H23L14 6ZM5 16L6.52 13.97L8.04 16H5Z", key: "1bodgr" } ] ]); export { Landscape as default }; //# sourceMappingURL=landscape.js.map