document_horizontal constant

String const document_horizontal

Implementation

static const String document_horizontal =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M28 6H4a2.002 2.002 0 00-2 2v16a2.002 2.002 0 002 2h24a2.002 2.002 0 002-2V8a2.002 2.002 0 00-2-2Zm-8 18h-8v-2a1 1 0 011-1h6a1 1 0 011 1Zm8 0h-6v-2a3 3 0 00-3-3h-6a3 3 0 00-3 3v2H4V8h24Z"/><path fill="currentColor" d="M16 18a4 4 0 10-4-4 4 4 0 004 4Zm0-6a2 2 0 11-2 2 2 2 0 012-2Z"/></svg>';