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