@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 958 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function l(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLightning32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.757 20c-1.779-.006-2.666-2.157-1.408-3.415L18.066 3.868c1.499-1.499 3.993.057 3.307 2.062l-1.965 5.738h5.83c1.78 0 2.673 2.154 1.413 3.414l-13.05 13.05C12.1 29.635 9.6 28.066 10.3 26.059l2.108-6.043zM19.481 5.282 6.763 18l7.054.02 1.403.004-.462 1.326-2.57 7.368 13.05-13.05h-8.629l.454-1.324z",
clipRule: "evenodd"
}
)
}
);
}
const r = n(l);
export {
r as default
};
//# sourceMappingURL=IconLightning32.es.js.map