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