UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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