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

16 lines
440 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 FlagTriangleLeft = createLucideIcon("FlagTriangleLeft", [
["path", { d: "M17 22V2L7 7l10 5", key: "1rmf0r" }]
]);
export { FlagTriangleLeft as default };
//# sourceMappingURL=flag-triangle-left.js.map