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