dice constant

String const dice

Icon Data of dice

Implementation

static const String dice =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path fill="currentColor" d="M16 0a4 4 0 014 4v12a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h12Zm0 2H4a2 2 0 00-1.995 1.85L2 4v12a2 2 0 001.85 1.995L4 18h12a2 2 0 001.995-1.85L18 16V4a2 2 0 00-1.85-1.995L16 2Zm-1 11a2 2 0 110 4 2 2 0 010-4Zm-5-5a2 2 0 110 4 2 2 0 010-4ZM5 3a2 2 0 110 4 2 2 0 010-4Z"/></svg>';