@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 333 B
JavaScript
import * as e from "react";
import t from "../lib/IconBase.es.js";
import s from "../defs/FireExtinguisher.es.js";
const r = e.forwardRef((i, o) => /* @__PURE__ */ e.createElement(t, { ref: o, ...i, weights: s }));
r.displayName = "FireExtinguisherIcon";
const m = r;
export {
m as FireExtinguisher,
r as FireExtinguisherIcon
};