dots_vertical_line constant

String const dots_vertical_line

Implementation

static const String dots_vertical_line =
    '<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" d="M9 5a3 3 0 106 0 3 3 0 00-6 0zm3 1a1 1 0 110-2 1 1 0 010 2zm0 9a3 3 0 110-6 3 3 0 010 6zm-1-3a1 1 0 102 0 1 1 0 00-2 0zm1 10a3 3 0 110-6 3 3 0 010 6zm-1-3a1 1 0 102 0 1 1 0 00-2 0z"/></svg>';