UNPKG

335 BJavaScriptView Raw
1'use client';
2
3import * as React from 'react';
4import createSvgIcon from "../../utils/createSvgIcon.js";
5
6/**
7 * @ignore - internal component.
8 */
9import { jsx as _jsx } from "react/jsx-runtime";
10export 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