light_bulb constant

String const light_bulb

Implementation

static const String light_bulb =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 22h4M5 9a7 7 0 0114 0 6.972 6.972 0 01-3 5.734l-.542 2.566a2 2 0 01-1.977 1.7h-2.962a2 2 0 01-1.977-1.7L8 14.745A6.992 6.992 0 015 9Zm3 6h8"/></svg>';