UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 428 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ChevronRight = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" })), name: 'ChevronRight' }); export default ChevronRight;