snowman constant

String const snowman

Implementation

static const String snowman =
    '<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"><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m12 24-8-4m4 2v-4m32 4v-4"/><circle cx="24" cy="10" r="6" stroke="currentColor" stroke-width="4"/><ellipse cx="24" cy="30" stroke="currentColor" stroke-width="4" rx="13" ry="14"/><circle cx="24" cy="26" r="2"/><circle cx="24" cy="31" r="2"/><circle cx="24" cy="36" r="2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m44 20-8 4"/></g></svg>';