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