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