/**
* @license lucide-solid v0.536.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/

// src/icons/flag-triangle-right.tsx
import Icon from "../Icon";
var iconNode = [
  [
    "path",
    { d: "M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5", key: "kfjsu0" }
  ]
];
var FlagTriangleRight = (props) => <Icon {...props} iconNode={iconNode} name="flag-triangle-right" />;
var flag_triangle_right_default = FlagTriangleRight;
export {
  flag_triangle_right_default as default
};
//# sourceMappingURL=flag-triangle-right.jsx.map
