vertical_timeline constant

String const vertical_timeline

Implementation

static const String vertical_timeline =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor" stroke="currentColor" stroke-width="4"><path stroke-linecap="round" d="M4 5h40M4 43h40M8 36v7"/><path stroke-linejoin="round" d="M12 28H4v8h8v-8Zm16-8h-8v8h8v-8Zm16-8h-8v8h8v-8Z"/><path stroke-linecap="round" d="M40 20v23M8 12v1m0 7v1m15-9v1m1 15v15"/></g></svg>';