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