diff options
author | 2023-04-10 21:57:33 +0200 | |
---|---|---|
committer | 2023-04-10 21:57:33 +0200 | |
commit | f8463676a40656893c2048655e8807099e3adb39 (patch) | |
tree | 9b38927a293e38ec38da2707434786d92327edd0 /public/icons | |
parent | f4e00553c4acf44de48af958afc8747128b55562 (diff) | |
download | my_apps-f8463676a40656893c2048655e8807099e3adb39.tar.gz my_apps-f8463676a40656893c2048655e8807099e3adb39.tar.bz2 my_apps-f8463676a40656893c2048655e8807099e3adb39.zip |
add radio app
Diffstat (limited to 'public/icons')
-rw-r--r-- | public/icons/radio.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/icons/radio.svg b/public/icons/radio.svg new file mode 100644 index 0000000..3bace2b --- /dev/null +++ b/public/icons/radio.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1"> + <rect style="opacity:0.2" width="38" height="29" x="5" y="16" rx="4.071" ry="3.955"/> + <path style="fill:#8e8e8e" d="m 13.968755,4.0002434 a 1.9999941,1.9920389 0 0 0 -1.968549,2.0203763 v 9.9591983 a 1.9999941,1.9920389 0 1 0 3.999589,0 V 6.0206197 a 1.9999941,1.9920389 0 0 0 -2.03104,-2.0203763 z"/> + <rect style="fill:#494949" width="6" height="3" x="11" y="13" rx="1.2" ry="1.5"/> + <rect style="fill:#00cdbf" width="38" height="29" x="5" y="15" rx="4.071" ry="3.955"/> + <circle style="opacity:0.5" cx="17.5" cy="29.5" r="9.5"/> + <circle style="opacity:0.2" cx="17.5" cy="30.5" r="5.5"/> + <circle style="fill:#ffa800" cx="17.5" cy="29.5" r="5.5"/> + <path style="opacity:0.5" d="m 29.348057,28.00015 a 1.3292594,1.5 0 1 0 0,2.9997 h 9.303885 a 1.3292594,1.5 0 1 0 0,-2.9997 z"/> + <path style="opacity:0.5" d="m 29.348057,23.00015 a 1.3292594,1.5 0 1 0 0,2.9997 h 9.303885 a 1.3292594,1.5 0 1 0 0,-2.9997 z"/> + <path style="opacity:0.5" d="m 29.348057,33.00015 a 1.3292594,1.5 0 1 0 0,2.9997 h 9.303885 a 1.3292594,1.5 0 1 0 0,-2.9997 z"/> + <path style="opacity:0.2;fill:#ffffff" d="M 9.0722656 15 C 6.8166941 15 5 16.76426 5 18.955078 L 5 19.955078 C 5 17.76426 6.8166941 16 9.0722656 16 L 38.927734 16 C 41.183306 16 43 17.76426 43 19.955078 L 43 18.955078 C 43 16.76426 41.183306 15 38.927734 15 L 9.0722656 15 z"/> + <path style="opacity:0.2;fill:#ffffff" d="M 17.5 24 A 5.5 5.5 0 0 0 12 29.5 A 5.5 5.5 0 0 0 12.025391 29.986328 A 5.5 5.5 0 0 1 17.5 25 A 5.5 5.5 0 0 1 22.974609 30.013672 A 5.5 5.5 0 0 0 23 29.5 A 5.5 5.5 0 0 0 17.5 24 z"/> +</svg> |