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