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