persona-community-5/.pnpm-store/v3/files/91/39ec773b73110afe315621a5c9b28b97561bb56ea8706c6e479c22f461fa9ad1ec3684e48515617b29b0246d3cd235890b698f7afe89648348e668dca1f534
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
444 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 FlagTriangleRight = createLucideIcon("FlagTriangleRight", [
["path", { d: "M7 22V2l10 5-10 5", key: "17n18y" }]
]);
export { FlagTriangleRight as default };
//# sourceMappingURL=flag-triangle-right.js.map