braille constant

String const braille

Implementation

static const String braille =
    '<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" stroke="currentColor" stroke-width="2" d="M7 10a3 3 0 100-6 3 3 0 000 6zm10 10a3 3 0 100-6 3 3 0 000 6zM7 8a1 1 0 100-2 1 1 0 000 2zm10 10a1 1 0 100-2 1 1 0 000 2zM7 20a3 3 0 110-6 3 3 0 010 6zm10-10a3 3 0 110-6 3 3 0 010 6z"/></svg>';