UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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