persona-community-5/.pnpm-store/v3/files/8b/8b4edf8ab55bd511dc05a8509bd5aa51078716f85956177d799973505eb63eec0341586bfc3958082bda21faa67f6e24c62de962a77f0b214b2048bf918a0c
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
651 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const InspectionPanel = createLucideIcon("InspectionPanel", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M7 7h.01", key: "7u93v4" }],
["path", { d: "M17 7h.01", key: "14a9sn" }],
["path", { d: "M7 17h.01", key: "19xn7k" }],
["path", { d: "M17 17h.01", key: "1sd3ek" }]
]);
export { InspectionPanel as default };
//# sourceMappingURL=inspection-panel.js.map