skateboard constant

String const skateboard

Implementation

static const String skateboard =
    '<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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 16a1.5 1.5 0 100-3 1.5 1.5 0 000 3ZM3 9l3 1h12l3-1m-4.5 7a1.5 1.5 0 100-3 1.5 1.5 0 000 3Z"/></svg>';