UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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