reports/frontend/node_modules/lucide-react/dist/esm/icons/flag-triangle-left.js
jtricerolph 1c411e402e Add settings page for managing forecasting API key and URL via UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 14:37:36 +00:00

15 lines
440 B
JavaScript

/**
* @license lucide-react v0.468.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