calendar_print constant

String const calendar_print

Icon Data of calendar_print

Implementation

static const String calendar_print =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><rect width="14" height="12" x="5" y="6" opacity=".8" rx="1"/><path fill-rule="evenodd" d="M16.5 4.5h-13A.5.5 0 003 5v11a.5.5 0 00.5.5h13a.5.5 0 00.5-.5V5a.5.5 0 00-.5-.5ZM4 15.5v-10h12v10H4Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M16.5 4.5h-13A.5.5 0 003 5v3a.5.5 0 00.5.5h13A.5.5 0 0017 8V5a.5.5 0 00-.5-.5ZM4 7.5v-2h12v2H4Z" clip-rule="evenodd"/><path d="M5.5 5.5h1A.5.5 0 007 5V4a.5.5 0 00-.5-.5h-1A.5.5 0 005 4v1a.5.5 0 00.5.5Zm8 0h1A.5.5 0 0015 5V4a.5.5 0 00-.5-.5h-1a.5.5 0 00-.5.5v1a.5.5 0 00.5.5Zm-7.5 6a1 1 0 110-2 1 1 0 010 2Z"/></g></svg>';