@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 304 B
JavaScript
import * as a from "react";
import o from "../lib/SSRBase.es.js";
import f from "../defs/HeartHalf.es.js";
const e = a.forwardRef((r, t) => /* @__PURE__ */ a.createElement(o, { ref: t, ...r, weights: f }));
e.displayName = "HeartHalfIcon";
const c = e;
export {
c as HeartHalf,
e as HeartHalfIcon
};