vertical_traffic_light constant

String const vertical_traffic_light

Implementation

static const String vertical_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="M32 2c-8.25 0-15 6.751-15 15v30c0 8.25 6.75 15 15 15s15-6.75 15-15V17c0-8.249-6.75-15-15-15m0 56.25a7.5 7.5 0 01-7.5-7.5 7.5 7.5 0 117.5 7.5m0-18.75a7.5 7.5 0 01-7.5-7.5 7.5 7.5 0 117.5 7.5m0-18.75a7.5 7.5 0 01-7.5-7.5 7.5 7.5 0 117.5 7.5"/></svg>';