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