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