@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 e from "../lib/IconBase.es.js";
import r from "../defs/CloudLightning.es.js";
const t = o.forwardRef((n, i) => /* @__PURE__ */ o.createElement(e, { ref: i, ...n, weights: r }));
t.displayName = "CloudLightningIcon";
const c = t;
export {
c as CloudLightning,
t as CloudLightningIcon
};