webdlh-net/wwwroot/lib/lucide/dist/esm/icons/wind-arrow-down.js

30 lines
671 B
JavaScript

/**
* @license lucide-static v0.511.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const WindArrowDown = `
<svg
class="lucide lucide-wind-arrow-down"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M10 2v8" />
<path d="M12.8 21.6A2 2 0 1 0 14 18H2" />
<path d="M17.5 10a2.5 2.5 0 1 1 2 4H2" />
<path d="m6 6 4 4 4-4" />
</svg>
`;
export { WindArrowDown as default };
//# sourceMappingURL=wind-arrow-down.js.map