google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 430 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 North = createIcon("North", [
["path", { d: "M5 9L6.41 10.41L11 5.83V22H13V5.83L17.59 10.42L19 9L12 2L5 9Z", key: "1g6gif" }]
]);
export { North as default };
//# sourceMappingURL=north.js.map