assembly constant

String const assembly

Implementation

static const String assembly =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path fill="currentColor" d="m16 25.4-8-4.7v-9.4l8-4.7 8 4.7v9.4l-8 4.7zm-6-5.8 6 3.5 6-3.5v-7.1L16 9l-6 3.5v7.1z"/><path fill="currentColor" d="M27 8.2 17 2.3c-.3-.2-.6-.3-1-.3s-.7.1-1 .3L5 8.2c-.6.4-1 1-1 1.7v12.2c0 .7.4 1.4 1 1.7l10 5.9c.3.2.7.3 1 .3s.7-.1 1-.3l10-5.9c.6-.4 1-1 1-1.7V9.9c0-.7-.4-1.4-1-1.7zm-1 13.9L16 28 6 22.1V9.9L16 4l10 5.9v12.2z"/></svg>';