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