UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 475 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SubdirectoryArrowLeft = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M11 9l1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z" })), name: 'SubdirectoryArrowLeft' }); export default SubdirectoryArrowLeft;