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

17 lines
512 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 ToggleLeft = createLucideIcon("ToggleLeft", [
["rect", { width: "20", height: "12", x: "2", y: "6", rx: "6", ry: "6", key: "f2vt7d" }],
["circle", { cx: "8", cy: "12", r: "2", key: "1nvbw3" }]
]);
export { ToggleLeft as default };
//# sourceMappingURL=toggle-left.js.map