ruler constant

String const ruler

Implementation

static const String ruler =
    '<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"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 4h14a1 1 0 011 1v5a1 1 0 01-1 1h-7a1 1 0 00-1 1v7a1 1 0 01-1 1H5a1 1 0 01-1-1V5a1 1 0 011-1M4 8h2m-2 4h3m-3 4h2M8 4v2m4-2v3m4-3v2"/></svg>';