pause_circle constant

String const pause_circle

Implementation

static const String pause_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"><path fill="currentColor" fill-rule="evenodd" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1zM6 9a1 1 0 011-1h3a1 1 0 011 1v6a1 1 0 01-1 1H7a1 1 0 01-1-1V9zm2 5h1v-4H8v4zm6-6a1 1 0 00-1 1v6a1 1 0 001 1h3a1 1 0 001-1V9a1 1 0 00-1-1h-3zm2 6h-1v-4h1v4z" clip-rule="evenodd"/></svg>';