divider_line_solid constant

String const divider_line_solid

Implementation

static const String divider_line_solid =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="15" height="15" preserveAspectRatio="xMidYMid meet" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M12 2H3V1h9v1Zm-2 3H3V4h7v1Zm5 3H0V7h15v1Zm-3 3H3v-1h9v1Zm-2 3H3v-1h7v1Z" clip-rule="evenodd"/></svg>';