UNPKG

@nouance/payload-better-fields-plugin

Version:

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

29 lines (28 loc) 837 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; export const InfoIcon = ()=>/*#__PURE__*/ _jsxs("svg", { className: "lucide lucide-info", 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("path", { d: "M12 16v-4" }), /*#__PURE__*/ _jsx("path", { d: "M12 8h.01" }) ] }); //# sourceMappingURL=InfoIcon.js.map