UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

21 lines (20 loc) 788 B
var f = Object.defineProperty, i = Object.defineProperties; var c = Object.getOwnPropertyDescriptors; var r = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable; var m = (t, o, e) => o in t ? f(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e, p = (t, o) => { for (var e in o || (o = {})) s.call(o, e) && m(t, e, o[e]); if (r) for (var e of r(o)) n.call(o, e) && m(t, e, o[e]); return t; }, a = (t, o) => i(t, c(o)); import d, { forwardRef as l } from "react"; import w from "../lib/IconBase.mjs"; import R from "../defs/Stop.mjs"; const S = l((t, o) => /* @__PURE__ */ d.createElement(w, a(p({ ref: o }, t), { weights: R }))); S.displayName = "Stop"; export { S as Stop };