cowsay constant

String const cowsay

Icon Data of cowsay

Implementation

static const String cowsay =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.087 29.92a10.55 10.55 0 00-2.435 6.181 10.55 10.55 0 002.435 6.181M34.913 29.92a10.55 10.55 0 012.435 6.181 10.55 10.55 0 01-2.435 6.181M14.897 43.5h18.234m1.782-15.93a10.55 10.55 0 002.435-6.18 10.55 10.55 0 00-2.435-6.18M13.087 27.57a10.55 10.55 0 01-2.435-6.18 10.55 10.55 0 012.435-6.18m20.016-1.218H14.869m25.664-5.847L37.305 4.5l-3.227 3.645m-20.156 0L10.695 4.5 7.467 8.145"/><ellipse cx="19.238" cy="22.93" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" rx="3.585" ry="3.073"/><ellipse cx="28.762" cy="22.93" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" rx="3.585" ry="3.073"/></svg>';