UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

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