picture constant

String const picture

Implementation

static const String picture =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3h13a3 3 0 013 3v13a3 3 0 01-3 3H5a3 3 0 01-3-3V6a3 3 0 013-3Zm0 1a2 2 0 00-2 2v11.586l4.293-4.293 2.5 2.5 5-5L20 16V6a2 2 0 00-2-2H5Zm4.793 13.207-2.5-2.5L3 19a2 2 0 002 2h13a2 2 0 002-2v-1.586l-5.207-5.207-5 5ZM7.5 6a2.5 2.5 0 110 5 2.5 2.5 0 010-5Zm0 1a1.5 1.5 0 100 3 1.5 1.5 0 000-3Z"/></svg>';