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="480" height="448" preserveAspectRatio="xMidYMid meet" viewBox="0 0 480 448"><path fill="currentColor" d="M473 373q7-11 0-21L259 11q-6-10-18-10t-18 10L10 352q-9 10 0 21 3 11 17 11h426q12 0 20-11zM65 341 240 62l175 279H65z"/></svg>';