two_triangles constant

String const two_triangles

Implementation

static const String two_triangles =
    '<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"><path d="m24 4 17.32 30H6.68L24 4Z"/><path d="m24 44 17.32-30H6.68L24 44Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m24 4 17.32 30H6.68L24 4Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m24 44 17.32-30H6.68L24 44Z"/></g></svg>';