UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 456 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var KeyboardArrowRight = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z" })), name: 'KeyboardArrowRight' }); export default KeyboardArrowRight;