image constant

String const image

Implementation

static const String image =
    '<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"><g fill="currentColor"><path d="M15.5 10a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"/><path d="M3 5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5zm16 0H5v7.92l3.375-2.7a1 1 0 011.25 0l4.3 3.44 1.368-1.367a1 1 0 011.414 0L19 14.586V5zM5 19h14v-1.586l-3-3-1.293 1.293a1 1 0 01-1.332.074L9 12.28l-4 3.2V19z"/></g></svg>';