UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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