question_circle constant

String const question_circle

Implementation

static const String question_circle =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm.9 13h-2v-2h2v2zM11 8.1c-.4.4-.8.6-1.2.7-.6.4-.8.2-.8 1.2H7c0-2 1.2-2.6 2-3 .3-.1.5-.2.7-.4.1-.1.3-.3.1-.7-.2-.5-.8-1-1.7-1-1.4 0-1.6 1.2-1.7 1.5l-2-.3C4.5 5 5.4 2.9 8 2.9c1.6 0 3 .9 3.6 2.2.4 1.1.2 2.2-.6 3z"/></svg>';