Files
mao1/PWA/public/weather-sunny.svg

11 lines
915 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="22" fill="none" stroke="#fff" stroke-width="3"/>
<line x1="50" y1="12" x2="50" y2="24" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="50" y1="76" x2="50" y2="88" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="12" y1="50" x2="24" y2="50" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="76" y1="50" x2="88" y2="50" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="23" y1="23" x2="32" y2="32" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="68" y1="68" x2="77" y2="77" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="23" y1="77" x2="32" y2="68" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
<line x1="68" y1="23" x2="77" y2="32" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
</svg>