UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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