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