hexagon_line constant

String const hexagon_line

Implementation

static const String hexagon_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" fill-rule="evenodd"><path d="M0 0h24v24H0z"/><path d="M10.75 2.567a2.5 2.5 0 012.5 0L19.544 6.2a2.5 2.5 0 011.25 2.165v7.268a2.5 2.5 0 01-1.25 2.165l-6.294 3.634a2.5 2.5 0 01-2.5 0l-6.294-3.634a2.5 2.5 0 01-1.25-2.165V8.366A2.5 2.5 0 014.456 6.2l6.294-3.634Zm1.5 1.732a.5.5 0 00-.5 0L5.456 7.933a.5.5 0 00-.25.433v7.268a.5.5 0 00.25.433L11.75 19.7a.5.5 0 00.5 0l6.294-3.634a.5.5 0 00.25-.433V8.366a.5.5 0 00-.25-.433L12.25 4.299Z"/></g></svg>';