alert_octagon_line constant

String const alert_octagon_line

Implementation

static const String alert_octagon_line =
    '<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"><g fill="currentColor"><path d="M0 0h24v24H0z"/><path d="M15.314 2a2 2 0 011.414.586l4.686 4.686A2 2 0 0122 8.686v6.628a2 2 0 01-.586 1.414l-4.686 4.686a2 2 0 01-1.414.586H8.686a2 2 0 01-1.414-.586l-4.686-4.686A2 2 0 012 15.314V8.686a2 2 0 01.586-1.414l4.686-4.686A2 2 0 018.686 2h6.628Zm0 2H8.686L4 8.686v6.628L8.686 20h6.628L20 15.314V8.686L15.314 4ZM12 15a1 1 0 110 2 1 1 0 010-2Zm0-9a1 1 0 011 1v6a1 1 0 11-2 0V7a1 1 0 011-1Z"/></g></svg>';