import * as o from"react";
import a from"../lib/IconBase.es.js";
import f from"../defs/Gift.es.js";
const t = o.forwardRef((e, r) =>/* @__PURE__ */ o.createElement(a, { ref: r, ...e, weights: f }));
t.displayName = "GiftIcon";
const c = t;
export {
c asGift,
t asGiftIcon
};