UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 333 B
import * as e from "react"; import m from "../lib/IconBase.es.js"; import c from "../defs/PencilSimpleLine.es.js"; const i = e.forwardRef((o, n) => /* @__PURE__ */ e.createElement(m, { ref: n, ...o, weights: c })); i.displayName = "PencilSimpleLineIcon"; const a = i; export { a as PencilSimpleLine, i as PencilSimpleLineIcon };