UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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