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