toggle_outline constant

String const toggle_outline

Implementation

static const String toggle_outline =
    '<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"><g fill="currentColor" stroke="currentColor"><path d="M3.5 2.5a1 1 0 110 2 1 1 0 010-2Z"/><path d="M11.5.5h-8a3 3 0 000 6h8a3 3 0 100-6Zm0 12a1 1 0 110-2 1 1 0 010 2Z"/><path d="M3.5 14.5h8a3 3 0 100-6h-8a3 3 0 000 6Z"/></g></svg>';