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" fill-rule="evenodd" d="M3 6a3 3 0 00-3 3v7a3 3 0 003 3h18a3 3 0 003-3V9a3 3 0 00-3-3H3Zm6 2H7v5a1 1 0 11-2 0V8H3a1 1 0 00-1 1v7a1 1 0 001 1h18a1 1 0 001-1V9a1 1 0 00-1-1h-2v3a1 1 0 11-2 0V8h-2v5a1 1 0 11-2 0V8h-2v3a1 1 0 11-2 0V8Z" clip-rule="evenodd"/></svg>';