persona-community-5/.pnpm-store/v3/files/d7/a12b90dd2f402435d972fef36e30b49b947d27a4664396cb806957990aa81182aca49b13d40b1f876db43cdda71f34eafdf34f7d8d7e745a170247c9af7073
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

19 lines
619 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 MonitorStop = createLucideIcon("MonitorStop", [
["path", { d: "M12 17v4", key: "1riwvh" }],
["path", { d: "M8 21h8", key: "1ev6f3" }],
["rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", key: "x3v2xh" }],
["rect", { x: "9", y: "7", width: "6", height: "6", rx: "1", key: "5m2oou" }]
]);
export { MonitorStop as default };
//# sourceMappingURL=monitor-stop.js.map