UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 321 B
import * as e from "react"; import c from "../lib/IconBase.es.js"; import t from "../defs/CalendarCheck.es.js"; const a = e.forwardRef((o, r) => /* @__PURE__ */ e.createElement(c, { ref: r, ...o, weights: t })); a.displayName = "CalendarCheckIcon"; const s = a; export { s as CalendarCheck, a as CalendarCheckIcon };