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