UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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