UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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