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