UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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