fireworks constant

String const fireworks

Implementation

static const String fireworks =
    '<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 stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="m6 42 8.674-24.736L31 34.038 6 42Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m23 19 5-5c2.667-2.667 3-5 1-7m0 18 5-5c3.333-3.333 6.667-3.333 10 0"/><path d="M20 7a2 2 0 100-4 2 2 0 000 4Zm22-1a2 2 0 100-4 2 2 0 000 4Zm0 23a2 2 0 100-4 2 2 0 000 4Zm-3 9a2 2 0 100-4 2 2 0 000 4Z"/></g></svg>';