UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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