UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 430 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var North = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M5,9l1.41,1.41L11,5.83V22H13V5.83l4.59,4.59L19,9l-7-7L5,9z" })), name: 'North' }); export default North;