viewfinder constant

String const viewfinder

Implementation

static const String viewfinder =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" stroke-linejoin="round" d="M16 6H8a2 2 0 00-2 2v8m10 26H8a2 2 0 01-2-2v-8m26 10h8a2 2 0 002-2v-8M32 6h8a2 2 0 012 2v8M13 33V18h6l2-3h6l2 3h6v15H13Z"/><path stroke-miterlimit="10" d="M24 28a3 3 0 100-6 3 3 0 000 6Z"/></g></svg>';