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