tag constant

String const tag

Implementation

static const String tag =
    '<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"><g fill="currentColor"><path d="M2 3a1 1 0 011-1h8a1 1 0 01.707.293l10 10a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-10-10A1 1 0 012 11V3zm2 1v6.586l9 9L19.586 13l-9-9H4z"/><path d="M9 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"/></g></svg>';