triangles constant

String const triangles

Implementation

static const String triangles =
    '<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"><g fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M9.974 21h8.052a.975.975 0 00.81-1.517l-4.025-6.048a.973.973 0 00-1.622 0l-4.025 6.048A.977.977 0 009.974 21z"/><path d="M4.98 16h14.04c.542 0 .98-.443.98-.989a.995.995 0 00-.156-.534l-7.02-11.023a.974.974 0 00-1.648 0l-7.02 11.023a.994.994 0 00.294 1.366.973.973 0 00.53.157z"/></g></svg>';