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