disc constant

String const disc

Implementation

static const String disc =
    '<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 fill-rule="evenodd" d="M12 9a3 3 0 100 6 3 3 0 000-6Zm-1 3a1 1 0 102 0 1 1 0 00-2 0Z" clip-rule="evenodd"/><path d="M5 12a7 7 0 017-7v2a5 5 0 00-5 5H5Zm7 5a5 5 0 005-5h2a7 7 0 01-7 7v-2Z"/><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1ZM3 12a9 9 0 1018 0 9 9 0 00-18 0Z" clip-rule="evenodd"/></g></svg>';