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: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
|
12 | }), 'KeyboardArrowRight'); |
\ | No newline at end of file |