UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 432 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var NorthWest = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M5,15h2V8.41L18.59,20L20,18.59L8.41,7H15V5H5V15z" })), name: 'NorthWest' }); export default NorthWest;