UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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