UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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