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