UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 430 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SouthEast = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M19,9h-2v6.59L5.41,4L4,5.41L15.59,17H9v2h10V9z" })), name: 'SouthEast' }); export default SouthEast;