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