@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 c from "../defs/ListChecks.es.js";
const s = e.forwardRef((t, o) => /* @__PURE__ */ e.createElement(r, { ref: o, ...t, weights: c }));
s.displayName = "ListChecksIcon";
const m = s;
export {
m as ListChecks,
s as ListChecksIcon
};