UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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