google-material-icons
Version:
A google material icon library package for React applications
19 lines (15 loc) • 466 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 NorthWest = createIcon("NorthWest", [
[
"path",
{ d: "M4.5 14.5H6.5V7.91L18.09 19.5L19.5 18.09L7.91 6.5H14.5V4.5H4.5V14.5Z", key: "e3hzo0" }
]
]);
export { NorthWest as default };
//# sourceMappingURL=north_west.js.map