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