snowflake constant

String const snowflake

Icon Data of snowflake

Implementation

static const String snowflake =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.75 7.75h-12m6-6v12m-2.5-1 2.5-2.5 2.5 2.5m-7.5-7.5 2.5 2.5-2.5 2.5m7.5-7.5-2.5 2.5-2.5-2.5m7.5 7.5-2.5-2.5 2.5-2.5"/></svg>';