@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 830 B
JavaScript
var f = Object.defineProperty, p = Object.defineProperties;
var c = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, g = Object.prototype.propertyIsEnumerable;
var o = (t, r, e) => r in t ? f(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e, m = (t, r) => {
for (var e in r || (r = {}))
s.call(r, e) && o(t, e, r[e]);
if (a)
for (var e of a(r))
g.call(r, e) && o(t, e, r[e]);
return t;
}, i = (t, r) => p(t, c(r));
import h, { forwardRef as n } from "react";
import B from "../lib/IconBase.mjs";
import d from "../defs/HeartStraightBreak.mjs";
const k = n((t, r) => /* @__PURE__ */ h.createElement(B, i(m({ ref: r }, t), { weights: d })));
k.displayName = "HeartStraightBreak";
export {
k as HeartStraightBreak
};