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="256" height="256" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><g fill="currentColor" stroke="currentColor" stroke-width="16"><path d="M32 32h192"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 48v176M240 48v176M32 32c-8.837 0-16 7.163-16 16m208-16c8.837 0 16 7.163 16 16"/><path d="M224 240H32"/><path stroke-linecap="round" stroke-linejoin="round" d="M224 240a16 16 0 0016-16M32 240a16 16 0 01-16-16M128 48V16m32 32V16m32 32V16M96 48V16M64 48V16M16 96h224"/></g></svg>';