diamonds constant

String const diamonds

Implementation

static const String diamonds =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M12 8h24l8 10-20 24L4 18l8-10ZM4 18h40M24 42l-8-24m8 24 8-24"/><path d="m8 13-4 5 20 24 20-24-4-5"/></g></svg>';