UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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