@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 824 B
JavaScript
var g = Object.defineProperty, i = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var c = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
var t = (e, o, r) => o in e ? g(e, o, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[o] = r, a = (e, o) => {
for (var r in o || (o = {}))
c.call(o, r) && t(e, r, o[r]);
if (m)
for (var r of m(o))
l.call(o, r) && t(e, r, o[r]);
return e;
}, f = (e, o) => i(e, p(o));
import s, { forwardRef as h } from "react";
import n from "../lib/IconBase.mjs";
import d from "../defs/GoogleChromeLogo.mjs";
const w = h((e, o) => /* @__PURE__ */ s.createElement(n, f(a({ ref: o }, e), { weights: d })));
w.displayName = "GoogleChromeLogo";
export {
w as GoogleChromeLogo
};