@phosphor-icons/react
Version:
A clean and friendly icon family for React
11 lines (10 loc) • 321 B
JavaScript
import * as t from "react";
import o from "../lib/IconBase.es.js";
import i from "../defs/HeartStraight.es.js";
const r = t.forwardRef((a, e) => /* @__PURE__ */ t.createElement(o, { ref: e, ...a, weights: i }));
r.displayName = "HeartStraightIcon";
const s = r;
export {
s as HeartStraight,
r as HeartStraightIcon
};