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