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