bramkragten / weather-card

Weather Card with animated icons for Home Assistant Lovelace
MIT License
488 stars 169 forks source link

Missing extreme weather icon #111

Open tylerszabo opened 3 years ago

tylerszabo commented 3 years ago

The following resource is not available: https://cdn.jsdelivr.net/gh/bramkragten/weather-card/dist/icons/!!.svg. This condition occurs when there is a extreme weather alert. Home Assistant uses mdi:alert-circle-outline

Screenshot: image

tylerszabo commented 3 years ago

Here's an SVG for !!.png that seems to do an okay job:

<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="64" version="1.1" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
 <path d="m30.8 35.6h2.4v2.4h-2.4v-2.4m0-9.6h2.4v7.2h-2.4v-7.2m1.2-6c-6.636 0-12 5.4-12 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12 12 12 0 0 0-12-12m0 21.6a9.6 9.6 0 0 1-9.6-9.6 9.6 9.6 0 0 1 9.6-9.6 9.6 9.6 0 0 1 9.6 9.6 9.6 9.6 0 0 1-9.6 9.6z" fill="#ffa500" stroke-width="1.2"/>
</svg>
TTLucian commented 1 year ago

Same here!