camera constant

String const camera

Implementation

static const String camera =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" preserveAspectRatio="xMidYMid meet" viewBox="0 0 21 21"><g fill="currentColor" fill-rule="evenodd"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.5 14.5v-6a2 2 0 012-2h12a2 2 0 012 2v6a2 2 0 01-2 2h-12a2 2 0 01-2-2z"/><path d="M17 9a1 1 0 10-2 0 1 1 0 002 0z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.5 11.5a3 3 0 10-6 0 3 3 0 006 0zm-4-7h2a1 1 0 011 1v1h-4v-1a1 1 0 011-1z"/></g></svg>';