@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 811 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function i(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: "IconLightning32Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M18.774 4.575 6.055 17.293c-.629.629-.185 1.704.704 1.707l7.054.02-2.57 7.368c-.35 1.004.9 1.788 1.65 1.037l13.05-13.05c.63-.63.184-1.707-.707-1.707h-7.228l2.418-7.062c.343-1.002-.904-1.78-1.654-1.03"
}
)
}
);
}
const o = n(i);
export {
o as default
};
//# sourceMappingURL=IconLightning32Filled.es.js.map