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