diagram constant

String const diagram

Icon Data of diagram

Implementation

static const String diagram =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="M13 30a11 11 0 010-22 1 1 0 011 1v9h9a1 1 0 011 1 11 11 0 01-11 11Zm-1-19.94A9 9 0 1021.94 20H14a2 2 0 01-2-2Z"/><path fill="currentColor" d="M28 14h-9a2 2 0 01-2-2V3a1 1 0 011-1 11 11 0 0111 11 1 1 0 01-1 1Zm-9-2h7.94A9 9 0 0019 4.06Z"/></svg>';