user_circle constant

String const user_circle

Implementation

static const String user_circle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" preserveAspectRatio="xMidYMid meet" viewBox="0 0 21 21"><g fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" transform="translate(2 2)"><circle cx="8.5" cy="8.5" r="8" stroke-linecap="round"/><path stroke-linecap="round" d="m9.5 4.5 2 2v1a3 3 0 01-6 0v-1z"/><path d="M3.5 12V7.5a5 5 0 1110 0V12"/><path stroke-linecap="round" d="M14.5 13.404c-.662-2.273-3.2-2.93-6-2.93-2.727 0-5.27.774-6 2.93"/></g></svg>';