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