UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 329 B
import * as e from "react"; import f from "../lib/IconBase.es.js"; import t from "../defs/AirplaneTakeoff.es.js"; const o = e.forwardRef((a, r) => /* @__PURE__ */ e.createElement(f, { ref: r, ...a, weights: t })); o.displayName = "AirplaneTakeoffIcon"; const m = o; export { m as AirplaneTakeoff, o as AirplaneTakeoffIcon };