@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 429 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var NorthEast = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M9,5v2h6.59L4,18.59L5.41,20L17,8.41V15h2V5H9z"
})),
name: 'NorthEast'
});
export default NorthEast;