badge constant

String const badge

Icon Data of badge

Implementation

static const String badge =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M3.5 6h8a1.5 1.5 0 010 3h-8a1.5 1.5 0 110-3ZM1 7.5A2.5 2.5 0 013.5 5h8a2.5 2.5 0 010 5h-8A2.5 2.5 0 011 7.5ZM4.5 7a.5.5 0 000 1h6a.5.5 0 000-1h-6Z" clip-rule="evenodd"/></svg>';