horizontal_traffic_light constant

String const horizontal_traffic_light

Implementation

static const String horizontal_traffic_light =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="64" height="64" preserveAspectRatio="xMidYMid meet" viewBox="0 0 64 64"><path fill="currentColor" d="M47 17H17C8.75 17 2 23.75 2 32c0 8.251 6.75 15 15 15h30c8.25 0 15-6.749 15-15 0-8.25-6.75-15-15-15M13.25 39.5a7.5 7.5 0 110-15 7.5 7.5 0 010 15m18.75 0a7.5 7.5 0 110-15 7.5 7.5 0 010 15m18.75 0a7.5 7.5 0 110-15 7.5 7.5 0 010 15"/></svg>';