UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 333 B
import * as i from "react"; import m from "../lib/IconBase.es.js"; import r from "../defs/AlignRightSimple.es.js"; const e = i.forwardRef((o, t) => /* @__PURE__ */ i.createElement(m, { ref: t, ...o, weights: r })); e.displayName = "AlignRightSimpleIcon"; const l = e; export { l as AlignRightSimple, e as AlignRightSimpleIcon };