UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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