UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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