@turbo-red/strapi-plugin-lookup-enum
Version:
Like enum field, but options are extracted from a field provided by a single-type content.
85 lines (84 loc) • 2.58 kB
JavaScript
import { jsxs, jsx } from "react/jsx-runtime";
function Icon() {
return /* @__PURE__ */ jsxs(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
className: "sc-blHHSb fTSiDe",
version: "1.1",
viewBox: "0 0 32 32",
children: [
/* @__PURE__ */ jsx(
"rect",
{
width: "31",
height: "23",
x: "0.5",
y: "4.5",
fill: "#fbe7e7",
fillOpacity: "1",
stroke: "#872525",
strokeOpacity: "1",
rx: "2.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
fill: "#7a3030",
fillOpacity: "1",
d: "M9.679 7.18a.75.75 0 00-1.358 0l-4 8.5a.75.75 0 001.357.64l.974-2.07h4.695l.974 2.07a.75.75 0 101.358-.64zm-2.32 5.57l1.64-3.489 1.643 3.489zm9.14-3c-.865 0-1.547.241-2.027.717a.75.75 0 101.056 1.063c.188-.187.516-.283.972-.283.584 0 1.074.323 1.21.757a3 3 0 00-1.21-.254c-1.516 0-2.75 1.121-2.75 2.5s1.234 2.5 2.75 2.5c.479.001.95-.114 1.375-.336A.75.75 0 0019.25 16v-3.75c0-1.379-1.234-2.5-2.75-2.5m0 5.5c-.687 0-1.25-.449-1.25-1 0-.551.563-1 1.25-1s1.25.449 1.25 1c0 .551-.562 1-1.25 1"
}
),
/* @__PURE__ */ jsxs(
"g",
{
stroke: "#020101",
strokeDasharray: "none",
strokeOpacity: "1",
transform: "translate(1.285 -1.897)",
children: [
/* @__PURE__ */ jsx(
"circle",
{
cx: "15.212",
cy: "16.58",
r: "5.432",
fill: "#efe7fb",
fillOpacity: "0.559",
strokeWidth: "0.6"
}
),
/* @__PURE__ */ jsx(
"path",
{
fill: "none",
fillOpacity: "1",
strokeLinecap: "round",
strokeWidth: "1.623",
d: "M19.427 20.761l4.94 4.94"
}
),
/* @__PURE__ */ jsx(
"path",
{
fill: "none",
fillOpacity: "1",
strokeLinecap: "round",
strokeWidth: "2.84",
d: "M21.133 22.443l3.172 3.172"
}
)
]
}
)
]
}
);
}
export {
Icon as default
};
//# sourceMappingURL=LookupEnumIcon-Cg7bWgrb.mjs.map