@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 818 B
JavaScript
var t = Object.defineProperty, f = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var e = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var m = (r, o, a) => o in r ? t(r, o, { enumerable: !0, configurable: !0, writable: !0, value: a }) : r[o] = a, i = (r, o) => {
for (var a in o || (o = {}))
c.call(o, a) && m(r, a, o[a]);
if (e)
for (var a of e(o))
d.call(o, a) && m(r, a, o[a]);
return r;
}, n = (r, o) => f(r, p(o));
import s, { forwardRef as g } from "react";
import l from "../lib/IconBase.mjs";
import w from "../defs/WarningDiamond.mjs";
const D = g((r, o) => /* @__PURE__ */ s.createElement(l, n(i({ ref: o }, r), { weights: w })));
D.displayName = "WarningDiamond";
export {
D as WarningDiamond
};