vector_bezier_circle constant

String const vector_bezier_circle

Icon Data of vector_bezier_circle

Implementation

static const String vector_bezier_circle =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="4" height="4" x="3" y="10" rx="1"/><rect width="4" height="4" x="17" y="10" rx="1"/><rect width="4" height="4" x="10" y="3" rx="1"/><rect width="4" height="4" x="10" y="17" rx="1"/><path d="M19 10a5 5 0 00-5-5m5 9a5 5 0 01-5 5m-9-5a5 5 0 005 5m-5-9a5 5 0 015-5"/></g></svg>';