circle_print constant

String const circle_print

Icon Data of circle_print

Implementation

static const String circle_print =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><circle cx="12" cy="11" r="6" opacity=".8"/><path fill-rule="evenodd" d="M4 10a6 6 0 1012 0 6 6 0 00-12 0Zm11 0a5 5 0 11-10 0 5 5 0 0110 0Z" clip-rule="evenodd"/></g></svg>';