google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 465 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 NorthEast = createIcon("NorthEast", [
[
"path",
{ d: "M9.5 4.5V6.5H16.09L4.5 18.09L5.91 19.5L17.5 7.91V14.5H19.5V4.5H9.5Z", key: "kex48c" }
]
]);
export { NorthEast as default };
//# sourceMappingURL=north_east.js.map