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