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