@frontify/fondue
Version:
Design system of Frontify
29 lines (28 loc) • 782 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconLightning12Filled",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "m7.213.657-5.82 5.91c-.312.317-.092.859.35.86l3.234.01-1.163 3.384c-.173.506.447.9.82.522l5.973-6.066c.313-.317.091-.86-.35-.86H6.94l1.092-3.24c.17-.505-.448-.897-.82-.52"
}
)
}
);
}
const o = n(i);
export {
o as default
};
//# sourceMappingURL=IconLightning12Filled.es.js.map