UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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