horizontal_rule constant

String const horizontal_rule

Implementation

static const String horizontal_rule =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M6.432 10h.823V4h-.823v2.61h-2.61V4H3v6h.823V7.394h2.61V10zm5.668 0h.9l-1.28-2.63c.131-.058.26-.134.389-.23a1.666 1.666 0 00.585-.797c.064-.171.096-.364.096-.58a1.77 1.77 0 00-.082-.557 1.644 1.644 0 00-.22-.446 1.504 1.504 0 00-.31-.341 1.864 1.864 0 00-.737-.373A1.446 1.446 0 0011.1 4H8.64v6h.824V7.518h1.467L12.1 10zm-.681-3.32a.874.874 0 01-.293.055H9.463V4.787h1.663a.87.87 0 01.576.24.956.956 0 01.306.737c0 .168-.029.314-.087.437a.91.91 0 01-.503.479zM13 12H3v1h10v-1z" clip-rule="evenodd"/></svg>';