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