google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 504 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 Terrain = createIcon("Terrain", [
[
"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 { Terrain as default };
//# sourceMappingURL=terrain.js.map