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