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