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 r from "../lib/IconBase.es.js"; import n from "../defs/MagnetStraight.es.js"; const a = t.forwardRef((e, o) => /* @__PURE__ */ t.createElement(r, { ref: o, ...e, weights: n })); a.displayName = "MagnetStraightIcon"; const c = a; export { c as MagnetStraight, a as MagnetStraightIcon };