UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

25 lines (21 loc) 606 B
/** * @license lucide-react v1.46.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.mjs'; const __iconData = { name: "flag-triangle-left", size: 24, node: [ [ "path", { d: "M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5", key: "rbbtmw" } ] ] }; __iconData.node; const FlagTriangleLeft = createLucideIcon(__iconData); export { __iconData, FlagTriangleLeft as default }; //# sourceMappingURL=flag-triangle-left.mjs.map