@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 309 B
JavaScript
import * as o from "react";
import e from "../lib/IconBase.es.js";
import r from "../defs/LightningA.es.js";
const t = o.forwardRef((n, i) => /* @__PURE__ */ o.createElement(e, { ref: i, ...n, weights: r }));
t.displayName = "LightningAIcon";
const c = t;
export {
c as LightningA,
t as LightningAIcon
};