weather constant

String const weather

Icon Data of weather

Implementation

static const String weather =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M24 13a11 11 0 11-11 11 11 11 0 0111-11Zm0-9.5v6.11m14.5-.11-4.32 4.32M44.5 24h-6.11m.11 14.5-4.32-4.32M24 44.5v-6.11m-14.5.11 4.32-4.32M3.5 24h6.11M9.5 9.5l4.32 4.32"/></svg>';