├── LICENSE ├── README.md ├── index.theme ├── scalable └── apps │ ├── chat.revolt.RevoltDesktop.svg │ ├── com.discordapp.Discord.svg │ ├── com.github.Eloston.UngoogledChromium.svg │ ├── com.google.AndroidStudio.svg │ ├── com.mojang.Minecraft.svg │ ├── com.obsproject.Studio.svg │ ├── com.sindresorhus.Caprine.svg │ ├── com.spotify.Client.svg │ ├── com.unity.UnityHub.svg │ ├── com.vscodium.codium.svg │ ├── cpu-x.svg │ ├── cpu.svg │ ├── google-chrome.svg │ ├── im.riot.Riot.svg │ ├── libreoffice-base.svg │ ├── libreoffice-calc.svg │ ├── libreoffice-draw.svg │ ├── libreoffice-impress.svg │ ├── libreoffice-main.svg │ ├── libreoffice-math.svg │ ├── libreoffice-writer.svg │ ├── net.ankiweb.Anki.svg │ ├── nvidia-drivers-settings.svg │ ├── nvidia-settings.svg │ ├── nvidia-x-server-setting.svg │ ├── nvidia.svg │ ├── org.apache.netbeans.svg │ ├── org.chromium.Chromium.svg │ ├── org.signal.Signal.svg │ ├── org.telegram.desktop.svg │ └── steam.svg └── symbolic └── apps ├── com.discordapp.Discord-symbolic.svg ├── com.mojang.Minecraft-symbolic.svg ├── libreoffice-base-symbolic.svg ├── libreoffice-calc-symbolic.svg ├── libreoffice-draw-symbolic.svg ├── libreoffice-impress-symbolic.svg ├── libreoffice-main-symbolic.svg ├── libreoffice-math-symbolic.svg ├── libreoffice-writer-symbolic.svg └── minecraft-launcher-symbolic.svg /README.md: -------------------------------------------------------------------------------- 1 | # Introduction: 2 | **AdwaitaX (as in AdwaitaX-panded, or AdwaitaX-tended) is very simple yet quiet usefull set of additional desktop icons for GNOME Shell's default icons.** 3 | 4 | This project's goal is to enchance user experience and match many third-party (including proprietary) apps icons with [Adwaita design](https://developer.gnome.org/hig/guidelines/app-icons.html#gnome-app-icon-style) made by GNOME Project, while still maitaning them as close to the original look as possibile. 5 | **Unfortunately, for now in many cases it doesn't respects [GNOME Human Interface Guidelines colour pallete](https://developer.gnome.org/hig/reference/palette.html), and instead tries to use colours of original icon (but there is a future plan of adding special HIG version)** 6 | 7 | **This project _won't_ change any native GTK+ program's icons and neither does include them.** (yes, I'm looking at you [Adwaita++](https://github.com/Bonandry/adwaita-plus)) 8 | 9 | # Requirements: 10 | - original [Adwaita icon theme](https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/tree/master/Adwaita) installed (recommended for full experience) 11 | 12 | # Installation: 13 | ### Manual: 14 | 1. [Download `main` branch of this repository](https://github.com/grungefox/AdwaitaX-icon-theme/archive/refs/heads/main.zip) 15 | 2. Unzip downloaded files 16 | 3. Copy or move them to either `~/.local/share/themes` (create if doesn't exist) or `/usr/share/icons/` (the second option is recommended, but root access is requaried) 17 | 18 | (installation script in the future) 19 | 20 | # Bugs and requesting new icons: 21 | If you want to report an issue or request a new icon just [create new issue](https://github.com/grungefox/AdwaitaX-icon-theme/issues). 22 | 23 | Howewer request will be denied if: 24 | - it's duplicate of another person request 25 | - the program that icon is requested is already GTK based, even if it doesn't match GNOME HIG (e.g. GIMP, BleachBit, Transmission) 26 | - there is not enaugh information about which app is meant to be added (apps like _Camera_ doesn't say too much about it) 27 | - it's game app or game launcher (only exceptions are native game stores and original Minecraft launcher) 28 | 29 | If you know something more about your request - like what name of the file of this icon should be (which you could find mostly in `/usr/share/icons/hicolor/` if you have that app installed or `/var/lib/flatpak/app/app_name/current/active/files/share/icons/hicolor/` if it's installed as flatpak) - would be much appreciated. 30 | 31 | Also please keep in mind that [**_this project is maintained by only one person_**](https://github.com/grungefox) and not every request or fix can be done, or at least not done on time. And don't expect this project to be the highest quality imaginable - I only started this project as my attempt at better understanding vector graphics. 32 | -------------------------------------------------------------------------------- /index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=AdwaitaX 3 | Comment=Additional set of icons for Gnome's default theme - Adwaita. 4 | Comment[pl]=Dodatkowy zestaw ikony dla domyślnego motywu Gnome - Adwaita. 5 | Example=folder 6 | Inherits=Adwaita, gnome, hicolor 7 | 8 | # KDE Specific Stuff 9 | DisplayDepth=32 10 | LinkOverlay=link_overlay 11 | LockOverlay=lock_overlay 12 | ZipOverlay=zip_overlay 13 | DesktopDefault=48 14 | DesktopSizes=16,22,32,48,64,72,96,128 15 | ToolbarDefault=22 16 | ToolbarSizes=16,22,32,48 17 | MainToolbarDefault=22 18 | MainToolbarSizes=16,22,32,48 19 | SmallDefault=16 20 | SmallSizes=16 21 | PanelDefault=32 22 | PanelSizes=16,22,32,48,64,72,96,128 23 | 24 | # Directory list 25 | Directories=8x8/emblems,8x8/legacy,16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/emblems,16x16/emotes,16x16/legacy,16x16/mimetypes,16x16/places,16x16/status,16x16/ui,22x22/devices,22x22/emblems,22x22/legacy,22x22/mimetypes,22x22/places,22x22/status,22x22/ui,24x24/actions,24x24/apps,24x24/categories,24x24/devices,24x24/emblems,24x24/emotes,24x24/legacy,24x24/mimetypes,24x24/places,24x24/status,24x24/ui,32x32/actions,32x32/apps,32x32/categories,32x32/devices,32x32/emblems,32x32/emotes,32x32/legacy,32x32/mimetypes,32x32/places,32x32/status,32x32/ui,48x48/actions,48x48/apps,48x48/categories,48x48/devices,48x48/emblems,48x48/emotes,48x48/legacy,48x48/mimetypes,48x48/places,48x48/status,48x48/ui,64x64/actions,64x64/apps,64x64/categories,64x64/devices,64x64/emblems,64x64/emotes,64x64/legacy,64x64/mimetypes,64x64/places,64x64/status,64x64/ui,96x96/actions,96x96/apps,96x96/categories,96x96/devices,96x96/emblems,96x96/emotes,96x96/legacy,96x96/mimetypes,96x96/places,96x96/status,96x96/ui,256x256/devices,256x256/legacy,256x256/mimetypes,256x256/places,256x256/status,512x512/devices,512x512/emblems,512x512/legacy,512x512/mimetypes,512x512/places,512x512/status,scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/mimetypes,scalable/places,scalable/status,scalable/legacy,scalable/ui,scalable-up-to-32/status, 26 | 27 | [8x8/emblems] 28 | Context=Emblems 29 | Size=8 30 | Type=Fixed 31 | 32 | [8x8/legacy] 33 | Context=Legacy 34 | Size=8 35 | Type=Fixed 36 | 37 | [16x16/actions] 38 | Context=Actions 39 | Size=16 40 | Type=Fixed 41 | 42 | [16x16/apps] 43 | Context=Applications 44 | Size=16 45 | Type=Fixed 46 | 47 | [16x16/categories] 48 | Context=Categories 49 | Size=16 50 | Type=Fixed 51 | 52 | [16x16/devices] 53 | Context=Devices 54 | Size=16 55 | Type=Fixed 56 | 57 | [16x16/emblems] 58 | Context=Emblems 59 | Size=16 60 | Type=Fixed 61 | 62 | [16x16/emotes] 63 | Context=Emotes 64 | Size=16 65 | Type=Fixed 66 | 67 | [16x16/legacy] 68 | Context=Legacy 69 | Size=16 70 | Type=Fixed 71 | 72 | [16x16/mimetypes] 73 | Context=MimeTypes 74 | Size=16 75 | Type=Fixed 76 | 77 | [16x16/places] 78 | Context=Places 79 | Size=16 80 | Type=Fixed 81 | 82 | [16x16/status] 83 | Context=Status 84 | Size=16 85 | Type=Fixed 86 | 87 | [16x16/ui] 88 | Context=UI 89 | Size=16 90 | Type=Fixed 91 | 92 | [22x22/devices] 93 | Context=Devices 94 | Size=22 95 | Type=Fixed 96 | 97 | [22x22/emblems] 98 | Context=Emblems 99 | Size=22 100 | Type=Fixed 101 | 102 | [22x22/legacy] 103 | Context=Legacy 104 | Size=22 105 | Type=Fixed 106 | 107 | [22x22/mimetypes] 108 | Context=MimeTypes 109 | Size=22 110 | Type=Fixed 111 | 112 | [22x22/places] 113 | Context=Places 114 | Size=22 115 | Type=Fixed 116 | 117 | [22x22/status] 118 | Context=Status 119 | Size=22 120 | Type=Fixed 121 | 122 | [22x22/ui] 123 | Context=UI 124 | Size=22 125 | Type=Fixed 126 | 127 | [24x24/actions] 128 | Context=Actions 129 | Size=24 130 | Type=Fixed 131 | 132 | [24x24/apps] 133 | Context=Applications 134 | Size=24 135 | Type=Fixed 136 | 137 | [24x24/categories] 138 | Context=Categories 139 | Size=24 140 | Type=Fixed 141 | 142 | [24x24/devices] 143 | Context=Devices 144 | Size=24 145 | Type=Fixed 146 | 147 | [24x24/emblems] 148 | Context=Emblems 149 | Size=24 150 | Type=Fixed 151 | 152 | [24x24/emotes] 153 | Context=Emotes 154 | Size=24 155 | Type=Fixed 156 | 157 | [24x24/legacy] 158 | Context=Legacy 159 | Size=24 160 | Type=Fixed 161 | 162 | [24x24/mimetypes] 163 | Context=MimeTypes 164 | Size=24 165 | Type=Fixed 166 | 167 | [24x24/places] 168 | Context=Places 169 | Size=24 170 | Type=Fixed 171 | 172 | [24x24/status] 173 | Context=Status 174 | Size=24 175 | Type=Fixed 176 | 177 | [24x24/ui] 178 | Context=UI 179 | Size=24 180 | Type=Fixed 181 | 182 | [32x32/actions] 183 | Context=Actions 184 | Size=32 185 | Type=Fixed 186 | 187 | [32x32/apps] 188 | Context=Applications 189 | Size=32 190 | Type=Fixed 191 | 192 | [32x32/categories] 193 | Context=Categories 194 | Size=32 195 | Type=Fixed 196 | 197 | [32x32/devices] 198 | Context=Devices 199 | Size=32 200 | Type=Fixed 201 | 202 | [32x32/emblems] 203 | Context=Emblems 204 | Size=32 205 | Type=Fixed 206 | 207 | [32x32/emotes] 208 | Context=Emotes 209 | Size=32 210 | Type=Fixed 211 | 212 | [32x32/legacy] 213 | Context=Legacy 214 | Size=32 215 | Type=Fixed 216 | 217 | [32x32/mimetypes] 218 | Context=MimeTypes 219 | Size=32 220 | Type=Fixed 221 | 222 | [32x32/places] 223 | Context=Places 224 | Size=32 225 | Type=Fixed 226 | 227 | [32x32/status] 228 | Context=Status 229 | Size=32 230 | Type=Fixed 231 | 232 | [32x32/ui] 233 | Context=UI 234 | Size=32 235 | Type=Fixed 236 | 237 | [48x48/actions] 238 | Context=Actions 239 | Size=48 240 | Type=Fixed 241 | 242 | [48x48/apps] 243 | Context=Applications 244 | Size=48 245 | Type=Fixed 246 | 247 | [48x48/categories] 248 | Context=Categories 249 | Size=48 250 | Type=Fixed 251 | 252 | [48x48/devices] 253 | Context=Devices 254 | Size=48 255 | Type=Fixed 256 | 257 | [48x48/emblems] 258 | Context=Emblems 259 | Size=48 260 | Type=Fixed 261 | 262 | [48x48/emotes] 263 | Context=Emotes 264 | Size=48 265 | Type=Fixed 266 | 267 | [48x48/legacy] 268 | Context=Legacy 269 | Size=48 270 | Type=Fixed 271 | 272 | [48x48/mimetypes] 273 | Context=MimeTypes 274 | Size=48 275 | Type=Fixed 276 | 277 | [48x48/places] 278 | Context=Places 279 | Size=48 280 | Type=Fixed 281 | 282 | [48x48/status] 283 | Context=Status 284 | Size=48 285 | Type=Fixed 286 | 287 | [48x48/ui] 288 | Context=UI 289 | Size=48 290 | Type=Fixed 291 | 292 | [64x64/actions] 293 | Context=Actions 294 | Size=64 295 | Type=Fixed 296 | 297 | [64x64/apps] 298 | Context=Applications 299 | Size=64 300 | Type=Fixed 301 | 302 | [64x64/categories] 303 | Context=Categories 304 | Size=64 305 | Type=Fixed 306 | 307 | [64x64/devices] 308 | Context=Devices 309 | Size=64 310 | Type=Fixed 311 | 312 | [64x64/emblems] 313 | Context=Emblems 314 | Size=64 315 | Type=Fixed 316 | 317 | [64x64/emotes] 318 | Context=Emotes 319 | Size=64 320 | Type=Fixed 321 | 322 | [64x64/legacy] 323 | Context=Legacy 324 | Size=64 325 | Type=Fixed 326 | 327 | [64x64/mimetypes] 328 | Context=MimeTypes 329 | Size=64 330 | Type=Fixed 331 | 332 | [64x64/places] 333 | Context=Places 334 | Size=64 335 | Type=Fixed 336 | 337 | [64x64/status] 338 | Context=Status 339 | Size=64 340 | Type=Fixed 341 | 342 | [64x64/ui] 343 | Context=UI 344 | Size=64 345 | Type=Fixed 346 | 347 | [96x96/actions] 348 | Context=Actions 349 | Size=96 350 | Type=Fixed 351 | 352 | [96x96/apps] 353 | Context=Applications 354 | Size=96 355 | Type=Fixed 356 | 357 | [96x96/categories] 358 | Context=Categories 359 | Size=96 360 | Type=Fixed 361 | 362 | [96x96/devices] 363 | Context=Devices 364 | Size=96 365 | Type=Fixed 366 | 367 | [96x96/emblems] 368 | Context=Emblems 369 | Size=96 370 | Type=Fixed 371 | 372 | [96x96/emotes] 373 | Context=Emotes 374 | Size=96 375 | Type=Fixed 376 | 377 | [96x96/legacy] 378 | Context=Legacy 379 | Size=96 380 | Type=Fixed 381 | 382 | [96x96/mimetypes] 383 | Context=MimeTypes 384 | Size=96 385 | Type=Fixed 386 | 387 | [96x96/places] 388 | Context=Places 389 | Size=96 390 | Type=Fixed 391 | 392 | [96x96/status] 393 | Context=Status 394 | Size=96 395 | Type=Fixed 396 | 397 | [96x96/ui] 398 | Context=UI 399 | Size=96 400 | Type=Fixed 401 | 402 | [256x256/devices] 403 | Context=Devices 404 | Size=256 405 | MinSize=56 406 | MaxSize=256 407 | Type=Scalable 408 | 409 | [256x256/legacy] 410 | Context=Legacy 411 | Size=256 412 | MinSize=56 413 | MaxSize=256 414 | Type=Scalable 415 | 416 | [256x256/mimetypes] 417 | Context=MimeTypes 418 | Size=256 419 | MinSize=56 420 | MaxSize=256 421 | Type=Scalable 422 | 423 | [256x256/places] 424 | Context=Places 425 | Size=256 426 | MinSize=56 427 | MaxSize=256 428 | Type=Scalable 429 | 430 | [256x256/status] 431 | Context=Status 432 | Size=256 433 | MinSize=56 434 | MaxSize=256 435 | Type=Scalable 436 | 437 | [512x512/devices] 438 | Context=Devices 439 | Size=512 440 | MinSize=56 441 | MaxSize=512 442 | Type=Scalable 443 | 444 | [512x512/emblems] 445 | Context=Emblems 446 | Size=512 447 | MinSize=56 448 | MaxSize=512 449 | Type=Scalable 450 | 451 | [512x512/legacy] 452 | Context=Legacy 453 | Size=512 454 | MinSize=56 455 | MaxSize=512 456 | Type=Scalable 457 | 458 | [512x512/mimetypes] 459 | Context=MimeTypes 460 | Size=512 461 | MinSize=56 462 | MaxSize=512 463 | Type=Scalable 464 | 465 | [512x512/places] 466 | Context=Places 467 | Size=512 468 | MinSize=56 469 | MaxSize=512 470 | Type=Scalable 471 | 472 | [512x512/status] 473 | Context=Status 474 | Size=512 475 | MinSize=56 476 | MaxSize=512 477 | Type=Scalable 478 | 479 | [scalable/actions] 480 | Context=Actions 481 | Size=16 482 | MinSize=8 483 | MaxSize=512 484 | Type=Scalable 485 | 486 | [scalable/apps] 487 | Context=Applications 488 | Size=16 489 | MinSize=8 490 | MaxSize=512 491 | Type=Scalable 492 | 493 | [scalable/categories] 494 | Context=Categories 495 | Size=16 496 | MinSize=8 497 | MaxSize=512 498 | Type=Scalable 499 | 500 | [scalable/devices] 501 | Context=Devices 502 | Size=16 503 | MinSize=8 504 | MaxSize=512 505 | Type=Scalable 506 | 507 | [scalable/emblems] 508 | Context=Emblems 509 | Size=16 510 | MinSize=8 511 | MaxSize=512 512 | Type=Scalable 513 | 514 | [scalable/emotes] 515 | Context=Emotes 516 | Size=16 517 | MinSize=8 518 | MaxSize=512 519 | Type=Scalable 520 | 521 | [scalable/mimetypes] 522 | Context=MimeTypes 523 | Size=16 524 | MinSize=8 525 | MaxSize=512 526 | Type=Scalable 527 | 528 | [scalable/places] 529 | Context=Places 530 | Size=16 531 | MinSize=8 532 | MaxSize=512 533 | Type=Scalable 534 | 535 | [scalable/status] 536 | Context=Status 537 | Size=16 538 | MinSize=8 539 | MaxSize=512 540 | Type=Scalable 541 | 542 | [scalable/legacy] 543 | Context=Legacy 544 | Size=16 545 | MinSize=8 546 | MaxSize=512 547 | Type=Scalable 548 | 549 | [scalable/ui] 550 | Context=UI 551 | Size=16 552 | MinSize=8 553 | MaxSize=512 554 | Type=Scalable 555 | 556 | [scalable-up-to-32/status] 557 | Context=Status 558 | Size=16 559 | MinSize=16 560 | MaxSize=32 561 | Type=Scalable 562 | 563 | -------------------------------------------------------------------------------- /scalable/apps/com.discordapp.Discord.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 41 | 43 | 45 | 52 | 53 | 54 | 61 | 66 | 70 | 74 | 75 | 79 | 83 | 84 | 92 | 96 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /scalable/apps/com.github.Eloston.UngoogledChromium.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 29 | 31 | 40 | 42 | 46 | 50 | 51 | 60 | 65 | 69 | 73 | 74 | 83 | 88 | 92 | 96 | 97 | 106 | 108 | 112 | 116 | 117 | 118 | 122 | 126 | 130 | 135 | 139 | 144 | 145 | -------------------------------------------------------------------------------- /scalable/apps/com.obsproject.Studio.svg: -------------------------------------------------------------------------------- 1 | 2 | 19 | 44 | 46 | 48 | 54 | 58 | 62 | 63 | 70 | 73 | 77 | 78 | 85 | 89 | 93 | 97 | 101 | 105 | 109 | 110 | 113 | 117 | 118 | 124 | 127 | 131 | 132 | 139 | 142 | 146 | 147 | 154 | 158 | 162 | 163 | 174 | 175 | OBS-Alt-2 177 | 183 | 188 | 194 | 200 | 202 | 203 | 205 | OBS-Alt-2 206 | 207 | 208 | 209 | 214 | 215 | -------------------------------------------------------------------------------- /scalable/apps/com.sindresorhus.Caprine.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 17 | 25 | 29 | 33 | 37 | 41 | 42 | 49 | 53 | 57 | 61 | 65 | 66 | 73 | 77 | 81 | 85 | 89 | 90 | 98 | 102 | 106 | 110 | 114 | 115 | 122 | 126 | 130 | 134 | 138 | 139 | 149 | 152 | 156 | 160 | 164 | 168 | 172 | 176 | 177 | 178 | 210 | 217 | 221 | 225 | 229 | 233 | 234 | 243 | 252 | 257 | 261 | 265 | 269 | 273 | 277 | 281 | 282 | -------------------------------------------------------------------------------- /scalable/apps/com.spotify.Client.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 80 | -------------------------------------------------------------------------------- /scalable/apps/com.unity.UnityHub.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 51 | 56 | 57 | 59 | 76 | 93 | 110 | 127 | 144 | 145 | 149 | 156 | 162 | 168 | 174 | 175 | 176 | -------------------------------------------------------------------------------- /scalable/apps/com.vscodium.codium.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 66 | -------------------------------------------------------------------------------- /scalable/apps/google-chrome.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 46 | 48 | 53 | 57 | 61 | 62 | 67 | 71 | 75 | 76 | 78 | 81 | 82 | 84 | 87 | 88 | 89 | 92 | 96 | 99 | 103 | 104 | 105 | 109 | 112 | 116 | 117 | 118 | 119 | 124 | 129 | 134 | 139 | 144 | 149 | 150 | -------------------------------------------------------------------------------- /scalable/apps/im.riot.Riot.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 21 | 25 | 29 | 33 | 37 | 41 | 45 | 46 | 49 | 53 | 57 | 61 | 65 | 69 | 73 | 74 | 83 | 92 | 93 | 112 | 117 | 118 | 127 | 136 | 145 | 154 | 163 | 170 | 177 | 184 | 191 | 192 | -------------------------------------------------------------------------------- /scalable/apps/libreoffice-main.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 | 50 | 58 | 59 | 61 | 64 | 68 | 72 | 76 | 80 | 84 | 88 | 89 | 92 | 96 | 100 | 104 | 108 | 112 | 116 | 117 | 134 | 151 | 168 | 185 | 202 | 219 | 236 | 253 | 270 | 287 | 296 | 305 | 308 | 317 | 318 | 319 | 323 | 327 | 333 | 336 | 339 | 343 | 347 | 348 | 352 | 353 | 355 | 359 | 361 | 365 | 369 | 370 | 371 | 374 | 377 | 381 | 385 | 386 | 389 | 393 | 397 | 398 | 399 | 400 | 401 | -------------------------------------------------------------------------------- /scalable/apps/nvidia-drivers-settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 21 | 25 | 29 | 30 | 40 | 50 | 51 | 74 | 82 | 86 | 90 | 94 | 98 | 102 | 106 | 107 | 111 | 120 | 129 | 138 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /scalable/apps/nvidia-settings.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 21 | 25 | 29 | 30 | 40 | 50 | 51 | 74 | 82 | 86 | 90 | 94 | 98 | 102 | 106 | 107 | 111 | 120 | 129 | 138 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /scalable/apps/nvidia-x-server-setting.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 21 | 25 | 29 | 30 | 40 | 50 | 51 | 74 | 82 | 86 | 90 | 94 | 98 | 102 | 106 | 107 | 111 | 120 | 129 | 138 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /scalable/apps/nvidia.svg: -------------------------------------------------------------------------------- 1 | 2 | 16 | 18 | 21 | 25 | 29 | 30 | 40 | 50 | 51 | 74 | 82 | 86 | 90 | 94 | 98 | 102 | 106 | 107 | 111 | 120 | 129 | 138 | 142 | 143 | 144 | -------------------------------------------------------------------------------- /scalable/apps/org.apache.netbeans.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 31 | 36 | 37 | 39 | 56 | 73 | 90 | 107 | 124 | 141 | 158 | 175 | 192 | 209 | 226 | 243 | 260 | 277 | 294 | 311 | 312 | 316 | 322 | 328 | 334 | 340 | 346 | 352 | 358 | 364 | 370 | 376 | 382 | 388 | 389 | 390 | -------------------------------------------------------------------------------- /scalable/apps/org.chromium.Chromium.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 29 | 31 | 40 | 42 | 46 | 50 | 51 | 60 | 65 | 69 | 73 | 74 | 83 | 88 | 92 | 96 | 97 | 106 | 108 | 112 | 116 | 117 | 118 | 122 | 126 | 130 | 135 | 139 | 144 | 145 | -------------------------------------------------------------------------------- /scalable/apps/org.signal.Signal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 47 | 49 | 53 | 57 | 61 | 62 | 68 | 75 | 79 | 84 | 85 | 86 | 87 | -------------------------------------------------------------------------------- /scalable/apps/steam.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 40 | 42 | 50 | 54 | 58 | 62 | 66 | 70 | 74 | 78 | 79 | 89 | 90 | 96 | 100 | 105 | 109 | 110 | -------------------------------------------------------------------------------- /symbolic/apps/com.discordapp.Discord-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 15 | 41 | 43 | 45 | 52 | 53 | 54 | 58 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /symbolic/apps/com.mojang.Minecraft-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 50 | 52 | 56 | 60 | 64 | 65 | 66 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-base-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 48 | 54 | 55 | 57 | 74 | 91 | 92 | 96 | 100 | 104 | 109 | 110 | 117 | 124 | 131 | 132 | 133 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-calc-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 48 | 52 | 56 | 61 | 62 | 71 | 80 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-draw-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 61 | 78 | 79 | 83 | 87 | 91 | 96 | 97 | 103 | 109 | 110 | 111 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-impress-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 61 | 78 | 79 | 83 | 87 | 91 | 96 | 97 | 101 | 102 | 103 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-main-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 48 | 52 | 56 | 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-math-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 61 | 78 | 79 | 83 | 87 | 91 | 96 | 97 | 101 | 105 | 109 | 113 | 114 | 115 | -------------------------------------------------------------------------------- /symbolic/apps/libreoffice-writer-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 35 | 41 | 42 | 44 | 48 | 52 | 56 | 61 | 62 | 71 | 80 | 89 | 90 | 91 | -------------------------------------------------------------------------------- /symbolic/apps/minecraft-launcher-symbolic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16 | 50 | 52 | 56 | 60 | 64 | 65 | 66 | --------------------------------------------------------------------------------