UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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