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