UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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