UNPKG

336 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: "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"
12}), 'FirstPage');
\No newline at end of file