webdlh-net/wwwroot/lib/lucide/dist/esm/icons/clock-alert.js

30 lines
645 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 ClockAlert = `
<svg
class="lucide lucide-clock-alert"
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="M12 6v6l4 2" />
<path d="M16 21.16a10 10 0 1 1 5-13.516" />
<path d="M20 11.5v6" />
<path d="M20 21.5h.01" />
</svg>
`;
export { ClockAlert as default };
//# sourceMappingURL=clock-alert.js.map