UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 293 B
import * as a from "react"; import r from "../lib/IconBase.es.js"; import t from "../defs/Kanban.es.js"; const o = a.forwardRef((n, e) => /* @__PURE__ */ a.createElement(r, { ref: e, ...n, weights: t })); o.displayName = "KanbanIcon"; const s = o; export { s as Kanban, o as KanbanIcon };