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