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