triangle constant

String const triangle

Implementation

static const String triangle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M216 224H40a23.9 23.9 0 01-20.7-36l87.9-152a24 24 0 0141.6 0l87.9 152a23.9 23.9 0 01-20.7 36ZM121.1 44l-88 152a7.8 7.8 0 000 8 7.9 7.9 0 006.9 4h176a7.9 7.9 0 006.9-4 7.8 7.8 0 000-8l-88-152a8 8 0 00-13.8 0Z"/></svg>';