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