UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 428 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var West = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M9,19l1.41-1.41L5.83,13H22V11H5.83l4.59-4.59L9,5l-7,7L9,19z" })), name: 'West' }); export default West;