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