UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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