circle_to_confirm_circle_twotone_transition constant

String const circle_to_confirm_circle_twotone_transition

Implementation

static const String circle_to_confirm_circle_twotone_transition =
    '<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 stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="12" r="9" fill="none"><animate fill="freeze" attributeName="fill-opacity" begin="0.2s" dur="0.15s" values="0;0.3"/></circle><path fill="currentColor" stroke-dasharray="14" stroke-dashoffset="14" d="M8 12L11 15L16 10"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.2s" values="14;0"/></path></g></svg>';