UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 436 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var South = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M19,15l-1.41-1.41L13,18.17V2H11v16.17l-4.59-4.59L5,15l7,7L19,15z" })), name: 'South' }); export default South;