UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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