UNPKG

326 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: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
12}), 'Warning');
\No newline at end of file