format_list_triangle constant

String const format_list_triangle

Implementation

static const String format_list_triangle =
    '<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" d="M5 15.5 7.5 20h-5L5 15.5M9 19h12v-2H9v2zM5 9.5 7.5 14h-5L5 9.5M9 13h12v-2H9v2zM5 3.5 7.5 8h-5L5 3.5M9 7h12V5H9v2z"/></svg>';