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