color_filter_outline constant

String const color_filter_outline

Implementation

static const String color_filter_outline =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512"><circle cx="256" cy="184" r="120" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="344" cy="328" r="120" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/><circle cx="168" cy="328" r="120" fill="currentColor" stroke="currentColor" stroke-linejoin="round" stroke-width="32"/></svg>';