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"><mask id="svgIDa"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#555" d="M12 8h24l8 10-20 24L4 18l8-10Z"/><path d="M4 18h40M24 42l-8-24m8 24 8-24M8 13l-4 5 20 24 20-24-4-5"/></g></mask><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#svgIDa)"/></svg>';