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