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