calendar constant

String const calendar

Icon Data of 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" stroke="currentColor" stroke-width="2"><path stroke-linejoin="round" d="M4 6a1 1 0 011-1h14a1 1 0 011 1v4H4V6z"/><path stroke-linecap="round" d="M8 6.5v-3m8 3v-3"/><path stroke-linejoin="round" d="M4 10h16v9a1 1 0 01-1 1H5a1 1 0 01-1-1v-9z"/></g></svg>';