UNPKG

285 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: "M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"
9}), 'KeyboardArrowLeft');
\No newline at end of file