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