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