lamp constant

String const lamp

Implementation

static const String lamp =
    '<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 d="M14 9.5a3.5 3.5 0 117 0V21h-7V9.5Zm13 0a3.5 3.5 0 117 0V21h-7V9.5Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M18 34h12v8H18z"/><path d="M10 22a1 1 0 011-1h26a1 1 0 011 1v4a8 8 0 01-8 8H18a8 8 0 01-8-8v-4Z"/></g></svg>';