@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.28 kB
JavaScript
import { jsx as n, jsxs as i } from "react/jsx-runtime";
import { memo as e } from "react";
function l(t) {
return /* @__PURE__ */ n(
"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: "IconLightning12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ i("g", { fill: "none", children: [
/* @__PURE__ */ n("g", { clipPath: "url(#Lightning12)", children: /* @__PURE__ */ n(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1.741 7.93C.86 7.929.418 6.845 1.043 6.21L6.863.302c.743-.755 1.98.029 1.64 1.039l-.868 2.573h2.622c.884 0 1.326 1.086.701 1.72L4.984 11.7c-.745.757-1.986-.034-1.638-1.045l.933-2.717zm5.823-6.916-5.82 5.91 3.234.009.697.002-.23.667-1.162 3.385 5.974-6.066h-4.01l.224-.667z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "Lightning12", children: /* @__PURE__ */ n("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const o = e(l);
export {
o as default
};
//# sourceMappingURL=IconLightning12.es.js.map