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