/* SPDX-License-Identifier: GPL-2.0-only */ #pragma once /* Embed SVG files into code as debian packages does weird things when svgs are included as qrc */ namespace ToggleSwitchSVG { static constexpr char s_toggledOnContent[] = "\n" "\n" " \n" " \n" " \n" " image/svg+xml\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "\n"; static constexpr char s_toggledOffContent[] = "\n" " \n" " \n" ""; }