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