UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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