UNPKG

@solar-icons/react

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