picture constant

String const picture

Icon Data of 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="M4 6v12h16V6H4Zm0-2h16a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V6a2 2 0 012-2Zm3.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3ZM7 14l2-2 2 2 4-4 3 3v3H7v-2Z"/></svg>';