UNPKG

311 BJavaScriptView Raw
1import * as React from 'react';
2import createSvgIcon from '../../utils/createSvgIcon';
3/**
4 * @ignore - internal component.
5 */
6
7import { jsx as _jsx } from "react/jsx-runtime";
8export default createSvgIcon( /*#__PURE__*/_jsx("path", {
9 d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"
10}), 'NavigateBefore');
\No newline at end of file