@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 a from "../lib/SSRBase.es.js";
import f from "../defs/ArrowLineLeft.es.js";
const r = e.forwardRef((o, t) => /* @__PURE__ */ e.createElement(a, { ref: t, ...o, weights: f }));
r.displayName = "ArrowLineLeftIcon";
const n = r;
export {
n as ArrowLineLeft,
r as ArrowLineLeftIcon
};