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