UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 433 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SouthWest = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M15,19v-2H8.41L20,5.41L18.59,4L7,15.59V9H5v10H15z" })), name: 'SouthWest' }); export default SouthWest;