UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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