persona-community-5/.pnpm-store/v3/files/02/e1ade9cdcf90b73d99cab645de316c51d1c1e2cf5fd28f17ef724823ebbecb17bf249c56948d4cb172f46e1e3498a31aba28c6f846b8c306ded13add01f481
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
524 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 SquareChevronLeft = createLucideIcon("SquareChevronLeft", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "m14 16-4-4 4-4", key: "ojs7w8" }]
]);
export { SquareChevronLeft as default };
//# sourceMappingURL=square-chevron-left.js.map