image constant

String const image

Icon Data of image

Implementation

static const String image =
    '<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="M19 14a3 3 0 10-3-3 3 3 0 003 3Zm0-4a1 1 0 11-1 1 1 1 0 011-1Z"/><path fill="currentColor" d="M26 4H6a2 2 0 00-2 2v20a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2Zm0 22H6v-6l5-5 5.59 5.59a2 2 0 002.82 0L21 19l5 5Zm0-4.83-3.59-3.59a2 2 0 00-2.82 0L18 19.17l-5.59-5.59a2 2 0 00-2.82 0L6 17.17V6h20Z"/></svg>';