UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 479 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var SubdirectoryArrowRight = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z" })), name: 'SubdirectoryArrowRight' }); export default SubdirectoryArrowRight;