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="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M44 14 34 4l-3.75 3.75-3.75 3.75L19 19l-7.5 7.5-3.75 3.75L4 34l10 10 30-30ZM30.25 7.75l-22.5 22.5M9 29l4 4m1-9 6 6m-1-11 4 4m1-9 6 6M29 9l4 4"/></svg>';