server constant

String const server

Icon Data of server

Implementation

static const String server =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="M2 5a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2V5Zm14 1a1 1 0 11-2 0 1 1 0 012 0ZM2 13a2 2 0 012-2h12a2 2 0 012 2v2a2 2 0 01-2 2H4a2 2 0 01-2-2v-2Zm14 1a1 1 0 11-2 0 1 1 0 012 0Z" clip-rule="evenodd"/></svg>';