@nouance/payload-better-fields-plugin
Version:
A Payload plugin that aims to provide improved fields for the admin panel
27 lines (26 loc) • 865 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import React from 'react';
export const AlertIcon = ()=>/*#__PURE__*/ _jsxs("svg", {
className: "lucide lucide-alert-triangle",
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("path", {
d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"
}),
/*#__PURE__*/ _jsx("path", {
d: "M12 9v4"
}),
/*#__PURE__*/ _jsx("path", {
d: "M12 17h.01"
})
]
});
//# sourceMappingURL=AlertIcon.js.map