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