triangle_round_rectangle constant

String const triangle_round_rectangle

Implementation

static const String triangle_round_rectangle =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 29H6v14h14V29Zm4-25 10 17H14L24 4Zm12 40a8 8 0 100-16 8 8 0 000 16Z"/></svg>';