oscillator constant

String const oscillator

Implementation

static const String oscillator =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="48" height="48" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"><g fill="currentColor"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 9v15a6 6 0 006 6h22a6 6 0 006-6V9"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M7 10a6 6 0 016-6h22a6 6 0 010 12H13a6 6 0 01-6-6Z"/><circle cx="15" cy="10" r="2"/><circle cx="21" cy="10" r="2"/><circle cx="27" cy="10" r="2"/><circle cx="33" cy="10" r="2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M19 30v14m10-14v14"/></g></svg>';