UNPKG

284 BJavaScriptView Raw
1import * as React from 'react';
2import createSvgIcon from '../../utils/createSvgIcon';
3/**
4 * @ignore - internal component.
5 */
6
7export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
8 d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
9}), 'KeyboardArrowRight');
\No newline at end of file