hospital_symbol constant

String const hospital_symbol

Implementation

static const String hospital_symbol =
    '<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" d="M15 7.5c-.3 0-.5.2-.5.5v3.5h-5V8c0-.3-.2-.5-.5-.5s-.5.2-.5.5v8c0 .3.2.5.5.5s.5-.2.5-.5v-3.5h5V16c0 .3.2.5.5.5s.5-.2.5-.5V8c0-.3-.2-.5-.5-.5zM12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 19c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z"/></svg>';