calendar constant

String const calendar

Implementation

static const String calendar =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 9a1 1 0 100 2h8a1 1 0 100-2H8Z"/><path fill-rule="evenodd" d="M6 3a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3H6ZM5 18V7h14v11a1 1 0 01-1 1H6a1 1 0 01-1-1Z" clip-rule="evenodd"/></g></svg>';