@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.44 kB
JavaScript
import { jsx as t, jsxs as e } from "react/jsx-runtime";
import { memo as i } from "react";
function a(l) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLightbulb12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e("g", { fill: "none", children: [
/* @__PURE__ */ t("g", { clipPath: "url(#Lightbulb12)", children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7.54 6.643a1 1 0 0 0-.504.868v1.551H4.964v-1.55a1 1 0 0 0-.504-.869 3 3 0 0 1-.384-.26 3 3 0 0 1-1.148-2.358C2.928 2.365 4.292 1 6 1s3.072 1.365 3.072 3.025a3 3 0 0 1-1.148 2.358q-.181.144-.384.26M3.964 9.062v-1.55a4 4 0 0 1-.51-.345 4 4 0 0 1-1.526-3.142C1.928 1.802 3.75 0 6 0s4.072 1.802 4.072 4.025a4 4 0 0 1-1.527 3.142q-.24.19-.509.344v1.551a1 1 0 0 1-1 1H4.964a1 1 0 0 1-1-1m.764 2.01a.5.5 0 0 0 0 1h2.545a.5.5 0 1 0 0-1z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "Lightbulb12", children: /* @__PURE__ */ t("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const c = i(a);
export {
c as default
};
//# sourceMappingURL=IconLightbulb12.es.js.map