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