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