UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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