@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 m from "../defs/HandHeart.es.js";
const e = a.forwardRef((r, t) => /* @__PURE__ */ a.createElement(o, { ref: t, ...r, weights: m }));
e.displayName = "HandHeartIcon";
const c = e;
export {
c as HandHeart,
e as HandHeartIcon
};