@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 308 B
JavaScript
import * as e from "react";
import r from "../lib/SSRBase.es.js";
import s from "../defs/FishSimple.es.js";
const o = e.forwardRef((i, m) => /* @__PURE__ */ e.createElement(r, { ref: m, ...i, weights: s }));
o.displayName = "FishSimpleIcon";
const p = o;
export {
p as FishSimple,
o as FishSimpleIcon
};