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