calendar_last_day constant

String const calendar_last_day

Implementation

static const String calendar_last_day =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="21" height="21" preserveAspectRatio="xMidYMid meet" viewBox="0 0 21 21"><g fill="currentColor" fill-rule="evenodd" transform="translate(2 2)"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M2.5.5h12.027a2 2 0 012 2v11.99a2 2 0 01-1.85 1.995l-.16.006-12.027-.058a2 2 0 01-1.99-2V2.5a2 2 0 012-2zm-2 4h16.027"/><circle cx="12.5" cy="12.5" r="1"/></g></svg>';