UNPKG

@nouance/payload-better-fields-plugin

Version:

A Payload plugin that aims to provide improved fields for the admin panel

35 lines (34 loc) 993 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; export const ErrorIcon = ()=>/*#__PURE__*/ _jsxs("svg", { className: "lucide lucide-alert-circle", fill: "none", height: "24", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg", children: [ /*#__PURE__*/ _jsx("circle", { cx: "12", cy: "12", r: "10" }), /*#__PURE__*/ _jsx("line", { x1: "12", x2: "12", y1: "8", y2: "12" }), /*#__PURE__*/ _jsx("line", { x1: "12", x2: "12.01", y1: "16", y2: "16" }) ] }); //# sourceMappingURL=ErrorIcon.js.map