exclamation_circle_print constant

String const exclamation_circle_print

Icon Data of exclamation_circle_print

Implementation

static const String exclamation_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="7" opacity=".8"/><path d="M9.5 6.5a.5.5 0 011 0v5a.5.5 0 01-1 0v-5Z"/><path fill-rule="evenodd" d="M3 10a7 7 0 1014 0 7 7 0 00-14 0Zm13 0a6 6 0 11-12 0 6 6 0 0112 0Z" clip-rule="evenodd"/><circle cx="10" cy="13.75" r=".75"/></g></svg>';