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="10" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 10 16"><path fill="currentColor" fill-rule="evenodd" d="M1 7h2v2h1V3H3v3H1V3H0v6h1V7zm9 2V7H9v2h1zm0-3V4H9v2h1zM7 6V4h2V3H6v6h1V7h2V6H7zm-7 7h10v-2H0v2z"/></svg>';