controller constant

String const controller

Icon Data of controller

Implementation

static const String controller =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><g fill="currentColor"><path d="M12.25 10a1.25 1.25 0 110-2.5 1.25 1.25 0 010 2.5Zm2 2.5a1.25 1.25 0 110-2.5 1.25 1.25 0 010 2.5Z"/><path fill-rule="evenodd" d="M14.5 4h-9a5 5 0 00-5 5v2a5 5 0 005 5h9a5 5 0 005-5V9a5 5 0 00-5-5Zm-12 5a3 3 0 013-3h9a3 3 0 013 3v2a3 3 0 01-3 3h-9a3 3 0 01-3-3V9Z" clip-rule="evenodd"/><path d="M4 11a1 1 0 110-2h4a1 1 0 010 2H4Z"/><path d="M7 12a1 1 0 11-2 0V8a1 1 0 012 0v4Z"/></g></svg>';