heart_decoration constant

String const heart_decoration

Implementation

static const String heart_decoration =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M6 2a4 4 0 00-4 4v20a4 4 0 004 4h20a4 4 0 004-4V6a4 4 0 00-4-4H6Zm10 9.54s1.41-2.17 3.24-2.49c4.54-.79 6.41 3.18 5.65 6.13-1.35 5.27-8.89 9.87-8.89 9.87s-7.54-4.6-8.89-9.86c-.75-2.95 1.12-6.93 5.65-6.13 1.83.32 3.24 2.48 3.24 2.48Z"/></svg>';