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