@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 791 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLightning16Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M9.594 1.66 2.64 8.772c-.311.318-.092.862.348.863l3.847.012-1.423 4.174c-.173.507.445.904.816.524L13.36 7.05c.312-.319.091-.863-.35-.863H9.07l1.34-4.006c.17-.507-.446-.9-.816-.521"
}
)
}
);
}
const o = n(i);
export {
o as default
};
//# sourceMappingURL=IconLightning16Filled.es.js.map