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