UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 300 B
import * as s from "react"; import t from "../lib/SSRBase.es.js"; import c from "../defs/Scissors.es.js"; const o = s.forwardRef((r, e) => /* @__PURE__ */ s.createElement(t, { ref: e, ...r, weights: c })); o.displayName = "ScissorsIcon"; const m = o; export { m as Scissors, o as ScissorsIcon };