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