UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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