@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 817 B
JavaScript
var s = Object.defineProperty, f = Object.defineProperties;
var h = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var i = Object.prototype.hasOwnProperty, p = Object.prototype.propertyIsEnumerable;
var a = (t, o, e) => o in t ? s(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e, m = (t, o) => {
for (var e in o || (o = {}))
i.call(o, e) && a(t, e, o[e]);
if (r)
for (var e of r(o))
p.call(o, e) && a(t, e, o[e]);
return t;
}, l = (t, o) => f(t, h(o));
import S, { forwardRef as c } from "react";
import B from "../lib/SSRBase.mjs";
import R from "../defs/BluetoothSlash.mjs";
const d = c((t, o) => /* @__PURE__ */ S.createElement(B, l(m({ ref: o }, t), { weights: R })));
d.displayName = "BluetoothSlash";
export {
d as BluetoothSlash
};