UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 321 B
import * as o from "react"; import m from "../lib/IconBase.es.js"; import c from "../defs/LockLaminated.es.js"; const a = o.forwardRef((e, t) => /* @__PURE__ */ o.createElement(m, { ref: t, ...e, weights: c })); a.displayName = "LockLaminatedIcon"; const i = a; export { i as LockLaminated, a as LockLaminatedIcon };