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