- {#if selectedNodeId && (machineVmIndex[selectedNodeId]?.vmCount ?? 0) > 0}
+
-
Role: {selectedDetails.role}
-
IP: {selectedDetails.ip}
-
Host: {selectedDetails.hostName}
+ />
+
+
+
+
+
+
+
+
+
+ Ports
+
+
+
+
+ {#each selectedMachine.ports ?? [] as port, portIndex (`${port.portName}:${portIndex}`)}
+
+
+
+
+
+
+
+
+
+
+ {/each}
+
+
+
+ {:else if selectedTarget?.type === 'device' && selectedDevice}
+
+
+
+ Ports
+
+
+
+
+ {#each selectedDevice.ports ?? [] as port, portIndex (`${port.portName}:${portIndex}`)}
+
+
+
+
+
+
+
+
+
+
+ {/each}
+
+
+
+ {:else if selectedTarget?.type === 'vm' && selectedVm}
+
+
{/if}
+
+
+
+ {#if addModalIconPath}
+
+

+
{addModalIconKey}
+
+ {/if}
+
+ Showing {Math.min(visibleIconDefinitions.length, iconResultLimit)} of {filteredIconDefinitions.length}
+ matching icons
+
+
+ {#each visibleIconDefinitions as icon (icon.key)}
+
+ {/each}
+
+ {#if filteredIconDefinitions.length === 0}
+
No icons match your search.
+ {/if}
+
+ {#if addModalKind === 'machine'}
+
+ {:else if addModalKind === 'device'}
+
+ {/if}
+
+
+
+
+
(deleteTarget = null)}
+>
+ This action will remove the selected item and clean up related links. Continue?
+
+
+
+
(showExportModal = false)}>
+
+
+
+
diff --git a/src/lib/config/iconRegistry.ts b/src/lib/config/iconRegistry.ts
new file mode 100644
index 0000000..c8af53c
--- /dev/null
+++ b/src/lib/config/iconRegistry.ts
@@ -0,0 +1,32 @@
+import { VENDOR_ICON_DEFINITIONS } from './vendorIconManifest';
+
+export interface IconDefinition {
+ key: string;
+ label: string;
+ path: string;
+ source?: 'built-in' | 'homarr-dashboard-icons';
+}
+
+const BUILTIN_ICONS: IconDefinition[] = [
+ { key: 'server', label: 'Server', path: '/icons/server.svg', source: 'built-in' },
+ { key: 'router', label: 'Router', path: '/icons/router.svg', source: 'built-in' },
+ { key: 'switch', label: 'Switch', path: '/icons/switch.svg', source: 'built-in' },
+ { key: 'storage', label: 'Storage', path: '/icons/storage.svg', source: 'built-in' },
+ { key: 'desktop', label: 'Desktop', path: '/icons/desktop.svg', source: 'built-in' },
+ { key: 'cloud', label: 'Cloud', path: '/icons/cloud.svg', source: 'built-in' }
+];
+
+const ICONS: IconDefinition[] = [...BUILTIN_ICONS, ...VENDOR_ICON_DEFINITIONS];
+
+const ICON_BY_KEY = new Map(ICONS.map((icon) => [icon.key, icon]));
+
+export function listIconDefinitions(): IconDefinition[] {
+ return ICONS;
+}
+
+export function resolveIconPath(iconKey?: string): string | undefined {
+ if (!iconKey) {
+ return undefined;
+ }
+ return ICON_BY_KEY.get(iconKey)?.path;
+}
diff --git a/src/lib/config/vendorIconManifest.ts b/src/lib/config/vendorIconManifest.ts
new file mode 100644
index 0000000..abf40b1
--- /dev/null
+++ b/src/lib/config/vendorIconManifest.ts
@@ -0,0 +1,3307 @@
+/* eslint-disable */
+// prettier-ignore
+// Auto-generated by scripts/generate-vendor-icon-manifest.mjs
+// Do not edit manually.
+
+export interface VendorIconDefinition {
+ key: string;
+ label: string;
+ path: string;
+ source: 'homarr-dashboard-icons';
+}
+
+export const VENDOR_ICON_DEFINITIONS: VendorIconDefinition[] = [
+ { key: "homarr:1337x", label: "1337x", path: "/icons/vendor/homarr/svg/1337x.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:13ft", label: "13ft", path: "/icons/vendor/homarr/svg/13ft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:1panel", label: "1panel", path: "/icons/vendor/homarr/svg/1panel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:1password", label: "1password", path: "/icons/vendor/homarr/svg/1password.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:1password-dark", label: "1password Dark", path: "/icons/vendor/homarr/svg/1password-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:20i", label: "20i", path: "/icons/vendor/homarr/svg/20i.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:20i-dark", label: "20i Dark", path: "/icons/vendor/homarr/svg/20i-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:2fauth", label: "2fauth", path: "/icons/vendor/homarr/svg/2fauth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:2fauth-light", label: "2fauth Light", path: "/icons/vendor/homarr/svg/2fauth-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:3cx", label: "3cx", path: "/icons/vendor/homarr/svg/3cx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:3cx-light", label: "3cx Light", path: "/icons/vendor/homarr/svg/3cx-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:4chan", label: "4chan", path: "/icons/vendor/homarr/svg/4chan.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:5etools", label: "5etools", path: "/icons/vendor/homarr/svg/5etools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:5etools-dark", label: "5etools Dark", path: "/icons/vendor/homarr/svg/5etools-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:7zip", label: "7zip", path: "/icons/vendor/homarr/svg/7zip.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:8311", label: "8311", path: "/icons/vendor/homarr/svg/8311.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:9anime", label: "9anime", path: "/icons/vendor/homarr/png/9anime.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:a-mule", label: "A Mule", path: "/icons/vendor/homarr/svg/a-mule.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:a3", label: "A3", path: "/icons/vendor/homarr/png/a3.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aboard", label: "Aboard", path: "/icons/vendor/homarr/svg/aboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:act", label: "Act", path: "/icons/vendor/homarr/svg/act.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:action1", label: "Action1", path: "/icons/vendor/homarr/svg/action1.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:activepieces", label: "Activepieces", path: "/icons/vendor/homarr/svg/activepieces.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:actual-budget", label: "Actual Budget", path: "/icons/vendor/homarr/svg/actual-budget.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adblock", label: "Adblock", path: "/icons/vendor/homarr/png/adblock.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adguard-home", label: "Adguard Home", path: "/icons/vendor/homarr/svg/adguard-home.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adguard-home-sync", label: "Adguard Home Sync", path: "/icons/vendor/homarr/svg/adguard-home-sync.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adminer", label: "Adminer", path: "/icons/vendor/homarr/svg/adminer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adobe", label: "Adobe", path: "/icons/vendor/homarr/svg/adobe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ads-b-exchange", label: "Ads B Exchange", path: "/icons/vendor/homarr/png/ads-b-exchange.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adsb", label: "Adsb", path: "/icons/vendor/homarr/png/adsb.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:advanzia", label: "Advanzia", path: "/icons/vendor/homarr/svg/advanzia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:adventure-log", label: "Adventure Log", path: "/icons/vendor/homarr/svg/adventure-log.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:affine", label: "Affine", path: "/icons/vendor/homarr/svg/affine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:affine-light", label: "Affine Light", path: "/icons/vendor/homarr/svg/affine-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:agile-freaks", label: "Agile Freaks", path: "/icons/vendor/homarr/png/agile-freaks.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:agregarr", label: "Agregarr", path: "/icons/vendor/homarr/svg/agregarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ai-on-the-edge-device", label: "Ai On The Edge Device", path: "/icons/vendor/homarr/svg/ai-on-the-edge-device.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:air-trail", label: "Air Trail", path: "/icons/vendor/homarr/svg/air-trail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:airsonic", label: "Airsonic", path: "/icons/vendor/homarr/svg/airsonic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:airtable", label: "Airtable", path: "/icons/vendor/homarr/svg/airtable.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:airtel", label: "Airtel", path: "/icons/vendor/homarr/svg/airtel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:airvpn", label: "Airvpn", path: "/icons/vendor/homarr/svg/airvpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:akamai", label: "Akamai", path: "/icons/vendor/homarr/svg/akamai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:akaunting", label: "Akaunting", path: "/icons/vendor/homarr/svg/akaunting.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:akkoma", label: "Akkoma", path: "/icons/vendor/homarr/svg/akkoma.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:akkoma-light", label: "Akkoma Light", path: "/icons/vendor/homarr/svg/akkoma-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alarmpi", label: "Alarmpi", path: "/icons/vendor/homarr/png/alarmpi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:albert-heijn", label: "Albert Heijn", path: "/icons/vendor/homarr/svg/albert-heijn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alertmanager", label: "Alertmanager", path: "/icons/vendor/homarr/svg/alertmanager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alexa", label: "Alexa", path: "/icons/vendor/homarr/svg/alexa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alexandrie", label: "Alexandrie", path: "/icons/vendor/homarr/svg/alexandrie.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alexandrie-dark", label: "Alexandrie Dark", path: "/icons/vendor/homarr/svg/alexandrie-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:algo", label: "Algo", path: "/icons/vendor/homarr/png/algo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ali-mail", label: "Ali Mail", path: "/icons/vendor/homarr/png/ali-mail.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aliasvault", label: "Aliasvault", path: "/icons/vendor/homarr/svg/aliasvault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aliexpress", label: "Aliexpress", path: "/icons/vendor/homarr/svg/aliexpress.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alist", label: "Alist", path: "/icons/vendor/homarr/svg/alist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aliyun", label: "Aliyun", path: "/icons/vendor/homarr/svg/aliyun.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alloy", label: "Alloy", path: "/icons/vendor/homarr/svg/alloy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alltube", label: "Alltube", path: "/icons/vendor/homarr/png/alltube.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alltube-light", label: "Alltube Light", path: "/icons/vendor/homarr/png/alltube-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alma-linux", label: "Alma Linux", path: "/icons/vendor/homarr/svg/alma-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:alpine-linux", label: "Alpine Linux", path: "/icons/vendor/homarr/svg/alpine-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amazon", label: "Amazon", path: "/icons/vendor/homarr/svg/amazon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amazon-light", label: "Amazon Light", path: "/icons/vendor/homarr/svg/amazon-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amazon-prime", label: "Amazon Prime", path: "/icons/vendor/homarr/svg/amazon-prime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amazon-web-services", label: "Amazon Web Services", path: "/icons/vendor/homarr/svg/amazon-web-services.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amazon-web-services-light", label: "Amazon Web Services Light", path: "/icons/vendor/homarr/svg/amazon-web-services-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amcrest", label: "Amcrest", path: "/icons/vendor/homarr/png/amcrest.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amcrest-cloud", label: "Amcrest Cloud", path: "/icons/vendor/homarr/png/amcrest-cloud.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amd", label: "Amd", path: "/icons/vendor/homarr/svg/amd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amd-light", label: "Amd Light", path: "/icons/vendor/homarr/svg/amd-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ami", label: "Ami", path: "/icons/vendor/homarr/png/ami.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ami-alt", label: "Ami Alt", path: "/icons/vendor/homarr/png/ami-alt.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ami-alt-light", label: "Ami Alt Light", path: "/icons/vendor/homarr/png/ami-alt-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:amp", label: "Amp", path: "/icons/vendor/homarr/png/amp.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ampache", label: "Ampache", path: "/icons/vendor/homarr/png/ampache.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:android", label: "Android", path: "/icons/vendor/homarr/svg/android.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:android-auto", label: "Android Auto", path: "/icons/vendor/homarr/svg/android-auto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:android-auto-dark", label: "Android Auto Dark", path: "/icons/vendor/homarr/svg/android-auto-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:android-robot", label: "Android Robot", path: "/icons/vendor/homarr/svg/android-robot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anghami", label: "Anghami", path: "/icons/vendor/homarr/png/anghami.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:angular", label: "Angular", path: "/icons/vendor/homarr/svg/angular.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anime-kai", label: "Anime Kai", path: "/icons/vendor/homarr/svg/anime-kai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anonaddy", label: "Anonaddy", path: "/icons/vendor/homarr/svg/anonaddy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ansible", label: "Ansible", path: "/icons/vendor/homarr/svg/ansible.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ansible-light", label: "Ansible Light", path: "/icons/vendor/homarr/svg/ansible-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anubis", label: "Anubis", path: "/icons/vendor/homarr/png/anubis.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:any-listen", label: "Any Listen", path: "/icons/vendor/homarr/svg/any-listen.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anything-llm", label: "Anything Llm", path: "/icons/vendor/homarr/svg/anything-llm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anything-llm-light", label: "Anything Llm Light", path: "/icons/vendor/homarr/svg/anything-llm-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:anytype", label: "Anytype", path: "/icons/vendor/homarr/svg/anytype.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache", label: "Apache", path: "/icons/vendor/homarr/svg/apache.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-airflow", label: "Apache Airflow", path: "/icons/vendor/homarr/svg/apache-airflow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-answer", label: "Apache Answer", path: "/icons/vendor/homarr/svg/apache-answer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-cassandra", label: "Apache Cassandra", path: "/icons/vendor/homarr/svg/apache-cassandra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-cloudstack", label: "Apache Cloudstack", path: "/icons/vendor/homarr/svg/apache-cloudstack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-druid", label: "Apache Druid", path: "/icons/vendor/homarr/svg/apache-druid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-iceberg", label: "Apache Iceberg", path: "/icons/vendor/homarr/svg/apache-iceberg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-openoffice", label: "Apache Openoffice", path: "/icons/vendor/homarr/svg/apache-openoffice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-solr", label: "Apache Solr", path: "/icons/vendor/homarr/svg/apache-solr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-subversion", label: "Apache Subversion", path: "/icons/vendor/homarr/svg/apache-subversion.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-tomcat", label: "Apache Tomcat", path: "/icons/vendor/homarr/svg/apache-tomcat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apache-tomcat-light", label: "Apache Tomcat Light", path: "/icons/vendor/homarr/svg/apache-tomcat-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apc", label: "Apc", path: "/icons/vendor/homarr/svg/apc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apiscp", label: "Apiscp", path: "/icons/vendor/homarr/svg/apiscp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:app-service", label: "App Service", path: "/icons/vendor/homarr/svg/app-service.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:app-store", label: "App Store", path: "/icons/vendor/homarr/svg/app-store.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:appdaemon", label: "Appdaemon", path: "/icons/vendor/homarr/png/appdaemon.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:appflowy", label: "Appflowy", path: "/icons/vendor/homarr/svg/appflowy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple", label: "Apple", path: "/icons/vendor/homarr/svg/apple.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-alt", label: "Apple Alt", path: "/icons/vendor/homarr/svg/apple-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-light", label: "Apple Light", path: "/icons/vendor/homarr/svg/apple-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-maps", label: "Apple Maps", path: "/icons/vendor/homarr/svg/apple-maps.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-music", label: "Apple Music", path: "/icons/vendor/homarr/svg/apple-music.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-podcasts", label: "Apple Podcasts", path: "/icons/vendor/homarr/svg/apple-podcasts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-tv-plus", label: "Apple Tv Plus", path: "/icons/vendor/homarr/svg/apple-tv-plus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apple-tv-plus-light", label: "Apple Tv Plus Light", path: "/icons/vendor/homarr/svg/apple-tv-plus-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:application-gateway-container", label: "Application Gateway Container", path: "/icons/vendor/homarr/svg/application-gateway-container.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:application-gateways", label: "Application Gateways", path: "/icons/vendor/homarr/svg/application-gateways.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:apprise", label: "Apprise", path: "/icons/vendor/homarr/png/apprise.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:appwrite", label: "Appwrite", path: "/icons/vendor/homarr/svg/appwrite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ara-records-ansible", label: "Ara Records Ansible", path: "/icons/vendor/homarr/svg/ara-records-ansible.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arcane", label: "Arcane", path: "/icons/vendor/homarr/svg/arcane.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arch-linux", label: "Arch Linux", path: "/icons/vendor/homarr/svg/arch-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:archidekt", label: "Archidekt", path: "/icons/vendor/homarr/svg/archidekt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:archisteamfarm", label: "Archisteamfarm", path: "/icons/vendor/homarr/png/archisteamfarm.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:archivebox", label: "Archivebox", path: "/icons/vendor/homarr/svg/archivebox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:archiveteam-warrior", label: "Archiveteam Warrior", path: "/icons/vendor/homarr/png/archiveteam-warrior.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:archiveteam-warrior-light", label: "Archiveteam Warrior Light", path: "/icons/vendor/homarr/png/archiveteam-warrior-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arduino", label: "Arduino", path: "/icons/vendor/homarr/svg/arduino.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arenalmsys", label: "Arenalmsys", path: "/icons/vendor/homarr/png/arenalmsys.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:argo-cd", label: "Argo Cd", path: "/icons/vendor/homarr/svg/argo-cd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ariang", label: "Ariang", path: "/icons/vendor/homarr/png/ariang.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arm", label: "Arm", path: "/icons/vendor/homarr/svg/arm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arris", label: "Arris", path: "/icons/vendor/homarr/png/arris.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:arris-light", label: "Arris Light", path: "/icons/vendor/homarr/png/arris-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:artifacthub", label: "Artifacthub", path: "/icons/vendor/homarr/svg/artifacthub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:artifactory", label: "Artifactory", path: "/icons/vendor/homarr/svg/artifactory.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aruba", label: "Aruba", path: "/icons/vendor/homarr/svg/aruba.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asana", label: "Asana", path: "/icons/vendor/homarr/svg/asana.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asciinema", label: "Asciinema", path: "/icons/vendor/homarr/svg/asciinema.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asrock-rack", label: "Asrock Rack", path: "/icons/vendor/homarr/svg/asrock-rack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asrock-rack-ipmi", label: "Asrock Rack Ipmi", path: "/icons/vendor/homarr/svg/asrock-rack-ipmi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:assetgrid", label: "Assetgrid", path: "/icons/vendor/homarr/png/assetgrid.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asterisk", label: "Asterisk", path: "/icons/vendor/homarr/png/asterisk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:astral", label: "Astral", path: "/icons/vendor/homarr/svg/astral.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:astuto", label: "Astuto", path: "/icons/vendor/homarr/svg/astuto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:astuto-light", label: "Astuto Light", path: "/icons/vendor/homarr/svg/astuto-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asus", label: "Asus", path: "/icons/vendor/homarr/svg/asus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asus-full", label: "Asus Full", path: "/icons/vendor/homarr/svg/asus-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asus-rog", label: "Asus Rog", path: "/icons/vendor/homarr/svg/asus-rog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asus-router", label: "Asus Router", path: "/icons/vendor/homarr/svg/asus-router.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:asustor", label: "Asustor", path: "/icons/vendor/homarr/svg/asustor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:at-t", label: "At T", path: "/icons/vendor/homarr/svg/at-t.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian", label: "Atlassian", path: "/icons/vendor/homarr/svg/atlassian.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-bamboo", label: "Atlassian Bamboo", path: "/icons/vendor/homarr/svg/atlassian-bamboo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-bitbucket", label: "Atlassian Bitbucket", path: "/icons/vendor/homarr/svg/atlassian-bitbucket.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-confluence", label: "Atlassian Confluence", path: "/icons/vendor/homarr/svg/atlassian-confluence.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-jira", label: "Atlassian Jira", path: "/icons/vendor/homarr/svg/atlassian-jira.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-opsgenie", label: "Atlassian Opsgenie", path: "/icons/vendor/homarr/svg/atlassian-opsgenie.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atlassian-trello", label: "Atlassian Trello", path: "/icons/vendor/homarr/svg/atlassian-trello.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atuin", label: "Atuin", path: "/icons/vendor/homarr/svg/atuin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:atuin-light", label: "Atuin Light", path: "/icons/vendor/homarr/svg/atuin-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:audacity", label: "Audacity", path: "/icons/vendor/homarr/svg/audacity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:audiobookshelf", label: "Audiobookshelf", path: "/icons/vendor/homarr/svg/audiobookshelf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:audora", label: "Audora", path: "/icons/vendor/homarr/svg/audora.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aura", label: "Aura", path: "/icons/vendor/homarr/svg/aura.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:auracast", label: "Auracast", path: "/icons/vendor/homarr/svg/auracast.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:authelia", label: "Authelia", path: "/icons/vendor/homarr/svg/authelia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:authentik", label: "Authentik", path: "/icons/vendor/homarr/svg/authentik.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:authman", label: "Authman", path: "/icons/vendor/homarr/svg/authman.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:auto-cad", label: "Auto Cad", path: "/icons/vendor/homarr/svg/auto-cad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:auto-mcs", label: "Auto Mcs", path: "/icons/vendor/homarr/png/auto-mcs.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:autobangumi", label: "Autobangumi", path: "/icons/vendor/homarr/svg/autobangumi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:autobangumi-dark", label: "Autobangumi Dark", path: "/icons/vendor/homarr/svg/autobangumi-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:autobrr", label: "Autobrr", path: "/icons/vendor/homarr/svg/autobrr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:automad", label: "Automad", path: "/icons/vendor/homarr/svg/automad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:automad-light", label: "Automad Light", path: "/icons/vendor/homarr/svg/automad-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:av1", label: "Av1", path: "/icons/vendor/homarr/svg/av1.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:av1-dark", label: "Av1 Dark", path: "/icons/vendor/homarr/svg/av1-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:av1-light", label: "Av1 Light", path: "/icons/vendor/homarr/svg/av1-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:avg", label: "Avg", path: "/icons/vendor/homarr/svg/avg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:avigilon", label: "Avigilon", path: "/icons/vendor/homarr/svg/avigilon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:avm-fritzbox", label: "Avm Fritzbox", path: "/icons/vendor/homarr/svg/avm-fritzbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:avm-fritzbox-light", label: "Avm Fritzbox Light", path: "/icons/vendor/homarr/svg/avm-fritzbox-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aws", label: "Aws", path: "/icons/vendor/homarr/svg/aws.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aws-ecs", label: "Aws Ecs", path: "/icons/vendor/homarr/svg/aws-ecs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aws-light", label: "Aws Light", path: "/icons/vendor/homarr/svg/aws-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:awtrix", label: "Awtrix", path: "/icons/vendor/homarr/png/awtrix.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:awwesome", label: "Awwesome", path: "/icons/vendor/homarr/svg/awwesome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:awx", label: "Awx", path: "/icons/vendor/homarr/svg/awx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:axis", label: "Axis", path: "/icons/vendor/homarr/svg/axis.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:aya", label: "Aya", path: "/icons/vendor/homarr/png/aya.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azuracast", label: "Azuracast", path: "/icons/vendor/homarr/svg/azuracast.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure", label: "Azure", path: "/icons/vendor/homarr/svg/azure.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-bicep", label: "Azure Bicep", path: "/icons/vendor/homarr/svg/azure-bicep.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-container-apps", label: "Azure Container Apps", path: "/icons/vendor/homarr/svg/azure-container-apps.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-container-instances", label: "Azure Container Instances", path: "/icons/vendor/homarr/svg/azure-container-instances.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-container-registry", label: "Azure Container Registry", path: "/icons/vendor/homarr/svg/azure-container-registry.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-container-service", label: "Azure Container Service", path: "/icons/vendor/homarr/svg/azure-container-service.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-cosmos-db", label: "Azure Cosmos Db", path: "/icons/vendor/homarr/svg/azure-cosmos-db.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-devops", label: "Azure Devops", path: "/icons/vendor/homarr/svg/azure-devops.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-dns", label: "Azure Dns", path: "/icons/vendor/homarr/svg/azure-dns.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-firewall", label: "Azure Firewall", path: "/icons/vendor/homarr/svg/azure-firewall.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-kubernetes-services", label: "Azure Kubernetes Services", path: "/icons/vendor/homarr/svg/azure-kubernetes-services.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-log-analytics-workspaces", label: "Azure Log Analytics Workspaces", path: "/icons/vendor/homarr/svg/azure-log-analytics-workspaces.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-monitor", label: "Azure Monitor", path: "/icons/vendor/homarr/svg/azure-monitor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-postgres-server", label: "Azure Postgres Server", path: "/icons/vendor/homarr/svg/azure-postgres-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-sql-db", label: "Azure Sql Db", path: "/icons/vendor/homarr/svg/azure-sql-db.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-sql-server", label: "Azure Sql Server", path: "/icons/vendor/homarr/svg/azure-sql-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-storage-accounts", label: "Azure Storage Accounts", path: "/icons/vendor/homarr/svg/azure-storage-accounts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-virtual-desktop", label: "Azure Virtual Desktop", path: "/icons/vendor/homarr/svg/azure-virtual-desktop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-virtual-network-gateways", label: "Azure Virtual Network Gateways", path: "/icons/vendor/homarr/svg/azure-virtual-network-gateways.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-vm", label: "Azure Vm", path: "/icons/vendor/homarr/svg/azure-vm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:azure-vnet", label: "Azure Vnet", path: "/icons/vendor/homarr/svg/azure-vnet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bab-technologie", label: "Bab Technologie", path: "/icons/vendor/homarr/svg/bab-technologie.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bab-technologie-dark", label: "Bab Technologie Dark", path: "/icons/vendor/homarr/svg/bab-technologie-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:babybuddy", label: "Babybuddy", path: "/icons/vendor/homarr/png/babybuddy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:backblaze", label: "Backblaze", path: "/icons/vendor/homarr/svg/backblaze.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:backrest", label: "Backrest", path: "/icons/vendor/homarr/svg/backrest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:backrest-light", label: "Backrest Light", path: "/icons/vendor/homarr/svg/backrest-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bacula", label: "Bacula", path: "/icons/vendor/homarr/png/bacula.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:badge", label: "Badge", path: "/icons/vendor/homarr/png/badge.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:baikal", label: "Baikal", path: "/icons/vendor/homarr/png/baikal.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bale", label: "Bale", path: "/icons/vendor/homarr/svg/bale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:balena-cloud", label: "Balena Cloud", path: "/icons/vendor/homarr/svg/balena-cloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:balena-etcher", label: "Balena Etcher", path: "/icons/vendor/homarr/svg/balena-etcher.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ballerina", label: "Ballerina", path: "/icons/vendor/homarr/svg/ballerina.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bandcamp", label: "Bandcamp", path: "/icons/vendor/homarr/svg/bandcamp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bar-assistant", label: "Bar Assistant", path: "/icons/vendor/homarr/svg/bar-assistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:barcodebuddy", label: "Barcodebuddy", path: "/icons/vendor/homarr/png/barcodebuddy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:barrage", label: "Barrage", path: "/icons/vendor/homarr/svg/barrage.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:baserow", label: "Baserow", path: "/icons/vendor/homarr/svg/baserow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:basilisk", label: "Basilisk", path: "/icons/vendor/homarr/png/basilisk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bastillion", label: "Bastillion", path: "/icons/vendor/homarr/png/bastillion.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:batocera-linux", label: "Batocera Linux", path: "/icons/vendor/homarr/png/batocera-linux.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bazarr", label: "Bazarr", path: "/icons/vendor/homarr/svg/bazarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bazarr-dark", label: "Bazarr Dark", path: "/icons/vendor/homarr/svg/bazarr-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bazecor", label: "Bazecor", path: "/icons/vendor/homarr/svg/bazecor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:be-quiet", label: "Be Quiet", path: "/icons/vendor/homarr/svg/be-quiet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beaver-habit-tracker", label: "Beaver Habit Tracker", path: "/icons/vendor/homarr/svg/beaver-habit-tracker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beaver-habit-tracker-light", label: "Beaver Habit Tracker Light", path: "/icons/vendor/homarr/svg/beaver-habit-tracker-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bechtle", label: "Bechtle", path: "/icons/vendor/homarr/svg/bechtle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beef", label: "Beef", path: "/icons/vendor/homarr/svg/beef.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beef-light", label: "Beef Light", path: "/icons/vendor/homarr/svg/beef-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beets", label: "Beets", path: "/icons/vendor/homarr/png/beets.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:behance", label: "Behance", path: "/icons/vendor/homarr/svg/behance.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:benotes", label: "Benotes", path: "/icons/vendor/homarr/png/benotes.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bentopdf", label: "Bentopdf", path: "/icons/vendor/homarr/svg/bentopdf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beszel", label: "Beszel", path: "/icons/vendor/homarr/svg/beszel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:beszel-light", label: "Beszel Light", path: "/icons/vendor/homarr/svg/beszel-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:betanin", label: "Betanin", path: "/icons/vendor/homarr/png/betanin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bewcloud", label: "Bewcloud", path: "/icons/vendor/homarr/svg/bewcloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bible-gateway", label: "Bible Gateway", path: "/icons/vendor/homarr/png/bible-gateway.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bibliogram", label: "Bibliogram", path: "/icons/vendor/homarr/png/bibliogram.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:biblioreads", label: "Biblioreads", path: "/icons/vendor/homarr/svg/biblioreads.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:biblioreads-light", label: "Biblioreads Light", path: "/icons/vendor/homarr/svg/biblioreads-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:biedronka", label: "Biedronka", path: "/icons/vendor/homarr/png/biedronka.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bigcapital", label: "Bigcapital", path: "/icons/vendor/homarr/svg/bigcapital.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bilibili", label: "Bilibili", path: "/icons/vendor/homarr/svg/bilibili.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bing", label: "Bing", path: "/icons/vendor/homarr/svg/bing.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:binner", label: "Binner", path: "/icons/vendor/homarr/svg/binner.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:binner-dark", label: "Binner Dark", path: "/icons/vendor/homarr/svg/binner-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:birdnet", label: "Birdnet", path: "/icons/vendor/homarr/png/birdnet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitbucket", label: "Bitbucket", path: "/icons/vendor/homarr/svg/bitbucket.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitcoin", label: "Bitcoin", path: "/icons/vendor/homarr/svg/bitcoin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bithumen", label: "Bithumen", path: "/icons/vendor/homarr/png/bithumen.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitly", label: "Bitly", path: "/icons/vendor/homarr/svg/bitly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitly-dark", label: "Bitly Dark", path: "/icons/vendor/homarr/svg/bitly-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitly-light", label: "Bitly Light", path: "/icons/vendor/homarr/svg/bitly-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitly-wordmark-light", label: "Bitly Wordmark Light", path: "/icons/vendor/homarr/svg/bitly-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitmagnet", label: "Bitmagnet", path: "/icons/vendor/homarr/svg/bitmagnet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitwarden", label: "Bitwarden", path: "/icons/vendor/homarr/svg/bitwarden.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitwig-studio", label: "Bitwig Studio", path: "/icons/vendor/homarr/png/bitwig-studio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bitwig-studio-dark", label: "Bitwig Studio Dark", path: "/icons/vendor/homarr/png/bitwig-studio-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:black-forest-labs", label: "Black Forest Labs", path: "/icons/vendor/homarr/svg/black-forest-labs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:black-forest-labs-dark", label: "Black Forest Labs Dark", path: "/icons/vendor/homarr/svg/black-forest-labs-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:black-forest-labs-light", label: "Black Forest Labs Light", path: "/icons/vendor/homarr/svg/black-forest-labs-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:black-forest-labs-wordmark-dark", label: "Black Forest Labs Wordmark Dark", path: "/icons/vendor/homarr/svg/black-forest-labs-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:black-forest-labs-wordmark-light", label: "Black Forest Labs Wordmark Light", path: "/icons/vendor/homarr/svg/black-forest-labs-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blender", label: "Blender", path: "/icons/vendor/homarr/svg/blender.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blocky", label: "Blocky", path: "/icons/vendor/homarr/svg/blocky.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blogger", label: "Blogger", path: "/icons/vendor/homarr/svg/blogger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blu-ray", label: "Blu Ray", path: "/icons/vendor/homarr/svg/blu-ray.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blu-ray-3d", label: "Blu Ray 3d", path: "/icons/vendor/homarr/svg/blu-ray-3d.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blue-iris", label: "Blue Iris", path: "/icons/vendor/homarr/png/blue-iris.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:blue-letter-bible", label: "Blue Letter Bible", path: "/icons/vendor/homarr/png/blue-letter-bible.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bluesky", label: "Bluesky", path: "/icons/vendor/homarr/svg/bluesky.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bluetooth", label: "Bluetooth", path: "/icons/vendor/homarr/svg/bluetooth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bluewallet", label: "Bluewallet", path: "/icons/vendor/homarr/png/bluewallet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bobcat-miner", label: "Bobcat Miner", path: "/icons/vendor/homarr/png/bobcat-miner.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:boeing", label: "Boeing", path: "/icons/vendor/homarr/svg/boeing.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:boinc", label: "Boinc", path: "/icons/vendor/homarr/png/boinc.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:book-lore", label: "Book Lore", path: "/icons/vendor/homarr/svg/book-lore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:booklogr", label: "Booklogr", path: "/icons/vendor/homarr/svg/booklogr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:booklogr-light", label: "Booklogr Light", path: "/icons/vendor/homarr/svg/booklogr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:booklore", label: "Booklore", path: "/icons/vendor/homarr/svg/booklore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:booklore-wordmark-light", label: "Booklore Wordmark Light", path: "/icons/vendor/homarr/svg/booklore-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:booksonic", label: "Booksonic", path: "/icons/vendor/homarr/png/booksonic.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bookstack", label: "Bookstack", path: "/icons/vendor/homarr/svg/bookstack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bootstrap", label: "Bootstrap", path: "/icons/vendor/homarr/svg/bootstrap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:borg", label: "Borg", path: "/icons/vendor/homarr/svg/borg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:borgmatic", label: "Borgmatic", path: "/icons/vendor/homarr/svg/borgmatic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:borgmatic-light", label: "Borgmatic Light", path: "/icons/vendor/homarr/svg/borgmatic-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bottom", label: "Bottom", path: "/icons/vendor/homarr/svg/bottom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bottom-dark", label: "Bottom Dark", path: "/icons/vendor/homarr/svg/bottom-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:boundary", label: "Boundary", path: "/icons/vendor/homarr/svg/boundary.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:box", label: "Box", path: "/icons/vendor/homarr/svg/box.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:boxarr", label: "Boxarr", path: "/icons/vendor/homarr/png/boxarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brave", label: "Brave", path: "/icons/vendor/homarr/svg/brave.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brave-dev", label: "Brave Dev", path: "/icons/vendor/homarr/png/brave-dev.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brewpi", label: "Brewpi", path: "/icons/vendor/homarr/png/brewpi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brick-tracker", label: "Brick Tracker", path: "/icons/vendor/homarr/svg/brick-tracker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bright-move", label: "Bright Move", path: "/icons/vendor/homarr/svg/bright-move.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brillcam", label: "Brillcam", path: "/icons/vendor/homarr/png/brillcam.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broad-link", label: "Broad Link", path: "/icons/vendor/homarr/png/broad-link.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broadcastchannel", label: "Broadcastchannel", path: "/icons/vendor/homarr/svg/broadcastchannel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broadcastchannel-light", label: "Broadcastchannel Light", path: "/icons/vendor/homarr/svg/broadcastchannel-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broadcom", label: "Broadcom", path: "/icons/vendor/homarr/svg/broadcom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broadcom-dark", label: "Broadcom Dark", path: "/icons/vendor/homarr/svg/broadcom-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:broadcom-wordmark-light", label: "Broadcom Wordmark Light", path: "/icons/vendor/homarr/svg/broadcom-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brocade", label: "Brocade", path: "/icons/vendor/homarr/svg/brocade.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:brother", label: "Brother", path: "/icons/vendor/homarr/svg/brother.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:browserless", label: "Browserless", path: "/icons/vendor/homarr/svg/browserless.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:browserless-light", label: "Browserless Light", path: "/icons/vendor/homarr/svg/browserless-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:browsh", label: "Browsh", path: "/icons/vendor/homarr/svg/browsh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:btcpay-server", label: "Btcpay Server", path: "/icons/vendor/homarr/png/btcpay-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:buddy", label: "Buddy", path: "/icons/vendor/homarr/png/buddy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:budget-board", label: "Budget Board", path: "/icons/vendor/homarr/svg/budget-board.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:budget-zero", label: "Budget Zero", path: "/icons/vendor/homarr/png/budget-zero.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:budgetbee", label: "Budgetbee", path: "/icons/vendor/homarr/svg/budgetbee.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:budgetbee-light", label: "Budgetbee Light", path: "/icons/vendor/homarr/svg/budgetbee-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:budibase", label: "Budibase", path: "/icons/vendor/homarr/svg/budibase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:buffalo", label: "Buffalo", path: "/icons/vendor/homarr/png/buffalo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:build-better", label: "Build Better", path: "/icons/vendor/homarr/svg/build-better.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:build-better-dark", label: "Build Better Dark", path: "/icons/vendor/homarr/svg/build-better-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:buildium", label: "Buildium", path: "/icons/vendor/homarr/svg/buildium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bunkerweb", label: "Bunkerweb", path: "/icons/vendor/homarr/svg/bunkerweb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bunny", label: "Bunny", path: "/icons/vendor/homarr/svg/bunny.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:burpsuite", label: "Burpsuite", path: "/icons/vendor/homarr/svg/burpsuite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:buxfer", label: "Buxfer", path: "/icons/vendor/homarr/png/buxfer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:byparr", label: "Byparr", path: "/icons/vendor/homarr/svg/byparr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:bytestash", label: "Bytestash", path: "/icons/vendor/homarr/svg/bytestash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:c", label: "C", path: "/icons/vendor/homarr/svg/c.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cabernet", label: "Cabernet", path: "/icons/vendor/homarr/svg/cabernet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cabot", label: "Cabot", path: "/icons/vendor/homarr/png/cabot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cachyos-linux", label: "Cachyos Linux", path: "/icons/vendor/homarr/svg/cachyos-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cacti", label: "Cacti", path: "/icons/vendor/homarr/svg/cacti.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:caddy", label: "Caddy", path: "/icons/vendor/homarr/svg/caddy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cadvisor", label: "Cadvisor", path: "/icons/vendor/homarr/png/cadvisor.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cal-com", label: "Cal Com", path: "/icons/vendor/homarr/svg/cal-com.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cal-com-light", label: "Cal Com Light", path: "/icons/vendor/homarr/svg/cal-com-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:calckey", label: "Calckey", path: "/icons/vendor/homarr/png/calckey.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:caldera", label: "Caldera", path: "/icons/vendor/homarr/png/caldera.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:calibre", label: "Calibre", path: "/icons/vendor/homarr/svg/calibre.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:calibre-web", label: "Calibre Web", path: "/icons/vendor/homarr/svg/calibre-web.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:calibre-web-automated-book-downloader", label: "Calibre Web Automated Book Downloader", path: "/icons/vendor/homarr/png/calibre-web-automated-book-downloader.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:camera-ui", label: "Camera Ui", path: "/icons/vendor/homarr/png/camera-ui.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:canonical", label: "Canonical", path: "/icons/vendor/homarr/svg/canonical.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:canvas-lms", label: "Canvas Lms", path: "/icons/vendor/homarr/svg/canvas-lms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cap-cut", label: "Cap Cut", path: "/icons/vendor/homarr/svg/cap-cut.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cap-cut-dark", label: "Cap Cut Dark", path: "/icons/vendor/homarr/svg/cap-cut-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:capacities", label: "Capacities", path: "/icons/vendor/homarr/svg/capacities.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:capacities-dark", label: "Capacities Dark", path: "/icons/vendor/homarr/svg/capacities-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:capjs", label: "Capjs", path: "/icons/vendor/homarr/png/capjs.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:caprover", label: "Caprover", path: "/icons/vendor/homarr/svg/caprover.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cardigann", label: "Cardigann", path: "/icons/vendor/homarr/png/cardigann.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cardigann-light", label: "Cardigann Light", path: "/icons/vendor/homarr/png/cardigann-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:carousell", label: "Carousell", path: "/icons/vendor/homarr/svg/carousell.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:carrefour", label: "Carrefour", path: "/icons/vendor/homarr/svg/carrefour.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:casaos", label: "Casaos", path: "/icons/vendor/homarr/svg/casaos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:castopod", label: "Castopod", path: "/icons/vendor/homarr/svg/castopod.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:catppuccin", label: "Catppuccin", path: "/icons/vendor/homarr/svg/catppuccin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cc", label: "Cc", path: "/icons/vendor/homarr/svg/cc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cc-light", label: "Cc Light", path: "/icons/vendor/homarr/svg/cc-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cd", label: "Cd", path: "/icons/vendor/homarr/svg/cd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cd-dark", label: "Cd Dark", path: "/icons/vendor/homarr/svg/cd-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cd-light", label: "Cd Light", path: "/icons/vendor/homarr/svg/cd-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:centos", label: "Centos", path: "/icons/vendor/homarr/svg/centos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ceph", label: "Ceph", path: "/icons/vendor/homarr/svg/ceph.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cert-manager", label: "Cert Manager", path: "/icons/vendor/homarr/svg/cert-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cert-warden", label: "Cert Warden", path: "/icons/vendor/homarr/svg/cert-warden.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cert-warden-light", label: "Cert Warden Light", path: "/icons/vendor/homarr/svg/cert-warden-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cessna", label: "Cessna", path: "/icons/vendor/homarr/svg/cessna.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chainguard", label: "Chainguard", path: "/icons/vendor/homarr/svg/chainguard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:changedetection", label: "Changedetection", path: "/icons/vendor/homarr/svg/changedetection.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:channels-dvr", label: "Channels Dvr", path: "/icons/vendor/homarr/svg/channels-dvr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chaptarr", label: "Chaptarr", path: "/icons/vendor/homarr/svg/chaptarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chart-db", label: "Chart Db", path: "/icons/vendor/homarr/png/chart-db.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chatbetter", label: "Chatbetter", path: "/icons/vendor/homarr/png/chatbetter.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chatgpt", label: "Chatgpt", path: "/icons/vendor/homarr/svg/chatgpt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chatpad-ai", label: "Chatpad Ai", path: "/icons/vendor/homarr/svg/chatpad-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chatwoot", label: "Chatwoot", path: "/icons/vendor/homarr/svg/chatwoot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:check-cle", label: "Check Cle", path: "/icons/vendor/homarr/svg/check-cle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:check-point", label: "Check Point", path: "/icons/vendor/homarr/svg/check-point.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:check-point-wordmark-light", label: "Check Point Wordmark Light", path: "/icons/vendor/homarr/svg/check-point-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:checkmate", label: "Checkmate", path: "/icons/vendor/homarr/svg/checkmate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:checkmk", label: "Checkmk", path: "/icons/vendor/homarr/svg/checkmk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cherry", label: "Cherry", path: "/icons/vendor/homarr/png/cherry.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chess", label: "Chess", path: "/icons/vendor/homarr/svg/chess.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chevereto", label: "Chevereto", path: "/icons/vendor/homarr/svg/chevereto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chhoto-url", label: "Chhoto Url", path: "/icons/vendor/homarr/svg/chhoto-url.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chibisafe", label: "Chibisafe", path: "/icons/vendor/homarr/svg/chibisafe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chiefonboarding", label: "Chiefonboarding", path: "/icons/vendor/homarr/png/chiefonboarding.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chirpy", label: "Chirpy", path: "/icons/vendor/homarr/svg/chirpy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chowdown", label: "Chowdown", path: "/icons/vendor/homarr/png/chowdown.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chroma", label: "Chroma", path: "/icons/vendor/homarr/svg/chroma.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome", label: "Chrome", path: "/icons/vendor/homarr/svg/chrome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome-beta", label: "Chrome Beta", path: "/icons/vendor/homarr/png/chrome-beta.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome-canary", label: "Chrome Canary", path: "/icons/vendor/homarr/svg/chrome-canary.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome-dev", label: "Chrome Dev", path: "/icons/vendor/homarr/svg/chrome-dev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome-devtools", label: "Chrome Devtools", path: "/icons/vendor/homarr/svg/chrome-devtools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chrome-remote-desktop", label: "Chrome Remote Desktop", path: "/icons/vendor/homarr/svg/chrome-remote-desktop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chromecast", label: "Chromecast", path: "/icons/vendor/homarr/png/chromecast.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chromecast-light", label: "Chromecast Light", path: "/icons/vendor/homarr/png/chromecast-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chromium", label: "Chromium", path: "/icons/vendor/homarr/svg/chromium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chronograf", label: "Chronograf", path: "/icons/vendor/homarr/png/chronograf.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:chzzk", label: "Chzzk", path: "/icons/vendor/homarr/png/chzzk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cilium", label: "Cilium", path: "/icons/vendor/homarr/svg/cilium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cilium-light", label: "Cilium Light", path: "/icons/vendor/homarr/svg/cilium-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cinny", label: "Cinny", path: "/icons/vendor/homarr/svg/cinny.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cinny-light", label: "Cinny Light", path: "/icons/vendor/homarr/svg/cinny-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ciphermail", label: "Ciphermail", path: "/icons/vendor/homarr/svg/ciphermail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cisco", label: "Cisco", path: "/icons/vendor/homarr/svg/cisco.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:citrix", label: "Citrix", path: "/icons/vendor/homarr/svg/citrix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:clam-av", label: "Clam Av", path: "/icons/vendor/homarr/svg/clam-av.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:clash", label: "Clash", path: "/icons/vendor/homarr/png/clash.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:claude-ai", label: "Claude Ai", path: "/icons/vendor/homarr/svg/claude-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:claude-ai-dark", label: "Claude Ai Dark", path: "/icons/vendor/homarr/svg/claude-ai-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:claude-ai-light", label: "Claude Ai Light", path: "/icons/vendor/homarr/svg/claude-ai-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cleanuparr", label: "Cleanuparr", path: "/icons/vendor/homarr/png/cleanuparr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cleanuperr", label: "Cleanuperr", path: "/icons/vendor/homarr/svg/cleanuperr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:clickhouse", label: "Clickhouse", path: "/icons/vendor/homarr/svg/clickhouse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:clickup", label: "Clickup", path: "/icons/vendor/homarr/svg/clickup.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloud66", label: "Cloud66", path: "/icons/vendor/homarr/svg/cloud66.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloud9", label: "Cloud9", path: "/icons/vendor/homarr/svg/cloud9.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloud9-light", label: "Cloud9 Light", path: "/icons/vendor/homarr/svg/cloud9-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudbeaver", label: "Cloudbeaver", path: "/icons/vendor/homarr/svg/cloudbeaver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudcmd", label: "Cloudcmd", path: "/icons/vendor/homarr/png/cloudcmd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudflare", label: "Cloudflare", path: "/icons/vendor/homarr/svg/cloudflare.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudflare-pages", label: "Cloudflare Pages", path: "/icons/vendor/homarr/svg/cloudflare-pages.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudflare-zero-trust", label: "Cloudflare Zero Trust", path: "/icons/vendor/homarr/svg/cloudflare-zero-trust.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudpanel", label: "Cloudpanel", path: "/icons/vendor/homarr/svg/cloudpanel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudreve", label: "Cloudreve", path: "/icons/vendor/homarr/svg/cloudreve.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cloudstream", label: "Cloudstream", path: "/icons/vendor/homarr/svg/cloudstream.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cobalt", label: "Cobalt", path: "/icons/vendor/homarr/svg/cobalt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cobalt-dark", label: "Cobalt Dark", path: "/icons/vendor/homarr/svg/cobalt-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cockpit", label: "Cockpit", path: "/icons/vendor/homarr/svg/cockpit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cockpit-cms", label: "Cockpit Cms", path: "/icons/vendor/homarr/svg/cockpit-cms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cockpit-cms-light", label: "Cockpit Cms Light", path: "/icons/vendor/homarr/svg/cockpit-cms-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cockpit-light", label: "Cockpit Light", path: "/icons/vendor/homarr/svg/cockpit-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:code", label: "Code", path: "/icons/vendor/homarr/svg/code.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:code-cademy", label: "Code Cademy", path: "/icons/vendor/homarr/svg/code-cademy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:code-cademy-dark", label: "Code Cademy Dark", path: "/icons/vendor/homarr/svg/code-cademy-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:code-server", label: "Code Server", path: "/icons/vendor/homarr/png/code-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codeberg", label: "Codeberg", path: "/icons/vendor/homarr/svg/codeberg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codellm", label: "Codellm", path: "/icons/vendor/homarr/svg/codellm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coder", label: "Coder", path: "/icons/vendor/homarr/svg/coder.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coder-light", label: "Coder Light", path: "/icons/vendor/homarr/svg/coder-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codestats", label: "Codestats", path: "/icons/vendor/homarr/svg/codestats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codestats-light", label: "Codestats Light", path: "/icons/vendor/homarr/svg/codestats-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codex", label: "Codex", path: "/icons/vendor/homarr/svg/codex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codex-light", label: "Codex Light", path: "/icons/vendor/homarr/svg/codex-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codimd", label: "Codimd", path: "/icons/vendor/homarr/png/codimd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:codimd-light", label: "Codimd Light", path: "/icons/vendor/homarr/png/codimd-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:collabora-online", label: "Collabora Online", path: "/icons/vendor/homarr/svg/collabora-online.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfy-ui", label: "Comfy Ui", path: "/icons/vendor/homarr/png/comfy-ui.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfyui", label: "Comfyui", path: "/icons/vendor/homarr/svg/comfyui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfyui-dark", label: "Comfyui Dark", path: "/icons/vendor/homarr/svg/comfyui-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfyui-light", label: "Comfyui Light", path: "/icons/vendor/homarr/svg/comfyui-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfyui-wordmark-dark", label: "Comfyui Wordmark Dark", path: "/icons/vendor/homarr/svg/comfyui-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:comfyui-wordmark-light", label: "Comfyui Wordmark Light", path: "/icons/vendor/homarr/svg/comfyui-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:commafeed", label: "Commafeed", path: "/icons/vendor/homarr/svg/commafeed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:commafeed-light", label: "Commafeed Light", path: "/icons/vendor/homarr/svg/commafeed-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:commento", label: "Commento", path: "/icons/vendor/homarr/svg/commento.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:commento-light", label: "Commento Light", path: "/icons/vendor/homarr/svg/commento-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:compreface", label: "Compreface", path: "/icons/vendor/homarr/svg/compreface.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:concourse", label: "Concourse", path: "/icons/vendor/homarr/svg/concourse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:configarr", label: "Configarr", path: "/icons/vendor/homarr/svg/configarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:confix", label: "Confix", path: "/icons/vendor/homarr/svg/confix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:confluence", label: "Confluence", path: "/icons/vendor/homarr/svg/confluence.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:consul", label: "Consul", path: "/icons/vendor/homarr/svg/consul.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:contabo", label: "Contabo", path: "/icons/vendor/homarr/svg/contabo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:control-d", label: "Control D", path: "/icons/vendor/homarr/svg/control-d.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:control-d-dark", label: "Control D Dark", path: "/icons/vendor/homarr/svg/control-d-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:converse", label: "Converse", path: "/icons/vendor/homarr/svg/converse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:converse-light", label: "Converse Light", path: "/icons/vendor/homarr/svg/converse-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:convertx", label: "Convertx", path: "/icons/vendor/homarr/png/convertx.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:convex", label: "Convex", path: "/icons/vendor/homarr/svg/convex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cooler-control", label: "Cooler Control", path: "/icons/vendor/homarr/svg/cooler-control.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coolify", label: "Coolify", path: "/icons/vendor/homarr/svg/coolify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:copyparty", label: "Copyparty", path: "/icons/vendor/homarr/svg/copyparty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:copyq", label: "Copyq", path: "/icons/vendor/homarr/svg/copyq.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:core-control", label: "Core Control", path: "/icons/vendor/homarr/png/core-control.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coredns", label: "Coredns", path: "/icons/vendor/homarr/svg/coredns.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coreos", label: "Coreos", path: "/icons/vendor/homarr/svg/coreos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cosign", label: "Cosign", path: "/icons/vendor/homarr/svg/cosign.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cosmos-cloud", label: "Cosmos Cloud", path: "/icons/vendor/homarr/png/cosmos-cloud.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:costco", label: "Costco", path: "/icons/vendor/homarr/svg/costco.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:couchdb", label: "Couchdb", path: "/icons/vendor/homarr/svg/couchdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:couchpotato", label: "Couchpotato", path: "/icons/vendor/homarr/png/couchpotato.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:counter-analytics", label: "Counter Analytics", path: "/icons/vendor/homarr/svg/counter-analytics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:counter-strike-2", label: "Counter Strike 2", path: "/icons/vendor/homarr/png/counter-strike-2.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:counter-strike-global-offensive", label: "Counter Strike Global Offensive", path: "/icons/vendor/homarr/png/counter-strike-global-offensive.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:coursera", label: "Coursera", path: "/icons/vendor/homarr/png/coursera.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cozy", label: "Cozy", path: "/icons/vendor/homarr/svg/cozy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cpanel", label: "Cpanel", path: "/icons/vendor/homarr/svg/cpanel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cpp", label: "Cpp", path: "/icons/vendor/homarr/svg/cpp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crafty-controller", label: "Crafty Controller", path: "/icons/vendor/homarr/svg/crafty-controller.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crater-invoice", label: "Crater Invoice", path: "/icons/vendor/homarr/png/crater-invoice.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crazydomains", label: "Crazydomains", path: "/icons/vendor/homarr/png/crazydomains.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cribl", label: "Cribl", path: "/icons/vendor/homarr/png/cribl.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cribl-light", label: "Cribl Light", path: "/icons/vendor/homarr/png/cribl-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cron-master", label: "Cron Master", path: "/icons/vendor/homarr/png/cron-master.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cronicle", label: "Cronicle", path: "/icons/vendor/homarr/svg/cronicle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cronmaster", label: "Cronmaster", path: "/icons/vendor/homarr/svg/cronmaster.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cronmaster-dark", label: "Cronmaster Dark", path: "/icons/vendor/homarr/svg/cronmaster-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cronmaster-light", label: "Cronmaster Light", path: "/icons/vendor/homarr/svg/cronmaster-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cross-seed", label: "Cross Seed", path: "/icons/vendor/homarr/png/cross-seed.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cross-seed-square", label: "Cross Seed Square", path: "/icons/vendor/homarr/png/cross-seed-square.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crosswatch", label: "Crosswatch", path: "/icons/vendor/homarr/svg/crosswatch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crowdin", label: "Crowdin", path: "/icons/vendor/homarr/svg/crowdin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crowdin-dark", label: "Crowdin Dark", path: "/icons/vendor/homarr/svg/crowdin-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crowdsec", label: "Crowdsec", path: "/icons/vendor/homarr/svg/crowdsec.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:crunchyroll", label: "Crunchyroll", path: "/icons/vendor/homarr/svg/crunchyroll.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cryptomator", label: "Cryptomator", path: "/icons/vendor/homarr/svg/cryptomator.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cryptpad", label: "Cryptpad", path: "/icons/vendor/homarr/svg/cryptpad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:csharp", label: "Csharp", path: "/icons/vendor/homarr/svg/csharp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:css", label: "Css", path: "/icons/vendor/homarr/svg/css.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:css-light", label: "Css Light", path: "/icons/vendor/homarr/svg/css-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ctfreak", label: "Ctfreak", path: "/icons/vendor/homarr/svg/ctfreak.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cup", label: "Cup", path: "/icons/vendor/homarr/svg/cup.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cups", label: "Cups", path: "/icons/vendor/homarr/svg/cups.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cups-light", label: "Cups Light", path: "/icons/vendor/homarr/svg/cups-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cura", label: "Cura", path: "/icons/vendor/homarr/svg/cura.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cyber-power-full", label: "Cyber Power Full", path: "/icons/vendor/homarr/svg/cyber-power-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cyberchef", label: "Cyberchef", path: "/icons/vendor/homarr/svg/cyberchef.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:cypress", label: "Cypress", path: "/icons/vendor/homarr/svg/cypress.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:czkawka", label: "Czkawka", path: "/icons/vendor/homarr/svg/czkawka.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:d-link", label: "D Link", path: "/icons/vendor/homarr/svg/d-link.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dagster-dark", label: "Dagster Dark", path: "/icons/vendor/homarr/svg/dagster-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dagster-light", label: "Dagster Light", path: "/icons/vendor/homarr/svg/dagster-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dahua", label: "Dahua", path: "/icons/vendor/homarr/png/dahua.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dalibo", label: "Dalibo", path: "/icons/vendor/homarr/svg/dalibo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:danmaku", label: "Danmaku", path: "/icons/vendor/homarr/png/danmaku.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:daps", label: "Daps", path: "/icons/vendor/homarr/png/daps.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dart", label: "Dart", path: "/icons/vendor/homarr/svg/dart.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashboard-icons", label: "Dashboard Icons", path: "/icons/vendor/homarr/svg/dashboard-icons.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashboard-icons-dark", label: "Dashboard Icons Dark", path: "/icons/vendor/homarr/svg/dashboard-icons-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashdot", label: "Dashdot", path: "/icons/vendor/homarr/png/dashdot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashlane", label: "Dashlane", path: "/icons/vendor/homarr/png/dashlane.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashwise", label: "Dashwise", path: "/icons/vendor/homarr/svg/dashwise.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dashy", label: "Dashy", path: "/icons/vendor/homarr/png/dashy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:databasus", label: "Databasus", path: "/icons/vendor/homarr/svg/databasus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:databricks", label: "Databricks", path: "/icons/vendor/homarr/svg/databricks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:datadog", label: "Datadog", path: "/icons/vendor/homarr/svg/datadog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:davical", label: "Davical", path: "/icons/vendor/homarr/svg/davical.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:davis", label: "Davis", path: "/icons/vendor/homarr/png/davis.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dawarich", label: "Dawarich", path: "/icons/vendor/homarr/svg/dawarich.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dc-os", label: "Dc Os", path: "/icons/vendor/homarr/svg/dc-os.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dd-wrt", label: "Dd Wrt", path: "/icons/vendor/homarr/png/dd-wrt.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dd-wrt-light", label: "Dd Wrt Light", path: "/icons/vendor/homarr/png/dd-wrt-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ddclient", label: "Ddclient", path: "/icons/vendor/homarr/svg/ddclient.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ddev", label: "Ddev", path: "/icons/vendor/homarr/svg/ddev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ddev-dark", label: "Ddev Dark", path: "/icons/vendor/homarr/svg/ddev-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ddns-updater", label: "Ddns Updater", path: "/icons/vendor/homarr/svg/ddns-updater.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:debian-linux", label: "Debian Linux", path: "/icons/vendor/homarr/svg/debian-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deemix", label: "Deemix", path: "/icons/vendor/homarr/png/deemix.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deepl", label: "Deepl", path: "/icons/vendor/homarr/svg/deepl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deepl-dark", label: "Deepl Dark", path: "/icons/vendor/homarr/svg/deepl-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deepseek", label: "Deepseek", path: "/icons/vendor/homarr/svg/deepseek.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deezer", label: "Deezer", path: "/icons/vendor/homarr/svg/deezer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:defguard", label: "Defguard", path: "/icons/vendor/homarr/svg/defguard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dell", label: "Dell", path: "/icons/vendor/homarr/svg/dell.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dell-light", label: "Dell Light", path: "/icons/vendor/homarr/svg/dell-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deluge", label: "Deluge", path: "/icons/vendor/homarr/svg/deluge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deno", label: "Deno", path: "/icons/vendor/homarr/svg/deno.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deno-light", label: "Deno Light", path: "/icons/vendor/homarr/svg/deno-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:denodo", label: "Denodo", path: "/icons/vendor/homarr/svg/denodo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:denon", label: "Denon", path: "/icons/vendor/homarr/svg/denon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:denon-light", label: "Denon Light", path: "/icons/vendor/homarr/svg/denon-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dependency-track", label: "Dependency Track", path: "/icons/vendor/homarr/svg/dependency-track.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dependency-track-wordmark-dark", label: "Dependency Track Wordmark Dark", path: "/icons/vendor/homarr/svg/dependency-track-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dependency-track-wordmark-light", label: "Dependency Track Wordmark Light", path: "/icons/vendor/homarr/svg/dependency-track-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deployarr", label: "Deployarr", path: "/icons/vendor/homarr/svg/deployarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:deq", label: "Deq", path: "/icons/vendor/homarr/svg/deq.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:develancacheui", label: "Develancacheui", path: "/icons/vendor/homarr/png/develancacheui.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:devtooly", label: "Devtooly", path: "/icons/vendor/homarr/png/devtooly.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:devtooly-light", label: "Devtooly Light", path: "/icons/vendor/homarr/png/devtooly-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dia", label: "Dia", path: "/icons/vendor/homarr/svg/dia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diagrams-net", label: "Diagrams Net", path: "/icons/vendor/homarr/svg/diagrams-net.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diamond-aircraft", label: "Diamond Aircraft", path: "/icons/vendor/homarr/svg/diamond-aircraft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dietpi", label: "Dietpi", path: "/icons/vendor/homarr/png/dietpi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:digi-kam", label: "Digi Kam", path: "/icons/vendor/homarr/svg/digi-kam.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:digikey", label: "Digikey", path: "/icons/vendor/homarr/svg/digikey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:digital-ocean", label: "Digital Ocean", path: "/icons/vendor/homarr/svg/digital-ocean.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dilg", label: "Dilg", path: "/icons/vendor/homarr/svg/dilg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dillinger", label: "Dillinger", path: "/icons/vendor/homarr/svg/dillinger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dillinger-light", label: "Dillinger Light", path: "/icons/vendor/homarr/svg/dillinger-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dim", label: "Dim", path: "/icons/vendor/homarr/png/dim.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dim-light", label: "Dim Light", path: "/icons/vendor/homarr/png/dim-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diners-club", label: "Diners Club", path: "/icons/vendor/homarr/svg/diners-club.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:directadmin", label: "Directadmin", path: "/icons/vendor/homarr/svg/directadmin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:directus", label: "Directus", path: "/icons/vendor/homarr/svg/directus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:discord", label: "Discord", path: "/icons/vendor/homarr/svg/discord.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:discourse", label: "Discourse", path: "/icons/vendor/homarr/svg/discourse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:discourse-light", label: "Discourse Light", path: "/icons/vendor/homarr/svg/discourse-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diskover", label: "Diskover", path: "/icons/vendor/homarr/png/diskover.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:disney-plus", label: "Disney Plus", path: "/icons/vendor/homarr/svg/disney-plus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dispatcharr", label: "Dispatcharr", path: "/icons/vendor/homarr/svg/dispatcharr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:distribution", label: "Distribution", path: "/icons/vendor/homarr/svg/distribution.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diun", label: "Diun", path: "/icons/vendor/homarr/png/diun.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dixa", label: "Dixa", path: "/icons/vendor/homarr/svg/dixa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:diyhue", label: "Diyhue", path: "/icons/vendor/homarr/png/diyhue.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dlna", label: "Dlna", path: "/icons/vendor/homarr/svg/dlna.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dns-zone", label: "Dns Zone", path: "/icons/vendor/homarr/svg/dns-zone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dnsimple", label: "Dnsimple", path: "/icons/vendor/homarr/svg/dnsimple.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docassemble", label: "Docassemble", path: "/icons/vendor/homarr/svg/docassemble.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docassemble-light", label: "Docassemble Light", path: "/icons/vendor/homarr/svg/docassemble-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker", label: "Docker", path: "/icons/vendor/homarr/svg/docker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-amd", label: "Docker Amd", path: "/icons/vendor/homarr/png/docker-amd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-amvd", label: "Docker Amvd", path: "/icons/vendor/homarr/png/docker-amvd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-compose", label: "Docker Compose", path: "/icons/vendor/homarr/png/docker-compose.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-engine", label: "Docker Engine", path: "/icons/vendor/homarr/svg/docker-engine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-gc", label: "Docker Gc", path: "/icons/vendor/homarr/png/docker-gc.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-mailserver", label: "Docker Mailserver", path: "/icons/vendor/homarr/svg/docker-mailserver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-mailserver-light", label: "Docker Mailserver Light", path: "/icons/vendor/homarr/svg/docker-mailserver-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-moby", label: "Docker Moby", path: "/icons/vendor/homarr/svg/docker-moby.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docker-volume-backup", label: "Docker Volume Backup", path: "/icons/vendor/homarr/svg/docker-volume-backup.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockge", label: "Dockge", path: "/icons/vendor/homarr/svg/dockge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockhand", label: "Dockhand", path: "/icons/vendor/homarr/png/dockhand.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docking-station", label: "Docking Station", path: "/icons/vendor/homarr/svg/docking-station.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockpeek", label: "Dockpeek", path: "/icons/vendor/homarr/svg/dockpeek.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockpeek-dark", label: "Dockpeek Dark", path: "/icons/vendor/homarr/svg/dockpeek-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockstarter", label: "Dockstarter", path: "/icons/vendor/homarr/png/dockstarter.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dockwatch", label: "Dockwatch", path: "/icons/vendor/homarr/png/dockwatch.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docmost", label: "Docmost", path: "/icons/vendor/homarr/png/docmost.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docsify", label: "Docsify", path: "/icons/vendor/homarr/svg/docsify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docspell", label: "Docspell", path: "/icons/vendor/homarr/svg/docspell.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:documenso", label: "Documenso", path: "/icons/vendor/homarr/svg/documenso.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docusaurus", label: "Docusaurus", path: "/icons/vendor/homarr/svg/docusaurus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:docuseal", label: "Docuseal", path: "/icons/vendor/homarr/svg/docuseal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dogpile", label: "Dogpile", path: "/icons/vendor/homarr/png/dogpile.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dokemon", label: "Dokemon", path: "/icons/vendor/homarr/svg/dokemon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dokploy", label: "Dokploy", path: "/icons/vendor/homarr/svg/dokploy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dokploy-dark", label: "Dokploy Dark", path: "/icons/vendor/homarr/svg/dokploy-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dokuwiki", label: "Dokuwiki", path: "/icons/vendor/homarr/svg/dokuwiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dolibarr", label: "Dolibarr", path: "/icons/vendor/homarr/png/dolibarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dolphin", label: "Dolphin", path: "/icons/vendor/homarr/png/dolphin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:domainmod", label: "Domainmod", path: "/icons/vendor/homarr/png/domainmod.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:domoticz", label: "Domoticz", path: "/icons/vendor/homarr/png/domoticz.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:donetick", label: "Donetick", path: "/icons/vendor/homarr/svg/donetick.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:doplarr", label: "Doplarr", path: "/icons/vendor/homarr/svg/doplarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:doppler", label: "Doppler", path: "/icons/vendor/homarr/svg/doppler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dopplertask", label: "Dopplertask", path: "/icons/vendor/homarr/png/dopplertask.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:double-commander", label: "Double Commander", path: "/icons/vendor/homarr/svg/double-commander.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:double-take", label: "Double Take", path: "/icons/vendor/homarr/svg/double-take.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:double-take-dark", label: "Double Take Dark", path: "/icons/vendor/homarr/svg/double-take-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dovecot", label: "Dovecot", path: "/icons/vendor/homarr/svg/dovecot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dozzle", label: "Dozzle", path: "/icons/vendor/homarr/svg/dozzle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dragon-ruby", label: "Dragon Ruby", path: "/icons/vendor/homarr/png/dragon-ruby.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:draw-io", label: "Draw Io", path: "/icons/vendor/homarr/svg/draw-io.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:draytek", label: "Draytek", path: "/icons/vendor/homarr/svg/draytek.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dream-host", label: "Dream Host", path: "/icons/vendor/homarr/svg/dream-host.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dream-host-dark", label: "Dream Host Dark", path: "/icons/vendor/homarr/svg/dream-host-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:drone", label: "Drone", path: "/icons/vendor/homarr/png/drone.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:drop", label: "Drop", path: "/icons/vendor/homarr/svg/drop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dropbox", label: "Dropbox", path: "/icons/vendor/homarr/svg/dropbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dropout", label: "Dropout", path: "/icons/vendor/homarr/svg/dropout.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dropout-light", label: "Dropout Light", path: "/icons/vendor/homarr/svg/dropout-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:droppy", label: "Droppy", path: "/icons/vendor/homarr/svg/droppy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:droppy-dark", label: "Droppy Dark", path: "/icons/vendor/homarr/svg/droppy-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dub", label: "Dub", path: "/icons/vendor/homarr/svg/dub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dub-light", label: "Dub Light", path: "/icons/vendor/homarr/svg/dub-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duckdns", label: "Duckdns", path: "/icons/vendor/homarr/svg/duckdns.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duckdns-light", label: "Duckdns Light", path: "/icons/vendor/homarr/svg/duckdns-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duckduckgo", label: "Duckduckgo", path: "/icons/vendor/homarr/svg/duckduckgo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dumbassets", label: "Dumbassets", path: "/icons/vendor/homarr/svg/dumbassets.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dumbpad", label: "Dumbpad", path: "/icons/vendor/homarr/svg/dumbpad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duo", label: "Duo", path: "/icons/vendor/homarr/svg/duo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duolingo", label: "Duolingo", path: "/icons/vendor/homarr/svg/duolingo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duplicacy", label: "Duplicacy", path: "/icons/vendor/homarr/png/duplicacy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:duplicati", label: "Duplicati", path: "/icons/vendor/homarr/svg/duplicati.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dvd", label: "Dvd", path: "/icons/vendor/homarr/svg/dvd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dvd-dark", label: "Dvd Dark", path: "/icons/vendor/homarr/svg/dvd-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dvd-light", label: "Dvd Light", path: "/icons/vendor/homarr/svg/dvd-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:dynmap", label: "Dynmap", path: "/icons/vendor/homarr/png/dynmap.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:easy-gate", label: "Easy Gate", path: "/icons/vendor/homarr/svg/easy-gate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:easy-gate-light", label: "Easy Gate Light", path: "/icons/vendor/homarr/svg/easy-gate-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ebay", label: "Ebay", path: "/icons/vendor/homarr/svg/ebay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eblocker", label: "Eblocker", path: "/icons/vendor/homarr/svg/eblocker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:edge", label: "Edge", path: "/icons/vendor/homarr/svg/edge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:edge-dev", label: "Edge Dev", path: "/icons/vendor/homarr/svg/edge-dev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:edgeos", label: "Edgeos", path: "/icons/vendor/homarr/png/edgeos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:edgeos-light", label: "Edgeos Light", path: "/icons/vendor/homarr/png/edgeos-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eitaa", label: "Eitaa", path: "/icons/vendor/homarr/svg/eitaa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elabftw", label: "Elabftw", path: "/icons/vendor/homarr/svg/elabftw.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elastic", label: "Elastic", path: "/icons/vendor/homarr/svg/elastic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elastic-beats", label: "Elastic Beats", path: "/icons/vendor/homarr/svg/elastic-beats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elastic-kibana", label: "Elastic Kibana", path: "/icons/vendor/homarr/svg/elastic-kibana.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elastic-logstash", label: "Elastic Logstash", path: "/icons/vendor/homarr/svg/elastic-logstash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elasticsearch", label: "Elasticsearch", path: "/icons/vendor/homarr/svg/elasticsearch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:electron", label: "Electron", path: "/icons/vendor/homarr/svg/electron.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:electronic-arts", label: "Electronic Arts", path: "/icons/vendor/homarr/svg/electronic-arts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:electrum", label: "Electrum", path: "/icons/vendor/homarr/svg/electrum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:element", label: "Element", path: "/icons/vendor/homarr/svg/element.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eleventy", label: "Eleventy", path: "/icons/vendor/homarr/svg/eleventy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eleventy-light", label: "Eleventy Light", path: "/icons/vendor/homarr/svg/eleventy-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elgato-wave-link", label: "Elgato Wave Link", path: "/icons/vendor/homarr/svg/elgato-wave-link.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eliza-os", label: "Eliza Os", path: "/icons/vendor/homarr/svg/eliza-os.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:elysian", label: "Elysian", path: "/icons/vendor/homarr/svg/elysian.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emacs", label: "Emacs", path: "/icons/vendor/homarr/svg/emacs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:embraer", label: "Embraer", path: "/icons/vendor/homarr/svg/embraer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emby", label: "Emby", path: "/icons/vendor/homarr/svg/emby.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:embystat", label: "Embystat", path: "/icons/vendor/homarr/png/embystat.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emq", label: "Emq", path: "/icons/vendor/homarr/svg/emq.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emq-light", label: "Emq Light", path: "/icons/vendor/homarr/svg/emq-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emqx", label: "Emqx", path: "/icons/vendor/homarr/svg/emqx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emsesp", label: "Emsesp", path: "/icons/vendor/homarr/svg/emsesp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:emulatorjs", label: "Emulatorjs", path: "/icons/vendor/homarr/svg/emulatorjs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:enbizcard", label: "Enbizcard", path: "/icons/vendor/homarr/svg/enbizcard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:enclosed", label: "Enclosed", path: "/icons/vendor/homarr/svg/enclosed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:enclosed-light", label: "Enclosed Light", path: "/icons/vendor/homarr/svg/enclosed-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endeavouros-linux", label: "Endeavouros Linux", path: "/icons/vendor/homarr/svg/endeavouros-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endel", label: "Endel", path: "/icons/vendor/homarr/svg/endel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endel-dark", label: "Endel Dark", path: "/icons/vendor/homarr/svg/endel-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endless", label: "Endless", path: "/icons/vendor/homarr/svg/endless.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endless-light", label: "Endless Light", path: "/icons/vendor/homarr/svg/endless-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:endurain", label: "Endurain", path: "/icons/vendor/homarr/svg/endurain.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:enhance", label: "Enhance", path: "/icons/vendor/homarr/svg/enhance.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:enshrouded", label: "Enshrouded", path: "/icons/vendor/homarr/png/enshrouded.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ente-auth", label: "Ente Auth", path: "/icons/vendor/homarr/svg/ente-auth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ente-photos", label: "Ente Photos", path: "/icons/vendor/homarr/png/ente-photos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:entergy", label: "Entergy", path: "/icons/vendor/homarr/svg/entergy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:epic-games", label: "Epic Games", path: "/icons/vendor/homarr/svg/epic-games.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:epic-games-light", label: "Epic Games Light", path: "/icons/vendor/homarr/svg/epic-games-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:epson-iprint", label: "Epson Iprint", path: "/icons/vendor/homarr/png/epson-iprint.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ersatztv", label: "Ersatztv", path: "/icons/vendor/homarr/png/ersatztv.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:erste", label: "Erste", path: "/icons/vendor/homarr/svg/erste.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:erste-george", label: "Erste George", path: "/icons/vendor/homarr/svg/erste-george.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:erugo", label: "Erugo", path: "/icons/vendor/homarr/svg/erugo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:esphome", label: "Esphome", path: "/icons/vendor/homarr/svg/esphome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:esphome-alt", label: "Esphome Alt", path: "/icons/vendor/homarr/svg/esphome-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:esphome-alt-light", label: "Esphome Alt Light", path: "/icons/vendor/homarr/svg/esphome-alt-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:esphome-light", label: "Esphome Light", path: "/icons/vendor/homarr/svg/esphome-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:espocrm", label: "Espocrm", path: "/icons/vendor/homarr/svg/espocrm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:espressif", label: "Espressif", path: "/icons/vendor/homarr/svg/espressif.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:etcd", label: "Etcd", path: "/icons/vendor/homarr/svg/etcd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:etesync", label: "Etesync", path: "/icons/vendor/homarr/svg/etesync.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ethereum", label: "Ethereum", path: "/icons/vendor/homarr/svg/ethereum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:etherpad", label: "Etherpad", path: "/icons/vendor/homarr/svg/etherpad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:evcc", label: "Evcc", path: "/icons/vendor/homarr/svg/evcc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:evebox", label: "Evebox", path: "/icons/vendor/homarr/png/evebox.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:everhour", label: "Everhour", path: "/icons/vendor/homarr/svg/everhour.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:evernote", label: "Evernote", path: "/icons/vendor/homarr/svg/evernote.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:eweka", label: "Eweka", path: "/icons/vendor/homarr/png/eweka.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:excalidraw", label: "Excalidraw", path: "/icons/vendor/homarr/svg/excalidraw.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:exercism", label: "Exercism", path: "/icons/vendor/homarr/svg/exercism.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:exercism-dark", label: "Exercism Dark", path: "/icons/vendor/homarr/svg/exercism-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:expense-owl", label: "Expense Owl", path: "/icons/vendor/homarr/png/expense-owl.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ezbookkeeping", label: "Ezbookkeeping", path: "/icons/vendor/homarr/png/ezbookkeeping.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:f-droid", label: "F Droid", path: "/icons/vendor/homarr/svg/f-droid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:f1-dash", label: "F1 Dash", path: "/icons/vendor/homarr/svg/f1-dash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:f5-networks", label: "F5 Networks", path: "/icons/vendor/homarr/png/f5-networks.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:facebook", label: "Facebook", path: "/icons/vendor/homarr/svg/facebook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:facebook-messenger", label: "Facebook Messenger", path: "/icons/vendor/homarr/svg/facebook-messenger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fail2ban", label: "Fail2ban", path: "/icons/vendor/homarr/png/fail2ban.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:falcon-christmas", label: "Falcon Christmas", path: "/icons/vendor/homarr/png/falcon-christmas.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:falcon-player", label: "Falcon Player", path: "/icons/vendor/homarr/svg/falcon-player.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:falcon-player-dark", label: "Falcon Player Dark", path: "/icons/vendor/homarr/svg/falcon-player-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fast-com", label: "Fast Com", path: "/icons/vendor/homarr/svg/fast-com.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fast-com-light", label: "Fast Com Light", path: "/icons/vendor/homarr/svg/fast-com-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fastapi", label: "Fastapi", path: "/icons/vendor/homarr/svg/fastapi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fastapi-wordmark-light", label: "Fastapi Wordmark Light", path: "/icons/vendor/homarr/svg/fastapi-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fasten-health", label: "Fasten Health", path: "/icons/vendor/homarr/svg/fasten-health.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fastmail", label: "Fastmail", path: "/icons/vendor/homarr/svg/fastmail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fedora", label: "Fedora", path: "/icons/vendor/homarr/svg/fedora.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fedora-alt", label: "Fedora Alt", path: "/icons/vendor/homarr/svg/fedora-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedbase", label: "Feedbase", path: "/icons/vendor/homarr/svg/feedbase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedbase-light", label: "Feedbase Light", path: "/icons/vendor/homarr/svg/feedbase-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedbin", label: "Feedbin", path: "/icons/vendor/homarr/svg/feedbin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedbin-light", label: "Feedbin Light", path: "/icons/vendor/homarr/svg/feedbin-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedly", label: "Feedly", path: "/icons/vendor/homarr/svg/feedly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedlynx", label: "Feedlynx", path: "/icons/vendor/homarr/svg/feedlynx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feedlynx-light", label: "Feedlynx Light", path: "/icons/vendor/homarr/svg/feedlynx-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:feishin", label: "Feishin", path: "/icons/vendor/homarr/svg/feishin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fenrus", label: "Fenrus", path: "/icons/vendor/homarr/svg/fenrus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fenrus-light", label: "Fenrus Light", path: "/icons/vendor/homarr/svg/fenrus-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ferdi", label: "Ferdi", path: "/icons/vendor/homarr/png/ferdi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ferdium", label: "Ferdium", path: "/icons/vendor/homarr/svg/ferdium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fermentrack", label: "Fermentrack", path: "/icons/vendor/homarr/png/fermentrack.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ferretdb", label: "Ferretdb", path: "/icons/vendor/homarr/svg/ferretdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fibaro", label: "Fibaro", path: "/icons/vendor/homarr/png/fibaro.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fidelity", label: "Fidelity", path: "/icons/vendor/homarr/svg/fidelity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fider", label: "Fider", path: "/icons/vendor/homarr/svg/fider.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:figma", label: "Figma", path: "/icons/vendor/homarr/svg/figma.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filaman", label: "Filaman", path: "/icons/vendor/homarr/png/filaman.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filebot", label: "Filebot", path: "/icons/vendor/homarr/svg/filebot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filebrowser", label: "Filebrowser", path: "/icons/vendor/homarr/svg/filebrowser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filebrowser-quantum", label: "Filebrowser Quantum", path: "/icons/vendor/homarr/svg/filebrowser-quantum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filecloud", label: "Filecloud", path: "/icons/vendor/homarr/svg/filecloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fileflows", label: "Fileflows", path: "/icons/vendor/homarr/svg/fileflows.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filegator", label: "Filegator", path: "/icons/vendor/homarr/svg/filegator.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filepizza", label: "Filepizza", path: "/icons/vendor/homarr/png/filepizza.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filerise", label: "Filerise", path: "/icons/vendor/homarr/png/filerise.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filerun", label: "Filerun", path: "/icons/vendor/homarr/svg/filerun.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:files", label: "Files", path: "/icons/vendor/homarr/svg/files.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:files-community", label: "Files Community", path: "/icons/vendor/homarr/svg/files-community.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filestash", label: "Filestash", path: "/icons/vendor/homarr/svg/filestash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:filezilla", label: "Filezilla", path: "/icons/vendor/homarr/svg/filezilla.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:finamp", label: "Finamp", path: "/icons/vendor/homarr/svg/finamp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:findroid", label: "Findroid", path: "/icons/vendor/homarr/svg/findroid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fios", label: "Fios", path: "/icons/vendor/homarr/svg/fios.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fios-light", label: "Fios Light", path: "/icons/vendor/homarr/svg/fios-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firebase", label: "Firebase", path: "/icons/vendor/homarr/svg/firebase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefly", label: "Firefly", path: "/icons/vendor/homarr/svg/firefly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefly-iii", label: "Firefly Iii", path: "/icons/vendor/homarr/svg/firefly-iii.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox", label: "Firefox", path: "/icons/vendor/homarr/svg/firefox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-beta", label: "Firefox Beta", path: "/icons/vendor/homarr/svg/firefox-beta.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-developer-edition", label: "Firefox Developer Edition", path: "/icons/vendor/homarr/svg/firefox-developer-edition.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-lite", label: "Firefox Lite", path: "/icons/vendor/homarr/svg/firefox-lite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-nightly", label: "Firefox Nightly", path: "/icons/vendor/homarr/svg/firefox-nightly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-reality", label: "Firefox Reality", path: "/icons/vendor/homarr/svg/firefox-reality.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firefox-send", label: "Firefox Send", path: "/icons/vendor/homarr/svg/firefox-send.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fireshare", label: "Fireshare", path: "/icons/vendor/homarr/png/fireshare.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:firewalla", label: "Firewalla", path: "/icons/vendor/homarr/svg/firewalla.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fittrackee", label: "Fittrackee", path: "/icons/vendor/homarr/svg/fittrackee.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fl-studio", label: "Fl Studio", path: "/icons/vendor/homarr/png/fl-studio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fladder", label: "Fladder", path: "/icons/vendor/homarr/svg/fladder.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flame", label: "Flame", path: "/icons/vendor/homarr/png/flame.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flaresolverr", label: "Flaresolverr", path: "/icons/vendor/homarr/svg/flaresolverr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flarum", label: "Flarum", path: "/icons/vendor/homarr/svg/flarum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flat-notes", label: "Flat Notes", path: "/icons/vendor/homarr/png/flat-notes.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flathub", label: "Flathub", path: "/icons/vendor/homarr/svg/flathub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flathub-dark", label: "Flathub Dark", path: "/icons/vendor/homarr/svg/flathub-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flatnotes", label: "Flatnotes", path: "/icons/vendor/homarr/svg/flatnotes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flatpak", label: "Flatpak", path: "/icons/vendor/homarr/svg/flatpak.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fleetdm", label: "Fleetdm", path: "/icons/vendor/homarr/svg/fleetdm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flexget", label: "Flexget", path: "/icons/vendor/homarr/png/flexget.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flightaware", label: "Flightaware", path: "/icons/vendor/homarr/png/flightaware.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flightradar24", label: "Flightradar24", path: "/icons/vendor/homarr/svg/flightradar24.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flightradar24-light", label: "Flightradar24 Light", path: "/icons/vendor/homarr/svg/flightradar24-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:floatplane", label: "Floatplane", path: "/icons/vendor/homarr/svg/floatplane.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flogo", label: "Flogo", path: "/icons/vendor/homarr/png/flogo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flood", label: "Flood", path: "/icons/vendor/homarr/svg/flood.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:floorp", label: "Floorp", path: "/icons/vendor/homarr/svg/floorp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:floorplanner", label: "Floorplanner", path: "/icons/vendor/homarr/png/floorplanner.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flowise", label: "Flowise", path: "/icons/vendor/homarr/svg/flowise.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flowtunes", label: "Flowtunes", path: "/icons/vendor/homarr/svg/flowtunes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fluent-reader", label: "Fluent Reader", path: "/icons/vendor/homarr/svg/fluent-reader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fluffychat", label: "Fluffychat", path: "/icons/vendor/homarr/svg/fluffychat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fluffychat-dark", label: "Fluffychat Dark", path: "/icons/vendor/homarr/svg/fluffychat-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fluidd", label: "Fluidd", path: "/icons/vendor/homarr/svg/fluidd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flutter", label: "Flutter", path: "/icons/vendor/homarr/svg/flutter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flutter-wordmark-dark", label: "Flutter Wordmark Dark", path: "/icons/vendor/homarr/svg/flutter-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flutter-wordmark-light", label: "Flutter Wordmark Light", path: "/icons/vendor/homarr/svg/flutter-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:flux-cd", label: "Flux Cd", path: "/icons/vendor/homarr/svg/flux-cd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fly-io", label: "Fly Io", path: "/icons/vendor/homarr/svg/fly-io.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fmd", label: "Fmd", path: "/icons/vendor/homarr/svg/fmd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fnos", label: "Fnos", path: "/icons/vendor/homarr/svg/fnos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:focalboard", label: "Focalboard", path: "/icons/vendor/homarr/svg/focalboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:foldingathome", label: "Foldingathome", path: "/icons/vendor/homarr/svg/foldingathome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fontawesome", label: "Fontawesome", path: "/icons/vendor/homarr/svg/fontawesome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:foreflight", label: "Foreflight", path: "/icons/vendor/homarr/svg/foreflight.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:foreflight-dark", label: "Foreflight Dark", path: "/icons/vendor/homarr/svg/foreflight-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:forgejo", label: "Forgejo", path: "/icons/vendor/homarr/svg/forgejo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:formbricks", label: "Formbricks", path: "/icons/vendor/homarr/svg/formbricks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:forte", label: "Forte", path: "/icons/vendor/homarr/svg/forte.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:forte-light", label: "Forte Light", path: "/icons/vendor/homarr/svg/forte-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fortinet", label: "Fortinet", path: "/icons/vendor/homarr/svg/fortinet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fortran", label: "Fortran", path: "/icons/vendor/homarr/svg/fortran.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:foscam", label: "Foscam", path: "/icons/vendor/homarr/png/foscam.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fossil", label: "Fossil", path: "/icons/vendor/homarr/svg/fossil.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:foundry-vtt", label: "Foundry Vtt", path: "/icons/vendor/homarr/png/foundry-vtt.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:franz", label: "Franz", path: "/icons/vendor/homarr/svg/franz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:free-dns", label: "Free Dns", path: "/icons/vendor/homarr/png/free-dns.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:free-sas", label: "Free Sas", path: "/icons/vendor/homarr/svg/free-sas.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freebox-delta", label: "Freebox Delta", path: "/icons/vendor/homarr/png/freebox-delta.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freebox-pop", label: "Freebox Pop", path: "/icons/vendor/homarr/png/freebox-pop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freebox-revolution", label: "Freebox Revolution", path: "/icons/vendor/homarr/png/freebox-revolution.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freedombox", label: "Freedombox", path: "/icons/vendor/homarr/svg/freedombox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freeipa", label: "Freeipa", path: "/icons/vendor/homarr/svg/freeipa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freenas", label: "Freenas", path: "/icons/vendor/homarr/svg/freenas.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freenom", label: "Freenom", path: "/icons/vendor/homarr/svg/freenom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freepbx", label: "Freepbx", path: "/icons/vendor/homarr/svg/freepbx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freescout", label: "Freescout", path: "/icons/vendor/homarr/png/freescout.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freshbooks", label: "Freshbooks", path: "/icons/vendor/homarr/svg/freshbooks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freshping", label: "Freshping", path: "/icons/vendor/homarr/svg/freshping.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freshping-dark", label: "Freshping Dark", path: "/icons/vendor/homarr/svg/freshping-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:freshrss", label: "Freshrss", path: "/icons/vendor/homarr/svg/freshrss.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:friendica", label: "Friendica", path: "/icons/vendor/homarr/svg/friendica.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:frigate", label: "Frigate", path: "/icons/vendor/homarr/svg/frigate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:frigate-light", label: "Frigate Light", path: "/icons/vendor/homarr/svg/frigate-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fritzbox", label: "Fritzbox", path: "/icons/vendor/homarr/svg/fritzbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fritzbox-light", label: "Fritzbox Light", path: "/icons/vendor/homarr/svg/fritzbox-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fronius", label: "Fronius", path: "/icons/vendor/homarr/svg/fronius.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:frp", label: "Frp", path: "/icons/vendor/homarr/svg/frp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fulcio", label: "Fulcio", path: "/icons/vendor/homarr/svg/fulcio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:funkwhale", label: "Funkwhale", path: "/icons/vendor/homarr/svg/funkwhale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:funkwhale-light", label: "Funkwhale Light", path: "/icons/vendor/homarr/svg/funkwhale-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fusionauth", label: "Fusionauth", path: "/icons/vendor/homarr/svg/fusionauth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fusionauth-light", label: "Fusionauth Light", path: "/icons/vendor/homarr/svg/fusionauth-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:fusionpbx", label: "Fusionpbx", path: "/icons/vendor/homarr/png/fusionpbx.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gamevault", label: "Gamevault", path: "/icons/vendor/homarr/png/gamevault.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gameyfin", label: "Gameyfin", path: "/icons/vendor/homarr/png/gameyfin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gameyfin-light", label: "Gameyfin Light", path: "/icons/vendor/homarr/png/gameyfin-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gaps", label: "Gaps", path: "/icons/vendor/homarr/png/gaps.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:garage", label: "Garage", path: "/icons/vendor/homarr/svg/garage.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:garmin-connect", label: "Garmin Connect", path: "/icons/vendor/homarr/png/garmin-connect.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:garuda-linux", label: "Garuda Linux", path: "/icons/vendor/homarr/svg/garuda-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gaseous", label: "Gaseous", path: "/icons/vendor/homarr/png/gaseous.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gatsby", label: "Gatsby", path: "/icons/vendor/homarr/svg/gatsby.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gatus", label: "Gatus", path: "/icons/vendor/homarr/svg/gatus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gboard", label: "Gboard", path: "/icons/vendor/homarr/svg/gboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:geckoview", label: "Geckoview", path: "/icons/vendor/homarr/svg/geckoview.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:genius", label: "Genius", path: "/icons/vendor/homarr/png/genius.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gentoo-linux", label: "Gentoo Linux", path: "/icons/vendor/homarr/svg/gentoo-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:genua", label: "Genua", path: "/icons/vendor/homarr/svg/genua.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:geo-guessr", label: "Geo Guessr", path: "/icons/vendor/homarr/svg/geo-guessr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gerbera", label: "Gerbera", path: "/icons/vendor/homarr/svg/gerbera.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gerrit", label: "Gerrit", path: "/icons/vendor/homarr/svg/gerrit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:get-iplayer", label: "Get Iplayer", path: "/icons/vendor/homarr/svg/get-iplayer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ghost", label: "Ghost", path: "/icons/vendor/homarr/png/ghost.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ghost-light", label: "Ghost Light", path: "/icons/vendor/homarr/png/ghost-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ghostfolio", label: "Ghostfolio", path: "/icons/vendor/homarr/svg/ghostfolio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ghostty", label: "Ghostty", path: "/icons/vendor/homarr/svg/ghostty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gigaset", label: "Gigaset", path: "/icons/vendor/homarr/svg/gigaset.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gimp", label: "Gimp", path: "/icons/vendor/homarr/svg/gimp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:git", label: "Git", path: "/icons/vendor/homarr/svg/git.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitam-university", label: "Gitam University", path: "/icons/vendor/homarr/svg/gitam-university.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitbook", label: "Gitbook", path: "/icons/vendor/homarr/svg/gitbook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitea", label: "Gitea", path: "/icons/vendor/homarr/svg/gitea.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitee", label: "Gitee", path: "/icons/vendor/homarr/svg/gitee.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:github", label: "Github", path: "/icons/vendor/homarr/svg/github.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:github-copilot", label: "Github Copilot", path: "/icons/vendor/homarr/svg/github-copilot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:github-copilot-dark", label: "Github Copilot Dark", path: "/icons/vendor/homarr/svg/github-copilot-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:github-light", label: "Github Light", path: "/icons/vendor/homarr/svg/github-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitlab", label: "Gitlab", path: "/icons/vendor/homarr/svg/gitlab.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gitsign", label: "Gitsign", path: "/icons/vendor/homarr/svg/gitsign.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gladys-assistant", label: "Gladys Assistant", path: "/icons/vendor/homarr/svg/gladys-assistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glance", label: "Glance", path: "/icons/vendor/homarr/svg/glance.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glances", label: "Glances", path: "/icons/vendor/homarr/svg/glances.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glances-light", label: "Glances Light", path: "/icons/vendor/homarr/svg/glances-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glinet", label: "Glinet", path: "/icons/vendor/homarr/svg/glinet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glinet-dark", label: "Glinet Dark", path: "/icons/vendor/homarr/svg/glinet-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glitchtip", label: "Glitchtip", path: "/icons/vendor/homarr/svg/glitchtip.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:glpi", label: "Glpi", path: "/icons/vendor/homarr/svg/glpi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gluetun", label: "Gluetun", path: "/icons/vendor/homarr/svg/gluetun.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gmail", label: "Gmail", path: "/icons/vendor/homarr/svg/gmail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:go", label: "Go", path: "/icons/vendor/homarr/svg/go.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:go2rtc", label: "Go2rtc", path: "/icons/vendor/homarr/png/go2rtc.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:goaccess", label: "Goaccess", path: "/icons/vendor/homarr/svg/goaccess.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:goaccess-light", label: "Goaccess Light", path: "/icons/vendor/homarr/svg/goaccess-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gocoax", label: "Gocoax", path: "/icons/vendor/homarr/png/gocoax.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:godaddy", label: "Godaddy", path: "/icons/vendor/homarr/svg/godaddy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:godaddy-alt", label: "Godaddy Alt", path: "/icons/vendor/homarr/svg/godaddy-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:godot", label: "Godot", path: "/icons/vendor/homarr/svg/godot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:godoxy", label: "Godoxy", path: "/icons/vendor/homarr/png/godoxy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gogs", label: "Gogs", path: "/icons/vendor/homarr/png/gogs.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:golink", label: "Golink", path: "/icons/vendor/homarr/svg/golink.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:golink-dark", label: "Golink Dark", path: "/icons/vendor/homarr/svg/golink-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gollum", label: "Gollum", path: "/icons/vendor/homarr/svg/gollum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gomft", label: "Gomft", path: "/icons/vendor/homarr/svg/gomft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gone-man-switch", label: "Gone Man Switch", path: "/icons/vendor/homarr/png/gone-man-switch.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gonic", label: "Gonic", path: "/icons/vendor/homarr/svg/gonic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:goodreads", label: "Goodreads", path: "/icons/vendor/homarr/svg/goodreads.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google", label: "Google", path: "/icons/vendor/homarr/svg/google.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-admin", label: "Google Admin", path: "/icons/vendor/homarr/svg/google-admin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-admob", label: "Google Admob", path: "/icons/vendor/homarr/svg/google-admob.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-ai-studio", label: "Google Ai Studio", path: "/icons/vendor/homarr/png/google-ai-studio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-alerts", label: "Google Alerts", path: "/icons/vendor/homarr/svg/google-alerts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-analytics", label: "Google Analytics", path: "/icons/vendor/homarr/svg/google-analytics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-assistant", label: "Google Assistant", path: "/icons/vendor/homarr/svg/google-assistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-calendar", label: "Google Calendar", path: "/icons/vendor/homarr/svg/google-calendar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-chat", label: "Google Chat", path: "/icons/vendor/homarr/svg/google-chat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-chrome", label: "Google Chrome", path: "/icons/vendor/homarr/svg/google-chrome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-classroom", label: "Google Classroom", path: "/icons/vendor/homarr/svg/google-classroom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-cloud-platform", label: "Google Cloud Platform", path: "/icons/vendor/homarr/svg/google-cloud-platform.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-cloud-print", label: "Google Cloud Print", path: "/icons/vendor/homarr/svg/google-cloud-print.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-colab", label: "Google Colab", path: "/icons/vendor/homarr/svg/google-colab.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-compute-engine", label: "Google Compute Engine", path: "/icons/vendor/homarr/svg/google-compute-engine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-contacts", label: "Google Contacts", path: "/icons/vendor/homarr/svg/google-contacts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-docs", label: "Google Docs", path: "/icons/vendor/homarr/svg/google-docs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-domains", label: "Google Domains", path: "/icons/vendor/homarr/svg/google-domains.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-drive", label: "Google Drive", path: "/icons/vendor/homarr/svg/google-drive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-earth", label: "Google Earth", path: "/icons/vendor/homarr/svg/google-earth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-fi", label: "Google Fi", path: "/icons/vendor/homarr/svg/google-fi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-finance", label: "Google Finance", path: "/icons/vendor/homarr/png/google-finance.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-fit", label: "Google Fit", path: "/icons/vendor/homarr/svg/google-fit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-fonts", label: "Google Fonts", path: "/icons/vendor/homarr/svg/google-fonts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-forms", label: "Google Forms", path: "/icons/vendor/homarr/svg/google-forms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-gemini", label: "Google Gemini", path: "/icons/vendor/homarr/svg/google-gemini.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-home", label: "Google Home", path: "/icons/vendor/homarr/svg/google-home.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-jules", label: "Google Jules", path: "/icons/vendor/homarr/svg/google-jules.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-keep", label: "Google Keep", path: "/icons/vendor/homarr/svg/google-keep.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-lens", label: "Google Lens", path: "/icons/vendor/homarr/svg/google-lens.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-maps", label: "Google Maps", path: "/icons/vendor/homarr/svg/google-maps.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-meet", label: "Google Meet", path: "/icons/vendor/homarr/svg/google-meet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-messages", label: "Google Messages", path: "/icons/vendor/homarr/svg/google-messages.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-news", label: "Google News", path: "/icons/vendor/homarr/svg/google-news.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-one", label: "Google One", path: "/icons/vendor/homarr/svg/google-one.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-pay", label: "Google Pay", path: "/icons/vendor/homarr/svg/google-pay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-photos", label: "Google Photos", path: "/icons/vendor/homarr/svg/google-photos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-play", label: "Google Play", path: "/icons/vendor/homarr/svg/google-play.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-play-books", label: "Google Play Books", path: "/icons/vendor/homarr/svg/google-play-books.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-play-games", label: "Google Play Games", path: "/icons/vendor/homarr/svg/google-play-games.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-podcasts", label: "Google Podcasts", path: "/icons/vendor/homarr/svg/google-podcasts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-scholar", label: "Google Scholar", path: "/icons/vendor/homarr/svg/google-scholar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-search-console", label: "Google Search Console", path: "/icons/vendor/homarr/svg/google-search-console.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-sheets", label: "Google Sheets", path: "/icons/vendor/homarr/svg/google-sheets.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-shopping", label: "Google Shopping", path: "/icons/vendor/homarr/svg/google-shopping.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-sites", label: "Google Sites", path: "/icons/vendor/homarr/svg/google-sites.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-slides", label: "Google Slides", path: "/icons/vendor/homarr/svg/google-slides.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-street-view", label: "Google Street View", path: "/icons/vendor/homarr/svg/google-street-view.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-tag-manager", label: "Google Tag Manager", path: "/icons/vendor/homarr/svg/google-tag-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-tasks", label: "Google Tasks", path: "/icons/vendor/homarr/svg/google-tasks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-translate", label: "Google Translate", path: "/icons/vendor/homarr/svg/google-translate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-tv", label: "Google Tv", path: "/icons/vendor/homarr/svg/google-tv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-voice", label: "Google Voice", path: "/icons/vendor/homarr/svg/google-voice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-wallet", label: "Google Wallet", path: "/icons/vendor/homarr/svg/google-wallet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:google-wifi", label: "Google Wifi", path: "/icons/vendor/homarr/svg/google-wifi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gopeed", label: "Gopeed", path: "/icons/vendor/homarr/svg/gopeed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gose", label: "Gose", path: "/icons/vendor/homarr/svg/gose.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gotenberg", label: "Gotenberg", path: "/icons/vendor/homarr/png/gotenberg.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gotify", label: "Gotify", path: "/icons/vendor/homarr/svg/gotify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gotosocial", label: "Gotosocial", path: "/icons/vendor/homarr/svg/gotosocial.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gpt4free", label: "Gpt4free", path: "/icons/vendor/homarr/svg/gpt4free.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grafana", label: "Grafana", path: "/icons/vendor/homarr/svg/grafana.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gramps", label: "Gramps", path: "/icons/vendor/homarr/svg/gramps.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gramps-web", label: "Gramps Web", path: "/icons/vendor/homarr/svg/gramps-web.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grandstream", label: "Grandstream", path: "/icons/vendor/homarr/svg/grandstream.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grav", label: "Grav", path: "/icons/vendor/homarr/svg/grav.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grav-light", label: "Grav Light", path: "/icons/vendor/homarr/svg/grav-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:gravity", label: "Gravity", path: "/icons/vendor/homarr/png/gravity.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:graylog", label: "Graylog", path: "/icons/vendor/homarr/svg/graylog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:greenbone", label: "Greenbone", path: "/icons/vendor/homarr/svg/greenbone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:greenbone-light", label: "Greenbone Light", path: "/icons/vendor/homarr/svg/greenbone-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:greenlight", label: "Greenlight", path: "/icons/vendor/homarr/png/greenlight.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grimoire", label: "Grimoire", path: "/icons/vendor/homarr/svg/grimoire.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grist", label: "Grist", path: "/icons/vendor/homarr/svg/grist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grocy", label: "Grocy", path: "/icons/vendor/homarr/svg/grocy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grok", label: "Grok", path: "/icons/vendor/homarr/svg/grok.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grok-dark", label: "Grok Dark", path: "/icons/vendor/homarr/svg/grok-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:grype", label: "Grype", path: "/icons/vendor/homarr/png/grype.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:guacamole", label: "Guacamole", path: "/icons/vendor/homarr/svg/guacamole.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:guacamole-light", label: "Guacamole Light", path: "/icons/vendor/homarr/svg/guacamole-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:habit-trove", label: "Habit Trove", path: "/icons/vendor/homarr/png/habit-trove.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:habitica", label: "Habitica", path: "/icons/vendor/homarr/svg/habitica.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:habitica-dark", label: "Habitica Dark", path: "/icons/vendor/homarr/svg/habitica-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hacker-news", label: "Hacker News", path: "/icons/vendor/homarr/svg/hacker-news.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hammond", label: "Hammond", path: "/icons/vendor/homarr/svg/hammond.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hammond-light", label: "Hammond Light", path: "/icons/vendor/homarr/svg/hammond-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:handbrake", label: "Handbrake", path: "/icons/vendor/homarr/svg/handbrake.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:haproxy", label: "Haproxy", path: "/icons/vendor/homarr/svg/haproxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:haptic", label: "Haptic", path: "/icons/vendor/homarr/svg/haptic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:haptic-light", label: "Haptic Light", path: "/icons/vendor/homarr/svg/haptic-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:harbor", label: "Harbor", path: "/icons/vendor/homarr/svg/harbor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hard-forum", label: "Hard Forum", path: "/icons/vendor/homarr/png/hard-forum.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:harvester", label: "Harvester", path: "/icons/vendor/homarr/svg/harvester.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hasheous", label: "Hasheous", path: "/icons/vendor/homarr/svg/hasheous.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-boundary", label: "Hashicorp Boundary", path: "/icons/vendor/homarr/svg/hashicorp-boundary.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-consul", label: "Hashicorp Consul", path: "/icons/vendor/homarr/svg/hashicorp-consul.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-nomad", label: "Hashicorp Nomad", path: "/icons/vendor/homarr/svg/hashicorp-nomad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-packer", label: "Hashicorp Packer", path: "/icons/vendor/homarr/svg/hashicorp-packer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-terraform", label: "Hashicorp Terraform", path: "/icons/vendor/homarr/svg/hashicorp-terraform.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-vagrant", label: "Hashicorp Vagrant", path: "/icons/vendor/homarr/svg/hashicorp-vagrant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-vault", label: "Hashicorp Vault", path: "/icons/vendor/homarr/svg/hashicorp-vault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hashicorp-waypoint", label: "Hashicorp Waypoint", path: "/icons/vendor/homarr/svg/hashicorp-waypoint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hastypaste", label: "Hastypaste", path: "/icons/vendor/homarr/svg/hastypaste.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hasura", label: "Hasura", path: "/icons/vendor/homarr/svg/hasura.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hathway", label: "Hathway", path: "/icons/vendor/homarr/svg/hathway.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hatsh", label: "Hatsh", path: "/icons/vendor/homarr/svg/hatsh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hatsh-light", label: "Hatsh Light", path: "/icons/vendor/homarr/svg/hatsh-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hbo", label: "Hbo", path: "/icons/vendor/homarr/svg/hbo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hbo-light", label: "Hbo Light", path: "/icons/vendor/homarr/svg/hbo-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hdhomerun", label: "Hdhomerun", path: "/icons/vendor/homarr/svg/hdhomerun.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hdhomerun-light", label: "Hdhomerun Light", path: "/icons/vendor/homarr/svg/hdhomerun-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:headlamp", label: "Headlamp", path: "/icons/vendor/homarr/svg/headlamp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:headlamp-dark", label: "Headlamp Dark", path: "/icons/vendor/homarr/svg/headlamp-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:headphones", label: "Headphones", path: "/icons/vendor/homarr/png/headphones.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:headscale", label: "Headscale", path: "/icons/vendor/homarr/svg/headscale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:healthchecks", label: "Healthchecks", path: "/icons/vendor/homarr/svg/healthchecks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hedgedoc", label: "Hedgedoc", path: "/icons/vendor/homarr/svg/hedgedoc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:heimdall", label: "Heimdall", path: "/icons/vendor/homarr/svg/heimdall.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:heimdall-light", label: "Heimdall Light", path: "/icons/vendor/homarr/svg/heimdall-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helium-token", label: "Helium Token", path: "/icons/vendor/homarr/svg/helium-token.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helix", label: "Helix", path: "/icons/vendor/homarr/svg/helix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helix-dark", label: "Helix Dark", path: "/icons/vendor/homarr/svg/helix-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helix-light", label: "Helix Light", path: "/icons/vendor/homarr/svg/helix-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helm", label: "Helm", path: "/icons/vendor/homarr/svg/helm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:helper-scripts", label: "Helper Scripts", path: "/icons/vendor/homarr/png/helper-scripts.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hemmelig", label: "Hemmelig", path: "/icons/vendor/homarr/svg/hemmelig.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hemmelig-light", label: "Hemmelig Light", path: "/icons/vendor/homarr/svg/hemmelig-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hestia", label: "Hestia", path: "/icons/vendor/homarr/svg/hestia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hetzner", label: "Hetzner", path: "/icons/vendor/homarr/svg/hetzner.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hetzner-h", label: "Hetzner H", path: "/icons/vendor/homarr/svg/hetzner-h.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hexo", label: "Hexo", path: "/icons/vendor/homarr/svg/hexo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hexos", label: "Hexos", path: "/icons/vendor/homarr/svg/hexos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:heyform", label: "Heyform", path: "/icons/vendor/homarr/svg/heyform.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hi-anime", label: "Hi Anime", path: "/icons/vendor/homarr/svg/hi-anime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hifiberry", label: "Hifiberry", path: "/icons/vendor/homarr/svg/hifiberry.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hikvision", label: "Hikvision", path: "/icons/vendor/homarr/svg/hikvision.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hilook", label: "Hilook", path: "/icons/vendor/homarr/svg/hilook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hivedav", label: "Hivedav", path: "/icons/vendor/homarr/svg/hivedav.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hl-arista", label: "Hl Arista", path: "/icons/vendor/homarr/png/hl-arista.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hl-audiomuse-ai", label: "Hl Audiomuse Ai", path: "/icons/vendor/homarr/png/hl-audiomuse-ai.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hoarder", label: "Hoarder", path: "/icons/vendor/homarr/svg/hoarder.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hoarder-light", label: "Hoarder Light", path: "/icons/vendor/homarr/svg/hoarder-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hollo", label: "Hollo", path: "/icons/vendor/homarr/svg/hollo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hollo-light", label: "Hollo Light", path: "/icons/vendor/homarr/svg/hollo-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homarr", label: "Homarr", path: "/icons/vendor/homarr/svg/homarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:home-assistant", label: "Home Assistant", path: "/icons/vendor/homarr/svg/home-assistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:home-assistant-alt", label: "Home Assistant Alt", path: "/icons/vendor/homarr/svg/home-assistant-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:home-assistant-time-machine", label: "Home Assistant Time Machine", path: "/icons/vendor/homarr/png/home-assistant-time-machine.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homebox", label: "Homebox", path: "/icons/vendor/homarr/svg/homebox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homebridge", label: "Homebridge", path: "/icons/vendor/homarr/svg/homebridge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homehub", label: "Homehub", path: "/icons/vendor/homarr/svg/homehub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homelabids", label: "Homelabids", path: "/icons/vendor/homarr/svg/homelabids.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homematic-ip", label: "Homematic Ip", path: "/icons/vendor/homarr/png/homematic-ip.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homepage", label: "Homepage", path: "/icons/vendor/homarr/png/homepage.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homer", label: "Homer", path: "/icons/vendor/homarr/svg/homer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homeseer", label: "Homeseer", path: "/icons/vendor/homarr/png/homeseer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:homey", label: "Homey", path: "/icons/vendor/homarr/svg/homey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:honda-jet", label: "Honda Jet", path: "/icons/vendor/homarr/svg/honda-jet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:honeygain", label: "Honeygain", path: "/icons/vendor/homarr/png/honeygain.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hoobs", label: "Hoobs", path: "/icons/vendor/homarr/svg/hoobs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hoppscotch", label: "Hoppscotch", path: "/icons/vendor/homarr/svg/hoppscotch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hortusfox", label: "Hortusfox", path: "/icons/vendor/homarr/png/hortusfox.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hostinger", label: "Hostinger", path: "/icons/vendor/homarr/svg/hostinger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hotio", label: "Hotio", path: "/icons/vendor/homarr/svg/hotio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hp", label: "Hp", path: "/icons/vendor/homarr/svg/hp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:html", label: "Html", path: "/icons/vendor/homarr/svg/html.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:html-light", label: "Html Light", path: "/icons/vendor/homarr/svg/html-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:huawei", label: "Huawei", path: "/icons/vendor/homarr/svg/huawei.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hubitat", label: "Hubitat", path: "/icons/vendor/homarr/svg/hubitat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hubzilla", label: "Hubzilla", path: "/icons/vendor/homarr/svg/hubzilla.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hugging-face", label: "Hugging Face", path: "/icons/vendor/homarr/svg/hugging-face.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:huginn", label: "Huginn", path: "/icons/vendor/homarr/svg/huginn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hugo", label: "Hugo", path: "/icons/vendor/homarr/svg/hugo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hulu", label: "Hulu", path: "/icons/vendor/homarr/svg/hulu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:humhub", label: "Humhub", path: "/icons/vendor/homarr/svg/humhub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:huntarr", label: "Huntarr", path: "/icons/vendor/homarr/png/huntarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hydra", label: "Hydra", path: "/icons/vendor/homarr/svg/hydra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hyperion", label: "Hyperion", path: "/icons/vendor/homarr/png/hyperion.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hypermind", label: "Hypermind", path: "/icons/vendor/homarr/svg/hypermind.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hyperpipe", label: "Hyperpipe", path: "/icons/vendor/homarr/svg/hyperpipe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hyperpipe-light", label: "Hyperpipe Light", path: "/icons/vendor/homarr/svg/hyperpipe-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:hyprland", label: "Hyprland", path: "/icons/vendor/homarr/svg/hyprland.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:i-librarian", label: "I Librarian", path: "/icons/vendor/homarr/svg/i-librarian.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:i2p", label: "I2p", path: "/icons/vendor/homarr/svg/i2p.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:i2p-light", label: "I2p Light", path: "/icons/vendor/homarr/svg/i2p-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:i2pd", label: "I2pd", path: "/icons/vendor/homarr/svg/i2pd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ibm", label: "Ibm", path: "/icons/vendor/homarr/svg/ibm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ibm-dark", label: "Ibm Dark", path: "/icons/vendor/homarr/svg/ibm-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ibm-light", label: "Ibm Light", path: "/icons/vendor/homarr/svg/ibm-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ical", label: "Ical", path: "/icons/vendor/homarr/svg/ical.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icecast", label: "Icecast", path: "/icons/vendor/homarr/svg/icecast.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icinga", label: "Icinga", path: "/icons/vendor/homarr/svg/icinga.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icinga-full", label: "Icinga Full", path: "/icons/vendor/homarr/svg/icinga-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icinga-full-light", label: "Icinga Full Light", path: "/icons/vendor/homarr/svg/icinga-full-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icinga-light", label: "Icinga Light", path: "/icons/vendor/homarr/svg/icinga-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icloud", label: "Icloud", path: "/icons/vendor/homarr/svg/icloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:icon", label: "Icon", path: "/icons/vendor/homarr/svg/icon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:idealo", label: "Idealo", path: "/icons/vendor/homarr/svg/idealo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ideco", label: "Ideco", path: "/icons/vendor/homarr/svg/ideco.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:idrac", label: "Idrac", path: "/icons/vendor/homarr/svg/idrac.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:idrive", label: "Idrive", path: "/icons/vendor/homarr/svg/idrive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ihatemoney", label: "Ihatemoney", path: "/icons/vendor/homarr/png/ihatemoney.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ikuai", label: "Ikuai", path: "/icons/vendor/homarr/png/ikuai.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ilo", label: "Ilo", path: "/icons/vendor/homarr/svg/ilo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:image-maid", label: "Image Maid", path: "/icons/vendor/homarr/png/image-maid.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich", label: "Immich", path: "/icons/vendor/homarr/svg/immich.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-frame", label: "Immich Frame", path: "/icons/vendor/homarr/svg/immich-frame.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-frame-light", label: "Immich Frame Light", path: "/icons/vendor/homarr/svg/immich-frame-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-kiosk", label: "Immich Kiosk", path: "/icons/vendor/homarr/svg/immich-kiosk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-kiosk-light", label: "Immich Kiosk Light", path: "/icons/vendor/homarr/svg/immich-kiosk-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-power-tools", label: "Immich Power Tools", path: "/icons/vendor/homarr/svg/immich-power-tools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:immich-public-proxy", label: "Immich Public Proxy", path: "/icons/vendor/homarr/svg/immich-public-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:incus", label: "Incus", path: "/icons/vendor/homarr/svg/incus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infinite-craft", label: "Infinite Craft", path: "/icons/vendor/homarr/svg/infinite-craft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infisical", label: "Infisical", path: "/icons/vendor/homarr/svg/infisical.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:influxdb", label: "Influxdb", path: "/icons/vendor/homarr/svg/influxdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infoblox", label: "Infoblox", path: "/icons/vendor/homarr/svg/infoblox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-k", label: "Infomaniak K", path: "/icons/vendor/homarr/svg/infomaniak-k.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-kdrive-dark", label: "Infomaniak Kdrive Dark", path: "/icons/vendor/homarr/svg/infomaniak-kdrive-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-kdrive-light", label: "Infomaniak Kdrive Light", path: "/icons/vendor/homarr/svg/infomaniak-kdrive-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-kmeet-dark", label: "Infomaniak Kmeet Dark", path: "/icons/vendor/homarr/svg/infomaniak-kmeet-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-kmeet-light", label: "Infomaniak Kmeet Light", path: "/icons/vendor/homarr/svg/infomaniak-kmeet-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-swisstransfer-dark", label: "Infomaniak Swisstransfer Dark", path: "/icons/vendor/homarr/svg/infomaniak-swisstransfer-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:infomaniak-swisstransfer-light", label: "Infomaniak Swisstransfer Light", path: "/icons/vendor/homarr/svg/infomaniak-swisstransfer-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:inoreader", label: "Inoreader", path: "/icons/vendor/homarr/svg/inoreader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:insanelymac", label: "Insanelymac", path: "/icons/vendor/homarr/png/insanelymac.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:instagram", label: "Instagram", path: "/icons/vendor/homarr/svg/instagram.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:intellij", label: "Intellij", path: "/icons/vendor/homarr/svg/intellij.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:inventree", label: "Inventree", path: "/icons/vendor/homarr/svg/inventree.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invidious", label: "Invidious", path: "/icons/vendor/homarr/svg/invidious.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invisioncommunity", label: "Invisioncommunity", path: "/icons/vendor/homarr/svg/invisioncommunity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoice-ninja", label: "Invoice Ninja", path: "/icons/vendor/homarr/svg/invoice-ninja.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoice-ninja-light", label: "Invoice Ninja Light", path: "/icons/vendor/homarr/svg/invoice-ninja-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoiceninja", label: "Invoiceninja", path: "/icons/vendor/homarr/png/invoiceninja.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoiceninja-light", label: "Invoiceninja Light", path: "/icons/vendor/homarr/png/invoiceninja-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoiceplane", label: "Invoiceplane", path: "/icons/vendor/homarr/svg/invoiceplane.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:invoke-ai", label: "Invoke Ai", path: "/icons/vendor/homarr/svg/invoke-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:iobroker", label: "Iobroker", path: "/icons/vendor/homarr/svg/iobroker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ionos", label: "Ionos", path: "/icons/vendor/homarr/svg/ionos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ipboard", label: "Ipboard", path: "/icons/vendor/homarr/svg/ipboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ipcamtalk", label: "Ipcamtalk", path: "/icons/vendor/homarr/png/ipcamtalk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ipfs", label: "Ipfs", path: "/icons/vendor/homarr/svg/ipfs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ipfs-light", label: "Ipfs Light", path: "/icons/vendor/homarr/svg/ipfs-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:irc", label: "Irc", path: "/icons/vendor/homarr/png/irc.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:iredmail", label: "Iredmail", path: "/icons/vendor/homarr/png/iredmail.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:isc-bind9", label: "Isc Bind9", path: "/icons/vendor/homarr/png/isc-bind9.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:isc-bind9-light", label: "Isc Bind9 Light", path: "/icons/vendor/homarr/png/isc-bind9-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:isc-kea", label: "Isc Kea", path: "/icons/vendor/homarr/png/isc-kea.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:isc-kea-light", label: "Isc Kea Light", path: "/icons/vendor/homarr/png/isc-kea-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ispconfig", label: "Ispconfig", path: "/icons/vendor/homarr/svg/ispconfig.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ispy", label: "Ispy", path: "/icons/vendor/homarr/png/ispy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:issabel-pbx", label: "Issabel Pbx", path: "/icons/vendor/homarr/svg/issabel-pbx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:issabel-pbx-dark", label: "Issabel Pbx Dark", path: "/icons/vendor/homarr/svg/issabel-pbx-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:issabel-pbx-wordmark", label: "Issabel Pbx Wordmark", path: "/icons/vendor/homarr/svg/issabel-pbx-wordmark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:issabel-pbx-wordmark-dark", label: "Issabel Pbx Wordmark Dark", path: "/icons/vendor/homarr/svg/issabel-pbx-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:istio", label: "Istio", path: "/icons/vendor/homarr/svg/istio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:it-tools", label: "It Tools", path: "/icons/vendor/homarr/svg/it-tools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:it-tools-light", label: "It Tools Light", path: "/icons/vendor/homarr/svg/it-tools-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:italki", label: "Italki", path: "/icons/vendor/homarr/svg/italki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:itau", label: "Itau", path: "/icons/vendor/homarr/png/itau.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:itch", label: "Itch", path: "/icons/vendor/homarr/png/itch.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:itop", label: "Itop", path: "/icons/vendor/homarr/svg/itop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jackett", label: "Jackett", path: "/icons/vendor/homarr/svg/jackett.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jackett-light", label: "Jackett Light", path: "/icons/vendor/homarr/svg/jackett-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jaeger", label: "Jaeger", path: "/icons/vendor/homarr/svg/jaeger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jamf", label: "Jamf", path: "/icons/vendor/homarr/svg/jamf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jamstack", label: "Jamstack", path: "/icons/vendor/homarr/svg/jamstack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:java", label: "Java", path: "/icons/vendor/homarr/svg/java.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:javascript", label: "Javascript", path: "/icons/vendor/homarr/svg/javascript.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:javascript-light", label: "Javascript Light", path: "/icons/vendor/homarr/svg/javascript-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jdownloader", label: "Jdownloader", path: "/icons/vendor/homarr/png/jdownloader.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jdownloader2", label: "Jdownloader2", path: "/icons/vendor/homarr/png/jdownloader2.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jeedom", label: "Jeedom", path: "/icons/vendor/homarr/svg/jeedom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jekyll", label: "Jekyll", path: "/icons/vendor/homarr/svg/jekyll.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jellyfin", label: "Jellyfin", path: "/icons/vendor/homarr/svg/jellyfin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jellyfin-vue", label: "Jellyfin Vue", path: "/icons/vendor/homarr/svg/jellyfin-vue.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jellyseerr", label: "Jellyseerr", path: "/icons/vendor/homarr/svg/jellyseerr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jellystat", label: "Jellystat", path: "/icons/vendor/homarr/svg/jellystat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jellystat-dark", label: "Jellystat Dark", path: "/icons/vendor/homarr/svg/jellystat-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jelu", label: "Jelu", path: "/icons/vendor/homarr/svg/jelu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jenkins", label: "Jenkins", path: "/icons/vendor/homarr/svg/jenkins.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jetbrains-fleet", label: "Jetbrains Fleet", path: "/icons/vendor/homarr/png/jetbrains-fleet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jetbrains-toolbox", label: "Jetbrains Toolbox", path: "/icons/vendor/homarr/svg/jetbrains-toolbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jetbrains-youtrack", label: "Jetbrains Youtrack", path: "/icons/vendor/homarr/svg/jetbrains-youtrack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jetkvm", label: "Jetkvm", path: "/icons/vendor/homarr/svg/jetkvm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jetkvm-full", label: "Jetkvm Full", path: "/icons/vendor/homarr/svg/jetkvm-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jfrog", label: "Jfrog", path: "/icons/vendor/homarr/svg/jfrog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jio", label: "Jio", path: "/icons/vendor/homarr/svg/jio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jiohotstar", label: "Jiohotstar", path: "/icons/vendor/homarr/png/jiohotstar.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jira", label: "Jira", path: "/icons/vendor/homarr/svg/jira.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jitsi", label: "Jitsi", path: "/icons/vendor/homarr/svg/jitsi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jitsi-meet", label: "Jitsi Meet", path: "/icons/vendor/homarr/svg/jitsi-meet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:joal", label: "Joal", path: "/icons/vendor/homarr/png/joal.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:joomla", label: "Joomla", path: "/icons/vendor/homarr/svg/joomla.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:joplin", label: "Joplin", path: "/icons/vendor/homarr/svg/joplin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jotty", label: "Jotty", path: "/icons/vendor/homarr/svg/jotty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:journiv", label: "Journiv", path: "/icons/vendor/homarr/png/journiv.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:json", label: "Json", path: "/icons/vendor/homarr/svg/json.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jujutsu-vcs", label: "Jujutsu Vcs", path: "/icons/vendor/homarr/svg/jujutsu-vcs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:julia", label: "Julia", path: "/icons/vendor/homarr/svg/julia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jumpserver", label: "Jumpserver", path: "/icons/vendor/homarr/svg/jumpserver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jupyter", label: "Jupyter", path: "/icons/vendor/homarr/svg/jupyter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jwt-io", label: "Jwt Io", path: "/icons/vendor/homarr/svg/jwt-io.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:jwt-io-light", label: "Jwt Io Light", path: "/icons/vendor/homarr/svg/jwt-io-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:k-speeder", label: "K Speeder", path: "/icons/vendor/homarr/png/k-speeder.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kagi", label: "Kagi", path: "/icons/vendor/homarr/svg/kagi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kaizoku", label: "Kaizoku", path: "/icons/vendor/homarr/png/kaizoku.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kali-linux", label: "Kali Linux", path: "/icons/vendor/homarr/svg/kali-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kamatera", label: "Kamatera", path: "/icons/vendor/homarr/svg/kamatera.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kanboard", label: "Kanboard", path: "/icons/vendor/homarr/svg/kanboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kanboard-light", label: "Kanboard Light", path: "/icons/vendor/homarr/svg/kanboard-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kanidm", label: "Kanidm", path: "/icons/vendor/homarr/svg/kanidm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kapacitor", label: "Kapacitor", path: "/icons/vendor/homarr/png/kapacitor.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kapowarr", label: "Kapowarr", path: "/icons/vendor/homarr/svg/kapowarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:karakeep", label: "Karakeep", path: "/icons/vendor/homarr/svg/karakeep.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:karakeep-dark", label: "Karakeep Dark", path: "/icons/vendor/homarr/svg/karakeep-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:karaoke-eternal", label: "Karaoke Eternal", path: "/icons/vendor/homarr/png/karaoke-eternal.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kasm", label: "Kasm", path: "/icons/vendor/homarr/svg/kasm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kasm-workspaces", label: "Kasm Workspaces", path: "/icons/vendor/homarr/svg/kasm-workspaces.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kasten-k10", label: "Kasten K10", path: "/icons/vendor/homarr/svg/kasten-k10.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kaufland", label: "Kaufland", path: "/icons/vendor/homarr/svg/kaufland.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kavita", label: "Kavita", path: "/icons/vendor/homarr/svg/kavita.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kbin", label: "Kbin", path: "/icons/vendor/homarr/svg/kbin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keenetic", label: "Keenetic", path: "/icons/vendor/homarr/svg/keenetic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keenetic-alt", label: "Keenetic Alt", path: "/icons/vendor/homarr/svg/keenetic-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keenetic-new", label: "Keenetic New", path: "/icons/vendor/homarr/png/keenetic-new.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keepassxc", label: "Keepassxc", path: "/icons/vendor/homarr/svg/keepassxc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keeper-security", label: "Keeper Security", path: "/icons/vendor/homarr/svg/keeper-security.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keila", label: "Keila", path: "/icons/vendor/homarr/svg/keila.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kerberos", label: "Kerberos", path: "/icons/vendor/homarr/svg/kerberos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kestra", label: "Kestra", path: "/icons/vendor/homarr/svg/kestra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keycloak", label: "Keycloak", path: "/icons/vendor/homarr/svg/keycloak.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keyoxide", label: "Keyoxide", path: "/icons/vendor/homarr/svg/keyoxide.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:keyoxide-alt", label: "Keyoxide Alt", path: "/icons/vendor/homarr/svg/keyoxide-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kibana", label: "Kibana", path: "/icons/vendor/homarr/svg/kibana.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kick", label: "Kick", path: "/icons/vendor/homarr/svg/kick.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kick-light", label: "Kick Light", path: "/icons/vendor/homarr/svg/kick-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kickstarter", label: "Kickstarter", path: "/icons/vendor/homarr/svg/kickstarter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kimai", label: "Kimai", path: "/icons/vendor/homarr/svg/kimai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kimi-ai", label: "Kimi Ai", path: "/icons/vendor/homarr/svg/kimi-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kinopub", label: "Kinopub", path: "/icons/vendor/homarr/svg/kinopub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kinto", label: "Kinto", path: "/icons/vendor/homarr/svg/kinto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kirby", label: "Kirby", path: "/icons/vendor/homarr/svg/kirby.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kirby-light", label: "Kirby Light", path: "/icons/vendor/homarr/svg/kirby-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kirby-wordmark-dark", label: "Kirby Wordmark Dark", path: "/icons/vendor/homarr/svg/kirby-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kirby-wordmark-light", label: "Kirby Wordmark Light", path: "/icons/vendor/homarr/svg/kirby-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kitana", label: "Kitana", path: "/icons/vendor/homarr/svg/kitana.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kitchenowl", label: "Kitchenowl", path: "/icons/vendor/homarr/svg/kitchenowl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kiwix", label: "Kiwix", path: "/icons/vendor/homarr/svg/kiwix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kiwix-light", label: "Kiwix Light", path: "/icons/vendor/homarr/svg/kiwix-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kleinanzeigen", label: "Kleinanzeigen", path: "/icons/vendor/homarr/svg/kleinanzeigen.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kleopatra", label: "Kleopatra", path: "/icons/vendor/homarr/svg/kleopatra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:klipper", label: "Klipper", path: "/icons/vendor/homarr/svg/klipper.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:knx", label: "Knx", path: "/icons/vendor/homarr/svg/knx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ko-fi", label: "Ko Fi", path: "/icons/vendor/homarr/svg/ko-fi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ko-insight", label: "Ko Insight", path: "/icons/vendor/homarr/svg/ko-insight.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:koboldcpp", label: "Koboldcpp", path: "/icons/vendor/homarr/png/koboldcpp.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kodi", label: "Kodi", path: "/icons/vendor/homarr/svg/kodi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:koel", label: "Koel", path: "/icons/vendor/homarr/svg/koel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:koillection", label: "Koillection", path: "/icons/vendor/homarr/svg/koillection.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:koillection-light", label: "Koillection Light", path: "/icons/vendor/homarr/svg/koillection-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:koito", label: "Koito", path: "/icons/vendor/homarr/png/koito.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kokoro-web", label: "Kokoro Web", path: "/icons/vendor/homarr/png/kokoro-web.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kometa", label: "Kometa", path: "/icons/vendor/homarr/png/kometa.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:komga", label: "Komga", path: "/icons/vendor/homarr/svg/komga.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:komodo", label: "Komodo", path: "/icons/vendor/homarr/svg/komodo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kontoj", label: "Kontoj", path: "/icons/vendor/homarr/svg/kontoj.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kook", label: "Kook", path: "/icons/vendor/homarr/svg/kook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kopia", label: "Kopia", path: "/icons/vendor/homarr/svg/kopia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kotlin", label: "Kotlin", path: "/icons/vendor/homarr/svg/kotlin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kpn", label: "Kpn", path: "/icons/vendor/homarr/svg/kpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:krakend", label: "Krakend", path: "/icons/vendor/homarr/svg/krakend.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:krusader", label: "Krusader", path: "/icons/vendor/homarr/svg/krusader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ksuite", label: "Ksuite", path: "/icons/vendor/homarr/svg/ksuite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kubecraft", label: "Kubecraft", path: "/icons/vendor/homarr/png/kubecraft.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kubernetes", label: "Kubernetes", path: "/icons/vendor/homarr/svg/kubernetes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kubernetes-dashboard", label: "Kubernetes Dashboard", path: "/icons/vendor/homarr/svg/kubernetes-dashboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kubuntu-linux", label: "Kubuntu Linux", path: "/icons/vendor/homarr/svg/kubuntu-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kutt", label: "Kutt", path: "/icons/vendor/homarr/svg/kutt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:kyoo", label: "Kyoo", path: "/icons/vendor/homarr/svg/kyoo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lact", label: "Lact", path: "/icons/vendor/homarr/svg/lact.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lancache", label: "Lancache", path: "/icons/vendor/homarr/png/lancache.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lancommander", label: "Lancommander", path: "/icons/vendor/homarr/svg/lancommander.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lancommander-light", label: "Lancommander Light", path: "/icons/vendor/homarr/svg/lancommander-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lanraragi", label: "Lanraragi", path: "/icons/vendor/homarr/png/lanraragi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:laracasts", label: "Laracasts", path: "/icons/vendor/homarr/svg/laracasts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:laracasts-dark", label: "Laracasts Dark", path: "/icons/vendor/homarr/svg/laracasts-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:laravel", label: "Laravel", path: "/icons/vendor/homarr/svg/laravel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lark", label: "Lark", path: "/icons/vendor/homarr/svg/lark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lastpass", label: "Lastpass", path: "/icons/vendor/homarr/svg/lastpass.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lazylibrarian", label: "Lazylibrarian", path: "/icons/vendor/homarr/png/lazylibrarian.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ldap-account-manager", label: "Ldap Account Manager", path: "/icons/vendor/homarr/png/ldap-account-manager.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:leanote", label: "Leanote", path: "/icons/vendor/homarr/svg/leanote.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:leantime", label: "Leantime", path: "/icons/vendor/homarr/svg/leantime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:leargas-security", label: "Leargas Security", path: "/icons/vendor/homarr/png/leargas-security.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:leetcode", label: "Leetcode", path: "/icons/vendor/homarr/svg/leetcode.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:leetcode-dark", label: "Leetcode Dark", path: "/icons/vendor/homarr/svg/leetcode-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lemmy", label: "Lemmy", path: "/icons/vendor/homarr/svg/lemmy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lemmy-light", label: "Lemmy Light", path: "/icons/vendor/homarr/svg/lemmy-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lemonldap-ng", label: "Lemonldap Ng", path: "/icons/vendor/homarr/png/lemonldap-ng.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lenovo", label: "Lenovo", path: "/icons/vendor/homarr/svg/lenovo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lenovo-light", label: "Lenovo Light", path: "/icons/vendor/homarr/svg/lenovo-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lets-encrypt", label: "Lets Encrypt", path: "/icons/vendor/homarr/svg/lets-encrypt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lexmark", label: "Lexmark", path: "/icons/vendor/homarr/svg/lexmark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libation", label: "Libation", path: "/icons/vendor/homarr/svg/libation.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librechat", label: "Librechat", path: "/icons/vendor/homarr/svg/librechat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libreddit", label: "Libreddit", path: "/icons/vendor/homarr/svg/libreddit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libreddit-light", label: "Libreddit Light", path: "/icons/vendor/homarr/svg/libreddit-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libreelec", label: "Libreelec", path: "/icons/vendor/homarr/png/libreelec.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libremdb", label: "Libremdb", path: "/icons/vendor/homarr/png/libremdb.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librenms", label: "Librenms", path: "/icons/vendor/homarr/svg/librenms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libreoffice", label: "Libreoffice", path: "/icons/vendor/homarr/svg/libreoffice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libreoffice-light", label: "Libreoffice Light", path: "/icons/vendor/homarr/svg/libreoffice-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librephotos", label: "Librephotos", path: "/icons/vendor/homarr/png/librephotos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librephotos-light", label: "Librephotos Light", path: "/icons/vendor/homarr/png/librephotos-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librespeed", label: "Librespeed", path: "/icons/vendor/homarr/svg/librespeed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librespeed-light", label: "Librespeed Light", path: "/icons/vendor/homarr/svg/librespeed-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libretranslate", label: "Libretranslate", path: "/icons/vendor/homarr/svg/libretranslate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:libretranslate-dark", label: "Libretranslate Dark", path: "/icons/vendor/homarr/svg/libretranslate-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librewolf", label: "Librewolf", path: "/icons/vendor/homarr/svg/librewolf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librex", label: "Librex", path: "/icons/vendor/homarr/png/librex.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librey", label: "Librey", path: "/icons/vendor/homarr/png/librey.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:librum", label: "Librum", path: "/icons/vendor/homarr/svg/librum.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lichess", label: "Lichess", path: "/icons/vendor/homarr/svg/lichess.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lichess-dark", label: "Lichess Dark", path: "/icons/vendor/homarr/svg/lichess-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lidarr", label: "Lidarr", path: "/icons/vendor/homarr/svg/lidarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lidl", label: "Lidl", path: "/icons/vendor/homarr/svg/lidl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lightning-terminal", label: "Lightning Terminal", path: "/icons/vendor/homarr/png/lightning-terminal.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lighttpd", label: "Lighttpd", path: "/icons/vendor/homarr/svg/lighttpd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:limesurvey", label: "Limesurvey", path: "/icons/vendor/homarr/svg/limesurvey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linear", label: "Linear", path: "/icons/vendor/homarr/svg/linear.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linear-dark", label: "Linear Dark", path: "/icons/vendor/homarr/svg/linear-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linguacafe", label: "Linguacafe", path: "/icons/vendor/homarr/svg/linguacafe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linkace", label: "Linkace", path: "/icons/vendor/homarr/svg/linkace.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linkding", label: "Linkding", path: "/icons/vendor/homarr/svg/linkding.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linkedin", label: "Linkedin", path: "/icons/vendor/homarr/svg/linkedin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linkstack", label: "Linkstack", path: "/icons/vendor/homarr/svg/linkstack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linksys", label: "Linksys", path: "/icons/vendor/homarr/png/linksys.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linkwarden", label: "Linkwarden", path: "/icons/vendor/homarr/png/linkwarden.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linode", label: "Linode", path: "/icons/vendor/homarr/svg/linode.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linux", label: "Linux", path: "/icons/vendor/homarr/svg/linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linux-mint", label: "Linux Mint", path: "/icons/vendor/homarr/svg/linux-mint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linuxdo", label: "Linuxdo", path: "/icons/vendor/homarr/svg/linuxdo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linuxgsm", label: "Linuxgsm", path: "/icons/vendor/homarr/svg/linuxgsm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:linuxserver-io", label: "Linuxserver Io", path: "/icons/vendor/homarr/svg/linuxserver-io.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:liremdb", label: "Liremdb", path: "/icons/vendor/homarr/svg/liremdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:listenbrainz", label: "Listenbrainz", path: "/icons/vendor/homarr/svg/listenbrainz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:listmonk", label: "Listmonk", path: "/icons/vendor/homarr/svg/listmonk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lite-speed", label: "Lite Speed", path: "/icons/vendor/homarr/svg/lite-speed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:littlelink-custom", label: "Littlelink Custom", path: "/icons/vendor/homarr/svg/littlelink-custom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:livebook", label: "Livebook", path: "/icons/vendor/homarr/svg/livebook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lldap", label: "Lldap", path: "/icons/vendor/homarr/svg/lldap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lldap-dark", label: "Lldap Dark", path: "/icons/vendor/homarr/svg/lldap-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lms-mixtape", label: "Lms Mixtape", path: "/icons/vendor/homarr/svg/lms-mixtape.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lnbits", label: "Lnbits", path: "/icons/vendor/homarr/svg/lnbits.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lobe-chat", label: "Lobe Chat", path: "/icons/vendor/homarr/svg/lobe-chat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:local-content-share", label: "Local Content Share", path: "/icons/vendor/homarr/svg/local-content-share.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:local-xpose", label: "Local Xpose", path: "/icons/vendor/homarr/svg/local-xpose.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:locals", label: "Locals", path: "/icons/vendor/homarr/svg/locals.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:locals-light", label: "Locals Light", path: "/icons/vendor/homarr/svg/locals-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lockheed-martin", label: "Lockheed Martin", path: "/icons/vendor/homarr/svg/lockheed-martin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lodestone", label: "Lodestone", path: "/icons/vendor/homarr/svg/lodestone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:loggifly", label: "Loggifly", path: "/icons/vendor/homarr/png/loggifly.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logitech", label: "Logitech", path: "/icons/vendor/homarr/svg/logitech.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logitech-gaming", label: "Logitech Gaming", path: "/icons/vendor/homarr/svg/logitech-gaming.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logitech-legacy", label: "Logitech Legacy", path: "/icons/vendor/homarr/svg/logitech-legacy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logitech-light", label: "Logitech Light", path: "/icons/vendor/homarr/svg/logitech-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logseq", label: "Logseq", path: "/icons/vendor/homarr/svg/logseq.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logstash", label: "Logstash", path: "/icons/vendor/homarr/svg/logstash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:logto", label: "Logto", path: "/icons/vendor/homarr/svg/logto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:loki", label: "Loki", path: "/icons/vendor/homarr/svg/loki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:longhorn", label: "Longhorn", path: "/icons/vendor/homarr/svg/longhorn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lostack", label: "Lostack", path: "/icons/vendor/homarr/svg/lostack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:loxone", label: "Loxone", path: "/icons/vendor/homarr/svg/loxone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:loxone-full", label: "Loxone Full", path: "/icons/vendor/homarr/svg/loxone-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lsio", label: "Lsio", path: "/icons/vendor/homarr/png/lsio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lua", label: "Lua", path: "/icons/vendor/homarr/svg/lua.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lubelogger", label: "Lubelogger", path: "/icons/vendor/homarr/png/lubelogger.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lubuntu-linux", label: "Lubuntu Linux", path: "/icons/vendor/homarr/svg/lubuntu-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lucida", label: "Lucida", path: "/icons/vendor/homarr/png/lucida.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ludus", label: "Ludus", path: "/icons/vendor/homarr/svg/ludus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ludus-dark", label: "Ludus Dark", path: "/icons/vendor/homarr/svg/ludus-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lunalytics", label: "Lunalytics", path: "/icons/vendor/homarr/svg/lunalytics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lunasea", label: "Lunasea", path: "/icons/vendor/homarr/svg/lunasea.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lunch-money", label: "Lunch Money", path: "/icons/vendor/homarr/png/lunch-money.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:luxriot", label: "Luxriot", path: "/icons/vendor/homarr/svg/luxriot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lychee", label: "Lychee", path: "/icons/vendor/homarr/png/lychee.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lynx", label: "Lynx", path: "/icons/vendor/homarr/svg/lynx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lynx-light", label: "Lynx Light", path: "/icons/vendor/homarr/svg/lynx-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lyrion", label: "Lyrion", path: "/icons/vendor/homarr/svg/lyrion.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:lyrion-dark", label: "Lyrion Dark", path: "/icons/vendor/homarr/svg/lyrion-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:macmon", label: "Macmon", path: "/icons/vendor/homarr/svg/macmon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mail-archiver", label: "Mail Archiver", path: "/icons/vendor/homarr/svg/mail-archiver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mail-in-a-box", label: "Mail In A Box", path: "/icons/vendor/homarr/svg/mail-in-a-box.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailchimp", label: "Mailchimp", path: "/icons/vendor/homarr/svg/mailchimp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailchimp-light", label: "Mailchimp Light", path: "/icons/vendor/homarr/svg/mailchimp-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailcow", label: "Mailcow", path: "/icons/vendor/homarr/svg/mailcow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailcowsogo", label: "Mailcowsogo", path: "/icons/vendor/homarr/png/mailcowsogo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailfence", label: "Mailfence", path: "/icons/vendor/homarr/svg/mailfence.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailgun", label: "Mailgun", path: "/icons/vendor/homarr/svg/mailgun.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailhog", label: "Mailhog", path: "/icons/vendor/homarr/png/mailhog.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailjet", label: "Mailjet", path: "/icons/vendor/homarr/svg/mailjet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailpit", label: "Mailpit", path: "/icons/vendor/homarr/svg/mailpit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mailu", label: "Mailu", path: "/icons/vendor/homarr/png/mailu.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mainsail", label: "Mainsail", path: "/icons/vendor/homarr/svg/mainsail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maintainerr", label: "Maintainerr", path: "/icons/vendor/homarr/svg/maintainerr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mak", label: "Mak", path: "/icons/vendor/homarr/png/mak.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:makemkv", label: "Makemkv", path: "/icons/vendor/homarr/png/makemkv.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maker-world", label: "Maker World", path: "/icons/vendor/homarr/svg/maker-world.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maker-world-dark", label: "Maker World Dark", path: "/icons/vendor/homarr/svg/maker-world-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maloja", label: "Maloja", path: "/icons/vendor/homarr/png/maloja.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maltego", label: "Maltego", path: "/icons/vendor/homarr/svg/maltego.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maltego-dark", label: "Maltego Dark", path: "/icons/vendor/homarr/svg/maltego-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maltego-light", label: "Maltego Light", path: "/icons/vendor/homarr/svg/maltego-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maltego-wordmark-dark", label: "Maltego Wordmark Dark", path: "/icons/vendor/homarr/svg/maltego-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maltego-wordmark-light", label: "Maltego Wordmark Light", path: "/icons/vendor/homarr/svg/maltego-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:manga-dex", label: "Manga Dex", path: "/icons/vendor/homarr/svg/manga-dex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mango", label: "Mango", path: "/icons/vendor/homarr/png/mango.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:manjaro-linux", label: "Manjaro Linux", path: "/icons/vendor/homarr/svg/manjaro-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mantisbt", label: "Mantisbt", path: "/icons/vendor/homarr/png/mantisbt.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mantrae", label: "Mantrae", path: "/icons/vendor/homarr/svg/mantrae.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mantrae-dark", label: "Mantrae Dark", path: "/icons/vendor/homarr/svg/mantrae-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mantrae-light", label: "Mantrae Light", path: "/icons/vendor/homarr/svg/mantrae-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:many-notes", label: "Many Notes", path: "/icons/vendor/homarr/svg/many-notes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:manyfold", label: "Manyfold", path: "/icons/vendor/homarr/svg/manyfold.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maptiler", label: "Maptiler", path: "/icons/vendor/homarr/svg/maptiler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:marginalia", label: "Marginalia", path: "/icons/vendor/homarr/png/marginalia.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mariadb", label: "Mariadb", path: "/icons/vendor/homarr/svg/mariadb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:marimo", label: "Marimo", path: "/icons/vendor/homarr/svg/marimo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:marktplaats", label: "Marktplaats", path: "/icons/vendor/homarr/svg/marktplaats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:marzban", label: "Marzban", path: "/icons/vendor/homarr/png/marzban.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mastodon", label: "Mastodon", path: "/icons/vendor/homarr/svg/mastodon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matomo", label: "Matomo", path: "/icons/vendor/homarr/svg/matomo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matrix", label: "Matrix", path: "/icons/vendor/homarr/svg/matrix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matrix-light", label: "Matrix Light", path: "/icons/vendor/homarr/svg/matrix-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matrix-synapse", label: "Matrix Synapse", path: "/icons/vendor/homarr/svg/matrix-synapse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matrix-synapse-light", label: "Matrix Synapse Light", path: "/icons/vendor/homarr/svg/matrix-synapse-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matter", label: "Matter", path: "/icons/vendor/homarr/svg/matter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matter-light", label: "Matter Light", path: "/icons/vendor/homarr/svg/matter-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:matterbridge", label: "Matterbridge", path: "/icons/vendor/homarr/svg/matterbridge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mattermost", label: "Mattermost", path: "/icons/vendor/homarr/svg/mattermost.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mautic", label: "Mautic", path: "/icons/vendor/homarr/svg/mautic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:max", label: "Max", path: "/icons/vendor/homarr/svg/max.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mayan-edms", label: "Mayan Edms", path: "/icons/vendor/homarr/svg/mayan-edms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mayan-edms-light", label: "Mayan Edms Light", path: "/icons/vendor/homarr/svg/mayan-edms-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:maybe", label: "Maybe", path: "/icons/vendor/homarr/svg/maybe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mazanoke", label: "Mazanoke", path: "/icons/vendor/homarr/png/mazanoke.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mbin", label: "Mbin", path: "/icons/vendor/homarr/svg/mbin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mcmyadmin", label: "Mcmyadmin", path: "/icons/vendor/homarr/png/mcmyadmin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mealie", label: "Mealie", path: "/icons/vendor/homarr/svg/mealie.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:medama", label: "Medama", path: "/icons/vendor/homarr/svg/medama.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:media-manager", label: "Media Manager", path: "/icons/vendor/homarr/svg/media-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mediafire", label: "Mediafire", path: "/icons/vendor/homarr/svg/mediafire.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mediathekarr", label: "Mediathekarr", path: "/icons/vendor/homarr/png/mediathekarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mediathekview", label: "Mediathekview", path: "/icons/vendor/homarr/svg/mediathekview.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mediawiki", label: "Mediawiki", path: "/icons/vendor/homarr/svg/mediawiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:medium-dark", label: "Medium Dark", path: "/icons/vendor/homarr/svg/medium-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:medium-light", label: "Medium Light", path: "/icons/vendor/homarr/svg/medium-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mediux", label: "Mediux", path: "/icons/vendor/homarr/svg/mediux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:medusa", label: "Medusa", path: "/icons/vendor/homarr/svg/medusa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:medusa-light", label: "Medusa Light", path: "/icons/vendor/homarr/svg/medusa-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mega-nz", label: "Mega Nz", path: "/icons/vendor/homarr/svg/mega-nz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mega-nz-dark", label: "Mega Nz Dark", path: "/icons/vendor/homarr/svg/mega-nz-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meilisearch", label: "Meilisearch", path: "/icons/vendor/homarr/svg/meilisearch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mem-ai", label: "Mem Ai", path: "/icons/vendor/homarr/png/mem-ai.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:memories", label: "Memories", path: "/icons/vendor/homarr/svg/memories.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:memories-light", label: "Memories Light", path: "/icons/vendor/homarr/svg/memories-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:memos", label: "Memos", path: "/icons/vendor/homarr/svg/memos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mempool", label: "Mempool", path: "/icons/vendor/homarr/png/mempool.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meraki", label: "Meraki", path: "/icons/vendor/homarr/svg/meraki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mercusys", label: "Mercusys", path: "/icons/vendor/homarr/svg/mercusys.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mergeable", label: "Mergeable", path: "/icons/vendor/homarr/svg/mergeable.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mergeable-dark", label: "Mergeable Dark", path: "/icons/vendor/homarr/svg/mergeable-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meshcentral", label: "Meshcentral", path: "/icons/vendor/homarr/png/meshcentral.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meshping", label: "Meshping", path: "/icons/vendor/homarr/svg/meshping.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meshping-light", label: "Meshping Light", path: "/icons/vendor/homarr/svg/meshping-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meshtastic", label: "Meshtastic", path: "/icons/vendor/homarr/svg/meshtastic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:meta", label: "Meta", path: "/icons/vendor/homarr/svg/meta.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:metabase", label: "Metabase", path: "/icons/vendor/homarr/svg/metabase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:metabrainz", label: "Metabrainz", path: "/icons/vendor/homarr/svg/metabrainz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:metallb", label: "Metallb", path: "/icons/vendor/homarr/svg/metallb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:metube", label: "Metube", path: "/icons/vendor/homarr/svg/metube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microbin", label: "Microbin", path: "/icons/vendor/homarr/png/microbin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft", label: "Microsoft", path: "/icons/vendor/homarr/svg/microsoft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-365", label: "Microsoft 365", path: "/icons/vendor/homarr/svg/microsoft-365.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-365-admin-center", label: "Microsoft 365 Admin Center", path: "/icons/vendor/homarr/svg/microsoft-365-admin-center.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-access", label: "Microsoft Access", path: "/icons/vendor/homarr/svg/microsoft-access.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-azure", label: "Microsoft Azure", path: "/icons/vendor/homarr/svg/microsoft-azure.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-bing", label: "Microsoft Bing", path: "/icons/vendor/homarr/svg/microsoft-bing.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-copilot", label: "Microsoft Copilot", path: "/icons/vendor/homarr/svg/microsoft-copilot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-defender", label: "Microsoft Defender", path: "/icons/vendor/homarr/svg/microsoft-defender.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-edge", label: "Microsoft Edge", path: "/icons/vendor/homarr/svg/microsoft-edge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-excel", label: "Microsoft Excel", path: "/icons/vendor/homarr/svg/microsoft-excel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-exchange", label: "Microsoft Exchange", path: "/icons/vendor/homarr/svg/microsoft-exchange.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-intune", label: "Microsoft Intune", path: "/icons/vendor/homarr/svg/microsoft-intune.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-office", label: "Microsoft Office", path: "/icons/vendor/homarr/svg/microsoft-office.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-onedrive", label: "Microsoft Onedrive", path: "/icons/vendor/homarr/svg/microsoft-onedrive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-onenote", label: "Microsoft Onenote", path: "/icons/vendor/homarr/svg/microsoft-onenote.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-outlook", label: "Microsoft Outlook", path: "/icons/vendor/homarr/svg/microsoft-outlook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-power-automate", label: "Microsoft Power Automate", path: "/icons/vendor/homarr/svg/microsoft-power-automate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-powerpoint", label: "Microsoft Powerpoint", path: "/icons/vendor/homarr/svg/microsoft-powerpoint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-remote-desktop", label: "Microsoft Remote Desktop", path: "/icons/vendor/homarr/png/microsoft-remote-desktop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-sharepoint", label: "Microsoft Sharepoint", path: "/icons/vendor/homarr/svg/microsoft-sharepoint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-sql-server", label: "Microsoft Sql Server", path: "/icons/vendor/homarr/svg/microsoft-sql-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-sql-server-light", label: "Microsoft Sql Server Light", path: "/icons/vendor/homarr/svg/microsoft-sql-server-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-teams", label: "Microsoft Teams", path: "/icons/vendor/homarr/svg/microsoft-teams.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-to-do", label: "Microsoft To Do", path: "/icons/vendor/homarr/svg/microsoft-to-do.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-windows", label: "Microsoft Windows", path: "/icons/vendor/homarr/svg/microsoft-windows.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:microsoft-word", label: "Microsoft Word", path: "/icons/vendor/homarr/svg/microsoft-word.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:midjourney", label: "Midjourney", path: "/icons/vendor/homarr/png/midjourney.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:midjourney-light", label: "Midjourney Light", path: "/icons/vendor/homarr/png/midjourney-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mikrotik", label: "Mikrotik", path: "/icons/vendor/homarr/svg/mikrotik.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mikrotik-light", label: "Mikrotik Light", path: "/icons/vendor/homarr/svg/mikrotik-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:minecraft", label: "Minecraft", path: "/icons/vendor/homarr/svg/minecraft.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mineos", label: "Mineos", path: "/icons/vendor/homarr/png/mineos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:miniflux", label: "Miniflux", path: "/icons/vendor/homarr/svg/miniflux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:miniflux-light", label: "Miniflux Light", path: "/icons/vendor/homarr/svg/miniflux-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:minimserver", label: "Minimserver", path: "/icons/vendor/homarr/png/minimserver.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:minio", label: "Minio", path: "/icons/vendor/homarr/svg/minio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:minio-light", label: "Minio Light", path: "/icons/vendor/homarr/svg/minio-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:miro", label: "Miro", path: "/icons/vendor/homarr/svg/miro.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:misp", label: "Misp", path: "/icons/vendor/homarr/png/misp.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:misskey", label: "Misskey", path: "/icons/vendor/homarr/svg/misskey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:misskey-light", label: "Misskey Light", path: "/icons/vendor/homarr/svg/misskey-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mistral-ai", label: "Mistral Ai", path: "/icons/vendor/homarr/svg/mistral-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mitra", label: "Mitra", path: "/icons/vendor/homarr/svg/mitra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mixpost", label: "Mixpost", path: "/icons/vendor/homarr/svg/mixpost.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mkdocs", label: "Mkdocs", path: "/icons/vendor/homarr/svg/mkdocs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mkdocs-light", label: "Mkdocs Light", path: "/icons/vendor/homarr/svg/mkdocs-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mkvtoolnix", label: "Mkvtoolnix", path: "/icons/vendor/homarr/png/mkvtoolnix.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ml-flow-wordmark", label: "Ml Flow Wordmark", path: "/icons/vendor/homarr/svg/ml-flow-wordmark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ml-flow-wordmark-dark", label: "Ml Flow Wordmark Dark", path: "/icons/vendor/homarr/svg/ml-flow-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mobaxterm", label: "Mobaxterm", path: "/icons/vendor/homarr/png/mobaxterm.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mobilizon", label: "Mobilizon", path: "/icons/vendor/homarr/svg/mobilizon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mobotix", label: "Mobotix", path: "/icons/vendor/homarr/svg/mobotix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mobotix-light", label: "Mobotix Light", path: "/icons/vendor/homarr/svg/mobotix-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mochahost", label: "Mochahost", path: "/icons/vendor/homarr/png/mochahost.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:modrinth", label: "Modrinth", path: "/icons/vendor/homarr/svg/modrinth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mojeek", label: "Mojeek", path: "/icons/vendor/homarr/svg/mojeek.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:molecule", label: "Molecule", path: "/icons/vendor/homarr/png/molecule.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:monero", label: "Monero", path: "/icons/vendor/homarr/svg/monero.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mongodb", label: "Mongodb", path: "/icons/vendor/homarr/svg/mongodb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:monica", label: "Monica", path: "/icons/vendor/homarr/svg/monica.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:monica-light", label: "Monica Light", path: "/icons/vendor/homarr/svg/monica-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:monit", label: "Monit", path: "/icons/vendor/homarr/png/monit.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:monkeytype", label: "Monkeytype", path: "/icons/vendor/homarr/svg/monkeytype.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:moode-audio", label: "Moode Audio", path: "/icons/vendor/homarr/png/moode-audio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:moodist", label: "Moodist", path: "/icons/vendor/homarr/svg/moodist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:moodist-dark", label: "Moodist Dark", path: "/icons/vendor/homarr/svg/moodist-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:moodle", label: "Moodle", path: "/icons/vendor/homarr/svg/moodle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:moodle-light", label: "Moodle Light", path: "/icons/vendor/homarr/svg/moodle-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:morphos", label: "Morphos", path: "/icons/vendor/homarr/svg/morphos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:morss", label: "Morss", path: "/icons/vendor/homarr/svg/morss.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mosquitto", label: "Mosquitto", path: "/icons/vendor/homarr/svg/mosquitto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:motioneye", label: "Motioneye", path: "/icons/vendor/homarr/svg/motioneye.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:motioneye-dark", label: "Motioneye Dark", path: "/icons/vendor/homarr/svg/motioneye-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mousehole", label: "Mousehole", path: "/icons/vendor/homarr/svg/mousehole.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mousehole-dark", label: "Mousehole Dark", path: "/icons/vendor/homarr/svg/mousehole-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:movie-pilot", label: "Movie Pilot", path: "/icons/vendor/homarr/svg/movie-pilot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mpm", label: "Mpm", path: "/icons/vendor/homarr/png/mpm.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mqtt", label: "Mqtt", path: "/icons/vendor/homarr/svg/mqtt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mstream", label: "Mstream", path: "/icons/vendor/homarr/svg/mstream.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mtlynch-picoshare", label: "Mtlynch Picoshare", path: "/icons/vendor/homarr/svg/mtlynch-picoshare.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mubi", label: "Mubi", path: "/icons/vendor/homarr/svg/mubi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mubi-dark", label: "Mubi Dark", path: "/icons/vendor/homarr/svg/mubi-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mullvad", label: "Mullvad", path: "/icons/vendor/homarr/svg/mullvad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mullvad-browser", label: "Mullvad Browser", path: "/icons/vendor/homarr/svg/mullvad-browser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mullvad-vpn", label: "Mullvad Vpn", path: "/icons/vendor/homarr/svg/mullvad-vpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:multi-scrobbler", label: "Multi Scrobbler", path: "/icons/vendor/homarr/svg/multi-scrobbler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mumble", label: "Mumble", path: "/icons/vendor/homarr/svg/mumble.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mumble-light", label: "Mumble Light", path: "/icons/vendor/homarr/svg/mumble-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:musescore", label: "Musescore", path: "/icons/vendor/homarr/svg/musescore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:music-assistant", label: "Music Assistant", path: "/icons/vendor/homarr/svg/music-assistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:music-assistant-light", label: "Music Assistant Light", path: "/icons/vendor/homarr/svg/music-assistant-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:musicbrainz", label: "Musicbrainz", path: "/icons/vendor/homarr/svg/musicbrainz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:my-guitar-tabs", label: "My Guitar Tabs", path: "/icons/vendor/homarr/png/my-guitar-tabs.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:myheats", label: "Myheats", path: "/icons/vendor/homarr/svg/myheats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:myheats-light", label: "Myheats Light", path: "/icons/vendor/homarr/svg/myheats-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mylar", label: "Mylar", path: "/icons/vendor/homarr/png/mylar.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mympd", label: "Mympd", path: "/icons/vendor/homarr/svg/mympd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:myspeed", label: "Myspeed", path: "/icons/vendor/homarr/svg/myspeed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mysql", label: "Mysql", path: "/icons/vendor/homarr/svg/mysql.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mysterium", label: "Mysterium", path: "/icons/vendor/homarr/svg/mysterium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:mythtv", label: "Mythtv", path: "/icons/vendor/homarr/svg/mythtv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:n8n", label: "N8n", path: "/icons/vendor/homarr/svg/n8n.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nagios", label: "Nagios", path: "/icons/vendor/homarr/svg/nagios.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:name-silo", label: "Name Silo", path: "/icons/vendor/homarr/svg/name-silo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:namecheap", label: "Namecheap", path: "/icons/vendor/homarr/svg/namecheap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nasa", label: "Nasa", path: "/icons/vendor/homarr/svg/nasa.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nastool", label: "Nastool", path: "/icons/vendor/homarr/png/nastool.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:natwest", label: "Natwest", path: "/icons/vendor/homarr/svg/natwest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nautical-backup", label: "Nautical Backup", path: "/icons/vendor/homarr/png/nautical-backup.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:navidrome", label: "Navidrome", path: "/icons/vendor/homarr/svg/navidrome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:navidrome-light", label: "Navidrome Light", path: "/icons/vendor/homarr/svg/navidrome-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ncore", label: "Ncore", path: "/icons/vendor/homarr/png/ncore.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neko", label: "Neko", path: "/icons/vendor/homarr/svg/neko.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neko-light", label: "Neko Light", path: "/icons/vendor/homarr/svg/neko-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neo4j", label: "Neo4j", path: "/icons/vendor/homarr/svg/neo4j.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neocities", label: "Neocities", path: "/icons/vendor/homarr/svg/neocities.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neodb", label: "Neodb", path: "/icons/vendor/homarr/svg/neodb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neon-tech", label: "Neon Tech", path: "/icons/vendor/homarr/svg/neon-tech.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:neonlink", label: "Neonlink", path: "/icons/vendor/homarr/svg/neonlink.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netalertx", label: "Netalertx", path: "/icons/vendor/homarr/svg/netalertx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netalertx-light", label: "Netalertx Light", path: "/icons/vendor/homarr/svg/netalertx-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netapp", label: "Netapp", path: "/icons/vendor/homarr/svg/netapp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netapp-light", label: "Netapp Light", path: "/icons/vendor/homarr/svg/netapp-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netatmo", label: "Netatmo", path: "/icons/vendor/homarr/svg/netatmo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbird", label: "Netbird", path: "/icons/vendor/homarr/svg/netbird.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netboot", label: "Netboot", path: "/icons/vendor/homarr/svg/netboot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbootxyz", label: "Netbootxyz", path: "/icons/vendor/homarr/svg/netbootxyz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbox", label: "Netbox", path: "/icons/vendor/homarr/svg/netbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbox-dark", label: "Netbox Dark", path: "/icons/vendor/homarr/svg/netbox-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbox-full", label: "Netbox Full", path: "/icons/vendor/homarr/svg/netbox-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netbox-full-dark", label: "Netbox Full Dark", path: "/icons/vendor/homarr/svg/netbox-full-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netcam-studio", label: "Netcam Studio", path: "/icons/vendor/homarr/png/netcam-studio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netdata", label: "Netdata", path: "/icons/vendor/homarr/svg/netdata.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netflix", label: "Netflix", path: "/icons/vendor/homarr/svg/netflix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netgear", label: "Netgear", path: "/icons/vendor/homarr/svg/netgear.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netgear-light", label: "Netgear Light", path: "/icons/vendor/homarr/svg/netgear-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netgear-orbi", label: "Netgear Orbi", path: "/icons/vendor/homarr/png/netgear-orbi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netlify", label: "Netlify", path: "/icons/vendor/homarr/svg/netlify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netmaker", label: "Netmaker", path: "/icons/vendor/homarr/png/netmaker.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netronome", label: "Netronome", path: "/icons/vendor/homarr/png/netronome.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netsurf", label: "Netsurf", path: "/icons/vendor/homarr/svg/netsurf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:netsurf-light", label: "Netsurf Light", path: "/icons/vendor/homarr/svg/netsurf-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:network-ups-tools", label: "Network Ups Tools", path: "/icons/vendor/homarr/svg/network-ups-tools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:network-weathermap", label: "Network Weathermap", path: "/icons/vendor/homarr/png/network-weathermap.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:networking-toolbox", label: "Networking Toolbox", path: "/icons/vendor/homarr/svg/networking-toolbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:networking-toolbox-dark", label: "Networking Toolbox Dark", path: "/icons/vendor/homarr/svg/networking-toolbox-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:newegg", label: "Newegg", path: "/icons/vendor/homarr/svg/newegg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:newsblur", label: "Newsblur", path: "/icons/vendor/homarr/svg/newsblur.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:newshosting", label: "Newshosting", path: "/icons/vendor/homarr/svg/newshosting.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:newshosting-dark", label: "Newshosting Dark", path: "/icons/vendor/homarr/svg/newshosting-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud", label: "Nextcloud", path: "/icons/vendor/homarr/svg/nextcloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-blue", label: "Nextcloud Blue", path: "/icons/vendor/homarr/svg/nextcloud-blue.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-calendar", label: "Nextcloud Calendar", path: "/icons/vendor/homarr/svg/nextcloud-calendar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-contacts", label: "Nextcloud Contacts", path: "/icons/vendor/homarr/svg/nextcloud-contacts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-cookbook", label: "Nextcloud Cookbook", path: "/icons/vendor/homarr/svg/nextcloud-cookbook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-cospend", label: "Nextcloud Cospend", path: "/icons/vendor/homarr/svg/nextcloud-cospend.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-deck", label: "Nextcloud Deck", path: "/icons/vendor/homarr/svg/nextcloud-deck.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-files", label: "Nextcloud Files", path: "/icons/vendor/homarr/svg/nextcloud-files.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-ncdownloader", label: "Nextcloud Ncdownloader", path: "/icons/vendor/homarr/svg/nextcloud-ncdownloader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-news", label: "Nextcloud News", path: "/icons/vendor/homarr/svg/nextcloud-news.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-notes", label: "Nextcloud Notes", path: "/icons/vendor/homarr/svg/nextcloud-notes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-photos", label: "Nextcloud Photos", path: "/icons/vendor/homarr/svg/nextcloud-photos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-social", label: "Nextcloud Social", path: "/icons/vendor/homarr/svg/nextcloud-social.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-tables", label: "Nextcloud Tables", path: "/icons/vendor/homarr/svg/nextcloud-tables.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-talk", label: "Nextcloud Talk", path: "/icons/vendor/homarr/png/nextcloud-talk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-tasks", label: "Nextcloud Tasks", path: "/icons/vendor/homarr/svg/nextcloud-tasks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-timemanager", label: "Nextcloud Timemanager", path: "/icons/vendor/homarr/svg/nextcloud-timemanager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloud-white", label: "Nextcloud White", path: "/icons/vendor/homarr/svg/nextcloud-white.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextcloudpi", label: "Nextcloudpi", path: "/icons/vendor/homarr/svg/nextcloudpi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextdns", label: "Nextdns", path: "/icons/vendor/homarr/svg/nextdns.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nexterm", label: "Nexterm", path: "/icons/vendor/homarr/svg/nexterm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextexplorer", label: "Nextexplorer", path: "/icons/vendor/homarr/png/nextexplorer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextjs", label: "Nextjs", path: "/icons/vendor/homarr/svg/nextjs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextjs-light", label: "Nextjs Light", path: "/icons/vendor/homarr/svg/nextjs-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nextpvr", label: "Nextpvr", path: "/icons/vendor/homarr/png/nextpvr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nexus", label: "Nexus", path: "/icons/vendor/homarr/svg/nexus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nexus-dark", label: "Nexus Dark", path: "/icons/vendor/homarr/svg/nexus-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nezha", label: "Nezha", path: "/icons/vendor/homarr/png/nezha.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nginx", label: "Nginx", path: "/icons/vendor/homarr/svg/nginx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nginx-proxy-manager", label: "Nginx Proxy Manager", path: "/icons/vendor/homarr/svg/nginx-proxy-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nicotine-plus", label: "Nicotine Plus", path: "/icons/vendor/homarr/svg/nicotine-plus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nightscout", label: "Nightscout", path: "/icons/vendor/homarr/svg/nightscout.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nightscout-light", label: "Nightscout Light", path: "/icons/vendor/homarr/svg/nightscout-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nikku", label: "Nikku", path: "/icons/vendor/homarr/svg/nikku.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nintendo-switch", label: "Nintendo Switch", path: "/icons/vendor/homarr/svg/nintendo-switch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:niri", label: "Niri", path: "/icons/vendor/homarr/svg/niri.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:niri-wordmark-light", label: "Niri Wordmark Light", path: "/icons/vendor/homarr/svg/niri-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nitter", label: "Nitter", path: "/icons/vendor/homarr/svg/nitter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nixos", label: "Nixos", path: "/icons/vendor/homarr/svg/nixos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:no-ip", label: "No Ip", path: "/icons/vendor/homarr/png/no-ip.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nocobase", label: "Nocobase", path: "/icons/vendor/homarr/png/nocobase.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nocobase-light", label: "Nocobase Light", path: "/icons/vendor/homarr/png/nocobase-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nocodb", label: "Nocodb", path: "/icons/vendor/homarr/svg/nocodb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:node-red", label: "Node Red", path: "/icons/vendor/homarr/svg/node-red.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nodebb", label: "Nodebb", path: "/icons/vendor/homarr/svg/nodebb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nodecast-tv", label: "Nodecast Tv", path: "/icons/vendor/homarr/svg/nodecast-tv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nodejs", label: "Nodejs", path: "/icons/vendor/homarr/svg/nodejs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nodejs-alt", label: "Nodejs Alt", path: "/icons/vendor/homarr/svg/nodejs-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:noisedash", label: "Noisedash", path: "/icons/vendor/homarr/svg/noisedash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nomad", label: "Nomad", path: "/icons/vendor/homarr/svg/nomad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nomie", label: "Nomie", path: "/icons/vendor/homarr/svg/nomie.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nordvpn", label: "Nordvpn", path: "/icons/vendor/homarr/svg/nordvpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:note-mark", label: "Note Mark", path: "/icons/vendor/homarr/svg/note-mark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notebook-lm", label: "Notebook Lm", path: "/icons/vendor/homarr/svg/notebook-lm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notebook-lm-dark", label: "Notebook Lm Dark", path: "/icons/vendor/homarr/svg/notebook-lm-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notediscovery", label: "Notediscovery", path: "/icons/vendor/homarr/svg/notediscovery.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notesnook", label: "Notesnook", path: "/icons/vendor/homarr/svg/notesnook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notesnook-light", label: "Notesnook Light", path: "/icons/vendor/homarr/svg/notesnook-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notifiarr", label: "Notifiarr", path: "/icons/vendor/homarr/svg/notifiarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notion", label: "Notion", path: "/icons/vendor/homarr/svg/notion.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notion-calendar", label: "Notion Calendar", path: "/icons/vendor/homarr/svg/notion-calendar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notion-light", label: "Notion Light", path: "/icons/vendor/homarr/svg/notion-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:notion-mail", label: "Notion Mail", path: "/icons/vendor/homarr/svg/notion-mail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nowshowing", label: "Nowshowing", path: "/icons/vendor/homarr/png/nowshowing.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:npm", label: "Npm", path: "/icons/vendor/homarr/svg/npm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nsg", label: "Nsg", path: "/icons/vendor/homarr/svg/nsg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ntfy", label: "Ntfy", path: "/icons/vendor/homarr/svg/ntfy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ntop", label: "Ntop", path: "/icons/vendor/homarr/png/ntop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ntopng", label: "Ntopng", path: "/icons/vendor/homarr/png/ntopng.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nu-nl", label: "Nu Nl", path: "/icons/vendor/homarr/svg/nu-nl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nut", label: "Nut", path: "/icons/vendor/homarr/svg/nut.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nut-webgui", label: "Nut Webgui", path: "/icons/vendor/homarr/svg/nut-webgui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nutanix", label: "Nutanix", path: "/icons/vendor/homarr/svg/nutanix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nutify", label: "Nutify", path: "/icons/vendor/homarr/png/nutify.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nvidia", label: "Nvidia", path: "/icons/vendor/homarr/svg/nvidia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nxfilter", label: "Nxfilter", path: "/icons/vendor/homarr/png/nxfilter.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nxlog", label: "Nxlog", path: "/icons/vendor/homarr/png/nxlog.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbdav", label: "Nzbdav", path: "/icons/vendor/homarr/svg/nzbdav.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbgeek", label: "Nzbgeek", path: "/icons/vendor/homarr/png/nzbgeek.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbget", label: "Nzbget", path: "/icons/vendor/homarr/svg/nzbget.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbhydra", label: "Nzbhydra", path: "/icons/vendor/homarr/png/nzbhydra.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbhydra2", label: "Nzbhydra2", path: "/icons/vendor/homarr/svg/nzbhydra2.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:nzbhydra2-light", label: "Nzbhydra2 Light", path: "/icons/vendor/homarr/svg/nzbhydra2-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oase", label: "Oase", path: "/icons/vendor/homarr/png/oase.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oauth2-proxy", label: "Oauth2 Proxy", path: "/icons/vendor/homarr/svg/oauth2-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:obico", label: "Obico", path: "/icons/vendor/homarr/svg/obico.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:obitalk", label: "Obitalk", path: "/icons/vendor/homarr/png/obitalk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:observium", label: "Observium", path: "/icons/vendor/homarr/png/observium.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:observo-ai", label: "Observo Ai", path: "/icons/vendor/homarr/png/observo-ai.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:obsidian", label: "Obsidian", path: "/icons/vendor/homarr/svg/obsidian.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:obtainium", label: "Obtainium", path: "/icons/vendor/homarr/svg/obtainium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:octoeverywhere", label: "Octoeverywhere", path: "/icons/vendor/homarr/png/octoeverywhere.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:octoprint", label: "Octoprint", path: "/icons/vendor/homarr/svg/octoprint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ocular", label: "Ocular", path: "/icons/vendor/homarr/svg/ocular.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oculus", label: "Oculus", path: "/icons/vendor/homarr/svg/oculus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oculus-light", label: "Oculus Light", path: "/icons/vendor/homarr/svg/oculus-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:odoo", label: "Odoo", path: "/icons/vendor/homarr/svg/odoo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:odysee", label: "Odysee", path: "/icons/vendor/homarr/svg/odysee.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:odysee-full-dark", label: "Odysee Full Dark", path: "/icons/vendor/homarr/svg/odysee-full-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:odysee-full-light", label: "Odysee Full Light", path: "/icons/vendor/homarr/svg/odysee-full-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:office-365", label: "Office 365", path: "/icons/vendor/homarr/svg/office-365.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oh-my-posh", label: "Oh My Posh", path: "/icons/vendor/homarr/svg/oh-my-posh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oh-my-posh-dark", label: "Oh My Posh Dark", path: "/icons/vendor/homarr/svg/oh-my-posh-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:okta", label: "Okta", path: "/icons/vendor/homarr/svg/okta.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:okta-dark", label: "Okta Dark", path: "/icons/vendor/homarr/svg/okta-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:olivetin", label: "Olivetin", path: "/icons/vendor/homarr/svg/olivetin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:olivetin-light", label: "Olivetin Light", path: "/icons/vendor/homarr/svg/olivetin-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ollama", label: "Ollama", path: "/icons/vendor/homarr/svg/ollama.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ollama-dark", label: "Ollama Dark", path: "/icons/vendor/homarr/svg/ollama-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omada", label: "Omada", path: "/icons/vendor/homarr/svg/omada.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ombi", label: "Ombi", path: "/icons/vendor/homarr/svg/ombi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omni-tools", label: "Omni Tools", path: "/icons/vendor/homarr/png/omni-tools.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omni-tools-full", label: "Omni Tools Full", path: "/icons/vendor/homarr/png/omni-tools-full.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omnic-forge", label: "Omnic Forge", path: "/icons/vendor/homarr/svg/omnic-forge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omnic-forge-dark", label: "Omnic Forge Dark", path: "/icons/vendor/homarr/svg/omnic-forge-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omnidb", label: "Omnidb", path: "/icons/vendor/homarr/svg/omnidb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:omnivore", label: "Omnivore", path: "/icons/vendor/homarr/svg/omnivore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onedev", label: "Onedev", path: "/icons/vendor/homarr/svg/onedev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onedev-light", label: "Onedev Light", path: "/icons/vendor/homarr/svg/onedev-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oneuptime", label: "Oneuptime", path: "/icons/vendor/homarr/svg/oneuptime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oneuptime-light", label: "Oneuptime Light", path: "/icons/vendor/homarr/svg/oneuptime-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onlyfans", label: "Onlyfans", path: "/icons/vendor/homarr/svg/onlyfans.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onlyfans-dark", label: "Onlyfans Dark", path: "/icons/vendor/homarr/svg/onlyfans-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onlyoffice", label: "Onlyoffice", path: "/icons/vendor/homarr/svg/onlyoffice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onshape", label: "Onshape", path: "/icons/vendor/homarr/svg/onshape.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:onshape-dark", label: "Onshape Dark", path: "/icons/vendor/homarr/svg/onshape-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ookla-speedtest", label: "Ookla Speedtest", path: "/icons/vendor/homarr/svg/ookla-speedtest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-classrooms", label: "Open Classrooms", path: "/icons/vendor/homarr/svg/open-classrooms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-cloud", label: "Open Cloud", path: "/icons/vendor/homarr/svg/open-cloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-cloud-dark", label: "Open Cloud Dark", path: "/icons/vendor/homarr/svg/open-cloud-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-observe", label: "Open Observe", path: "/icons/vendor/homarr/svg/open-observe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-regex", label: "Open Regex", path: "/icons/vendor/homarr/svg/open-regex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-resume", label: "Open Resume", path: "/icons/vendor/homarr/svg/open-resume.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-router", label: "Open Router", path: "/icons/vendor/homarr/svg/open-router.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-router-dark", label: "Open Router Dark", path: "/icons/vendor/homarr/svg/open-router-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-source-initiative", label: "Open Source Initiative", path: "/icons/vendor/homarr/svg/open-source-initiative.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-wb", label: "Open Wb", path: "/icons/vendor/homarr/svg/open-wb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-webui", label: "Open Webui", path: "/icons/vendor/homarr/svg/open-webui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:open-webui-light", label: "Open Webui Light", path: "/icons/vendor/homarr/svg/open-webui-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openai", label: "Openai", path: "/icons/vendor/homarr/svg/openai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openai-light", label: "Openai Light", path: "/icons/vendor/homarr/svg/openai-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openaudible", label: "Openaudible", path: "/icons/vendor/homarr/png/openaudible.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openchangelog", label: "Openchangelog", path: "/icons/vendor/homarr/svg/openchangelog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openchangelog-light", label: "Openchangelog Light", path: "/icons/vendor/homarr/svg/openchangelog-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openclaw", label: "Openclaw", path: "/icons/vendor/homarr/svg/openclaw.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openclaw-dark", label: "Openclaw Dark", path: "/icons/vendor/homarr/svg/openclaw-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openclaw-wordmark-dark", label: "Openclaw Wordmark Dark", path: "/icons/vendor/homarr/svg/openclaw-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openclaw-wordmark-light", label: "Openclaw Wordmark Light", path: "/icons/vendor/homarr/svg/openclaw-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencode", label: "Opencode", path: "/icons/vendor/homarr/svg/opencode.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencode-dark", label: "Opencode Dark", path: "/icons/vendor/homarr/svg/opencode-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencode-light", label: "Opencode Light", path: "/icons/vendor/homarr/svg/opencode-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencode-wordmark-dark", label: "Opencode Wordmark Dark", path: "/icons/vendor/homarr/svg/opencode-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencode-wordmark-light", label: "Opencode Wordmark Light", path: "/icons/vendor/homarr/svg/opencode-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opencost", label: "Opencost", path: "/icons/vendor/homarr/svg/opencost.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openeats", label: "Openeats", path: "/icons/vendor/homarr/svg/openeats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openeats-light", label: "Openeats Light", path: "/icons/vendor/homarr/svg/openeats-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openemr", label: "Openemr", path: "/icons/vendor/homarr/svg/openemr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openemr-light", label: "Openemr Light", path: "/icons/vendor/homarr/svg/openemr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opengarage", label: "Opengarage", path: "/icons/vendor/homarr/png/opengarage.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opengist", label: "Opengist", path: "/icons/vendor/homarr/svg/opengist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opengist-light", label: "Opengist Light", path: "/icons/vendor/homarr/svg/opengist-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openhab", label: "Openhab", path: "/icons/vendor/homarr/svg/openhab.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openldap", label: "Openldap", path: "/icons/vendor/homarr/svg/openldap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openlist", label: "Openlist", path: "/icons/vendor/homarr/svg/openlist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openmaptiles", label: "Openmaptiles", path: "/icons/vendor/homarr/png/openmaptiles.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openmediavault", label: "Openmediavault", path: "/icons/vendor/homarr/svg/openmediavault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openoffice", label: "Openoffice", path: "/icons/vendor/homarr/svg/openoffice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openpanel", label: "Openpanel", path: "/icons/vendor/homarr/svg/openpanel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openpanel-light", label: "Openpanel Light", path: "/icons/vendor/homarr/svg/openpanel-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openproject", label: "Openproject", path: "/icons/vendor/homarr/svg/openproject.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openreads", label: "Openreads", path: "/icons/vendor/homarr/svg/openreads.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opensearch", label: "Opensearch", path: "/icons/vendor/homarr/svg/opensearch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openshift", label: "Openshift", path: "/icons/vendor/homarr/svg/openshift.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openshift-dark", label: "Openshift Dark", path: "/icons/vendor/homarr/svg/openshift-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openspeedtest", label: "Openspeedtest", path: "/icons/vendor/homarr/svg/openspeedtest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opensprinkler", label: "Opensprinkler", path: "/icons/vendor/homarr/png/opensprinkler.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openstack", label: "Openstack", path: "/icons/vendor/homarr/svg/openstack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openstreetmap", label: "Openstreetmap", path: "/icons/vendor/homarr/svg/openstreetmap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opensuse", label: "Opensuse", path: "/icons/vendor/homarr/svg/opensuse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opentalk", label: "Opentalk", path: "/icons/vendor/homarr/svg/opentalk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opentofu", label: "Opentofu", path: "/icons/vendor/homarr/svg/opentofu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openvas", label: "Openvas", path: "/icons/vendor/homarr/svg/openvas.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openvpn", label: "Openvpn", path: "/icons/vendor/homarr/svg/openvpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openwebrx-plus", label: "Openwebrx Plus", path: "/icons/vendor/homarr/svg/openwebrx-plus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openwebrx-plus-dark", label: "Openwebrx Plus Dark", path: "/icons/vendor/homarr/svg/openwebrx-plus-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openwrt", label: "Openwrt", path: "/icons/vendor/homarr/svg/openwrt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:openziti", label: "Openziti", path: "/icons/vendor/homarr/svg/openziti.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera", label: "Opera", path: "/icons/vendor/homarr/svg/opera.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-beta", label: "Opera Beta", path: "/icons/vendor/homarr/png/opera-beta.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-developer", label: "Opera Developer", path: "/icons/vendor/homarr/png/opera-developer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-mini", label: "Opera Mini", path: "/icons/vendor/homarr/png/opera-mini.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-mini-beta", label: "Opera Mini Beta", path: "/icons/vendor/homarr/png/opera-mini-beta.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-neon", label: "Opera Neon", path: "/icons/vendor/homarr/png/opera-neon.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opera-touch", label: "Opera Touch", path: "/icons/vendor/homarr/svg/opera-touch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opnform", label: "Opnform", path: "/icons/vendor/homarr/svg/opnform.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:opnsense", label: "Opnsense", path: "/icons/vendor/homarr/svg/opnsense.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oracle", label: "Oracle", path: "/icons/vendor/homarr/svg/oracle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oracle-cloud", label: "Oracle Cloud", path: "/icons/vendor/homarr/svg/oracle-cloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:orange", label: "Orange", path: "/icons/vendor/homarr/svg/orange.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:orb", label: "Orb", path: "/icons/vendor/homarr/svg/orb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:orcaslicer", label: "Orcaslicer", path: "/icons/vendor/homarr/png/orcaslicer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oreilly", label: "Oreilly", path: "/icons/vendor/homarr/svg/oreilly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oreilly-dark", label: "Oreilly Dark", path: "/icons/vendor/homarr/svg/oreilly-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:organizr", label: "Organizr", path: "/icons/vendor/homarr/png/organizr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:origin", label: "Origin", path: "/icons/vendor/homarr/svg/origin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oscarr", label: "Oscarr", path: "/icons/vendor/homarr/svg/oscarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oscarr-light", label: "Oscarr Light", path: "/icons/vendor/homarr/svg/oscarr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:osticket", label: "Osticket", path: "/icons/vendor/homarr/svg/osticket.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:osu", label: "Osu", path: "/icons/vendor/homarr/svg/osu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:otter-wiki", label: "Otter Wiki", path: "/icons/vendor/homarr/svg/otter-wiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:otter-wiki-dark", label: "Otter Wiki Dark", path: "/icons/vendor/homarr/svg/otter-wiki-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:our-shopping-list", label: "Our Shopping List", path: "/icons/vendor/homarr/svg/our-shopping-list.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:outline", label: "Outline", path: "/icons/vendor/homarr/svg/outline.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:outline-light", label: "Outline Light", path: "/icons/vendor/homarr/svg/outline-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:overclockers", label: "Overclockers", path: "/icons/vendor/homarr/png/overclockers.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:overleaf", label: "Overleaf", path: "/icons/vendor/homarr/svg/overleaf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:overseerr", label: "Overseerr", path: "/icons/vendor/homarr/svg/overseerr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ovh", label: "Ovh", path: "/icons/vendor/homarr/svg/ovh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ovirt", label: "Ovirt", path: "/icons/vendor/homarr/svg/ovirt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ovirt-light", label: "Ovirt Light", path: "/icons/vendor/homarr/svg/ovirt-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:owasp-zap", label: "Owasp Zap", path: "/icons/vendor/homarr/png/owasp-zap.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:owncast", label: "Owncast", path: "/icons/vendor/homarr/svg/owncast.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:owncloud", label: "Owncloud", path: "/icons/vendor/homarr/svg/owncloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ownphotos", label: "Ownphotos", path: "/icons/vendor/homarr/png/ownphotos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ownphotos-light", label: "Ownphotos Light", path: "/icons/vendor/homarr/png/ownphotos-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:owntone", label: "Owntone", path: "/icons/vendor/homarr/svg/owntone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:owntracks", label: "Owntracks", path: "/icons/vendor/homarr/svg/owntracks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oxker", label: "Oxker", path: "/icons/vendor/homarr/svg/oxker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:oxker-light", label: "Oxker Light", path: "/icons/vendor/homarr/svg/oxker-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:p-cal", label: "P Cal", path: "/icons/vendor/homarr/svg/p-cal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:p1ib", label: "P1ib", path: "/icons/vendor/homarr/svg/p1ib.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:packetfence", label: "Packetfence", path: "/icons/vendor/homarr/svg/packetfence.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:packetfence-dark", label: "Packetfence Dark", path: "/icons/vendor/homarr/svg/packetfence-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:packetfence-full", label: "Packetfence Full", path: "/icons/vendor/homarr/svg/packetfence-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:packetfence-full-dark", label: "Packetfence Full Dark", path: "/icons/vendor/homarr/svg/packetfence-full-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pagerduty", label: "Pagerduty", path: "/icons/vendor/homarr/svg/pagerduty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pairdrop", label: "Pairdrop", path: "/icons/vendor/homarr/png/pairdrop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:palemoon", label: "Palemoon", path: "/icons/vendor/homarr/svg/palemoon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:palmr", label: "Palmr", path: "/icons/vendor/homarr/png/palmr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:palo-alto", label: "Palo Alto", path: "/icons/vendor/homarr/svg/palo-alto.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pangolin", label: "Pangolin", path: "/icons/vendor/homarr/svg/pangolin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paperless", label: "Paperless", path: "/icons/vendor/homarr/svg/paperless.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paperless-ai", label: "Paperless Ai", path: "/icons/vendor/homarr/png/paperless-ai.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paperless-gpt", label: "Paperless Gpt", path: "/icons/vendor/homarr/svg/paperless-gpt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paperless-ng", label: "Paperless Ng", path: "/icons/vendor/homarr/svg/paperless-ng.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paperless-ngx", label: "Paperless Ngx", path: "/icons/vendor/homarr/svg/paperless-ngx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:papermark", label: "Papermark", path: "/icons/vendor/homarr/svg/papermark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:papermark-light", label: "Papermark Light", path: "/icons/vendor/homarr/svg/papermark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:papermerge", label: "Papermerge", path: "/icons/vendor/homarr/svg/papermerge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:papermerge-light", label: "Papermerge Light", path: "/icons/vendor/homarr/svg/papermerge-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:papra", label: "Papra", path: "/icons/vendor/homarr/svg/papra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:parseable", label: "Parseable", path: "/icons/vendor/homarr/svg/parseable.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:part-db", label: "Part Db", path: "/icons/vendor/homarr/svg/part-db.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:part-db-light", label: "Part Db Light", path: "/icons/vendor/homarr/svg/part-db-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:partkeepr", label: "Partkeepr", path: "/icons/vendor/homarr/svg/partkeepr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:passbolt", label: "Passbolt", path: "/icons/vendor/homarr/svg/passbolt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:passwordpusher", label: "Passwordpusher", path: "/icons/vendor/homarr/png/passwordpusher.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:passwordpusher-light", label: "Passwordpusher Light", path: "/icons/vendor/homarr/png/passwordpusher-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:passwork", label: "Passwork", path: "/icons/vendor/homarr/svg/passwork.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pastatool", label: "Pastatool", path: "/icons/vendor/homarr/png/pastatool.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pastatool-light", label: "Pastatool Light", path: "/icons/vendor/homarr/png/pastatool-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pastebin", label: "Pastebin", path: "/icons/vendor/homarr/svg/pastebin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pastebin-dark", label: "Pastebin Dark", path: "/icons/vendor/homarr/svg/pastebin-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pastey", label: "Pastey", path: "/icons/vendor/homarr/png/pastey.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:patchmon", label: "Patchmon", path: "/icons/vendor/homarr/svg/patchmon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:patreon", label: "Patreon", path: "/icons/vendor/homarr/svg/patreon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:patreon-light", label: "Patreon Light", path: "/icons/vendor/homarr/svg/patreon-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:payload", label: "Payload", path: "/icons/vendor/homarr/svg/payload.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:payload-light", label: "Payload Light", path: "/icons/vendor/homarr/svg/payload-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paymenter", label: "Paymenter", path: "/icons/vendor/homarr/svg/paymenter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:paypal", label: "Paypal", path: "/icons/vendor/homarr/svg/paypal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pdfding", label: "Pdfding", path: "/icons/vendor/homarr/svg/pdfding.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pdfding-light", label: "Pdfding Light", path: "/icons/vendor/homarr/svg/pdfding-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peacock", label: "Peacock", path: "/icons/vendor/homarr/svg/peacock.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peacock-light", label: "Peacock Light", path: "/icons/vendor/homarr/svg/peacock-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peanut", label: "Peanut", path: "/icons/vendor/homarr/svg/peanut.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peanut-light", label: "Peanut Light", path: "/icons/vendor/homarr/svg/peanut-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peertube", label: "Peertube", path: "/icons/vendor/homarr/svg/peertube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pelican-panel", label: "Pelican Panel", path: "/icons/vendor/homarr/svg/pelican-panel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:penpot", label: "Penpot", path: "/icons/vendor/homarr/svg/penpot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:penpot-light", label: "Penpot Light", path: "/icons/vendor/homarr/svg/penpot-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pepperbox-tv", label: "Pepperbox Tv", path: "/icons/vendor/homarr/svg/pepperbox-tv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pepperbox-tv-dark", label: "Pepperbox Tv Dark", path: "/icons/vendor/homarr/svg/pepperbox-tv-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:peppermint", label: "Peppermint", path: "/icons/vendor/homarr/svg/peppermint.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pepperminty-wiki", label: "Pepperminty Wiki", path: "/icons/vendor/homarr/svg/pepperminty-wiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perlite", label: "Perlite", path: "/icons/vendor/homarr/svg/perlite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perplexity", label: "Perplexity", path: "/icons/vendor/homarr/svg/perplexity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perplexity-dark", label: "Perplexity Dark", path: "/icons/vendor/homarr/svg/perplexity-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perplexity-light", label: "Perplexity Light", path: "/icons/vendor/homarr/svg/perplexity-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perplexity-wordmark-dark", label: "Perplexity Wordmark Dark", path: "/icons/vendor/homarr/svg/perplexity-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:perplexity-wordmark-light", label: "Perplexity Wordmark Light", path: "/icons/vendor/homarr/svg/perplexity-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:petio", label: "Petio", path: "/icons/vendor/homarr/png/petio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pfsense", label: "Pfsense", path: "/icons/vendor/homarr/svg/pfsense.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pfsense-light", label: "Pfsense Light", path: "/icons/vendor/homarr/svg/pfsense-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pg-back-web", label: "Pg Back Web", path: "/icons/vendor/homarr/svg/pg-back-web.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pgadmin", label: "Pgadmin", path: "/icons/vendor/homarr/svg/pgadmin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pgbackweb-dark", label: "Pgbackweb Dark", path: "/icons/vendor/homarr/svg/pgbackweb-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pgbackweb-light", label: "Pgbackweb Light", path: "/icons/vendor/homarr/svg/pgbackweb-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phanpy", label: "Phanpy", path: "/icons/vendor/homarr/svg/phanpy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phantombot", label: "Phantombot", path: "/icons/vendor/homarr/png/phantombot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phase", label: "Phase", path: "/icons/vendor/homarr/svg/phase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phase-dark", label: "Phase Dark", path: "/icons/vendor/homarr/svg/phase-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phoneinfoga", label: "Phoneinfoga", path: "/icons/vendor/homarr/svg/phoneinfoga.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phoneinfoga-light", label: "Phoneinfoga Light", path: "/icons/vendor/homarr/svg/phoneinfoga-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phorge", label: "Phorge", path: "/icons/vendor/homarr/svg/phorge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phorge-light", label: "Phorge Light", path: "/icons/vendor/homarr/svg/phorge-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phoscon", label: "Phoscon", path: "/icons/vendor/homarr/svg/phoscon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phoscon-light", label: "Phoscon Light", path: "/icons/vendor/homarr/svg/phoscon-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photonix", label: "Photonix", path: "/icons/vendor/homarr/svg/photonix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photonix-light", label: "Photonix Light", path: "/icons/vendor/homarr/svg/photonix-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photopea", label: "Photopea", path: "/icons/vendor/homarr/svg/photopea.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photoprism", label: "Photoprism", path: "/icons/vendor/homarr/svg/photoprism.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photoprism-light", label: "Photoprism Light", path: "/icons/vendor/homarr/svg/photoprism-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photostructure", label: "Photostructure", path: "/icons/vendor/homarr/svg/photostructure.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photostructure-dark", label: "Photostructure Dark", path: "/icons/vendor/homarr/svg/photostructure-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:photoview", label: "Photoview", path: "/icons/vendor/homarr/svg/photoview.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:php", label: "Php", path: "/icons/vendor/homarr/svg/php.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:php-light", label: "Php Light", path: "/icons/vendor/homarr/svg/php-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phpipam", label: "Phpipam", path: "/icons/vendor/homarr/png/phpipam.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phpldapadmin", label: "Phpldapadmin", path: "/icons/vendor/homarr/png/phpldapadmin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:phpmyadmin", label: "Phpmyadmin", path: "/icons/vendor/homarr/svg/phpmyadmin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pi-alert", label: "Pi Alert", path: "/icons/vendor/homarr/png/pi-alert.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pi-hole", label: "Pi Hole", path: "/icons/vendor/homarr/svg/pi-hole.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pi-hole-unbound", label: "Pi Hole Unbound", path: "/icons/vendor/homarr/png/pi-hole-unbound.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pia", label: "Pia", path: "/icons/vendor/homarr/svg/pia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:piaware", label: "Piaware", path: "/icons/vendor/homarr/png/piaware.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:picsur", label: "Picsur", path: "/icons/vendor/homarr/svg/picsur.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:picsur-light", label: "Picsur Light", path: "/icons/vendor/homarr/svg/picsur-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pigallery2", label: "Pigallery2", path: "/icons/vendor/homarr/svg/pigallery2.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pigallery2-dark", label: "Pigallery2 Dark", path: "/icons/vendor/homarr/svg/pigallery2-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pigeonpod", label: "Pigeonpod", path: "/icons/vendor/homarr/svg/pigeonpod.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pikapods", label: "Pikapods", path: "/icons/vendor/homarr/svg/pikapods.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pikvm", label: "Pikvm", path: "/icons/vendor/homarr/svg/pikvm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pikvm-light", label: "Pikvm Light", path: "/icons/vendor/homarr/svg/pikvm-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinchflat", label: "Pinchflat", path: "/icons/vendor/homarr/png/pinchflat.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinepods", label: "Pinepods", path: "/icons/vendor/homarr/png/pinepods.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingdom", label: "Pingdom", path: "/icons/vendor/homarr/svg/pingdom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingdom-light", label: "Pingdom Light", path: "/icons/vendor/homarr/svg/pingdom-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingvin", label: "Pingvin", path: "/icons/vendor/homarr/svg/pingvin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingvin-dark", label: "Pingvin Dark", path: "/icons/vendor/homarr/svg/pingvin-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingvin-share", label: "Pingvin Share", path: "/icons/vendor/homarr/svg/pingvin-share.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pingvin-share-dark", label: "Pingvin Share Dark", path: "/icons/vendor/homarr/svg/pingvin-share-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinia", label: "Pinia", path: "/icons/vendor/homarr/svg/pinia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinkary", label: "Pinkary", path: "/icons/vendor/homarr/svg/pinkary.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinry", label: "Pinry", path: "/icons/vendor/homarr/png/pinry.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pinterest", label: "Pinterest", path: "/icons/vendor/homarr/svg/pinterest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pioneer", label: "Pioneer", path: "/icons/vendor/homarr/svg/pioneer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pioneer-light", label: "Pioneer Light", path: "/icons/vendor/homarr/svg/pioneer-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:piped", label: "Piped", path: "/icons/vendor/homarr/svg/piped.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pirate-proxy", label: "Pirate Proxy", path: "/icons/vendor/homarr/svg/pirate-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pivpn", label: "Pivpn", path: "/icons/vendor/homarr/png/pivpn.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:piwigo", label: "Piwigo", path: "/icons/vendor/homarr/svg/piwigo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pixelfed", label: "Pixelfed", path: "/icons/vendor/homarr/svg/pixelfed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plane", label: "Plane", path: "/icons/vendor/homarr/svg/plane.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plane-finder", label: "Plane Finder", path: "/icons/vendor/homarr/svg/plane-finder.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:planka", label: "Planka", path: "/icons/vendor/homarr/svg/planka.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:planka-dark", label: "Planka Dark", path: "/icons/vendor/homarr/svg/planka-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plant-it", label: "Plant It", path: "/icons/vendor/homarr/png/plant-it.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plantuml", label: "Plantuml", path: "/icons/vendor/homarr/svg/plantuml.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:platzi", label: "Platzi", path: "/icons/vendor/homarr/svg/platzi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plausible", label: "Plausible", path: "/icons/vendor/homarr/svg/plausible.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:playstation", label: "Playstation", path: "/icons/vendor/homarr/svg/playstation.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pleroma", label: "Pleroma", path: "/icons/vendor/homarr/svg/pleroma.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plesk", label: "Plesk", path: "/icons/vendor/homarr/svg/plesk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex", label: "Plex", path: "/icons/vendor/homarr/svg/plex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-alt", label: "Plex Alt", path: "/icons/vendor/homarr/svg/plex-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-alt-light", label: "Plex Alt Light", path: "/icons/vendor/homarr/svg/plex-alt-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-light", label: "Plex Light", path: "/icons/vendor/homarr/svg/plex-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-meta-manager", label: "Plex Meta Manager", path: "/icons/vendor/homarr/png/plex-meta-manager.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-meta-manager-light", label: "Plex Meta Manager Light", path: "/icons/vendor/homarr/png/plex-meta-manager-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plex-rewind", label: "Plex Rewind", path: "/icons/vendor/homarr/svg/plex-rewind.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plexdrive", label: "Plexdrive", path: "/icons/vendor/homarr/png/plexdrive.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plexrequests", label: "Plexrequests", path: "/icons/vendor/homarr/svg/plexrequests.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plexrequests-light", label: "Plexrequests Light", path: "/icons/vendor/homarr/svg/plexrequests-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plexripper", label: "Plexripper", path: "/icons/vendor/homarr/png/plexripper.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:plume", label: "Plume", path: "/icons/vendor/homarr/svg/plume.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pluralsight", label: "Pluralsight", path: "/icons/vendor/homarr/svg/pluralsight.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pluto-tv", label: "Pluto Tv", path: "/icons/vendor/homarr/png/pluto-tv.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocket-casts", label: "Pocket Casts", path: "/icons/vendor/homarr/svg/pocket-casts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocket-casts-dark", label: "Pocket Casts Dark", path: "/icons/vendor/homarr/svg/pocket-casts-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocket-id", label: "Pocket Id", path: "/icons/vendor/homarr/svg/pocket-id.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocket-id-light", label: "Pocket Id Light", path: "/icons/vendor/homarr/svg/pocket-id-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocketbase", label: "Pocketbase", path: "/icons/vendor/homarr/svg/pocketbase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pocketbase-dark", label: "Pocketbase Dark", path: "/icons/vendor/homarr/svg/pocketbase-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podfetch", label: "Podfetch", path: "/icons/vendor/homarr/svg/podfetch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podfetch-light", label: "Podfetch Light", path: "/icons/vendor/homarr/svg/podfetch-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podgrab", label: "Podgrab", path: "/icons/vendor/homarr/png/podgrab.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podify", label: "Podify", path: "/icons/vendor/homarr/svg/podify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podman", label: "Podman", path: "/icons/vendor/homarr/svg/podman.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:podnapisi", label: "Podnapisi", path: "/icons/vendor/homarr/png/podnapisi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:policycontroller", label: "Policycontroller", path: "/icons/vendor/homarr/svg/policycontroller.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:poly", label: "Poly", path: "/icons/vendor/homarr/svg/poly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:polywork", label: "Polywork", path: "/icons/vendor/homarr/svg/polywork.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:porkbun", label: "Porkbun", path: "/icons/vendor/homarr/png/porkbun.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:port-note", label: "Port Note", path: "/icons/vendor/homarr/png/port-note.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portainer", label: "Portainer", path: "/icons/vendor/homarr/svg/portainer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portainer-alt", label: "Portainer Alt", path: "/icons/vendor/homarr/svg/portainer-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portainer-be", label: "Portainer Be", path: "/icons/vendor/homarr/svg/portainer-be.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portainer-be-dark", label: "Portainer Be Dark", path: "/icons/vendor/homarr/svg/portainer-be-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portainer-dark", label: "Portainer Dark", path: "/icons/vendor/homarr/svg/portainer-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portracker", label: "Portracker", path: "/icons/vendor/homarr/svg/portracker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portracker-dark", label: "Portracker Dark", path: "/icons/vendor/homarr/svg/portracker-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:portus", label: "Portus", path: "/icons/vendor/homarr/svg/portus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postal", label: "Postal", path: "/icons/vendor/homarr/svg/postal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:poste", label: "Poste", path: "/icons/vendor/homarr/svg/poste.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:posteria", label: "Posteria", path: "/icons/vendor/homarr/svg/posteria.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:posterizarr", label: "Posterizarr", path: "/icons/vendor/homarr/png/posterizarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postgres", label: "Postgres", path: "/icons/vendor/homarr/svg/postgres.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postgresql", label: "Postgresql", path: "/icons/vendor/homarr/svg/postgresql.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postgresus", label: "Postgresus", path: "/icons/vendor/homarr/svg/postgresus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:posthog", label: "Posthog", path: "/icons/vendor/homarr/svg/posthog.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:posthog-light", label: "Posthog Light", path: "/icons/vendor/homarr/svg/posthog-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postiz", label: "Postiz", path: "/icons/vendor/homarr/svg/postiz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:postiz-dark", label: "Postiz Dark", path: "/icons/vendor/homarr/svg/postiz-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:powerbi", label: "Powerbi", path: "/icons/vendor/homarr/svg/powerbi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:powerdns", label: "Powerdns", path: "/icons/vendor/homarr/svg/powerdns.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:powerpanel", label: "Powerpanel", path: "/icons/vendor/homarr/png/powerpanel.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:premium-mobile", label: "Premium Mobile", path: "/icons/vendor/homarr/png/premium-mobile.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:premiumize", label: "Premiumize", path: "/icons/vendor/homarr/svg/premiumize.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pretix", label: "Pretix", path: "/icons/vendor/homarr/svg/pretix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:price-buddy", label: "Price Buddy", path: "/icons/vendor/homarr/svg/price-buddy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:primal", label: "Primal", path: "/icons/vendor/homarr/svg/primal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prime-video", label: "Prime Video", path: "/icons/vendor/homarr/svg/prime-video.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prime-video-alt", label: "Prime Video Alt", path: "/icons/vendor/homarr/svg/prime-video-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prime-video-alt-dark", label: "Prime Video Alt Dark", path: "/icons/vendor/homarr/svg/prime-video-alt-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prime-video-light", label: "Prime Video Light", path: "/icons/vendor/homarr/svg/prime-video-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:printables", label: "Printables", path: "/icons/vendor/homarr/svg/printables.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:printer", label: "Printer", path: "/icons/vendor/homarr/svg/printer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pritunl", label: "Pritunl", path: "/icons/vendor/homarr/svg/pritunl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:privacyidea", label: "Privacyidea", path: "/icons/vendor/homarr/svg/privacyidea.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:private-internet-access", label: "Private Internet Access", path: "/icons/vendor/homarr/svg/private-internet-access.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:privatebin", label: "Privatebin", path: "/icons/vendor/homarr/svg/privatebin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:profilarr", label: "Profilarr", path: "/icons/vendor/homarr/svg/profilarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:projection-lab", label: "Projection Lab", path: "/icons/vendor/homarr/png/projection-lab.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:projectsend", label: "Projectsend", path: "/icons/vendor/homarr/svg/projectsend.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prolific", label: "Prolific", path: "/icons/vendor/homarr/svg/prolific.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prometheus", label: "Prometheus", path: "/icons/vendor/homarr/svg/prometheus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton", label: "Proton", path: "/icons/vendor/homarr/svg/proton.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-calendar", label: "Proton Calendar", path: "/icons/vendor/homarr/svg/proton-calendar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-docs", label: "Proton Docs", path: "/icons/vendor/homarr/svg/proton-docs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-drive", label: "Proton Drive", path: "/icons/vendor/homarr/svg/proton-drive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-lumo", label: "Proton Lumo", path: "/icons/vendor/homarr/svg/proton-lumo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-mail", label: "Proton Mail", path: "/icons/vendor/homarr/svg/proton-mail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-pass", label: "Proton Pass", path: "/icons/vendor/homarr/svg/proton-pass.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-vpn", label: "Proton Vpn", path: "/icons/vendor/homarr/svg/proton-vpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proton-wallet", label: "Proton Wallet", path: "/icons/vendor/homarr/svg/proton-wallet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:protondb", label: "Protondb", path: "/icons/vendor/homarr/svg/protondb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prowlarr", label: "Prowlarr", path: "/icons/vendor/homarr/svg/prowlarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proxmenu", label: "Proxmenu", path: "/icons/vendor/homarr/svg/proxmenu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proxmox", label: "Proxmox", path: "/icons/vendor/homarr/svg/proxmox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:proxmox-light", label: "Proxmox Light", path: "/icons/vendor/homarr/svg/proxmox-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prtg", label: "Prtg", path: "/icons/vendor/homarr/svg/prtg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prunemate", label: "Prunemate", path: "/icons/vendor/homarr/svg/prunemate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:prusa-research", label: "Prusa Research", path: "/icons/vendor/homarr/svg/prusa-research.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:psitransfer", label: "Psitransfer", path: "/icons/vendor/homarr/png/psitransfer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pterodactyl", label: "Pterodactyl", path: "/icons/vendor/homarr/svg/pterodactyl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:public-pool", label: "Public Pool", path: "/icons/vendor/homarr/svg/public-pool.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pufferpanel", label: "Pufferpanel", path: "/icons/vendor/homarr/svg/pufferpanel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pulsarr", label: "Pulsarr", path: "/icons/vendor/homarr/svg/pulsarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pulse", label: "Pulse", path: "/icons/vendor/homarr/svg/pulse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pure-storage", label: "Pure Storage", path: "/icons/vendor/homarr/svg/pure-storage.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:purelymail", label: "Purelymail", path: "/icons/vendor/homarr/svg/purelymail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pushfish", label: "Pushfish", path: "/icons/vendor/homarr/svg/pushfish.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pushover", label: "Pushover", path: "/icons/vendor/homarr/svg/pushover.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:putty", label: "Putty", path: "/icons/vendor/homarr/svg/putty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pve-scripts-local", label: "Pve Scripts Local", path: "/icons/vendor/homarr/png/pve-scripts-local.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ai", label: "Pvy Ai", path: "/icons/vendor/homarr/svg/pvy-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ai-dark", label: "Pvy Ai Dark", path: "/icons/vendor/homarr/svg/pvy-ai-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ai-wordmark-dark", label: "Pvy Ai Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-ai-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ai-wordmark-light", label: "Pvy Ai Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-ai-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-analytics", label: "Pvy Analytics", path: "/icons/vendor/homarr/svg/pvy-analytics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-analytics-dark", label: "Pvy Analytics Dark", path: "/icons/vendor/homarr/svg/pvy-analytics-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-analytics-wordmark-dark", label: "Pvy Analytics Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-analytics-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-analytics-wordmark-light", label: "Pvy Analytics Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-analytics-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-applytics", label: "Pvy Applytics", path: "/icons/vendor/homarr/svg/pvy-applytics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-applytics-dark", label: "Pvy Applytics Dark", path: "/icons/vendor/homarr/svg/pvy-applytics-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-applytics-wordmark-dark", label: "Pvy Applytics Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-applytics-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-applytics-wordmark-light", label: "Pvy Applytics Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-applytics-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-appstore", label: "Pvy Appstore", path: "/icons/vendor/homarr/svg/pvy-appstore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-appstore-dark", label: "Pvy Appstore Dark", path: "/icons/vendor/homarr/svg/pvy-appstore-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-appstore-wordmark-dark", label: "Pvy Appstore Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-appstore-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-appstore-wordmark-light", label: "Pvy Appstore Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-appstore-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-archiver", label: "Pvy Archiver", path: "/icons/vendor/homarr/svg/pvy-archiver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-archiver-dark", label: "Pvy Archiver Dark", path: "/icons/vendor/homarr/svg/pvy-archiver-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-archiver-wordmark-dark", label: "Pvy Archiver Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-archiver-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-archiver-wordmark-light", label: "Pvy Archiver Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-archiver-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-assets", label: "Pvy Assets", path: "/icons/vendor/homarr/svg/pvy-assets.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-assets-dark", label: "Pvy Assets Dark", path: "/icons/vendor/homarr/svg/pvy-assets-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-assets-wordmark-dark", label: "Pvy Assets Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-assets-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-assets-wordmark-light", label: "Pvy Assets Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-assets-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-automat", label: "Pvy Automat", path: "/icons/vendor/homarr/svg/pvy-automat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-automat-dark", label: "Pvy Automat Dark", path: "/icons/vendor/homarr/svg/pvy-automat-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-automat-wordmark-dark", label: "Pvy Automat Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-automat-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-automat-wordmark-light", label: "Pvy Automat Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-automat-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-backup", label: "Pvy Backup", path: "/icons/vendor/homarr/svg/pvy-backup.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-backup-dark", label: "Pvy Backup Dark", path: "/icons/vendor/homarr/svg/pvy-backup-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-backup-wordmark-dark", label: "Pvy Backup Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-backup-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-backup-wordmark-light", label: "Pvy Backup Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-backup-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-base", label: "Pvy Base", path: "/icons/vendor/homarr/svg/pvy-base.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-base-dark", label: "Pvy Base Dark", path: "/icons/vendor/homarr/svg/pvy-base-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-base-wordmark-dark", label: "Pvy Base Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-base-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-base-wordmark-light", label: "Pvy Base Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-base-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bookmarks", label: "Pvy Bookmarks", path: "/icons/vendor/homarr/svg/pvy-bookmarks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bookmarks-dark", label: "Pvy Bookmarks Dark", path: "/icons/vendor/homarr/svg/pvy-bookmarks-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bookmarks-wordmark-dark", label: "Pvy Bookmarks Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bookmarks-wordmark-light", label: "Pvy Bookmarks Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bot", label: "Pvy Bot", path: "/icons/vendor/homarr/svg/pvy-bot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bot-dark", label: "Pvy Bot Dark", path: "/icons/vendor/homarr/svg/pvy-bot-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bot-wordmark-dark", label: "Pvy Bot Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-bot-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bot-wordmark-light", label: "Pvy Bot Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-bot-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buddy", label: "Pvy Buddy", path: "/icons/vendor/homarr/svg/pvy-buddy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buddy-dark", label: "Pvy Buddy Dark", path: "/icons/vendor/homarr/svg/pvy-buddy-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buddy-wordmark-dark", label: "Pvy Buddy Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-buddy-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buddy-wordmark-light", label: "Pvy Buddy Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-buddy-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bugtracker", label: "Pvy Bugtracker", path: "/icons/vendor/homarr/svg/pvy-bugtracker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bugtracker-dark", label: "Pvy Bugtracker Dark", path: "/icons/vendor/homarr/svg/pvy-bugtracker-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bugtracker-wordmark-dark", label: "Pvy Bugtracker Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-bugtracker-wordmark-light", label: "Pvy Bugtracker Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-businessos", label: "Pvy Businessos", path: "/icons/vendor/homarr/svg/pvy-businessos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-businessos-dark", label: "Pvy Businessos Dark", path: "/icons/vendor/homarr/svg/pvy-businessos-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-businessos-wordmark-dark", label: "Pvy Businessos Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-businessos-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-businessos-wordmark-light", label: "Pvy Businessos Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-businessos-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buttler", label: "Pvy Buttler", path: "/icons/vendor/homarr/svg/pvy-buttler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buttler-dark", label: "Pvy Buttler Dark", path: "/icons/vendor/homarr/svg/pvy-buttler-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buttler-wordmark-dark", label: "Pvy Buttler Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-buttler-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-buttler-wordmark-light", label: "Pvy Buttler Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-buttler-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-cal", label: "Pvy Cal", path: "/icons/vendor/homarr/svg/pvy-cal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-cal-dark", label: "Pvy Cal Dark", path: "/icons/vendor/homarr/svg/pvy-cal-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-cal-wordmark-dark", label: "Pvy Cal Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-cal-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-cal-wordmark-light", label: "Pvy Cal Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-cal-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-captcha", label: "Pvy Captcha", path: "/icons/vendor/homarr/svg/pvy-captcha.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-captcha-dark", label: "Pvy Captcha Dark", path: "/icons/vendor/homarr/svg/pvy-captcha-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-captcha-wordmark-dark", label: "Pvy Captcha Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-captcha-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-captcha-wordmark-light", label: "Pvy Captcha Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-captcha-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-central", label: "Pvy Central", path: "/icons/vendor/homarr/svg/pvy-central.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-central-dark", label: "Pvy Central Dark", path: "/icons/vendor/homarr/svg/pvy-central-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-central-wordmark-dark", label: "Pvy Central Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-central-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-central-wordmark-light", label: "Pvy Central Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-central-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-code", label: "Pvy Code", path: "/icons/vendor/homarr/svg/pvy-code.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-code-dark", label: "Pvy Code Dark", path: "/icons/vendor/homarr/svg/pvy-code-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-code-wordmark-dark", label: "Pvy Code Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-code-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-code-wordmark-light", label: "Pvy Code Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-code-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-community", label: "Pvy Community", path: "/icons/vendor/homarr/svg/pvy-community.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-community-dark", label: "Pvy Community Dark", path: "/icons/vendor/homarr/svg/pvy-community-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-community-wordmark-dark", label: "Pvy Community Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-community-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-community-wordmark-light", label: "Pvy Community Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-community-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-devices", label: "Pvy Devices", path: "/icons/vendor/homarr/svg/pvy-devices.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-devices-dark", label: "Pvy Devices Dark", path: "/icons/vendor/homarr/svg/pvy-devices-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-devices-wordmark-dark", label: "Pvy Devices Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-devices-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-devices-wordmark-light", label: "Pvy Devices Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-devices-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-files", label: "Pvy Files", path: "/icons/vendor/homarr/svg/pvy-files.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-files-dark", label: "Pvy Files Dark", path: "/icons/vendor/homarr/svg/pvy-files-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-files-wordmark-dark", label: "Pvy Files Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-files-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-files-wordmark-light", label: "Pvy Files Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-files-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-forms", label: "Pvy Forms", path: "/icons/vendor/homarr/svg/pvy-forms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-forms-dark", label: "Pvy Forms Dark", path: "/icons/vendor/homarr/svg/pvy-forms-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-forms-wordmark-dark", label: "Pvy Forms Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-forms-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-forms-wordmark-light", label: "Pvy Forms Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-forms-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-groupware", label: "Pvy Groupware", path: "/icons/vendor/homarr/svg/pvy-groupware.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-groupware-dark", label: "Pvy Groupware Dark", path: "/icons/vendor/homarr/svg/pvy-groupware-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-groupware-wordmark-dark", label: "Pvy Groupware Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-groupware-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-groupware-wordmark-light", label: "Pvy Groupware Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-groupware-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-gtd", label: "Pvy Gtd", path: "/icons/vendor/homarr/svg/pvy-gtd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-gtd-dark", label: "Pvy Gtd Dark", path: "/icons/vendor/homarr/svg/pvy-gtd-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-gtd-wordmark-dark", label: "Pvy Gtd Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-gtd-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-gtd-wordmark-light", label: "Pvy Gtd Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-gtd-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-homeassistant", label: "Pvy Homeassistant", path: "/icons/vendor/homarr/svg/pvy-homeassistant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-homeassistant-dark", label: "Pvy Homeassistant Dark", path: "/icons/vendor/homarr/svg/pvy-homeassistant-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-homeassistant-wordmark-dark", label: "Pvy Homeassistant Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-homeassistant-wordmark-light", label: "Pvy Homeassistant Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-id", label: "Pvy Id", path: "/icons/vendor/homarr/svg/pvy-id.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-id-dark", label: "Pvy Id Dark", path: "/icons/vendor/homarr/svg/pvy-id-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-id-wordmark-dark", label: "Pvy Id Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-id-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-id-wordmark-light", label: "Pvy Id Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-id-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-lnkr", label: "Pvy Lnkr", path: "/icons/vendor/homarr/svg/pvy-lnkr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-lnkr-dark", label: "Pvy Lnkr Dark", path: "/icons/vendor/homarr/svg/pvy-lnkr-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-lnkr-wordmark-dark", label: "Pvy Lnkr Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-lnkr-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-lnkr-wordmark-light", label: "Pvy Lnkr Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-lnkr-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-local", label: "Pvy Local", path: "/icons/vendor/homarr/svg/pvy-local.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-local-dark", label: "Pvy Local Dark", path: "/icons/vendor/homarr/svg/pvy-local-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-local-wordmark-dark", label: "Pvy Local Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-local-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-local-wordmark-light", label: "Pvy Local Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-local-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-localize", label: "Pvy Localize", path: "/icons/vendor/homarr/svg/pvy-localize.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-localize-dark", label: "Pvy Localize Dark", path: "/icons/vendor/homarr/svg/pvy-localize-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-localize-wordmark-dark", label: "Pvy Localize Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-localize-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-localize-wordmark-light", label: "Pvy Localize Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-localize-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailarchiver", label: "Pvy Mailarchiver", path: "/icons/vendor/homarr/svg/pvy-mailarchiver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailarchiver-dark", label: "Pvy Mailarchiver Dark", path: "/icons/vendor/homarr/svg/pvy-mailarchiver-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailarchiver-wordmark-dark", label: "Pvy Mailarchiver Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailarchiver-wordmark-light", label: "Pvy Mailarchiver Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailr", label: "Pvy Mailr", path: "/icons/vendor/homarr/svg/pvy-mailr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailr-dark", label: "Pvy Mailr Dark", path: "/icons/vendor/homarr/svg/pvy-mailr-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailr-wordmark-dark", label: "Pvy Mailr Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-mailr-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mailr-wordmark-light", label: "Pvy Mailr Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-mailr-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-maps", label: "Pvy Maps", path: "/icons/vendor/homarr/svg/pvy-maps.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-maps-dark", label: "Pvy Maps Dark", path: "/icons/vendor/homarr/svg/pvy-maps-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-maps-wordmark-dark", label: "Pvy Maps Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-maps-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-maps-wordmark-light", label: "Pvy Maps Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-maps-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mdm", label: "Pvy Mdm", path: "/icons/vendor/homarr/svg/pvy-mdm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mdm-dark", label: "Pvy Mdm Dark", path: "/icons/vendor/homarr/svg/pvy-mdm-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mdm-wordmark-dark", label: "Pvy Mdm Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-mdm-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mdm-wordmark-light", label: "Pvy Mdm Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-mdm-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-media", label: "Pvy Media", path: "/icons/vendor/homarr/svg/pvy-media.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-media-dark", label: "Pvy Media Dark", path: "/icons/vendor/homarr/svg/pvy-media-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-media-wordmark-dark", label: "Pvy Media Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-media-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-media-wordmark-light", label: "Pvy Media Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-media-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mediahub", label: "Pvy Mediahub", path: "/icons/vendor/homarr/svg/pvy-mediahub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mediahub-dark", label: "Pvy Mediahub Dark", path: "/icons/vendor/homarr/svg/pvy-mediahub-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mediahub-wordmark-dark", label: "Pvy Mediahub Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-mediahub-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mediahub-wordmark-light", label: "Pvy Mediahub Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-mediahub-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-meeting", label: "Pvy Meeting", path: "/icons/vendor/homarr/svg/pvy-meeting.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-meeting-dark", label: "Pvy Meeting Dark", path: "/icons/vendor/homarr/svg/pvy-meeting-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-meeting-wordmark-dark", label: "Pvy Meeting Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-meeting-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-meeting-wordmark-light", label: "Pvy Meeting Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-meeting-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mesh", label: "Pvy Mesh", path: "/icons/vendor/homarr/svg/pvy-mesh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mesh-dark", label: "Pvy Mesh Dark", path: "/icons/vendor/homarr/svg/pvy-mesh-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mesh-wordmark-dark", label: "Pvy Mesh Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-mesh-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-mesh-wordmark-light", label: "Pvy Mesh Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-mesh-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-messenger", label: "Pvy Messenger", path: "/icons/vendor/homarr/svg/pvy-messenger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-messenger-dark", label: "Pvy Messenger Dark", path: "/icons/vendor/homarr/svg/pvy-messenger-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-messenger-wordmark-dark", label: "Pvy Messenger Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-messenger-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-messenger-wordmark-light", label: "Pvy Messenger Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-messenger-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-news", label: "Pvy News", path: "/icons/vendor/homarr/svg/pvy-news.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-news-dark", label: "Pvy News Dark", path: "/icons/vendor/homarr/svg/pvy-news-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-news-wordmark-dark", label: "Pvy News Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-news-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-news-wordmark-light", label: "Pvy News Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-news-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-notes", label: "Pvy Notes", path: "/icons/vendor/homarr/svg/pvy-notes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-notes-dark", label: "Pvy Notes Dark", path: "/icons/vendor/homarr/svg/pvy-notes-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-notes-wordmark-dark", label: "Pvy Notes Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-notes-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-notes-wordmark-light", label: "Pvy Notes Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-notes-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-office", label: "Pvy Office", path: "/icons/vendor/homarr/svg/pvy-office.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-office-dark", label: "Pvy Office Dark", path: "/icons/vendor/homarr/svg/pvy-office-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-office-wordmark-dark", label: "Pvy Office Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-office-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-office-wordmark-light", label: "Pvy Office Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-office-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pad", label: "Pvy Pad", path: "/icons/vendor/homarr/svg/pvy-pad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pad-dark", label: "Pvy Pad Dark", path: "/icons/vendor/homarr/svg/pvy-pad-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pad-wordmark-dark", label: "Pvy Pad Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-pad-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pad-wordmark-light", label: "Pvy Pad Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-pad-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pbx", label: "Pvy Pbx", path: "/icons/vendor/homarr/svg/pvy-pbx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pbx-dark", label: "Pvy Pbx Dark", path: "/icons/vendor/homarr/svg/pvy-pbx-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pbx-wordmark-dark", label: "Pvy Pbx Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-pbx-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-pbx-wordmark-light", label: "Pvy Pbx Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-pbx-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-photo", label: "Pvy Photo", path: "/icons/vendor/homarr/svg/pvy-photo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-photo-dark", label: "Pvy Photo Dark", path: "/icons/vendor/homarr/svg/pvy-photo-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-photo-wordmark-dark", label: "Pvy Photo Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-photo-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-photo-wordmark-light", label: "Pvy Photo Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-photo-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-remote", label: "Pvy Remote", path: "/icons/vendor/homarr/svg/pvy-remote.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-remote-dark", label: "Pvy Remote Dark", path: "/icons/vendor/homarr/svg/pvy-remote-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-remote-wordmark-dark", label: "Pvy Remote Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-remote-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-remote-wordmark-light", label: "Pvy Remote Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-remote-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-safe", label: "Pvy Safe", path: "/icons/vendor/homarr/svg/pvy-safe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-safe-dark", label: "Pvy Safe Dark", path: "/icons/vendor/homarr/svg/pvy-safe-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-safe-wordmark-dark", label: "Pvy Safe Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-safe-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-safe-wordmark-light", label: "Pvy Safe Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-safe-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-search", label: "Pvy Search", path: "/icons/vendor/homarr/svg/pvy-search.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-search-dark", label: "Pvy Search Dark", path: "/icons/vendor/homarr/svg/pvy-search-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-search-wordmark-dark", label: "Pvy Search Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-search-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-search-wordmark-light", label: "Pvy Search Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-search-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-servicedesk", label: "Pvy Servicedesk", path: "/icons/vendor/homarr/svg/pvy-servicedesk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-servicedesk-dark", label: "Pvy Servicedesk Dark", path: "/icons/vendor/homarr/svg/pvy-servicedesk-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-servicedesk-wordmark-dark", label: "Pvy Servicedesk Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-servicedesk-wordmark-light", label: "Pvy Servicedesk Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-sign", label: "Pvy Sign", path: "/icons/vendor/homarr/svg/pvy-sign.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-sign-dark", label: "Pvy Sign Dark", path: "/icons/vendor/homarr/svg/pvy-sign-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-sign-wordmark-dark", label: "Pvy Sign Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-sign-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-sign-wordmark-light", label: "Pvy Sign Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-sign-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-snippets", label: "Pvy Snippets", path: "/icons/vendor/homarr/svg/pvy-snippets.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-snippets-dark", label: "Pvy Snippets Dark", path: "/icons/vendor/homarr/svg/pvy-snippets-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-snippets-wordmark-dark", label: "Pvy Snippets Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-snippets-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-snippets-wordmark-light", label: "Pvy Snippets Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-snippets-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-spreadsheet", label: "Pvy Spreadsheet", path: "/icons/vendor/homarr/svg/pvy-spreadsheet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-spreadsheet-dark", label: "Pvy Spreadsheet Dark", path: "/icons/vendor/homarr/svg/pvy-spreadsheet-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-spreadsheet-wordmark-dark", label: "Pvy Spreadsheet Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-spreadsheet-wordmark-light", label: "Pvy Spreadsheet Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-start", label: "Pvy Start", path: "/icons/vendor/homarr/svg/pvy-start.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-start-dark", label: "Pvy Start Dark", path: "/icons/vendor/homarr/svg/pvy-start-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-start-wordmark-dark", label: "Pvy Start Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-start-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-start-wordmark-light", label: "Pvy Start Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-start-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-timer", label: "Pvy Timer", path: "/icons/vendor/homarr/svg/pvy-timer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-timer-dark", label: "Pvy Timer Dark", path: "/icons/vendor/homarr/svg/pvy-timer-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-timer-wordmark-dark", label: "Pvy Timer Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-timer-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-timer-wordmark-light", label: "Pvy Timer Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-timer-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ux", label: "Pvy Ux", path: "/icons/vendor/homarr/svg/pvy-ux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ux-dark", label: "Pvy Ux Dark", path: "/icons/vendor/homarr/svg/pvy-ux-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ux-wordmark-dark", label: "Pvy Ux Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-ux-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-ux-wordmark-light", label: "Pvy Ux Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-ux-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vault", label: "Pvy Vault", path: "/icons/vendor/homarr/svg/pvy-vault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vault-dark", label: "Pvy Vault Dark", path: "/icons/vendor/homarr/svg/pvy-vault-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vault-wordmark-dark", label: "Pvy Vault Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-vault-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vault-wordmark-light", label: "Pvy Vault Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-vault-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vpn", label: "Pvy Vpn", path: "/icons/vendor/homarr/svg/pvy-vpn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vpn-dark", label: "Pvy Vpn Dark", path: "/icons/vendor/homarr/svg/pvy-vpn-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vpn-wordmark-dark", label: "Pvy Vpn Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-vpn-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-vpn-wordmark-light", label: "Pvy Vpn Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-vpn-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-webcall", label: "Pvy Webcall", path: "/icons/vendor/homarr/svg/pvy-webcall.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-webcall-dark", label: "Pvy Webcall Dark", path: "/icons/vendor/homarr/svg/pvy-webcall-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-webcall-wordmark-dark", label: "Pvy Webcall Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-webcall-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-webcall-wordmark-light", label: "Pvy Webcall Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-webcall-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-wiki", label: "Pvy Wiki", path: "/icons/vendor/homarr/svg/pvy-wiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-wiki-dark", label: "Pvy Wiki Dark", path: "/icons/vendor/homarr/svg/pvy-wiki-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-wiki-wordmark-dark", label: "Pvy Wiki Wordmark Dark", path: "/icons/vendor/homarr/svg/pvy-wiki-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvy-wiki-wordmark-light", label: "Pvy Wiki Wordmark Light", path: "/icons/vendor/homarr/svg/pvy-wiki-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvyaffiliate", label: "Pvyaffiliate", path: "/icons/vendor/homarr/svg/pvyaffiliate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvyaffiliate-dark", label: "Pvyaffiliate Dark", path: "/icons/vendor/homarr/svg/pvyaffiliate-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvyaffiliate-wordmark-dark", label: "Pvyaffiliate Wordmark Dark", path: "/icons/vendor/homarr/svg/pvyaffiliate-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pvyaffiliate-wordmark-light", label: "Pvyaffiliate Wordmark Light", path: "/icons/vendor/homarr/svg/pvyaffiliate-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pwndrop", label: "Pwndrop", path: "/icons/vendor/homarr/png/pwndrop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pwndrop-light", label: "Pwndrop Light", path: "/icons/vendor/homarr/png/pwndrop-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pwpush", label: "Pwpush", path: "/icons/vendor/homarr/png/pwpush.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pwpush-light", label: "Pwpush Light", path: "/icons/vendor/homarr/png/pwpush-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pydio", label: "Pydio", path: "/icons/vendor/homarr/svg/pydio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pyload", label: "Pyload", path: "/icons/vendor/homarr/svg/pyload.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pypi", label: "Pypi", path: "/icons/vendor/homarr/svg/pypi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pypi-wordmark-light", label: "Pypi Wordmark Light", path: "/icons/vendor/homarr/svg/pypi-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:python", label: "Python", path: "/icons/vendor/homarr/svg/python.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pytorch", label: "Pytorch", path: "/icons/vendor/homarr/svg/pytorch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pytorch-light", label: "Pytorch Light", path: "/icons/vendor/homarr/svg/pytorch-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:pytorch-wordmark-light", label: "Pytorch Wordmark Light", path: "/icons/vendor/homarr/svg/pytorch-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qbitmanage", label: "Qbitmanage", path: "/icons/vendor/homarr/png/qbitmanage.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qbittorrent", label: "Qbittorrent", path: "/icons/vendor/homarr/svg/qbittorrent.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qd-today", label: "Qd Today", path: "/icons/vendor/homarr/svg/qd-today.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qdirstat", label: "Qdirstat", path: "/icons/vendor/homarr/svg/qdirstat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qdrant", label: "Qdrant", path: "/icons/vendor/homarr/svg/qdrant.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qinglong", label: "Qinglong", path: "/icons/vendor/homarr/svg/qinglong.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qnap", label: "Qnap", path: "/icons/vendor/homarr/svg/qnap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quant-ux", label: "Quant Ux", path: "/icons/vendor/homarr/png/quant-ux.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quay", label: "Quay", path: "/icons/vendor/homarr/svg/quay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:questarr", label: "Questarr", path: "/icons/vendor/homarr/png/questarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:questarr-wordmark-light", label: "Questarr Wordmark Light", path: "/icons/vendor/homarr/png/questarr-wordmark-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:questdb", label: "Questdb", path: "/icons/vendor/homarr/svg/questdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quetre", label: "Quetre", path: "/icons/vendor/homarr/svg/quetre.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qui", label: "Qui", path: "/icons/vendor/homarr/svg/qui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quickshare", label: "Quickshare", path: "/icons/vendor/homarr/svg/quickshare.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quickwit", label: "Quickwit", path: "/icons/vendor/homarr/svg/quickwit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:quizlet", label: "Quizlet", path: "/icons/vendor/homarr/svg/quizlet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qutebrowser", label: "Qutebrowser", path: "/icons/vendor/homarr/svg/qutebrowser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qwen", label: "Qwen", path: "/icons/vendor/homarr/svg/qwen.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:qwik", label: "Qwik", path: "/icons/vendor/homarr/svg/qwik.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:r", label: "R", path: "/icons/vendor/homarr/svg/r.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rabbitmq", label: "Rabbitmq", path: "/icons/vendor/homarr/svg/rabbitmq.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:racknerd", label: "Racknerd", path: "/icons/vendor/homarr/png/racknerd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:racknerd-dark", label: "Racknerd Dark", path: "/icons/vendor/homarr/png/racknerd-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rackula", label: "Rackula", path: "/icons/vendor/homarr/svg/rackula.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rackula-dark", label: "Rackula Dark", path: "/icons/vendor/homarr/svg/rackula-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rackula-light", label: "Rackula Light", path: "/icons/vendor/homarr/svg/rackula-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:radarr", label: "Radarr", path: "/icons/vendor/homarr/svg/radarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:radarr-4k", label: "Radarr 4k", path: "/icons/vendor/homarr/svg/radarr-4k.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:radarr-dv", label: "Radarr Dv", path: "/icons/vendor/homarr/svg/radarr-dv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:radicale", label: "Radicale", path: "/icons/vendor/homarr/svg/radicale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rainloop", label: "Rainloop", path: "/icons/vendor/homarr/svg/rainloop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rallly", label: "Rallly", path: "/icons/vendor/homarr/svg/rallly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ramp", label: "Ramp", path: "/icons/vendor/homarr/svg/ramp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ramp-dark", label: "Ramp Dark", path: "/icons/vendor/homarr/svg/ramp-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rancher", label: "Rancher", path: "/icons/vendor/homarr/svg/rancher.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raneto", label: "Raneto", path: "/icons/vendor/homarr/png/raneto.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raritan", label: "Raritan", path: "/icons/vendor/homarr/png/raritan.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raritan-light", label: "Raritan Light", path: "/icons/vendor/homarr/png/raritan-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raspberry-pi", label: "Raspberry Pi", path: "/icons/vendor/homarr/svg/raspberry-pi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raspberry-pi-light", label: "Raspberry Pi Light", path: "/icons/vendor/homarr/svg/raspberry-pi-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:raspberrymatic", label: "Raspberrymatic", path: "/icons/vendor/homarr/png/raspberrymatic.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rathole", label: "Rathole", path: "/icons/vendor/homarr/png/rathole.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rclone", label: "Rclone", path: "/icons/vendor/homarr/svg/rclone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rdt-client", label: "Rdt Client", path: "/icons/vendor/homarr/svg/rdt-client.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reactive-resume", label: "Reactive Resume", path: "/icons/vendor/homarr/svg/reactive-resume.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reactive-resume-light", label: "Reactive Resume Light", path: "/icons/vendor/homarr/svg/reactive-resume-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reactjs", label: "Reactjs", path: "/icons/vendor/homarr/svg/reactjs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:read-me-a-book", label: "Read Me A Book", path: "/icons/vendor/homarr/png/read-me-a-book.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readarr", label: "Readarr", path: "/icons/vendor/homarr/svg/readarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readeck", label: "Readeck", path: "/icons/vendor/homarr/svg/readeck.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readthedocs", label: "Readthedocs", path: "/icons/vendor/homarr/svg/readthedocs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readthedocs-light", label: "Readthedocs Light", path: "/icons/vendor/homarr/svg/readthedocs-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readwise-reader", label: "Readwise Reader", path: "/icons/vendor/homarr/svg/readwise-reader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:readwise-reader-dark", label: "Readwise Reader Dark", path: "/icons/vendor/homarr/svg/readwise-reader-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:real-debrid", label: "Real Debrid", path: "/icons/vendor/homarr/svg/real-debrid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:realhosting", label: "Realhosting", path: "/icons/vendor/homarr/png/realhosting.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:recalbox", label: "Recalbox", path: "/icons/vendor/homarr/svg/recalbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:receipt-wrangler", label: "Receipt Wrangler", path: "/icons/vendor/homarr/svg/receipt-wrangler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:recipesage", label: "Recipesage", path: "/icons/vendor/homarr/svg/recipesage.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:recipya", label: "Recipya", path: "/icons/vendor/homarr/png/recipya.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:recomendarr", label: "Recomendarr", path: "/icons/vendor/homarr/png/recomendarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:recyclarr", label: "Recyclarr", path: "/icons/vendor/homarr/svg/recyclarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reddit", label: "Reddit", path: "/icons/vendor/homarr/svg/reddit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redhat-linux", label: "Redhat Linux", path: "/icons/vendor/homarr/svg/redhat-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redict", label: "Redict", path: "/icons/vendor/homarr/svg/redict.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redis", label: "Redis", path: "/icons/vendor/homarr/svg/redis.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redlib", label: "Redlib", path: "/icons/vendor/homarr/svg/redlib.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redlib-light", label: "Redlib Light", path: "/icons/vendor/homarr/svg/redlib-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:redmine", label: "Redmine", path: "/icons/vendor/homarr/svg/redmine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rekor", label: "Rekor", path: "/icons/vendor/homarr/svg/rekor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:release-argus", label: "Release Argus", path: "/icons/vendor/homarr/svg/release-argus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:remmina", label: "Remmina", path: "/icons/vendor/homarr/svg/remmina.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:remnawave", label: "Remnawave", path: "/icons/vendor/homarr/svg/remnawave.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:remnote", label: "Remnote", path: "/icons/vendor/homarr/svg/remnote.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:remotely", label: "Remotely", path: "/icons/vendor/homarr/png/remotely.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:renovate", label: "Renovate", path: "/icons/vendor/homarr/svg/renovate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reolink", label: "Reolink", path: "/icons/vendor/homarr/svg/reolink.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reposilite", label: "Reposilite", path: "/icons/vendor/homarr/png/reposilite.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:reposilite-dark", label: "Reposilite Dark", path: "/icons/vendor/homarr/png/reposilite-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:requestly", label: "Requestly", path: "/icons/vendor/homarr/svg/requestly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:requestrr", label: "Requestrr", path: "/icons/vendor/homarr/svg/requestrr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:resiliosync", label: "Resiliosync", path: "/icons/vendor/homarr/svg/resiliosync.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:resiliosync-full", label: "Resiliosync Full", path: "/icons/vendor/homarr/svg/resiliosync-full.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:resiliosync-full-dark", label: "Resiliosync Full Dark", path: "/icons/vendor/homarr/svg/resiliosync-full-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:restic", label: "Restic", path: "/icons/vendor/homarr/png/restic.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:restreamer", label: "Restreamer", path: "/icons/vendor/homarr/svg/restreamer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:retrom", label: "Retrom", path: "/icons/vendor/homarr/svg/retrom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:revanced-manager", label: "Revanced Manager", path: "/icons/vendor/homarr/svg/revanced-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:revolt", label: "Revolt", path: "/icons/vendor/homarr/svg/revolt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:revolt-light", label: "Revolt Light", path: "/icons/vendor/homarr/svg/revolt-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rhasspy", label: "Rhasspy", path: "/icons/vendor/homarr/svg/rhasspy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rhasspy-dark", label: "Rhasspy Dark", path: "/icons/vendor/homarr/svg/rhasspy-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rhodecode", label: "Rhodecode", path: "/icons/vendor/homarr/svg/rhodecode.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:richy", label: "Richy", path: "/icons/vendor/homarr/svg/richy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rimgo", label: "Rimgo", path: "/icons/vendor/homarr/svg/rimgo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rimgo-light", label: "Rimgo Light", path: "/icons/vendor/homarr/svg/rimgo-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:riot", label: "Riot", path: "/icons/vendor/homarr/svg/riot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ripe", label: "Ripe", path: "/icons/vendor/homarr/svg/ripe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:riverside-fm", label: "Riverside Fm", path: "/icons/vendor/homarr/svg/riverside-fm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:riverside-fm-light", label: "Riverside Fm Light", path: "/icons/vendor/homarr/svg/riverside-fm-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:robinhood", label: "Robinhood", path: "/icons/vendor/homarr/svg/robinhood.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rocket-chat", label: "Rocket Chat", path: "/icons/vendor/homarr/svg/rocket-chat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rocky-linux", label: "Rocky Linux", path: "/icons/vendor/homarr/svg/rocky-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:romm", label: "Romm", path: "/icons/vendor/homarr/svg/romm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rompya", label: "Rompya", path: "/icons/vendor/homarr/png/rompya.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rook", label: "Rook", path: "/icons/vendor/homarr/svg/rook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:roon", label: "Roon", path: "/icons/vendor/homarr/svg/roon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:root-me", label: "Root Me", path: "/icons/vendor/homarr/svg/root-me.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:root-me-dark", label: "Root Me Dark", path: "/icons/vendor/homarr/svg/root-me-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rotki", label: "Rotki", path: "/icons/vendor/homarr/svg/rotki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:roundcube", label: "Roundcube", path: "/icons/vendor/homarr/svg/roundcube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:router", label: "Router", path: "/icons/vendor/homarr/svg/router.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rozetkaua", label: "Rozetkaua", path: "/icons/vendor/homarr/png/rozetkaua.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rpi-monitor", label: "Rpi Monitor", path: "/icons/vendor/homarr/png/rpi-monitor.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rport", label: "Rport", path: "/icons/vendor/homarr/svg/rport.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rspamd", label: "Rspamd", path: "/icons/vendor/homarr/png/rspamd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rss-bridge", label: "Rss Bridge", path: "/icons/vendor/homarr/svg/rss-bridge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rss-translator", label: "Rss Translator", path: "/icons/vendor/homarr/svg/rss-translator.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rsshub", label: "Rsshub", path: "/icons/vendor/homarr/png/rsshub.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rstudio", label: "Rstudio", path: "/icons/vendor/homarr/svg/rstudio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rstudioserver", label: "Rstudioserver", path: "/icons/vendor/homarr/svg/rstudioserver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ruby", label: "Ruby", path: "/icons/vendor/homarr/svg/ruby.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ruby-on-rails", label: "Ruby On Rails", path: "/icons/vendor/homarr/svg/ruby-on-rails.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ruckus-unleashed", label: "Ruckus Unleashed", path: "/icons/vendor/homarr/png/ruckus-unleashed.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rumble", label: "Rumble", path: "/icons/vendor/homarr/svg/rumble.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rundeck", label: "Rundeck", path: "/icons/vendor/homarr/svg/rundeck.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:runeaudio", label: "Runeaudio", path: "/icons/vendor/homarr/png/runeaudio.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:runonflux", label: "Runonflux", path: "/icons/vendor/homarr/svg/runonflux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:runson", label: "Runson", path: "/icons/vendor/homarr/svg/runson.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:runson-light", label: "Runson Light", path: "/icons/vendor/homarr/svg/runson-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rust", label: "Rust", path: "/icons/vendor/homarr/svg/rust.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rust-dark", label: "Rust Dark", path: "/icons/vendor/homarr/svg/rust-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rustdesk", label: "Rustdesk", path: "/icons/vendor/homarr/svg/rustdesk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rustfs", label: "Rustfs", path: "/icons/vendor/homarr/svg/rustfs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rutorrent", label: "Rutorrent", path: "/icons/vendor/homarr/svg/rutorrent.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rybbit", label: "Rybbit", path: "/icons/vendor/homarr/svg/rybbit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:rybbit-dark", label: "Rybbit Dark", path: "/icons/vendor/homarr/svg/rybbit-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ryot", label: "Ryot", path: "/icons/vendor/homarr/svg/ryot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ryot-light", label: "Ryot Light", path: "/icons/vendor/homarr/svg/ryot-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sabnzbd", label: "Sabnzbd", path: "/icons/vendor/homarr/svg/sabnzbd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sabnzbd-light", label: "Sabnzbd Light", path: "/icons/vendor/homarr/svg/sabnzbd-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:safari", label: "Safari", path: "/icons/vendor/homarr/svg/safari.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:safari-ios", label: "Safari Ios", path: "/icons/vendor/homarr/svg/safari-ios.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:safeline", label: "Safeline", path: "/icons/vendor/homarr/svg/safeline.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sagemcom", label: "Sagemcom", path: "/icons/vendor/homarr/png/sagemcom.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:salad", label: "Salad", path: "/icons/vendor/homarr/png/salad.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:salt-project", label: "Salt Project", path: "/icons/vendor/homarr/svg/salt-project.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:saltcorn", label: "Saltcorn", path: "/icons/vendor/homarr/svg/saltcorn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:samba-server", label: "Samba Server", path: "/icons/vendor/homarr/svg/samba-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:samsung-internet", label: "Samsung Internet", path: "/icons/vendor/homarr/svg/samsung-internet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sandstorm", label: "Sandstorm", path: "/icons/vendor/homarr/svg/sandstorm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:satisfactory", label: "Satisfactory", path: "/icons/vendor/homarr/png/satisfactory.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scanopy", label: "Scanopy", path: "/icons/vendor/homarr/svg/scanopy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scanservjs", label: "Scanservjs", path: "/icons/vendor/homarr/png/scanservjs.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:schedulearn", label: "Schedulearn", path: "/icons/vendor/homarr/svg/schedulearn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:schedulearn-dark", label: "Schedulearn Dark", path: "/icons/vendor/homarr/svg/schedulearn-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:schneider", label: "Schneider", path: "/icons/vendor/homarr/png/schneider.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scraperr", label: "Scraperr", path: "/icons/vendor/homarr/png/scraperr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scrcpy", label: "Scrcpy", path: "/icons/vendor/homarr/svg/scrcpy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:screenconnect", label: "Screenconnect", path: "/icons/vendor/homarr/svg/screenconnect.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scrutiny", label: "Scrutiny", path: "/icons/vendor/homarr/svg/scrutiny.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scrutiny-light", label: "Scrutiny Light", path: "/icons/vendor/homarr/svg/scrutiny-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:scrypted", label: "Scrypted", path: "/icons/vendor/homarr/png/scrypted.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:seafile", label: "Seafile", path: "/icons/vendor/homarr/svg/seafile.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:searx", label: "Searx", path: "/icons/vendor/homarr/svg/searx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:searxng", label: "Searxng", path: "/icons/vendor/homarr/svg/searxng.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:secureai-tools", label: "Secureai Tools", path: "/icons/vendor/homarr/svg/secureai-tools.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:secureai-tools-light", label: "Secureai Tools Light", path: "/icons/vendor/homarr/svg/secureai-tools-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:security-onion", label: "Security Onion", path: "/icons/vendor/homarr/svg/security-onion.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:security-onion-dark", label: "Security Onion Dark", path: "/icons/vendor/homarr/svg/security-onion-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:seelf", label: "Seelf", path: "/icons/vendor/homarr/svg/seelf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:seerr", label: "Seerr", path: "/icons/vendor/homarr/svg/seerr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:selenium", label: "Selenium", path: "/icons/vendor/homarr/svg/selenium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:self-hosted-gateway", label: "Self Hosted Gateway", path: "/icons/vendor/homarr/svg/self-hosted-gateway.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:selfh-st", label: "Selfh St", path: "/icons/vendor/homarr/svg/selfh-st.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:selfh-st-light", label: "Selfh St Light", path: "/icons/vendor/homarr/svg/selfh-st-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:selfhosted", label: "Selfhosted", path: "/icons/vendor/homarr/png/selfhosted.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:selfhosted-light", label: "Selfhosted Light", path: "/icons/vendor/homarr/png/selfhosted-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:semaphore", label: "Semaphore", path: "/icons/vendor/homarr/svg/semaphore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:semaphore-dark", label: "Semaphore Dark", path: "/icons/vendor/homarr/svg/semaphore-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:send", label: "Send", path: "/icons/vendor/homarr/svg/send.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sendgrid", label: "Sendgrid", path: "/icons/vendor/homarr/svg/sendgrid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sendinblue", label: "Sendinblue", path: "/icons/vendor/homarr/svg/sendinblue.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sensu", label: "Sensu", path: "/icons/vendor/homarr/svg/sensu.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sentry", label: "Sentry", path: "/icons/vendor/homarr/svg/sentry.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sentry-light", label: "Sentry Light", path: "/icons/vendor/homarr/svg/sentry-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:seq", label: "Seq", path: "/icons/vendor/homarr/png/seq.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:series-troxide", label: "Series Troxide", path: "/icons/vendor/homarr/svg/series-troxide.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:serpbear", label: "Serpbear", path: "/icons/vendor/homarr/png/serpbear.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:servarr", label: "Servarr", path: "/icons/vendor/homarr/svg/servarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:servarr-light", label: "Servarr Light", path: "/icons/vendor/homarr/svg/servarr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:serverjockey", label: "Serverjockey", path: "/icons/vendor/homarr/png/serverjockey.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:servicenow", label: "Servicenow", path: "/icons/vendor/homarr/svg/servicenow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:servicenow-wordmark-dark", label: "Servicenow Wordmark Dark", path: "/icons/vendor/homarr/svg/servicenow-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:servicenow-wordmark-light", label: "Servicenow Wordmark Light", path: "/icons/vendor/homarr/svg/servicenow-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:serviio", label: "Serviio", path: "/icons/vendor/homarr/svg/serviio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:serviio-light", label: "Serviio Light", path: "/icons/vendor/homarr/svg/serviio-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:session", label: "Session", path: "/icons/vendor/homarr/svg/session.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:seznam", label: "Seznam", path: "/icons/vendor/homarr/svg/seznam.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sftpgo", label: "Sftpgo", path: "/icons/vendor/homarr/png/sftpgo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shaarli", label: "Shaarli", path: "/icons/vendor/homarr/svg/shaarli.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sharewood", label: "Sharewood", path: "/icons/vendor/homarr/svg/sharewood.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shelfmark", label: "Shelfmark", path: "/icons/vendor/homarr/png/shelfmark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shell", label: "Shell", path: "/icons/vendor/homarr/svg/shell.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shell-light", label: "Shell Light", path: "/icons/vendor/homarr/svg/shell-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shell-tips", label: "Shell Tips", path: "/icons/vendor/homarr/svg/shell-tips.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shell-tips-light", label: "Shell Tips Light", path: "/icons/vendor/homarr/svg/shell-tips-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shellhub", label: "Shellhub", path: "/icons/vendor/homarr/svg/shellhub.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shellngn", label: "Shellngn", path: "/icons/vendor/homarr/svg/shellngn.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shelly", label: "Shelly", path: "/icons/vendor/homarr/svg/shelly.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shinkro", label: "Shinkro", path: "/icons/vendor/homarr/svg/shinkro.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shinobi", label: "Shinobi", path: "/icons/vendor/homarr/png/shinobi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shiori", label: "Shiori", path: "/icons/vendor/homarr/svg/shiori.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shlink", label: "Shlink", path: "/icons/vendor/homarr/svg/shlink.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shoko", label: "Shoko", path: "/icons/vendor/homarr/svg/shoko.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shoko-server", label: "Shoko Server", path: "/icons/vendor/homarr/svg/shoko-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shokoanime", label: "Shokoanime", path: "/icons/vendor/homarr/svg/shokoanime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shopify", label: "Shopify", path: "/icons/vendor/homarr/svg/shopify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:shortcut", label: "Shortcut", path: "/icons/vendor/homarr/svg/shortcut.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sickbeard", label: "Sickbeard", path: "/icons/vendor/homarr/svg/sickbeard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sickchill", label: "Sickchill", path: "/icons/vendor/homarr/png/sickchill.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sickgear", label: "Sickgear", path: "/icons/vendor/homarr/png/sickgear.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:signal", label: "Signal", path: "/icons/vendor/homarr/svg/signal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:signoz", label: "Signoz", path: "/icons/vendor/homarr/svg/signoz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sigstore", label: "Sigstore", path: "/icons/vendor/homarr/svg/sigstore.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:silae", label: "Silae", path: "/icons/vendor/homarr/svg/silae.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sillytavern", label: "Sillytavern", path: "/icons/vendor/homarr/png/sillytavern.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:silverbullet", label: "Silverbullet", path: "/icons/vendor/homarr/png/silverbullet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:simkl", label: "Simkl", path: "/icons/vendor/homarr/svg/simkl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:simplelogin", label: "Simplelogin", path: "/icons/vendor/homarr/svg/simplelogin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:simplex-chat", label: "Simplex Chat", path: "/icons/vendor/homarr/svg/simplex-chat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sinusbot", label: "Sinusbot", path: "/icons/vendor/homarr/svg/sinusbot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sipeed", label: "Sipeed", path: "/icons/vendor/homarr/svg/sipeed.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:siyuan", label: "Siyuan", path: "/icons/vendor/homarr/svg/siyuan.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sketchup-make", label: "Sketchup Make", path: "/icons/vendor/homarr/png/sketchup-make.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:skylink-fibernet", label: "Skylink Fibernet", path: "/icons/vendor/homarr/png/skylink-fibernet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:skype", label: "Skype", path: "/icons/vendor/homarr/svg/skype.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slaanesh", label: "Slaanesh", path: "/icons/vendor/homarr/png/slaanesh.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slack", label: "Slack", path: "/icons/vendor/homarr/svg/slack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slash", label: "Slash", path: "/icons/vendor/homarr/svg/slash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slash-light", label: "Slash Light", path: "/icons/vendor/homarr/svg/slash-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slice", label: "Slice", path: "/icons/vendor/homarr/svg/slice.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slidev", label: "Slidev", path: "/icons/vendor/homarr/svg/slidev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slink", label: "Slink", path: "/icons/vendor/homarr/png/slink.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slink-light", label: "Slink Light", path: "/icons/vendor/homarr/png/slink-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slskd", label: "Slskd", path: "/icons/vendor/homarr/svg/slskd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slurpit", label: "Slurpit", path: "/icons/vendor/homarr/png/slurpit.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:slurpit-dark", label: "Slurpit Dark", path: "/icons/vendor/homarr/png/slurpit-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:smartfox", label: "Smartfox", path: "/icons/vendor/homarr/svg/smartfox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:smlight", label: "Smlight", path: "/icons/vendor/homarr/png/smlight.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:smokeping", label: "Smokeping", path: "/icons/vendor/homarr/png/smokeping.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snapcast", label: "Snapcast", path: "/icons/vendor/homarr/svg/snapcast.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snapchat", label: "Snapchat", path: "/icons/vendor/homarr/svg/snapchat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snapchat-dark", label: "Snapchat Dark", path: "/icons/vendor/homarr/svg/snapchat-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snapdrop", label: "Snapdrop", path: "/icons/vendor/homarr/svg/snapdrop.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snappymail", label: "Snappymail", path: "/icons/vendor/homarr/svg/snappymail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snappymail-light", label: "Snappymail Light", path: "/icons/vendor/homarr/svg/snappymail-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snibox", label: "Snibox", path: "/icons/vendor/homarr/png/snibox.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snikket", label: "Snikket", path: "/icons/vendor/homarr/svg/snikket.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snipe-it", label: "Snipe It", path: "/icons/vendor/homarr/png/snipe-it.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:snippetbox", label: "Snippetbox", path: "/icons/vendor/homarr/png/snippetbox.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:socialhome", label: "Socialhome", path: "/icons/vendor/homarr/svg/socialhome.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sogo", label: "Sogo", path: "/icons/vendor/homarr/svg/sogo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solaar", label: "Solaar", path: "/icons/vendor/homarr/svg/solaar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solarwinds", label: "Solarwinds", path: "/icons/vendor/homarr/svg/solarwinds.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solarwinds-wordmark-light", label: "Solarwinds Wordmark Light", path: "/icons/vendor/homarr/svg/solarwinds-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solid-invoice", label: "Solid Invoice", path: "/icons/vendor/homarr/png/solid-invoice.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solidtime", label: "Solidtime", path: "/icons/vendor/homarr/svg/solidtime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:solidtime-light", label: "Solidtime Light", path: "/icons/vendor/homarr/svg/solidtime-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sonarqube", label: "Sonarqube", path: "/icons/vendor/homarr/svg/sonarqube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sonarr", label: "Sonarr", path: "/icons/vendor/homarr/svg/sonarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sonarr-4k", label: "Sonarr 4k", path: "/icons/vendor/homarr/svg/sonarr-4k.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sonarr-dark", label: "Sonarr Dark", path: "/icons/vendor/homarr/svg/sonarr-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sonarr-dv", label: "Sonarr Dv", path: "/icons/vendor/homarr/svg/sonarr-dv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sophos", label: "Sophos", path: "/icons/vendor/homarr/svg/sophos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sophos-dark", label: "Sophos Dark", path: "/icons/vendor/homarr/svg/sophos-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:soulseek", label: "Soulseek", path: "/icons/vendor/homarr/png/soulseek.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:soundcloud", label: "Soundcloud", path: "/icons/vendor/homarr/svg/soundcloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:soundcloud-dark", label: "Soundcloud Dark", path: "/icons/vendor/homarr/svg/soundcloud-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcebot", label: "Sourcebot", path: "/icons/vendor/homarr/png/sourcebot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcebot-dark", label: "Sourcebot Dark", path: "/icons/vendor/homarr/png/sourcebot-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcegraph", label: "Sourcegraph", path: "/icons/vendor/homarr/svg/sourcegraph.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcehut", label: "Sourcehut", path: "/icons/vendor/homarr/svg/sourcehut.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcehut-dark", label: "Sourcehut Dark", path: "/icons/vendor/homarr/svg/sourcehut-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcehut-wordmark-dark", label: "Sourcehut Wordmark Dark", path: "/icons/vendor/homarr/svg/sourcehut-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sourcehut-wordmark-light", label: "Sourcehut Wordmark Light", path: "/icons/vendor/homarr/svg/sourcehut-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spamassassin", label: "Spamassassin", path: "/icons/vendor/homarr/svg/spamassassin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spark", label: "Spark", path: "/icons/vendor/homarr/svg/spark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sparkleshare", label: "Sparkleshare", path: "/icons/vendor/homarr/svg/sparkleshare.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sparky-fitness", label: "Sparky Fitness", path: "/icons/vendor/homarr/png/sparky-fitness.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:specifically-clementines", label: "Specifically Clementines", path: "/icons/vendor/homarr/svg/specifically-clementines.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:specter-desktop", label: "Specter Desktop", path: "/icons/vendor/homarr/png/specter-desktop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:speedtest-tracker", label: "Speedtest Tracker", path: "/icons/vendor/homarr/png/speedtest-tracker.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sphinx", label: "Sphinx", path: "/icons/vendor/homarr/svg/sphinx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sphinx-doc", label: "Sphinx Doc", path: "/icons/vendor/homarr/svg/sphinx-doc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sphinx-relay", label: "Sphinx Relay", path: "/icons/vendor/homarr/svg/sphinx-relay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spiceworks", label: "Spiceworks", path: "/icons/vendor/homarr/svg/spiceworks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spiderfoot", label: "Spiderfoot", path: "/icons/vendor/homarr/png/spiderfoot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spliit", label: "Spliit", path: "/icons/vendor/homarr/svg/spliit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:splunk", label: "Splunk", path: "/icons/vendor/homarr/svg/splunk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sponsorblock", label: "Sponsorblock", path: "/icons/vendor/homarr/svg/sponsorblock.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spoolman", label: "Spoolman", path: "/icons/vendor/homarr/svg/spoolman.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spotify", label: "Spotify", path: "/icons/vendor/homarr/svg/spotify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spotnet", label: "Spotnet", path: "/icons/vendor/homarr/png/spotnet.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spree", label: "Spree", path: "/icons/vendor/homarr/svg/spree.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:spree-dark", label: "Spree Dark", path: "/icons/vendor/homarr/svg/spree-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:springboot-initializer", label: "Springboot Initializer", path: "/icons/vendor/homarr/svg/springboot-initializer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sqlitebrowser", label: "Sqlitebrowser", path: "/icons/vendor/homarr/svg/sqlitebrowser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:squadrats", label: "Squadrats", path: "/icons/vendor/homarr/png/squadrats.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:squarespace", label: "Squarespace", path: "/icons/vendor/homarr/svg/squarespace.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:squeezebox-server", label: "Squeezebox Server", path: "/icons/vendor/homarr/png/squeezebox-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:squidex", label: "Squidex", path: "/icons/vendor/homarr/svg/squidex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:squirrel-servers-manager", label: "Squirrel Servers Manager", path: "/icons/vendor/homarr/svg/squirrel-servers-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sshwifty", label: "Sshwifty", path: "/icons/vendor/homarr/svg/sshwifty.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sst-dev", label: "Sst Dev", path: "/icons/vendor/homarr/svg/sst-dev.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sst-dev-dark", label: "Sst Dev Dark", path: "/icons/vendor/homarr/svg/sst-dev-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stalwart", label: "Stalwart", path: "/icons/vendor/homarr/svg/stalwart.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stalwart-mail-server", label: "Stalwart Mail Server", path: "/icons/vendor/homarr/svg/stalwart-mail-server.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:standard-notes", label: "Standard Notes", path: "/icons/vendor/homarr/svg/standard-notes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:startpage", label: "Startpage", path: "/icons/vendor/homarr/svg/startpage.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stash", label: "Stash", path: "/icons/vendor/homarr/svg/stash.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:statistics-for-strava", label: "Statistics For Strava", path: "/icons/vendor/homarr/svg/statistics-for-strava.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:statping", label: "Statping", path: "/icons/vendor/homarr/png/statping.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:statping-ng", label: "Statping Ng", path: "/icons/vendor/homarr/png/statping-ng.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stb-proxy", label: "Stb Proxy", path: "/icons/vendor/homarr/svg/stb-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:steam", label: "Steam", path: "/icons/vendor/homarr/svg/steam.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:step-ca", label: "Step Ca", path: "/icons/vendor/homarr/svg/step-ca.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stirling-pdf", label: "Stirling Pdf", path: "/icons/vendor/homarr/svg/stirling-pdf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:storj", label: "Storj", path: "/icons/vendor/homarr/svg/storj.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:storm", label: "Storm", path: "/icons/vendor/homarr/svg/storm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stormkit", label: "Stormkit", path: "/icons/vendor/homarr/svg/stormkit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:storyteller", label: "Storyteller", path: "/icons/vendor/homarr/png/storyteller.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:strapi", label: "Strapi", path: "/icons/vendor/homarr/svg/strapi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:strava", label: "Strava", path: "/icons/vendor/homarr/svg/strava.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stream-harvestarr", label: "Stream Harvestarr", path: "/icons/vendor/homarr/png/stream-harvestarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:streama", label: "Streama", path: "/icons/vendor/homarr/png/streama.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:streamyfin", label: "Streamyfin", path: "/icons/vendor/homarr/svg/streamyfin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:streamystats", label: "Streamystats", path: "/icons/vendor/homarr/svg/streamystats.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stremio", label: "Stremio", path: "/icons/vendor/homarr/svg/stremio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stump", label: "Stump", path: "/icons/vendor/homarr/svg/stump.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:stump-alt", label: "Stump Alt", path: "/icons/vendor/homarr/svg/stump-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sub-store", label: "Sub Store", path: "/icons/vendor/homarr/svg/sub-store.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:subatic", label: "Subatic", path: "/icons/vendor/homarr/svg/subatic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:subdl", label: "Subdl", path: "/icons/vendor/homarr/png/subdl.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:substreamer", label: "Substreamer", path: "/icons/vendor/homarr/png/substreamer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:suggest-arr", label: "Suggest Arr", path: "/icons/vendor/homarr/png/suggest-arr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sun-panel", label: "Sun Panel", path: "/icons/vendor/homarr/svg/sun-panel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sunsama", label: "Sunsama", path: "/icons/vendor/homarr/svg/sunsama.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sunshine", label: "Sunshine", path: "/icons/vendor/homarr/svg/sunshine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:supabase", label: "Supabase", path: "/icons/vendor/homarr/svg/supabase.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:super-productivity", label: "Super Productivity", path: "/icons/vendor/homarr/png/super-productivity.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:superlist", label: "Superlist", path: "/icons/vendor/homarr/png/superlist.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:supermicro", label: "Supermicro", path: "/icons/vendor/homarr/svg/supermicro.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:surveymonkey", label: "Surveymonkey", path: "/icons/vendor/homarr/svg/surveymonkey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:suwayomi", label: "Suwayomi", path: "/icons/vendor/homarr/svg/suwayomi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:suwayomi-light", label: "Suwayomi Light", path: "/icons/vendor/homarr/svg/suwayomi-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:svelte", label: "Svelte", path: "/icons/vendor/homarr/svg/svelte.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:svg", label: "Svg", path: "/icons/vendor/homarr/svg/svg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swagger", label: "Swagger", path: "/icons/vendor/homarr/svg/swagger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swarmpit", label: "Swarmpit", path: "/icons/vendor/homarr/svg/swarmpit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swift", label: "Swift", path: "/icons/vendor/homarr/svg/swift.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swingmusic", label: "Swingmusic", path: "/icons/vendor/homarr/svg/swingmusic.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swiparr", label: "Swiparr", path: "/icons/vendor/homarr/svg/swiparr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:swizzin", label: "Swizzin", path: "/icons/vendor/homarr/png/swizzin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:syft", label: "Syft", path: "/icons/vendor/homarr/png/syft.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:symedia", label: "Symedia", path: "/icons/vendor/homarr/png/symedia.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:symmetricom", label: "Symmetricom", path: "/icons/vendor/homarr/svg/symmetricom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:symmetricom-light", label: "Symmetricom Light", path: "/icons/vendor/homarr/svg/symmetricom-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sympa", label: "Sympa", path: "/icons/vendor/homarr/png/sympa.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synapse", label: "Synapse", path: "/icons/vendor/homarr/svg/synapse.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synapse-light", label: "Synapse Light", path: "/icons/vendor/homarr/svg/synapse-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:syncany", label: "Syncany", path: "/icons/vendor/homarr/png/syncany.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synclounge", label: "Synclounge", path: "/icons/vendor/homarr/png/synclounge.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synclounge-light", label: "Synclounge Light", path: "/icons/vendor/homarr/png/synclounge-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:syncplay", label: "Syncplay", path: "/icons/vendor/homarr/svg/syncplay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:syncthing", label: "Syncthing", path: "/icons/vendor/homarr/svg/syncthing.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:syncthing-dark", label: "Syncthing Dark", path: "/icons/vendor/homarr/svg/syncthing-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology", label: "Synology", path: "/icons/vendor/homarr/svg/synology.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-audio-station", label: "Synology Audio Station", path: "/icons/vendor/homarr/png/synology-audio-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-calendar", label: "Synology Calendar", path: "/icons/vendor/homarr/png/synology-calendar.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-chat", label: "Synology Chat", path: "/icons/vendor/homarr/png/synology-chat.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-cloud-sync", label: "Synology Cloud Sync", path: "/icons/vendor/homarr/png/synology-cloud-sync.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-contacts", label: "Synology Contacts", path: "/icons/vendor/homarr/png/synology-contacts.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-document-viewer", label: "Synology Document Viewer", path: "/icons/vendor/homarr/png/synology-document-viewer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-download-station", label: "Synology Download Station", path: "/icons/vendor/homarr/png/synology-download-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-drive", label: "Synology Drive", path: "/icons/vendor/homarr/png/synology-drive.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-drive-server", label: "Synology Drive Server", path: "/icons/vendor/homarr/png/synology-drive-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-dsm", label: "Synology Dsm", path: "/icons/vendor/homarr/svg/synology-dsm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-file-station", label: "Synology File Station", path: "/icons/vendor/homarr/png/synology-file-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-light", label: "Synology Light", path: "/icons/vendor/homarr/svg/synology-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-mail-plus", label: "Synology Mail Plus", path: "/icons/vendor/homarr/png/synology-mail-plus.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-mail-station", label: "Synology Mail Station", path: "/icons/vendor/homarr/png/synology-mail-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-note-station", label: "Synology Note Station", path: "/icons/vendor/homarr/png/synology-note-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-office", label: "Synology Office", path: "/icons/vendor/homarr/png/synology-office.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-pdfviewer", label: "Synology Pdfviewer", path: "/icons/vendor/homarr/png/synology-pdfviewer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-photo-station", label: "Synology Photo Station", path: "/icons/vendor/homarr/png/synology-photo-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-photos", label: "Synology Photos", path: "/icons/vendor/homarr/png/synology-photos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-surveillance-station", label: "Synology Surveillance Station", path: "/icons/vendor/homarr/png/synology-surveillance-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-text-editor", label: "Synology Text Editor", path: "/icons/vendor/homarr/png/synology-text-editor.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-video-station", label: "Synology Video Station", path: "/icons/vendor/homarr/png/synology-video-station.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-vmm", label: "Synology Vmm", path: "/icons/vendor/homarr/png/synology-vmm.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:synology-webstation", label: "Synology Webstation", path: "/icons/vendor/homarr/png/synology-webstation.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:sysreptor", label: "Sysreptor", path: "/icons/vendor/homarr/svg/sysreptor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:t-pot", label: "T Pot", path: "/icons/vendor/homarr/png/t-pot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:t3-chat", label: "T3 Chat", path: "/icons/vendor/homarr/png/t3-chat.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tabula", label: "Tabula", path: "/icons/vendor/homarr/svg/tabula.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tacticalrmm", label: "Tacticalrmm", path: "/icons/vendor/homarr/svg/tacticalrmm.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:taiga", label: "Taiga", path: "/icons/vendor/homarr/svg/taiga.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tailscale", label: "Tailscale", path: "/icons/vendor/homarr/svg/tailscale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tailscale-light", label: "Tailscale Light", path: "/icons/vendor/homarr/svg/tailscale-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tailwind", label: "Tailwind", path: "/icons/vendor/homarr/svg/tailwind.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:talos", label: "Talos", path: "/icons/vendor/homarr/svg/talos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tandoor-recipes", label: "Tandoor Recipes", path: "/icons/vendor/homarr/svg/tandoor-recipes.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tangerine-ui", label: "Tangerine Ui", path: "/icons/vendor/homarr/svg/tangerine-ui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tanoshi", label: "Tanoshi", path: "/icons/vendor/homarr/png/tanoshi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tar1090", label: "Tar1090", path: "/icons/vendor/homarr/png/tar1090.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:taskcafe", label: "Taskcafe", path: "/icons/vendor/homarr/svg/taskcafe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tasmoadmin", label: "Tasmoadmin", path: "/icons/vendor/homarr/png/tasmoadmin.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tasmocompiler", label: "Tasmocompiler", path: "/icons/vendor/homarr/svg/tasmocompiler.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tasmota", label: "Tasmota", path: "/icons/vendor/homarr/svg/tasmota.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tasmota-light", label: "Tasmota Light", path: "/icons/vendor/homarr/svg/tasmota-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tautulli", label: "Tautulli", path: "/icons/vendor/homarr/svg/tautulli.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tdarr", label: "Tdarr", path: "/icons/vendor/homarr/png/tdarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:team-viewer", label: "Team Viewer", path: "/icons/vendor/homarr/svg/team-viewer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teamcity", label: "Teamcity", path: "/icons/vendor/homarr/svg/teamcity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teamcity-light", label: "Teamcity Light", path: "/icons/vendor/homarr/svg/teamcity-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teamspeak", label: "Teamspeak", path: "/icons/vendor/homarr/svg/teamspeak.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teamtailor", label: "Teamtailor", path: "/icons/vendor/homarr/svg/teamtailor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:technitium", label: "Technitium", path: "/icons/vendor/homarr/png/technitium.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teddy-cloud", label: "Teddy Cloud", path: "/icons/vendor/homarr/png/teddy-cloud.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teedy", label: "Teedy", path: "/icons/vendor/homarr/png/teedy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:telegraf", label: "Telegraf", path: "/icons/vendor/homarr/svg/telegraf.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:telegram", label: "Telegram", path: "/icons/vendor/homarr/svg/telegram.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:telekom", label: "Telekom", path: "/icons/vendor/homarr/svg/telekom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teleport", label: "Teleport", path: "/icons/vendor/homarr/svg/teleport.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tenable", label: "Tenable", path: "/icons/vendor/homarr/svg/tenable.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tenable-dark", label: "Tenable Dark", path: "/icons/vendor/homarr/svg/tenable-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tenda", label: "Tenda", path: "/icons/vendor/homarr/svg/tenda.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tensorflow", label: "Tensorflow", path: "/icons/vendor/homarr/svg/tensorflow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tensorflow-dark", label: "Tensorflow Dark", path: "/icons/vendor/homarr/svg/tensorflow-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tensorflow-light", label: "Tensorflow Light", path: "/icons/vendor/homarr/svg/tensorflow-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tensorflow-wordmark-dark", label: "Tensorflow Wordmark Dark", path: "/icons/vendor/homarr/svg/tensorflow-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tensorflow-wordmark-light", label: "Tensorflow Wordmark Light", path: "/icons/vendor/homarr/svg/tensorflow-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:terminal", label: "Terminal", path: "/icons/vendor/homarr/svg/terminal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:termix", label: "Termix", path: "/icons/vendor/homarr/svg/termix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:terraform", label: "Terraform", path: "/icons/vendor/homarr/svg/terraform.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:terraria", label: "Terraria", path: "/icons/vendor/homarr/png/terraria.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teslamate", label: "Teslamate", path: "/icons/vendor/homarr/svg/teslamate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:teslamate-light", label: "Teslamate Light", path: "/icons/vendor/homarr/svg/teslamate-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tether", label: "Tether", path: "/icons/vendor/homarr/svg/tether.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tether-dark", label: "Tether Dark", path: "/icons/vendor/homarr/svg/tether-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tether-wordmark-dark", label: "Tether Wordmark Dark", path: "/icons/vendor/homarr/svg/tether-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tether-wordmark-light", label: "Tether Wordmark Light", path: "/icons/vendor/homarr/svg/tether-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thanos", label: "Thanos", path: "/icons/vendor/homarr/svg/thanos.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:the-onion", label: "The Onion", path: "/icons/vendor/homarr/svg/the-onion.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:the-pirate-bay", label: "The Pirate Bay", path: "/icons/vendor/homarr/svg/the-pirate-bay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:the-proxy-bay", label: "The Proxy Bay", path: "/icons/vendor/homarr/svg/the-proxy-bay.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thehive", label: "Thehive", path: "/icons/vendor/homarr/svg/thehive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:theia", label: "Theia", path: "/icons/vendor/homarr/svg/theia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:theia-light", label: "Theia Light", path: "/icons/vendor/homarr/svg/theia-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thelounge", label: "Thelounge", path: "/icons/vendor/homarr/svg/thelounge.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:themepark", label: "Themepark", path: "/icons/vendor/homarr/png/themepark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:theodinproject", label: "Theodinproject", path: "/icons/vendor/homarr/svg/theodinproject.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thin-linc", label: "Thin Linc", path: "/icons/vendor/homarr/svg/thin-linc.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thingsboard", label: "Thingsboard", path: "/icons/vendor/homarr/svg/thingsboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thread", label: "Thread", path: "/icons/vendor/homarr/svg/thread.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thread-wordmark-dark", label: "Thread Wordmark Dark", path: "/icons/vendor/homarr/svg/thread-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:threadfin", label: "Threadfin", path: "/icons/vendor/homarr/svg/threadfin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:threads", label: "Threads", path: "/icons/vendor/homarr/svg/threads.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:threads-light", label: "Threads Light", path: "/icons/vendor/homarr/svg/threads-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thunderbird", label: "Thunderbird", path: "/icons/vendor/homarr/svg/thunderbird.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thunderhub", label: "Thunderhub", path: "/icons/vendor/homarr/png/thunderhub.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:thunderhub-light", label: "Thunderhub Light", path: "/icons/vendor/homarr/png/thunderhub-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tianji", label: "Tianji", path: "/icons/vendor/homarr/svg/tianji.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tianji-light", label: "Tianji Light", path: "/icons/vendor/homarr/svg/tianji-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ticky", label: "Ticky", path: "/icons/vendor/homarr/svg/ticky.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tidal", label: "Tidal", path: "/icons/vendor/homarr/svg/tidal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tidal-dark", label: "Tidal Dark", path: "/icons/vendor/homarr/svg/tidal-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tiddlywiki", label: "Tiddlywiki", path: "/icons/vendor/homarr/svg/tiddlywiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tiddlywiki-light", label: "Tiddlywiki Light", path: "/icons/vendor/homarr/svg/tiddlywiki-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tiktok", label: "Tiktok", path: "/icons/vendor/homarr/svg/tiktok.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tiktok-light", label: "Tiktok Light", path: "/icons/vendor/homarr/svg/tiktok-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:timemachines", label: "Timemachines", path: "/icons/vendor/homarr/png/timemachines.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:timemachines-light", label: "Timemachines Light", path: "/icons/vendor/homarr/png/timemachines-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:timetagger", label: "Timetagger", path: "/icons/vendor/homarr/svg/timetagger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:timetagger-light", label: "Timetagger Light", path: "/icons/vendor/homarr/svg/timetagger-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ting-isp", label: "Ting Isp", path: "/icons/vendor/homarr/svg/ting-isp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tiny-media-manager", label: "Tiny Media Manager", path: "/icons/vendor/homarr/svg/tiny-media-manager.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tinyauth", label: "Tinyauth", path: "/icons/vendor/homarr/svg/tinyauth.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tinypilot", label: "Tinypilot", path: "/icons/vendor/homarr/png/tinypilot.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tinytinyrss", label: "Tinytinyrss", path: "/icons/vendor/homarr/png/tinytinyrss.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tipi", label: "Tipi", path: "/icons/vendor/homarr/png/tipi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:title-card-maker", label: "Title Card Maker", path: "/icons/vendor/homarr/svg/title-card-maker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:title-card-maker-dark", label: "Title Card Maker Dark", path: "/icons/vendor/homarr/svg/title-card-maker-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tmdb", label: "Tmdb", path: "/icons/vendor/homarr/svg/tmdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:todoist", label: "Todoist", path: "/icons/vendor/homarr/svg/todoist.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:todoist-dark", label: "Todoist Dark", path: "/icons/vendor/homarr/svg/todoist-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:toggl", label: "Toggl", path: "/icons/vendor/homarr/svg/toggl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:toggl-dark", label: "Toggl Dark", path: "/icons/vendor/homarr/svg/toggl-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tolgee", label: "Tolgee", path: "/icons/vendor/homarr/svg/tolgee.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tooljet", label: "Tooljet", path: "/icons/vendor/homarr/svg/tooljet.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tooljet-dark", label: "Tooljet Dark", path: "/icons/vendor/homarr/svg/tooljet-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:toolz", label: "Toolz", path: "/icons/vendor/homarr/svg/toolz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:topdesk", label: "Topdesk", path: "/icons/vendor/homarr/svg/topdesk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tor", label: "Tor", path: "/icons/vendor/homarr/png/tor.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:torrserver", label: "Torrserver", path: "/icons/vendor/homarr/png/torrserver.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:touitomamout", label: "Touitomamout", path: "/icons/vendor/homarr/svg/touitomamout.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tp-link", label: "Tp Link", path: "/icons/vendor/homarr/svg/tp-link.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tpdb", label: "Tpdb", path: "/icons/vendor/homarr/svg/tpdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:traccar", label: "Traccar", path: "/icons/vendor/homarr/svg/traccar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:traccar-dark", label: "Traccar Dark", path: "/icons/vendor/homarr/svg/traccar-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tracearr", label: "Tracearr", path: "/icons/vendor/homarr/svg/tracearr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trading-view", label: "Trading View", path: "/icons/vendor/homarr/svg/trading-view.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trading-view-dark", label: "Trading View Dark", path: "/icons/vendor/homarr/svg/trading-view-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:traefik", label: "Traefik", path: "/icons/vendor/homarr/svg/traefik.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:traefik-proxy", label: "Traefik Proxy", path: "/icons/vendor/homarr/svg/traefik-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:traggo", label: "Traggo", path: "/icons/vendor/homarr/svg/traggo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trailarr", label: "Trailarr", path: "/icons/vendor/homarr/svg/trailarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trainerroad", label: "Trainerroad", path: "/icons/vendor/homarr/png/trainerroad.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trakt", label: "Trakt", path: "/icons/vendor/homarr/svg/trakt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trala", label: "Trala", path: "/icons/vendor/homarr/svg/trala.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:transmission", label: "Transmission", path: "/icons/vendor/homarr/svg/transmission.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trash-guides", label: "Trash Guides", path: "/icons/vendor/homarr/png/trash-guides.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trellix", label: "Trellix", path: "/icons/vendor/homarr/svg/trellix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trellix-dark", label: "Trellix Dark", path: "/icons/vendor/homarr/svg/trellix-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trilium", label: "Trilium", path: "/icons/vendor/homarr/svg/trilium.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:triliumnext", label: "Triliumnext", path: "/icons/vendor/homarr/svg/triliumnext.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trivy", label: "Trivy", path: "/icons/vendor/homarr/png/trivy.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trmnl", label: "Trmnl", path: "/icons/vendor/homarr/svg/trmnl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trmnl-android", label: "Trmnl Android", path: "/icons/vendor/homarr/png/trmnl-android.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:troddit", label: "Troddit", path: "/icons/vendor/homarr/png/troddit.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:trudesk", label: "Trudesk", path: "/icons/vendor/homarr/png/trudesk.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:truecommand", label: "Truecommand", path: "/icons/vendor/homarr/svg/truecommand.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:truenas", label: "Truenas", path: "/icons/vendor/homarr/svg/truenas.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:truenas-core", label: "Truenas Core", path: "/icons/vendor/homarr/svg/truenas-core.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:truenas-enterprise", label: "Truenas Enterprise", path: "/icons/vendor/homarr/png/truenas-enterprise.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:truenas-scale", label: "Truenas Scale", path: "/icons/vendor/homarr/svg/truenas-scale.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tryhackme", label: "Tryhackme", path: "/icons/vendor/homarr/svg/tryhackme.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tsd-proxy", label: "Tsd Proxy", path: "/icons/vendor/homarr/svg/tsd-proxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tube-archivist", label: "Tube Archivist", path: "/icons/vendor/homarr/png/tube-archivist.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tube-archivist-light", label: "Tube Archivist Light", path: "/icons/vendor/homarr/png/tube-archivist-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tubesync", label: "Tubesync", path: "/icons/vendor/homarr/svg/tubesync.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tubesync-light", label: "Tubesync Light", path: "/icons/vendor/homarr/svg/tubesync-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tududi", label: "Tududi", path: "/icons/vendor/homarr/png/tududi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tududi-dark", label: "Tududi Dark", path: "/icons/vendor/homarr/png/tududi-dark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tugtainer", label: "Tugtainer", path: "/icons/vendor/homarr/png/tugtainer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tumblr", label: "Tumblr", path: "/icons/vendor/homarr/svg/tumblr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tunarr", label: "Tunarr", path: "/icons/vendor/homarr/svg/tunarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tunnelix", label: "Tunnelix", path: "/icons/vendor/homarr/svg/tunnelix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:turbopack", label: "Turbopack", path: "/icons/vendor/homarr/svg/turbopack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:turbopack-light", label: "Turbopack Light", path: "/icons/vendor/homarr/svg/turbopack-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tuta", label: "Tuta", path: "/icons/vendor/homarr/svg/tuta.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tux", label: "Tux", path: "/icons/vendor/homarr/svg/tux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tvdb", label: "Tvdb", path: "/icons/vendor/homarr/svg/tvdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tvheadend", label: "Tvheadend", path: "/icons/vendor/homarr/svg/tvheadend.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tvp-vod", label: "Tvp Vod", path: "/icons/vendor/homarr/png/tvp-vod.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twake-mail", label: "Twake Mail", path: "/icons/vendor/homarr/svg/twake-mail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twake-mail-wordmark-light", label: "Twake Mail Wordmark Light", path: "/icons/vendor/homarr/svg/twake-mail-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tweakers", label: "Tweakers", path: "/icons/vendor/homarr/svg/tweakers.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twingate", label: "Twingate", path: "/icons/vendor/homarr/svg/twingate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twingate-light", label: "Twingate Light", path: "/icons/vendor/homarr/svg/twingate-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twitch", label: "Twitch", path: "/icons/vendor/homarr/svg/twitch.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:twitter", label: "Twitter", path: "/icons/vendor/homarr/svg/twitter.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:txlog", label: "Txlog", path: "/icons/vendor/homarr/png/txlog.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tyepcho", label: "Tyepcho", path: "/icons/vendor/homarr/svg/tyepcho.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:tyepcho-wordmark-light", label: "Tyepcho Wordmark Light", path: "/icons/vendor/homarr/svg/tyepcho-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:typemill", label: "Typemill", path: "/icons/vendor/homarr/svg/typemill.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:typemill-light", label: "Typemill Light", path: "/icons/vendor/homarr/svg/typemill-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:typescript", label: "Typescript", path: "/icons/vendor/homarr/svg/typescript.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:typesense", label: "Typesense", path: "/icons/vendor/homarr/svg/typesense.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:typo3", label: "Typo3", path: "/icons/vendor/homarr/svg/typo3.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubiquiti", label: "Ubiquiti", path: "/icons/vendor/homarr/svg/ubiquiti.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubiquiti-networks", label: "Ubiquiti Networks", path: "/icons/vendor/homarr/svg/ubiquiti-networks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubiquiti-unifi", label: "Ubiquiti Unifi", path: "/icons/vendor/homarr/svg/ubiquiti-unifi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubooquity", label: "Ubooquity", path: "/icons/vendor/homarr/png/ubooquity.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubuntu-linux", label: "Ubuntu Linux", path: "/icons/vendor/homarr/svg/ubuntu-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ubuntu-linux-alt", label: "Ubuntu Linux Alt", path: "/icons/vendor/homarr/svg/ubuntu-linux-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:uc-browser", label: "Uc Browser", path: "/icons/vendor/homarr/svg/uc-browser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:udemy", label: "Udemy", path: "/icons/vendor/homarr/svg/udemy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:udemy-light", label: "Udemy Light", path: "/icons/vendor/homarr/svg/udemy-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:uefi", label: "Uefi", path: "/icons/vendor/homarr/svg/uefi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ugreen", label: "Ugreen", path: "/icons/vendor/homarr/svg/ugreen.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ugreen-nas", label: "Ugreen Nas", path: "/icons/vendor/homarr/png/ugreen-nas.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ultimate-guitar", label: "Ultimate Guitar", path: "/icons/vendor/homarr/svg/ultimate-guitar.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ultimate-guitar-light", label: "Ultimate Guitar Light", path: "/icons/vendor/homarr/svg/ultimate-guitar-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:umami", label: "Umami", path: "/icons/vendor/homarr/svg/umami.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:umami-light", label: "Umami Light", path: "/icons/vendor/homarr/svg/umami-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:umbrel", label: "Umbrel", path: "/icons/vendor/homarr/svg/umbrel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unbound", label: "Unbound", path: "/icons/vendor/homarr/svg/unbound.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:uncomplicated-alert-receiver", label: "Uncomplicated Alert Receiver", path: "/icons/vendor/homarr/svg/uncomplicated-alert-receiver.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:undb", label: "Undb", path: "/icons/vendor/homarr/svg/undb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi", label: "Unifi", path: "/icons/vendor/homarr/svg/unifi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi-controller", label: "Unifi Controller", path: "/icons/vendor/homarr/png/unifi-controller.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi-dark", label: "Unifi Dark", path: "/icons/vendor/homarr/svg/unifi-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi-drive", label: "Unifi Drive", path: "/icons/vendor/homarr/svg/unifi-drive.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi-protect", label: "Unifi Protect", path: "/icons/vendor/homarr/png/unifi-protect.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unifi-voucher-site", label: "Unifi Voucher Site", path: "/icons/vendor/homarr/svg/unifi-voucher-site.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unimus", label: "Unimus", path: "/icons/vendor/homarr/svg/unimus.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unity", label: "Unity", path: "/icons/vendor/homarr/svg/unity.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unity-dark", label: "Unity Dark", path: "/icons/vendor/homarr/svg/unity-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:universal-media-server", label: "Universal Media Server", path: "/icons/vendor/homarr/png/universal-media-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:university-applied-sciences-brandenburg", label: "University Applied Sciences Brandenburg", path: "/icons/vendor/homarr/svg/university-applied-sciences-brandenburg.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unmanic", label: "Unmanic", path: "/icons/vendor/homarr/png/unmanic.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unpoller", label: "Unpoller", path: "/icons/vendor/homarr/png/unpoller.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unraid", label: "Unraid", path: "/icons/vendor/homarr/svg/unraid.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unreal-engine", label: "Unreal Engine", path: "/icons/vendor/homarr/svg/unreal-engine.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:unreal-engine-dark", label: "Unreal Engine Dark", path: "/icons/vendor/homarr/svg/unreal-engine-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:untangle", label: "Untangle", path: "/icons/vendor/homarr/svg/untangle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:updog", label: "Updog", path: "/icons/vendor/homarr/png/updog.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ups", label: "Ups", path: "/icons/vendor/homarr/svg/ups.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:upsnap", label: "Upsnap", path: "/icons/vendor/homarr/svg/upsnap.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:uptime-kuma", label: "Uptime Kuma", path: "/icons/vendor/homarr/svg/uptime-kuma.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:uptimerobot", label: "Uptimerobot", path: "/icons/vendor/homarr/svg/uptimerobot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:upvote-rss", label: "Upvote Rss", path: "/icons/vendor/homarr/svg/upvote-rss.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:upwork", label: "Upwork", path: "/icons/vendor/homarr/svg/upwork.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:urbackup", label: "Urbackup", path: "/icons/vendor/homarr/png/urbackup.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:urbackup-server", label: "Urbackup Server", path: "/icons/vendor/homarr/png/urbackup-server.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:usenetstreamer", label: "Usenetstreamer", path: "/icons/vendor/homarr/png/usenetstreamer.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:usermin", label: "Usermin", path: "/icons/vendor/homarr/svg/usermin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:valetudo", label: "Valetudo", path: "/icons/vendor/homarr/svg/valetudo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:valkey", label: "Valkey", path: "/icons/vendor/homarr/svg/valkey.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vault", label: "Vault", path: "/icons/vendor/homarr/svg/vault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vault-light", label: "Vault Light", path: "/icons/vendor/homarr/svg/vault-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vaultwarden", label: "Vaultwarden", path: "/icons/vendor/homarr/svg/vaultwarden.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vaultwarden-light", label: "Vaultwarden Light", path: "/icons/vendor/homarr/svg/vaultwarden-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vector", label: "Vector", path: "/icons/vendor/homarr/svg/vector.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:veeam", label: "Veeam", path: "/icons/vendor/homarr/svg/veeam.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vera-crypt", label: "Vera Crypt", path: "/icons/vendor/homarr/svg/vera-crypt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vercel", label: "Vercel", path: "/icons/vendor/homarr/svg/vercel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vercel-light", label: "Vercel Light", path: "/icons/vendor/homarr/svg/vercel-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:verdaccio", label: "Verdaccio", path: "/icons/vendor/homarr/svg/verdaccio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:verdaccio-dark", label: "Verdaccio Dark", path: "/icons/vendor/homarr/svg/verdaccio-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:verizon", label: "Verizon", path: "/icons/vendor/homarr/svg/verizon.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:verriflo", label: "Verriflo", path: "/icons/vendor/homarr/svg/verriflo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vertiv", label: "Vertiv", path: "/icons/vendor/homarr/svg/vertiv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vertiv-dark", label: "Vertiv Dark", path: "/icons/vendor/homarr/svg/vertiv-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vi", label: "Vi", path: "/icons/vendor/homarr/svg/vi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:viber", label: "Viber", path: "/icons/vendor/homarr/svg/viber.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:victorialogs", label: "Victorialogs", path: "/icons/vendor/homarr/svg/victorialogs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:victoriametrics", label: "Victoriametrics", path: "/icons/vendor/homarr/svg/victoriametrics.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:victoriametrics-light", label: "Victoriametrics Light", path: "/icons/vendor/homarr/svg/victoriametrics-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:victron-energy", label: "Victron Energy", path: "/icons/vendor/homarr/svg/victron-energy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:videobuster", label: "Videobuster", path: "/icons/vendor/homarr/png/videobuster.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vidzy", label: "Vidzy", path: "/icons/vendor/homarr/svg/vidzy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:viewtube", label: "Viewtube", path: "/icons/vendor/homarr/svg/viewtube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vikunja", label: "Vikunja", path: "/icons/vendor/homarr/svg/vikunja.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vinchin-backup", label: "Vinchin Backup", path: "/icons/vendor/homarr/svg/vinchin-backup.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virgin-media", label: "Virgin Media", path: "/icons/vendor/homarr/svg/virgin-media.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virtualmin", label: "Virtualmin", path: "/icons/vendor/homarr/svg/virtualmin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virtualradarserver", label: "Virtualradarserver", path: "/icons/vendor/homarr/png/virtualradarserver.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virustotal", label: "Virustotal", path: "/icons/vendor/homarr/svg/virustotal.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virustotal-dark", label: "Virustotal Dark", path: "/icons/vendor/homarr/svg/virustotal-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virustotal-light", label: "Virustotal Light", path: "/icons/vendor/homarr/svg/virustotal-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virustotal-wordmark-dark", label: "Virustotal Wordmark Dark", path: "/icons/vendor/homarr/svg/virustotal-wordmark-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:virustotal-wordmark-light", label: "Virustotal Wordmark Light", path: "/icons/vendor/homarr/svg/virustotal-wordmark-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:viseron", label: "Viseron", path: "/icons/vendor/homarr/svg/viseron.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:viseron-light", label: "Viseron Light", path: "/icons/vendor/homarr/svg/viseron-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:visual-studio-code", label: "Visual Studio Code", path: "/icons/vendor/homarr/svg/visual-studio-code.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vitalpbx", label: "Vitalpbx", path: "/icons/vendor/homarr/svg/vitalpbx.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vite", label: "Vite", path: "/icons/vendor/homarr/svg/vite.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vitest", label: "Vitest", path: "/icons/vendor/homarr/svg/vitest.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vito-deploy", label: "Vito Deploy", path: "/icons/vendor/homarr/svg/vito-deploy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vivaldi", label: "Vivaldi", path: "/icons/vendor/homarr/svg/vivaldi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vmware", label: "Vmware", path: "/icons/vendor/homarr/svg/vmware.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vmware-esxi", label: "Vmware Esxi", path: "/icons/vendor/homarr/svg/vmware-esxi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vmware-horizon", label: "Vmware Horizon", path: "/icons/vendor/homarr/png/vmware-horizon.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vmware-vcenter", label: "Vmware Vcenter", path: "/icons/vendor/homarr/png/vmware-vcenter.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vmware-workstation", label: "Vmware Workstation", path: "/icons/vendor/homarr/svg/vmware-workstation.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vn-stat", label: "Vn Stat", path: "/icons/vendor/homarr/svg/vn-stat.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vodafone", label: "Vodafone", path: "/icons/vendor/homarr/svg/vodafone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:void-linux", label: "Void Linux", path: "/icons/vendor/homarr/svg/void-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voilib", label: "Voilib", path: "/icons/vendor/homarr/svg/voilib.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voip-info", label: "Voip Info", path: "/icons/vendor/homarr/png/voip-info.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voip-ms", label: "Voip Ms", path: "/icons/vendor/homarr/svg/voip-ms.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voltaserve", label: "Voltaserve", path: "/icons/vendor/homarr/svg/voltaserve.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voltaserve-light", label: "Voltaserve Light", path: "/icons/vendor/homarr/svg/voltaserve-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:volumio", label: "Volumio", path: "/icons/vendor/homarr/svg/volumio.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:volumio-light", label: "Volumio Light", path: "/icons/vendor/homarr/svg/volumio-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:voron", label: "Voron", path: "/icons/vendor/homarr/svg/voron.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vouchervault", label: "Vouchervault", path: "/icons/vendor/homarr/svg/vouchervault.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vscode", label: "Vscode", path: "/icons/vendor/homarr/svg/vscode.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vtvgo", label: "Vtvgo", path: "/icons/vendor/homarr/svg/vtvgo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vue-js", label: "Vue Js", path: "/icons/vendor/homarr/svg/vue-js.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vuetorrent", label: "Vuetorrent", path: "/icons/vendor/homarr/svg/vuetorrent.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vultr", label: "Vultr", path: "/icons/vendor/homarr/svg/vultr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:vuplus", label: "Vuplus", path: "/icons/vendor/homarr/png/vuplus.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wakapi", label: "Wakapi", path: "/icons/vendor/homarr/svg/wakapi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wakatime", label: "Wakatime", path: "/icons/vendor/homarr/svg/wakatime.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wakatime-light", label: "Wakatime Light", path: "/icons/vendor/homarr/svg/wakatime-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wallabag", label: "Wallabag", path: "/icons/vendor/homarr/svg/wallabag.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wallabag-light", label: "Wallabag Light", path: "/icons/vendor/homarr/svg/wallabag-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wallos", label: "Wallos", path: "/icons/vendor/homarr/png/wallos.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wanderer", label: "Wanderer", path: "/icons/vendor/homarr/svg/wanderer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wanderer-light", label: "Wanderer Light", path: "/icons/vendor/homarr/svg/wanderer-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wanikani", label: "Wanikani", path: "/icons/vendor/homarr/png/wanikani.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ward", label: "Ward", path: "/icons/vendor/homarr/png/ward.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:warpgate", label: "Warpgate", path: "/icons/vendor/homarr/svg/warpgate.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:warracker", label: "Warracker", path: "/icons/vendor/homarr/png/warracker.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watcharr", label: "Watcharr", path: "/icons/vendor/homarr/svg/watcharr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watcharr-light", label: "Watcharr Light", path: "/icons/vendor/homarr/svg/watcharr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watcher", label: "Watcher", path: "/icons/vendor/homarr/png/watcher.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watchlistarr", label: "Watchlistarr", path: "/icons/vendor/homarr/png/watchlistarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watchtower", label: "Watchtower", path: "/icons/vendor/homarr/svg/watchtower.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watchyourlan", label: "Watchyourlan", path: "/icons/vendor/homarr/png/watchyourlan.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:watchyourports", label: "Watchyourports", path: "/icons/vendor/homarr/png/watchyourports.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wavelog", label: "Wavelog", path: "/icons/vendor/homarr/png/wavelog.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wayland", label: "Wayland", path: "/icons/vendor/homarr/svg/wayland.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:waze", label: "Waze", path: "/icons/vendor/homarr/svg/waze.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wazuh", label: "Wazuh", path: "/icons/vendor/homarr/svg/wazuh.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wbo", label: "Wbo", path: "/icons/vendor/homarr/png/wbo.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wd-mycloud", label: "Wd Mycloud", path: "/icons/vendor/homarr/svg/wd-mycloud.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:web-check", label: "Web Check", path: "/icons/vendor/homarr/svg/web-check.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:web-check-dark", label: "Web Check Dark", path: "/icons/vendor/homarr/svg/web-check-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:web-whisper", label: "Web Whisper", path: "/icons/vendor/homarr/png/web-whisper.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webdav", label: "Webdav", path: "/icons/vendor/homarr/png/webdav.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webdb", label: "Webdb", path: "/icons/vendor/homarr/svg/webdb.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webex", label: "Webex", path: "/icons/vendor/homarr/svg/webex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webhook", label: "Webhook", path: "/icons/vendor/homarr/svg/webhook.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webhookd", label: "Webhookd", path: "/icons/vendor/homarr/svg/webhookd.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webkit", label: "Webkit", path: "/icons/vendor/homarr/svg/webkit.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webmin", label: "Webmin", path: "/icons/vendor/homarr/svg/webmin.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webtools", label: "Webtools", path: "/icons/vendor/homarr/png/webtools.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webtop", label: "Webtop", path: "/icons/vendor/homarr/png/webtop.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webtorrent", label: "Webtorrent", path: "/icons/vendor/homarr/svg/webtorrent.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:webtrees", label: "Webtrees", path: "/icons/vendor/homarr/svg/webtrees.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:weibo", label: "Weibo", path: "/icons/vendor/homarr/svg/weibo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wekan", label: "Wekan", path: "/icons/vendor/homarr/svg/wekan.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wero", label: "Wero", path: "/icons/vendor/homarr/svg/wero.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wero-dark", label: "Wero Dark", path: "/icons/vendor/homarr/svg/wero-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:western-digital", label: "Western Digital", path: "/icons/vendor/homarr/svg/western-digital.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wetty", label: "Wetty", path: "/icons/vendor/homarr/png/wetty.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wevr-labs", label: "Wevr Labs", path: "/icons/vendor/homarr/svg/wevr-labs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wg-gen-web", label: "Wg Gen Web", path: "/icons/vendor/homarr/png/wg-gen-web.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wg-gen-web-light", label: "Wg Gen Web Light", path: "/icons/vendor/homarr/png/wg-gen-web-light.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wger", label: "Wger", path: "/icons/vendor/homarr/svg/wger.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whatnot", label: "Whatnot", path: "/icons/vendor/homarr/svg/whatnot.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whats-up-docker", label: "Whats Up Docker", path: "/icons/vendor/homarr/svg/whats-up-docker.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whatsapp", label: "Whatsapp", path: "/icons/vendor/homarr/svg/whatsapp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whatseerr", label: "Whatseerr", path: "/icons/vendor/homarr/svg/whatseerr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whisparr", label: "Whisparr", path: "/icons/vendor/homarr/svg/whisparr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whodb", label: "Whodb", path: "/icons/vendor/homarr/png/whodb.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:whoogle", label: "Whoogle", path: "/icons/vendor/homarr/png/whoogle.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wifiman", label: "Wifiman", path: "/icons/vendor/homarr/png/wifiman.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wiki-go", label: "Wiki Go", path: "/icons/vendor/homarr/svg/wiki-go.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wikidocs", label: "Wikidocs", path: "/icons/vendor/homarr/svg/wikidocs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wikijs", label: "Wikijs", path: "/icons/vendor/homarr/svg/wikijs.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wikijs-alt", label: "Wikijs Alt", path: "/icons/vendor/homarr/svg/wikijs-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wikipedia", label: "Wikipedia", path: "/icons/vendor/homarr/svg/wikipedia.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wikipedia-light", label: "Wikipedia Light", path: "/icons/vendor/homarr/svg/wikipedia-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:willow", label: "Willow", path: "/icons/vendor/homarr/svg/willow.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windmill", label: "Windmill", path: "/icons/vendor/homarr/svg/windmill.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-10", label: "Windows 10", path: "/icons/vendor/homarr/svg/windows-10.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-11", label: "Windows 11", path: "/icons/vendor/homarr/png/windows-11.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-7", label: "Windows 7", path: "/icons/vendor/homarr/png/windows-7.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-95", label: "Windows 95", path: "/icons/vendor/homarr/svg/windows-95.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-95-light", label: "Windows 95 Light", path: "/icons/vendor/homarr/svg/windows-95-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-98", label: "Windows 98", path: "/icons/vendor/homarr/png/windows-98.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-explorer", label: "Windows Explorer", path: "/icons/vendor/homarr/svg/windows-explorer.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-retro", label: "Windows Retro", path: "/icons/vendor/homarr/svg/windows-retro.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-retro-light", label: "Windows Retro Light", path: "/icons/vendor/homarr/svg/windows-retro-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-vista", label: "Windows Vista", path: "/icons/vendor/homarr/png/windows-vista.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:windows-xp", label: "Windows Xp", path: "/icons/vendor/homarr/png/windows-xp.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wireguard", label: "Wireguard", path: "/icons/vendor/homarr/svg/wireguard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wirenboard", label: "Wirenboard", path: "/icons/vendor/homarr/png/wirenboard.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wireshark", label: "Wireshark", path: "/icons/vendor/homarr/png/wireshark.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wishlist", label: "Wishlist", path: "/icons/vendor/homarr/png/wishlist.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wizarr", label: "Wizarr", path: "/icons/vendor/homarr/svg/wizarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wled", label: "Wled", path: "/icons/vendor/homarr/png/wled.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wolfi", label: "Wolfi", path: "/icons/vendor/homarr/svg/wolfi.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wolfi-light", label: "Wolfi Light", path: "/icons/vendor/homarr/svg/wolfi-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:woocommerce", label: "Woocommerce", path: "/icons/vendor/homarr/svg/woocommerce.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:woodpecker-ci", label: "Woodpecker Ci", path: "/icons/vendor/homarr/svg/woodpecker-ci.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wooting", label: "Wooting", path: "/icons/vendor/homarr/svg/wooting.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wooting-dark", label: "Wooting Dark", path: "/icons/vendor/homarr/svg/wooting-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wordpress", label: "Wordpress", path: "/icons/vendor/homarr/svg/wordpress.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:workadventure", label: "Workadventure", path: "/icons/vendor/homarr/png/workadventure.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:worklenz", label: "Worklenz", path: "/icons/vendor/homarr/svg/worklenz.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wotdle", label: "Wotdle", path: "/icons/vendor/homarr/svg/wotdle.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wotdle-light", label: "Wotdle Light", path: "/icons/vendor/homarr/svg/wotdle-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wownero", label: "Wownero", path: "/icons/vendor/homarr/svg/wownero.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:writefreely", label: "Writefreely", path: "/icons/vendor/homarr/svg/writefreely.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:writefreely-light", label: "Writefreely Light", path: "/icons/vendor/homarr/svg/writefreely-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:wsz", label: "Wsz", path: "/icons/vendor/homarr/png/wsz.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:x", label: "X", path: "/icons/vendor/homarr/svg/x.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:x-light", label: "X Light", path: "/icons/vendor/homarr/svg/x-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xbackbone", label: "Xbackbone", path: "/icons/vendor/homarr/svg/xbackbone.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xbox", label: "Xbox", path: "/icons/vendor/homarr/svg/xbox.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xbox-game-pass", label: "Xbox Game Pass", path: "/icons/vendor/homarr/svg/xbox-game-pass.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xbrowsersync", label: "Xbrowsersync", path: "/icons/vendor/homarr/svg/xbrowsersync.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xcp-ng", label: "Xcp Ng", path: "/icons/vendor/homarr/svg/xcp-ng.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xen-orchestra", label: "Xen Orchestra", path: "/icons/vendor/homarr/svg/xen-orchestra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xiaomi-global", label: "Xiaomi Global", path: "/icons/vendor/homarr/svg/xiaomi-global.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xigmanas", label: "Xigmanas", path: "/icons/vendor/homarr/png/xigmanas.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xmr", label: "Xmr", path: "/icons/vendor/homarr/svg/xmr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xmrig", label: "Xmrig", path: "/icons/vendor/homarr/svg/xmrig.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xpipe", label: "Xpipe", path: "/icons/vendor/homarr/svg/xpipe.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xteve", label: "Xteve", path: "/icons/vendor/homarr/png/xteve.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xubuntu-linux", label: "Xubuntu Linux", path: "/icons/vendor/homarr/svg/xubuntu-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:xwiki", label: "Xwiki", path: "/icons/vendor/homarr/svg/xwiki.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yaade", label: "Yaade", path: "/icons/vendor/homarr/png/yaade.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yac-reader", label: "Yac Reader", path: "/icons/vendor/homarr/svg/yac-reader.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yacd", label: "Yacd", path: "/icons/vendor/homarr/png/yacd.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yacd-blue", label: "Yacd Blue", path: "/icons/vendor/homarr/svg/yacd-blue.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yacht", label: "Yacht", path: "/icons/vendor/homarr/svg/yacht.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yahoo", label: "Yahoo", path: "/icons/vendor/homarr/svg/yahoo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yahoo-mail", label: "Yahoo Mail", path: "/icons/vendor/homarr/png/yahoo-mail.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yamtrack", label: "Yamtrack", path: "/icons/vendor/homarr/svg/yamtrack.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yamtrack-light", label: "Yamtrack Light", path: "/icons/vendor/homarr/svg/yamtrack-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yandex", label: "Yandex", path: "/icons/vendor/homarr/svg/yandex.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yarn-social", label: "Yarn Social", path: "/icons/vendor/homarr/png/yarn-social.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yarr", label: "Yarr", path: "/icons/vendor/homarr/svg/yarr.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yarr-light", label: "Yarr Light", path: "/icons/vendor/homarr/svg/yarr-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yazi", label: "Yazi", path: "/icons/vendor/homarr/png/yazi.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ycombinator", label: "Ycombinator", path: "/icons/vendor/homarr/svg/ycombinator.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ycombinator-dark", label: "Ycombinator Dark", path: "/icons/vendor/homarr/svg/ycombinator-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ymarks", label: "Ymarks", path: "/icons/vendor/homarr/png/ymarks.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:ynab", label: "Ynab", path: "/icons/vendor/homarr/svg/ynab.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yopass", label: "Yopass", path: "/icons/vendor/homarr/svg/yopass.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:your-spotify", label: "Your Spotify", path: "/icons/vendor/homarr/svg/your-spotify.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yourls", label: "Yourls", path: "/icons/vendor/homarr/svg/yourls.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtarr", label: "Youtarr", path: "/icons/vendor/homarr/png/youtarr.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtube", label: "Youtube", path: "/icons/vendor/homarr/svg/youtube.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtube-dl", label: "Youtube Dl", path: "/icons/vendor/homarr/svg/youtube-dl.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtube-kids", label: "Youtube Kids", path: "/icons/vendor/homarr/svg/youtube-kids.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtube-music", label: "Youtube Music", path: "/icons/vendor/homarr/svg/youtube-music.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:youtube-tv", label: "Youtube Tv", path: "/icons/vendor/homarr/svg/youtube-tv.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yt-dlp", label: "Yt Dlp", path: "/icons/vendor/homarr/svg/yt-dlp.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yts", label: "Yts", path: "/icons/vendor/homarr/svg/yts.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yuno-host-light", label: "Yuno Host Light", path: "/icons/vendor/homarr/svg/yuno-host-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:yunohost", label: "Yunohost", path: "/icons/vendor/homarr/svg/yunohost.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:z-ai", label: "Z Ai", path: "/icons/vendor/homarr/svg/z-ai.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:z-wave-js-ui", label: "Z Wave Js Ui", path: "/icons/vendor/homarr/svg/z-wave-js-ui.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zabbix", label: "Zabbix", path: "/icons/vendor/homarr/svg/zabbix.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zabka", label: "Zabka", path: "/icons/vendor/homarr/svg/zabka.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zalo", label: "Zalo", path: "/icons/vendor/homarr/svg/zalo.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zammad", label: "Zammad", path: "/icons/vendor/homarr/svg/zammad.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zapier", label: "Zapier", path: "/icons/vendor/homarr/svg/zapier.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zapier-dark", label: "Zapier Dark", path: "/icons/vendor/homarr/svg/zapier-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zashboard", label: "Zashboard", path: "/icons/vendor/homarr/svg/zashboard.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zashboard-dark", label: "Zashboard Dark", path: "/icons/vendor/homarr/svg/zashboard-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zellij", label: "Zellij", path: "/icons/vendor/homarr/png/zellij.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zen-browser", label: "Zen Browser", path: "/icons/vendor/homarr/svg/zen-browser.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zen-browser-dark", label: "Zen Browser Dark", path: "/icons/vendor/homarr/svg/zen-browser-dark.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zenarmor", label: "Zenarmor", path: "/icons/vendor/homarr/svg/zenarmor.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zendesk", label: "Zendesk", path: "/icons/vendor/homarr/svg/zendesk.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zerobyte", label: "Zerobyte", path: "/icons/vendor/homarr/png/zerobyte.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zerotier", label: "Zerotier", path: "/icons/vendor/homarr/svg/zerotier.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zerotier-light", label: "Zerotier Light", path: "/icons/vendor/homarr/svg/zerotier-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zigbee2mqtt", label: "Zigbee2mqtt", path: "/icons/vendor/homarr/svg/zigbee2mqtt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zigbee2mqtt-light", label: "Zigbee2mqtt Light", path: "/icons/vendor/homarr/svg/zigbee2mqtt-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zima-os", label: "Zima Os", path: "/icons/vendor/homarr/png/zima-os.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zimbra", label: "Zimbra", path: "/icons/vendor/homarr/svg/zimbra.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zipcaptions", label: "Zipcaptions", path: "/icons/vendor/homarr/svg/zipcaptions.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zipline", label: "Zipline", path: "/icons/vendor/homarr/svg/zipline.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zipline-diced", label: "Zipline Diced", path: "/icons/vendor/homarr/svg/zipline-diced.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zipline-light", label: "Zipline Light", path: "/icons/vendor/homarr/svg/zipline-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zitadel", label: "Zitadel", path: "/icons/vendor/homarr/svg/zitadel.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zitadel-light", label: "Zitadel Light", path: "/icons/vendor/homarr/svg/zitadel-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:znc", label: "Znc", path: "/icons/vendor/homarr/png/znc.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zohomail", label: "Zohomail", path: "/icons/vendor/homarr/svg/zohomail.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zomro", label: "Zomro", path: "/icons/vendor/homarr/svg/zomro.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zoneminder", label: "Zoneminder", path: "/icons/vendor/homarr/png/zoneminder.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zoom", label: "Zoom", path: "/icons/vendor/homarr/svg/zoom.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zoom-alt", label: "Zoom Alt", path: "/icons/vendor/homarr/svg/zoom-alt.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zoraxy", label: "Zoraxy", path: "/icons/vendor/homarr/svg/zoraxy.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zorin-linux", label: "Zorin Linux", path: "/icons/vendor/homarr/svg/zorin-linux.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zot-registry", label: "Zot Registry", path: "/icons/vendor/homarr/svg/zot-registry.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zulip", label: "Zulip", path: "/icons/vendor/homarr/svg/zulip.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zwavejs2mqtt", label: "Zwavejs2mqtt", path: "/icons/vendor/homarr/png/zwavejs2mqtt.png", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zyxel-communications", label: "Zyxel Communications", path: "/icons/vendor/homarr/svg/zyxel-communications.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zyxel-communications-light", label: "Zyxel Communications Light", path: "/icons/vendor/homarr/svg/zyxel-communications-light.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zyxel-networks", label: "Zyxel Networks", path: "/icons/vendor/homarr/svg/zyxel-networks.svg", source: 'homarr-dashboard-icons' },
+ { key: "homarr:zyxel-networks-light", label: "Zyxel Networks Light", path: "/icons/vendor/homarr/svg/zyxel-networks-light.svg", source: 'homarr-dashboard-icons' },
+];
diff --git a/src/lib/data/networkEditor.ts b/src/lib/data/networkEditor.ts
new file mode 100644
index 0000000..691e9ff
--- /dev/null
+++ b/src/lib/data/networkEditor.ts
@@ -0,0 +1,370 @@
+import type { Machine, NetworkData, NetworkDevice, Port, VM } from '../types';
+
+export type OwnerKind = 'machine' | 'device';
+
+interface OwnerRef {
+ kind: OwnerKind;
+ name: string;
+ ports: Port[];
+}
+
+function deepClone
(value: T): T {
+ if (typeof structuredClone === 'function') {
+ return structuredClone(value);
+ }
+ return JSON.parse(JSON.stringify(value)) as T;
+}
+
+function equalsIgnoreCase(a: string, b: string): boolean {
+ return a.localeCompare(b, undefined, { sensitivity: 'accent' }) === 0;
+}
+
+function normalizePorts(ports: Port[] | undefined): Port[] {
+ return Array.isArray(ports) ? ports : [];
+}
+
+function normalizeVms(vms: VM[] | undefined): VM[] {
+ return Array.isArray(vms) ? vms : [];
+}
+
+function allOwners(data: NetworkData): OwnerRef[] {
+ const machineOwners = data.machines.map((machine) => {
+ const ports = normalizePorts(machine.ports);
+ return {
+ kind: 'machine' as const,
+ name: machine.machineName,
+ ports
+ };
+ });
+ const deviceOwners = data.devices.map((device) => {
+ const ports = normalizePorts(device.ports);
+ return {
+ kind: 'device' as const,
+ name: device.name,
+ ports
+ };
+ });
+ return [...machineOwners, ...deviceOwners];
+}
+
+export function cloneNetworkData(data: NetworkData): NetworkData {
+ const cloned = deepClone(data);
+ for (const machine of cloned.machines) {
+ machine.ports = normalizePorts(machine.ports);
+ machine.software = {
+ vms: normalizeVms(machine.software?.vms)
+ };
+ }
+ for (const device of cloned.devices) {
+ device.ports = normalizePorts(device.ports);
+ }
+ return cloned;
+}
+
+function findOwnerByKindAndName(data: NetworkData, kind: OwnerKind, name: string): OwnerRef | undefined {
+ if (kind === 'machine') {
+ const machine = data.machines.find((item) => equalsIgnoreCase(item.machineName, name));
+ if (!machine) {
+ return undefined;
+ }
+ machine.ports = normalizePorts(machine.ports);
+ return {
+ kind,
+ name: machine.machineName,
+ ports: machine.ports
+ };
+ }
+
+ const device = data.devices.find((item) => equalsIgnoreCase(item.name, name));
+ if (!device) {
+ return undefined;
+ }
+ device.ports = normalizePorts(device.ports);
+ return {
+ kind,
+ name: device.name,
+ ports: device.ports
+ };
+}
+
+function findOwnerByName(data: NetworkData, name: string): OwnerRef | undefined {
+ const owners = allOwners(data);
+ return owners.find((owner) => equalsIgnoreCase(owner.name, name));
+}
+
+function findPort(owner: OwnerRef, portName: string): Port | undefined {
+ return owner.ports.find((port) => equalsIgnoreCase(port.portName, portName));
+}
+
+function ensureReciprocalConnections(data: NetworkData) {
+ const owners = allOwners(data);
+
+ for (const owner of owners) {
+ for (const port of owner.ports) {
+ if (!port.connectedTo) {
+ continue;
+ }
+
+ const targetOwner = owners.find((candidate) =>
+ equalsIgnoreCase(candidate.name, port.connectedTo!.device)
+ );
+ if (!targetOwner) {
+ delete port.connectedTo;
+ continue;
+ }
+
+ const targetPort = findPort(targetOwner, port.connectedTo.port);
+ if (!targetPort) {
+ delete port.connectedTo;
+ continue;
+ }
+
+ const expectedReciprocal = {
+ device: owner.name,
+ port: port.portName
+ };
+ if (!targetPort.connectedTo) {
+ targetPort.connectedTo = expectedReciprocal;
+ continue;
+ }
+
+ const hasMatchingReciprocal =
+ equalsIgnoreCase(targetPort.connectedTo.device, owner.name) &&
+ equalsIgnoreCase(targetPort.connectedTo.port, port.portName);
+ if (hasMatchingReciprocal) {
+ continue;
+ }
+ }
+ }
+ }
+
+function clearInboundReferences(data: NetworkData, predicate: (connection: Port['connectedTo']) => boolean) {
+ for (const owner of allOwners(data)) {
+ for (const port of owner.ports) {
+ if (!port.connectedTo) {
+ continue;
+ }
+ if (predicate(port.connectedTo)) {
+ delete port.connectedTo;
+ }
+ }
+ }
+}
+
+export function withReconciledConnections(data: NetworkData): NetworkData {
+ const cloned = cloneNetworkData(data);
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
+
+export function createEmptyMachine(): Machine {
+ return {
+ machineName: 'New Machine',
+ ipAddress: '192.168.1.100',
+ role: 'Role',
+ operatingSystem: 'OS',
+ software: {
+ vms: []
+ },
+ hardware: {
+ cpu: 'CPU',
+ ram: '8GB',
+ networkPorts: 1
+ },
+ ports: []
+ };
+}
+
+export function createEmptyDevice(): NetworkDevice {
+ return {
+ name: 'New Device',
+ ipAddress: '192.168.1.200',
+ type: 'Device',
+ notes: '',
+ ports: []
+ };
+}
+
+export function createEmptyVm(): VM {
+ return {
+ name: 'New VM',
+ role: 'Role',
+ ipAddress: '192.168.1.201'
+ };
+}
+
+export function createEmptyPort(prefix = 'eth'): Port {
+ return {
+ portName: `${prefix}0`,
+ speedGbps: 1
+ };
+}
+
+export function renameOwner(
+ data: NetworkData,
+ kind: OwnerKind,
+ previousName: string,
+ nextName: string
+): NetworkData {
+ const cloned = cloneNetworkData(data);
+ if (equalsIgnoreCase(previousName, nextName)) {
+ return cloned;
+ }
+
+ if (kind === 'machine') {
+ const machine = cloned.machines.find((item) => equalsIgnoreCase(item.machineName, previousName));
+ if (machine) {
+ machine.machineName = nextName;
+ }
+ } else {
+ const device = cloned.devices.find((item) => equalsIgnoreCase(item.name, previousName));
+ if (device) {
+ device.name = nextName;
+ }
+ }
+
+ for (const owner of allOwners(cloned)) {
+ for (const port of owner.ports) {
+ if (port.connectedTo && equalsIgnoreCase(port.connectedTo.device, previousName)) {
+ port.connectedTo.device = nextName;
+ }
+ }
+ }
+
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
+
+export function renamePort(
+ data: NetworkData,
+ kind: OwnerKind,
+ ownerName: string,
+ previousPortName: string,
+ nextPortName: string
+): NetworkData {
+ const cloned = cloneNetworkData(data);
+ if (equalsIgnoreCase(previousPortName, nextPortName)) {
+ return cloned;
+ }
+
+ const owner = findOwnerByKindAndName(cloned, kind, ownerName);
+ if (!owner) {
+ return cloned;
+ }
+
+ const port = findPort(owner, previousPortName);
+ if (!port) {
+ return cloned;
+ }
+ port.portName = nextPortName;
+
+ for (const candidateOwner of allOwners(cloned)) {
+ for (const candidatePort of candidateOwner.ports) {
+ if (
+ candidatePort.connectedTo &&
+ equalsIgnoreCase(candidatePort.connectedTo.device, owner.name) &&
+ equalsIgnoreCase(candidatePort.connectedTo.port, previousPortName)
+ ) {
+ candidatePort.connectedTo.port = nextPortName;
+ }
+ }
+ }
+
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
+
+export function deleteOwner(data: NetworkData, kind: OwnerKind, ownerName: string): NetworkData {
+ const cloned = cloneNetworkData(data);
+
+ if (kind === 'machine') {
+ cloned.machines = cloned.machines.filter((machine) => !equalsIgnoreCase(machine.machineName, ownerName));
+ } else {
+ cloned.devices = cloned.devices.filter((device) => !equalsIgnoreCase(device.name, ownerName));
+ }
+
+ clearInboundReferences(
+ cloned,
+ (connection) => Boolean(connection && equalsIgnoreCase(connection.device, ownerName))
+ );
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
+
+export function deletePort(
+ data: NetworkData,
+ kind: OwnerKind,
+ ownerName: string,
+ portName: string
+): NetworkData {
+ const cloned = cloneNetworkData(data);
+ const owner = findOwnerByKindAndName(cloned, kind, ownerName);
+ if (!owner) {
+ return cloned;
+ }
+
+ owner.ports = owner.ports.filter((port) => !equalsIgnoreCase(port.portName, portName));
+
+ if (kind === 'machine') {
+ const machine = cloned.machines.find((item) => equalsIgnoreCase(item.machineName, ownerName));
+ if (machine) {
+ machine.ports = owner.ports;
+ }
+ } else {
+ const device = cloned.devices.find((item) => equalsIgnoreCase(item.name, ownerName));
+ if (device) {
+ device.ports = owner.ports;
+ }
+ }
+
+ clearInboundReferences(
+ cloned,
+ (connection) =>
+ Boolean(
+ connection &&
+ equalsIgnoreCase(connection.device, ownerName) &&
+ equalsIgnoreCase(connection.port, portName)
+ )
+ );
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
+
+export function setPortConnection(
+ data: NetworkData,
+ kind: OwnerKind,
+ ownerName: string,
+ portName: string,
+ target: Port['connectedTo'] | undefined
+): NetworkData {
+ const cloned = cloneNetworkData(data);
+ const owner = findOwnerByKindAndName(cloned, kind, ownerName);
+ if (!owner) {
+ return cloned;
+ }
+ const port = findPort(owner, portName);
+ if (!port) {
+ return cloned;
+ }
+
+ const previousConnection = port.connectedTo;
+ if (previousConnection) {
+ const previousOwner = findOwnerByName(cloned, previousConnection.device);
+ const previousPort = previousOwner ? findPort(previousOwner, previousConnection.port) : undefined;
+ if (previousPort) {
+ delete previousPort.connectedTo;
+ }
+ }
+
+ if (!target?.device || !target.port) {
+ delete port.connectedTo;
+ return cloned;
+ }
+
+ port.connectedTo = {
+ device: target.device,
+ port: target.port
+ };
+ ensureReciprocalConnections(cloned);
+ return cloned;
+}
diff --git a/src/lib/data/networkSchema.ts b/src/lib/data/networkSchema.ts
new file mode 100644
index 0000000..0febe29
--- /dev/null
+++ b/src/lib/data/networkSchema.ts
@@ -0,0 +1,24 @@
+import {
+ normalizeNetworkData as normalizeNetworkDataCore,
+ validateNetworkData as validateNetworkDataCore
+} from '../shared/networkSchemaCore.mjs';
+import type { NetworkData } from '../types';
+
+export interface ValidationIssue {
+ path: string;
+ message: string;
+}
+
+export interface ValidationResult {
+ valid: boolean;
+ errors: ValidationIssue[];
+ data?: NetworkData;
+}
+
+export function validateNetworkData(value: unknown): ValidationResult {
+ return validateNetworkDataCore(value) as ValidationResult;
+}
+
+export function normalizeNetworkData(data: NetworkData): NetworkData {
+ return normalizeNetworkDataCore(data) as NetworkData;
+}
diff --git a/src/lib/graph/transformNetworkData.ts b/src/lib/graph/transformNetworkData.ts
index c3781b7..67afc16 100644
--- a/src/lib/graph/transformNetworkData.ts
+++ b/src/lib/graph/transformNetworkData.ts
@@ -1,4 +1,5 @@
import type { ConnectedPortRef, NetworkData, Port } from '../types';
+import { resolveIconPath } from '../config/iconRegistry';
import type { GraphEdgeElement, GraphNodeElement, GraphTransformResult } from './types';
interface EndpointOwner {
@@ -8,8 +9,12 @@ interface EndpointOwner {
ports: Map;
}
-function toOwnerKey(kind: EndpointOwner['kind'], name: string): string {
- return `${kind}:${name}`;
+function normalizeOwnerName(name: string): string {
+ return name.trim().toLowerCase();
+}
+
+function toOwnerLookupKey(kind: EndpointOwner['kind'], name: string): string {
+ return `${kind}:${normalizeOwnerName(name)}`;
}
function toMachineNodeId(name: string): string {
@@ -75,7 +80,7 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
vmCount: number;
}
> = {};
- const ownersByKey = new Map();
+ const ownersByLookup = new Map();
const seenWarnings = new Set();
const warn = (message: string) => {
@@ -86,14 +91,14 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
};
const addOwner = (owner: EndpointOwner) => {
- const ownerKey = toOwnerKey(owner.kind, owner.name);
- if (ownersByKey.has(ownerKey)) {
+ const ownerLookupKey = toOwnerLookupKey(owner.kind, owner.name);
+ if (ownersByLookup.has(ownerLookupKey)) {
warn(
`Duplicate ${owner.kind} name "${owner.name}" found. First occurrence will be used for link resolution.`
);
return;
}
- ownersByKey.set(ownerKey, owner);
+ ownersByLookup.set(ownerLookupKey, owner);
};
let hostingEdgeCounter = 0;
@@ -110,24 +115,27 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
nodes.push({
data: {
- id: machineNodeId,
- label: machine.machineName,
- rawName: machine.machineName,
- kind: 'machine',
+ id: machineNodeId,
+ label: machine.machineName,
+ rawName: machine.machineName,
+ kind: 'machine',
+ iconKey: machine.iconKey,
+ iconUrl: resolveIconPath(machine.iconKey),
nodeWidth: 200,
nodeHeight: 110,
details: {
type: 'machine',
- name: machine.machineName,
- ip: machine.ipAddress,
- role: machine.role,
- os: machine.operatingSystem,
- cpu: machine.hardware?.cpu ?? 'Unknown',
- ram: machine.hardware?.ram ?? 'Unknown',
- gpu: machine.hardware?.gpu ?? undefined,
- ports: machinePortsList,
- vmCount: machineVms.length,
- vms: machineVms
+ name: machine.machineName,
+ iconKey: machine.iconKey,
+ ip: machine.ipAddress,
+ role: machine.role,
+ os: machine.operatingSystem,
+ cpu: machine.hardware?.cpu ?? 'Unknown',
+ ram: machine.hardware?.ram ?? 'Unknown',
+ gpu: machine.hardware?.gpu ?? undefined,
+ ports: machinePortsList,
+ vmCount: machineVms.length,
+ vms: machineVms
}
}
});
@@ -148,11 +156,14 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
rawName: vm.name,
kind: 'vm',
hostMachineId: machineNodeId,
+ iconKey: vm.iconKey,
+ iconUrl: resolveIconPath(vm.iconKey),
nodeWidth: 140,
nodeHeight: 66,
details: {
type: 'vm',
name: vm.name,
+ iconKey: vm.iconKey,
ip: vm.ipAddress,
role: vm.role,
hostName: machine.machineName
@@ -199,11 +210,14 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
label: device.name,
rawName: device.name,
kind: 'device',
+ iconKey: device.iconKey,
+ iconUrl: resolveIconPath(device.iconKey),
nodeWidth: 176,
nodeHeight: 116,
details: {
type: 'device',
name: device.name,
+ iconKey: device.iconKey,
ip: device.ipAddress,
deviceType: device.type,
notes: device.notes,
@@ -228,15 +242,17 @@ export default function transformNetworkDataToGraph(data: NetworkData): GraphTra
const seenPhysicalConnections = new Set();
let physicalEdgeCounter = 0;
- for (const owner of ownersByKey.values()) {
+ for (const owner of ownersByLookup.values()) {
for (const port of owner.ports.values()) {
const connectedTo = parseConnectedTo(port.connectedTo);
if (!connectedTo) {
continue;
}
- const machineTargetOwner = ownersByKey.get(toOwnerKey('machine', connectedTo.device));
- const deviceTargetOwner = ownersByKey.get(toOwnerKey('device', connectedTo.device));
+ const machineTargetOwner = ownersByLookup.get(
+ toOwnerLookupKey('machine', connectedTo.device)
+ );
+ const deviceTargetOwner = ownersByLookup.get(toOwnerLookupKey('device', connectedTo.device));
if (machineTargetOwner && deviceTargetOwner) {
warn(
`Link from "${owner.name}:${port.portName}" references ambiguous device "${connectedTo.device}" (matches both machine and device names).`
diff --git a/src/lib/graph/types.ts b/src/lib/graph/types.ts
index e80324e..c2a5504 100644
--- a/src/lib/graph/types.ts
+++ b/src/lib/graph/types.ts
@@ -13,6 +13,7 @@ export interface PortDetails {
export interface MachineDetails {
type: 'machine';
name: string;
+ iconKey?: string;
ip: string;
role: string;
os: string;
@@ -31,6 +32,7 @@ export interface MachineDetails {
export interface DeviceDetails {
type: 'device';
name: string;
+ iconKey?: string;
ip: string;
deviceType: string;
notes?: string;
@@ -40,6 +42,7 @@ export interface DeviceDetails {
export interface VmDetails {
type: 'vm';
name: string;
+ iconKey?: string;
ip: string;
role: string;
hostName: string;
@@ -55,6 +58,8 @@ export interface GraphNodeData {
hostMachineId?: string;
nodeWidth?: number;
nodeHeight?: number;
+ iconUrl?: string;
+ iconKey?: string;
details?: GraphNodeDetails;
}
diff --git a/src/lib/server/networkPersistence.ts b/src/lib/server/networkPersistence.ts
new file mode 100644
index 0000000..455bae1
--- /dev/null
+++ b/src/lib/server/networkPersistence.ts
@@ -0,0 +1,29 @@
+import {
+ checkWritableState as checkWritableStateCore,
+ isWriteEnabled as isWriteEnabledCore,
+ readNetworkFile as readNetworkFileCore,
+ writeNetworkFile as writeNetworkFileCore
+} from '../shared/networkPersistenceCore.mjs';
+
+import type { NetworkData } from '../types';
+
+export interface NetworkFileMetadata {
+ source: string;
+ updatedAt: string;
+}
+
+export function isWriteEnabled(): boolean {
+ return isWriteEnabledCore();
+}
+
+export async function readNetworkFile(): Promise<{ data: NetworkData } & NetworkFileMetadata> {
+ return (await readNetworkFileCore()) as { data: NetworkData } & NetworkFileMetadata;
+}
+
+export async function writeNetworkFile(data: NetworkData): Promise {
+ return (await writeNetworkFileCore(data)) as NetworkFileMetadata;
+}
+
+export async function checkWritableState(): Promise {
+ return checkWritableStateCore();
+}
diff --git a/src/lib/shared/networkPersistenceCore.mjs b/src/lib/shared/networkPersistenceCore.mjs
new file mode 100644
index 0000000..55a6c85
--- /dev/null
+++ b/src/lib/shared/networkPersistenceCore.mjs
@@ -0,0 +1,170 @@
+import { constants } from 'node:fs';
+import {
+ access,
+ copyFile,
+ mkdir,
+ open,
+ readFile,
+ readdir,
+ rename,
+ stat,
+ unlink
+} from 'node:fs/promises';
+import path from 'node:path';
+
+/**
+ * @typedef {{ machines: unknown[]; devices: unknown[] }} NetworkData
+ * @typedef {{ source: string; updatedAt: string }} NetworkFileMetadata
+ * @typedef {{ data: NetworkData } & NetworkFileMetadata} NetworkFileReadResult
+ */
+
+const NETWORK_READ_ONLY = process.env.NETWORK_READ_ONLY === 'true';
+const DATA_FILE_DEFAULT = path.resolve(process.cwd(), 'data/network.json');
+const BACKUP_DIR_DEFAULT = path.resolve(process.cwd(), 'data/.backups');
+
+/**
+ * @returns {string}
+ */
+function resolveDataFilePath() {
+ return path.resolve(process.env.NETWORK_DATA_FILE ?? DATA_FILE_DEFAULT);
+}
+
+/**
+ * @returns {string}
+ */
+function resolveBackupDirectory() {
+ return path.resolve(process.env.NETWORK_BACKUP_DIR ?? BACKUP_DIR_DEFAULT);
+}
+
+/**
+ * @returns {boolean}
+ */
+export function isWriteEnabled() {
+ return !NETWORK_READ_ONLY;
+}
+
+/**
+ * @param {string} dataFilePath
+ * @returns {Promise}
+ */
+async function readUpdatedAt(dataFilePath) {
+ const dataFileStats = await stat(dataFilePath);
+ return dataFileStats.mtime.toISOString();
+}
+
+/**
+ * @returns {Promise}
+ */
+export async function readNetworkFile() {
+ const source = resolveDataFilePath();
+ const raw = await readFile(source, 'utf8');
+ const parsed = JSON.parse(raw);
+ const updatedAt = await readUpdatedAt(source);
+ return {
+ data: parsed,
+ source,
+ updatedAt
+ };
+}
+
+/**
+ * @param {string} dataFilePath
+ * @param {string} backupDirectory
+ * @returns {Promise}
+ */
+export async function createBackupIfPresent(dataFilePath, backupDirectory) {
+ try {
+ await access(dataFilePath, constants.F_OK);
+ } catch {
+ return;
+ }
+
+ await mkdir(backupDirectory, { recursive: true });
+ const base = path.basename(dataFilePath);
+ const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
+ const backupFilePath = path.join(backupDirectory, `${base}.${timestamp}.bak`);
+ await copyFile(dataFilePath, backupFilePath);
+}
+
+/**
+ * @param {string} backupDirectory
+ * @param {string} baseName
+ * @param {number} [keep]
+ * @returns {Promise}
+ */
+export async function trimBackups(backupDirectory, baseName, keep = 5) {
+ /** @type {Array<{ name: string; time: number }>} */
+ let entries = [];
+ try {
+ const files = await readdir(backupDirectory);
+ entries = await Promise.all(
+ files
+ .filter((file) => file.startsWith(`${baseName}.`) && file.endsWith('.bak'))
+ .map(async (file) => {
+ const filePath = path.join(backupDirectory, file);
+ const info = await stat(filePath);
+ return { name: filePath, time: info.mtimeMs };
+ })
+ );
+ } catch {
+ return;
+ }
+
+ entries.sort((a, b) => b.time - a.time);
+ await Promise.all(entries.slice(keep).map((entry) => unlink(entry.name).catch(() => undefined)));
+}
+
+/**
+ * @param {NetworkData} data
+ * @returns {Promise}
+ */
+export async function writeNetworkFile(data) {
+ const source = resolveDataFilePath();
+ const backupDirectory = resolveBackupDirectory();
+ const directory = path.dirname(source);
+ await mkdir(directory, { recursive: true });
+ await createBackupIfPresent(source, backupDirectory);
+
+ const temporaryPath = `${source}.tmp-${Date.now()}-${process.pid}`;
+ const jsonPayload = `${JSON.stringify(data, null, '\t')}\n`;
+ const fileHandle = await open(temporaryPath, 'w');
+ try {
+ await fileHandle.writeFile(jsonPayload, 'utf8');
+ await fileHandle.sync();
+ } finally {
+ await fileHandle.close();
+ }
+ try {
+ await rename(temporaryPath, source);
+ } catch (renameError) {
+ await unlink(temporaryPath).catch(() => undefined);
+ throw renameError;
+ }
+
+ await trimBackups(backupDirectory, path.basename(source), 5);
+ const updatedAt = await readUpdatedAt(source);
+
+ return {
+ source,
+ updatedAt
+ };
+}
+
+/**
+ * @returns {Promise}
+ */
+export async function checkWritableState() {
+ if (!isWriteEnabled()) {
+ return false;
+ }
+
+ const source = resolveDataFilePath();
+ const directory = path.dirname(source);
+ try {
+ await mkdir(directory, { recursive: true });
+ await access(directory, constants.W_OK);
+ } catch {
+ return false;
+ }
+ return true;
+}
diff --git a/src/lib/shared/networkSchemaCore.mjs b/src/lib/shared/networkSchemaCore.mjs
new file mode 100644
index 0000000..4e912b4
--- /dev/null
+++ b/src/lib/shared/networkSchemaCore.mjs
@@ -0,0 +1,455 @@
+/**
+ * @typedef {{ path: string; message: string }} ValidationIssue
+ * @typedef {{ device: string; port: string }} ConnectedTo
+ * @typedef {{ portName: string; speedGbps?: number; connectedTo?: ConnectedTo }} Port
+ * @typedef {{ name: string; role: string; ipAddress: string; iconKey?: string }} VM
+ * @typedef {{ cpu: string; ram: string; networkPorts: number; networkPortSpeedGbps?: number; gpu?: string }} Hardware
+ * @typedef {{ machineName: string; ipAddress: string; role: string; operatingSystem: string; iconKey?: string; software: { vms: VM[] }; hardware: Hardware; ports?: Port[] }} Machine
+ * @typedef {{ name: string; ipAddress: string; type: string; iconKey?: string; notes?: string; ports?: Port[] }} NetworkDevice
+ * @typedef {{ machines: Machine[]; devices: NetworkDevice[] }} NetworkData
+ * @typedef {{ valid: boolean; errors: ValidationIssue[]; data?: NetworkData }} ValidationResult
+ * @typedef {{ allowEmpty?: boolean; optional?: boolean }} ReadStringOptions
+ * @typedef {{ optional?: boolean; min?: number }} ReadNumberOptions
+ * @typedef {{ port: Port; originalIndex: number }} PortEntry
+ * @typedef {{ vm: VM; originalIndex: number }} VmEntry
+ */
+
+/**
+ * @template T
+ * @param {T} value
+ * @returns {T}
+ */
+function deepClone(value) {
+ if (typeof structuredClone === 'function') {
+ return structuredClone(value);
+ }
+ return JSON.parse(JSON.stringify(value));
+}
+
+/**
+ * @param {unknown} value
+ * @returns {value is Record}
+ */
+function isRecord(value) {
+ return Boolean(value) && typeof value === 'object' && !Array.isArray(value);
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @param {ReadStringOptions} [options]
+ * @returns {string | undefined}
+ */
+function readString(issues, path, value, options) {
+ if (value === undefined || value === null) {
+ if (options?.optional) {
+ return undefined;
+ }
+ issues.push({ path, message: 'is required' });
+ return undefined;
+ }
+ if (typeof value !== 'string') {
+ issues.push({ path, message: 'must be a string' });
+ return undefined;
+ }
+ const trimmed = value.trim();
+ if (!options?.allowEmpty && trimmed.length === 0) {
+ issues.push({ path, message: 'cannot be empty' });
+ return undefined;
+ }
+ return trimmed;
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @param {ReadNumberOptions} [options]
+ * @returns {number | undefined}
+ */
+function readNumber(issues, path, value, options) {
+ if (value === undefined || value === null) {
+ if (options?.optional) {
+ return undefined;
+ }
+ issues.push({ path, message: 'is required' });
+ return undefined;
+ }
+ if (typeof value !== 'number' || Number.isNaN(value)) {
+ issues.push({ path, message: 'must be a number' });
+ return undefined;
+ }
+ if (typeof options?.min === 'number' && value < options.min) {
+ issues.push({ path, message: `must be >= ${options.min}` });
+ return undefined;
+ }
+ return value;
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @param {string} ownerLabel
+ * @returns {Port | null}
+ */
+export function normalizePort(issues, path, value, ownerLabel) {
+ if (!isRecord(value)) {
+ issues.push({ path, message: `must be an object (${ownerLabel} port)` });
+ return null;
+ }
+
+ const portName = readString(issues, `${path}.portName`, value.portName);
+ const speedGbps = readNumber(issues, `${path}.speedGbps`, value.speedGbps, {
+ optional: true,
+ min: 0
+ });
+
+ let connectedTo;
+ if (value.connectedTo !== undefined) {
+ if (!isRecord(value.connectedTo)) {
+ issues.push({ path: `${path}.connectedTo`, message: 'must be an object' });
+ } else {
+ const device = readString(issues, `${path}.connectedTo.device`, value.connectedTo.device);
+ const port = readString(issues, `${path}.connectedTo.port`, value.connectedTo.port);
+ if (device && port) {
+ connectedTo = { device, port };
+ }
+ }
+ }
+
+ if (!portName) {
+ return null;
+ }
+
+ return {
+ portName,
+ ...(typeof speedGbps === 'number' ? { speedGbps } : {}),
+ ...(connectedTo ? { connectedTo } : {})
+ };
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {PortEntry[]} portEntries
+ * @param {string} path
+ * @param {string} ownerName
+ * @returns {void}
+ */
+function validatePortUniqueness(issues, portEntries, path, ownerName) {
+ const seen = new Set();
+ for (const { port, originalIndex } of portEntries) {
+ const key = port.portName.toLowerCase();
+ if (seen.has(key)) {
+ issues.push({
+ path: `${path}[${originalIndex}].portName`,
+ message: `duplicate port name "${port.portName}" for ${ownerName}`
+ });
+ }
+ seen.add(key);
+ }
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @returns {VM | null}
+ */
+export function normalizeVm(issues, path, value) {
+ if (!isRecord(value)) {
+ issues.push({ path, message: 'must be an object (vm)' });
+ return null;
+ }
+ const name = readString(issues, `${path}.name`, value.name);
+ const role = readString(issues, `${path}.role`, value.role);
+ const ipAddress = readString(issues, `${path}.ipAddress`, value.ipAddress);
+ const iconKey = readString(issues, `${path}.iconKey`, value.iconKey, { optional: true });
+
+ if (!name || !role || !ipAddress) {
+ return null;
+ }
+
+ return {
+ name,
+ role,
+ ipAddress,
+ ...(iconKey ? { iconKey } : {})
+ };
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @returns {Machine | null}
+ */
+function normalizeMachine(issues, path, value) {
+ if (!isRecord(value)) {
+ issues.push({ path, message: 'must be an object (machine)' });
+ return null;
+ }
+
+ const machineName = readString(issues, `${path}.machineName`, value.machineName);
+ const ipAddress = readString(issues, `${path}.ipAddress`, value.ipAddress);
+ const role = readString(issues, `${path}.role`, value.role);
+ const operatingSystem = readString(issues, `${path}.operatingSystem`, value.operatingSystem);
+ const iconKey = readString(issues, `${path}.iconKey`, value.iconKey, { optional: true });
+
+ const softwareRaw = value.software;
+ if (!isRecord(softwareRaw)) {
+ issues.push({ path: `${path}.software`, message: 'must be an object' });
+ }
+ const vmRaw = isRecord(softwareRaw) ? softwareRaw.vms : undefined;
+ if (!Array.isArray(vmRaw)) {
+ issues.push({ path: `${path}.software.vms`, message: 'must be an array' });
+ }
+ /** @type {VmEntry[]} */
+ const vmEntries = [];
+ const vms = [];
+ for (const [vmIndex, vmValue] of (Array.isArray(vmRaw) ? vmRaw : []).entries()) {
+ const vm = normalizeVm(issues, `${path}.software.vms[${vmIndex}]`, vmValue);
+ if (vm) {
+ vmEntries.push({ vm, originalIndex: vmIndex });
+ vms.push(vm);
+ }
+ }
+
+ const vmSeen = new Set();
+ for (const { vm, originalIndex } of vmEntries) {
+ const vmKey = vm.name.toLowerCase();
+ if (vmSeen.has(vmKey)) {
+ issues.push({
+ path: `${path}.software.vms[${originalIndex}].name`,
+ message: `duplicate VM name "${vm.name}" for machine "${machineName ?? 'unknown'}"`
+ });
+ }
+ vmSeen.add(vmKey);
+ }
+
+ const hardwareRaw = value.hardware;
+ if (!isRecord(hardwareRaw)) {
+ issues.push({ path: `${path}.hardware`, message: 'must be an object' });
+ }
+ const hardware = {
+ cpu: readString(issues, `${path}.hardware.cpu`, isRecord(hardwareRaw) ? hardwareRaw.cpu : undefined),
+ ram: readString(issues, `${path}.hardware.ram`, isRecord(hardwareRaw) ? hardwareRaw.ram : undefined),
+ networkPorts: readNumber(
+ issues,
+ `${path}.hardware.networkPorts`,
+ isRecord(hardwareRaw) ? hardwareRaw.networkPorts : undefined,
+ { min: 0 }
+ ),
+ networkPortSpeedGbps: readNumber(
+ issues,
+ `${path}.hardware.networkPortSpeedGbps`,
+ isRecord(hardwareRaw) ? hardwareRaw.networkPortSpeedGbps : undefined,
+ { optional: true, min: 0 }
+ ),
+ gpu: readString(issues, `${path}.hardware.gpu`, isRecord(hardwareRaw) ? hardwareRaw.gpu : undefined, {
+ optional: true,
+ allowEmpty: true
+ })
+ };
+
+ const portsRaw = value.ports;
+ if (portsRaw !== undefined && !Array.isArray(portsRaw)) {
+ issues.push({ path: `${path}.ports`, message: 'must be an array when provided' });
+ }
+ /** @type {PortEntry[]} */
+ const portEntries = [];
+ const ports = [];
+ for (const [portIndex, portValue] of (Array.isArray(portsRaw) ? portsRaw : []).entries()) {
+ const port = normalizePort(issues, `${path}.ports[${portIndex}]`, portValue, 'machine');
+ if (port) {
+ portEntries.push({ port, originalIndex: portIndex });
+ ports.push(port);
+ }
+ }
+ validatePortUniqueness(issues, portEntries, `${path}.ports`, machineName ?? 'machine');
+
+ if (
+ !machineName ||
+ !ipAddress ||
+ !role ||
+ !operatingSystem ||
+ !hardware.cpu ||
+ !hardware.ram ||
+ typeof hardware.networkPorts !== 'number'
+ ) {
+ return null;
+ }
+
+ return {
+ machineName,
+ ipAddress,
+ role,
+ operatingSystem,
+ ...(iconKey ? { iconKey } : {}),
+ software: { vms },
+ hardware: {
+ cpu: hardware.cpu,
+ ram: hardware.ram,
+ networkPorts: hardware.networkPorts,
+ ...(typeof hardware.networkPortSpeedGbps === 'number'
+ ? { networkPortSpeedGbps: hardware.networkPortSpeedGbps }
+ : {}),
+ ...(hardware.gpu ? { gpu: hardware.gpu } : {})
+ },
+ ports
+ };
+}
+
+/**
+ * @param {ValidationIssue[]} issues
+ * @param {string} path
+ * @param {unknown} value
+ * @returns {NetworkDevice | null}
+ */
+function normalizeDevice(issues, path, value) {
+ if (!isRecord(value)) {
+ issues.push({ path, message: 'must be an object (device)' });
+ return null;
+ }
+
+ const name = readString(issues, `${path}.name`, value.name);
+ const ipAddress = readString(issues, `${path}.ipAddress`, value.ipAddress);
+ const type = readString(issues, `${path}.type`, value.type);
+ const notes = readString(issues, `${path}.notes`, value.notes, { optional: true, allowEmpty: true });
+ const iconKey = readString(issues, `${path}.iconKey`, value.iconKey, { optional: true });
+
+ const portsRaw = value.ports;
+ if (portsRaw !== undefined && !Array.isArray(portsRaw)) {
+ issues.push({ path: `${path}.ports`, message: 'must be an array when provided' });
+ }
+ /** @type {PortEntry[]} */
+ const portEntries = [];
+ const ports = [];
+ for (const [portIndex, portValue] of (Array.isArray(portsRaw) ? portsRaw : []).entries()) {
+ const port = normalizePort(issues, `${path}.ports[${portIndex}]`, portValue, 'device');
+ if (port) {
+ portEntries.push({ port, originalIndex: portIndex });
+ ports.push(port);
+ }
+ }
+ validatePortUniqueness(issues, portEntries, `${path}.ports`, name ?? 'device');
+
+ if (!name || !ipAddress || !type) {
+ return null;
+ }
+
+ return {
+ name,
+ ipAddress,
+ type,
+ ...(iconKey ? { iconKey } : {}),
+ ...(notes !== undefined ? { notes } : {}),
+ ports
+ };
+}
+
+/**
+ * @param {unknown} value
+ * @returns {ValidationResult}
+ */
+export function validateNetworkData(value) {
+ /** @type {ValidationIssue[]} */
+ const issues = [];
+ if (!isRecord(value)) {
+ return {
+ valid: false,
+ errors: [{ path: '$', message: 'must be an object with machines/devices arrays' }]
+ };
+ }
+
+ const machinesRaw = value.machines;
+ if (!Array.isArray(machinesRaw)) {
+ issues.push({ path: '$.machines', message: 'must be an array' });
+ }
+
+ const devicesRaw = value.devices;
+ if (!Array.isArray(devicesRaw)) {
+ issues.push({ path: '$.devices', message: 'must be an array' });
+ }
+
+ const machines = [];
+ const machineEntries = [];
+ for (const [machineIndex, machineValue] of (Array.isArray(machinesRaw) ? machinesRaw : []).entries()) {
+ const machine = normalizeMachine(issues, `$.machines[${machineIndex}]`, machineValue);
+ if (machine) {
+ machines.push(machine);
+ machineEntries.push({ machine, originalIndex: machineIndex });
+ }
+ }
+
+ const devices = [];
+ const deviceEntries = [];
+ for (const [deviceIndex, deviceValue] of (Array.isArray(devicesRaw) ? devicesRaw : []).entries()) {
+ const device = normalizeDevice(issues, `$.devices[${deviceIndex}]`, deviceValue);
+ if (device) {
+ devices.push(device);
+ deviceEntries.push({ device, originalIndex: deviceIndex });
+ }
+ }
+
+ const seenMachineNames = new Set();
+ for (const { machine, originalIndex } of machineEntries) {
+ const key = machine.machineName.toLowerCase();
+ if (seenMachineNames.has(key)) {
+ issues.push({
+ path: `$.machines[${originalIndex}].machineName`,
+ message: `duplicate machine name "${machine.machineName}"`
+ });
+ }
+ seenMachineNames.add(key);
+ }
+
+ const seenDeviceNames = new Set();
+ for (const { device, originalIndex } of deviceEntries) {
+ const key = device.name.toLowerCase();
+ if (seenDeviceNames.has(key)) {
+ issues.push({
+ path: `$.devices[${originalIndex}].name`,
+ message: `duplicate device name "${device.name}"`
+ });
+ }
+ seenDeviceNames.add(key);
+ }
+
+ for (const { machine, originalIndex } of machineEntries) {
+ if (seenDeviceNames.has(machine.machineName.toLowerCase())) {
+ issues.push({
+ path: `$.machines[${originalIndex}].machineName`,
+ message: `name "${machine.machineName}" collides with a device name`
+ });
+ }
+ }
+
+ const data = {
+ machines,
+ devices
+ };
+
+ return {
+ valid: issues.length === 0,
+ errors: issues,
+ ...(issues.length === 0 ? { data } : {})
+ };
+}
+
+/**
+ * @param {NetworkData} data
+ * @returns {NetworkData}
+ */
+export function normalizeNetworkData(data) {
+ const cloned = deepClone(data);
+ const validated = validateNetworkData(cloned);
+ if (!validated.valid || !validated.data) {
+ return {
+ machines: [],
+ devices: []
+ };
+ }
+ return validated.data;
+}
diff --git a/src/lib/stores/theme.ts b/src/lib/stores/theme.ts
new file mode 100644
index 0000000..251aa6d
--- /dev/null
+++ b/src/lib/stores/theme.ts
@@ -0,0 +1,55 @@
+import { writable } from 'svelte/store';
+
+export type ThemeMode = 'light' | 'dark';
+
+const STORAGE_KEY = 'ond-theme';
+
+function getInitialTheme(): ThemeMode {
+ if (typeof window === 'undefined') {
+ return 'light';
+ }
+ const stored = window.localStorage.getItem(STORAGE_KEY);
+ if (stored === 'light' || stored === 'dark') {
+ return stored;
+ }
+ return 'light';
+}
+
+function applyTheme(theme: ThemeMode) {
+ if (typeof document === 'undefined') {
+ return;
+ }
+ document.documentElement.setAttribute('data-theme', theme);
+}
+
+function createThemeStore() {
+ const store = writable('light');
+
+ return {
+ subscribe: store.subscribe,
+ initialize() {
+ const theme = getInitialTheme();
+ store.set(theme);
+ applyTheme(theme);
+ },
+ toggle() {
+ store.update((current) => {
+ const next = current === 'dark' ? 'light' : 'dark';
+ if (typeof window !== 'undefined') {
+ window.localStorage.setItem(STORAGE_KEY, next);
+ }
+ applyTheme(next);
+ return next;
+ });
+ },
+ set(theme: ThemeMode) {
+ if (typeof window !== 'undefined') {
+ window.localStorage.setItem(STORAGE_KEY, theme);
+ }
+ applyTheme(theme);
+ store.set(theme);
+ }
+ };
+}
+
+export const themeMode = createThemeStore();
diff --git a/src/lib/types.ts b/src/lib/types.ts
index 2fb4293..939d2fc 100644
--- a/src/lib/types.ts
+++ b/src/lib/types.ts
@@ -21,6 +21,7 @@ export interface VM {
name: string;
role: string;
ipAddress: string;
+ iconKey?: string;
}
export interface Software {
@@ -32,6 +33,7 @@ export interface Machine {
ipAddress: string;
role: string;
operatingSystem: string;
+ iconKey?: string;
software: Software;
hardware: Hardware;
ports?: Port[];
@@ -41,6 +43,7 @@ export interface NetworkDevice {
name: string;
ipAddress: string;
type: string;
+ iconKey?: string;
notes?: string;
ports?: Port[];
}
diff --git a/src/routes/api/network-data/+server.ts b/src/routes/api/network-data/+server.ts
new file mode 100644
index 0000000..8059aec
--- /dev/null
+++ b/src/routes/api/network-data/+server.ts
@@ -0,0 +1,91 @@
+import { json } from '@sveltejs/kit';
+
+import { validateNetworkData } from '$lib/data/networkSchema';
+import {
+ checkWritableState,
+ isWriteEnabled,
+ readNetworkFile,
+ writeNetworkFile
+} from '$lib/server/networkPersistence';
+import type { RequestHandler } from './$types';
+
+function serializeValidationErrors(errors: Array<{ path: string; message: string }>) {
+ return errors.map((issue) => ({
+ path: issue.path,
+ message: issue.message
+ }));
+}
+
+export const GET: RequestHandler = async () => {
+ try {
+ const [{ data, source, updatedAt }, writable] = await Promise.all([
+ readNetworkFile(),
+ checkWritableState()
+ ]);
+ const validation = validateNetworkData(data);
+ if (!validation.valid || !validation.data) {
+ return json(
+ {
+ error: 'Stored network data is invalid',
+ details: serializeValidationErrors(validation.errors)
+ },
+ { status: 500 }
+ );
+ }
+
+ return json({
+ data: validation.data,
+ writable,
+ source,
+ updatedAt
+ });
+ } catch (error) {
+ const message =
+ error instanceof Error && error.message ? error.message : 'Failed to read network data file';
+ return json({ error: message }, { status: 500 });
+ }
+};
+
+export const PUT: RequestHandler = async ({ request }) => {
+ if (!isWriteEnabled()) {
+ return json(
+ {
+ error: 'Write API disabled. Unset NETWORK_READ_ONLY to enable persistence.'
+ },
+ { status: 403 }
+ );
+ }
+
+ let payload: unknown;
+ try {
+ payload = await request.json();
+ } catch {
+ return json({ error: 'Request body must be valid JSON' }, { status: 400 });
+ }
+
+ const validation = validateNetworkData(payload);
+ if (!validation.valid || !validation.data) {
+ return json(
+ {
+ error: 'Network data validation failed',
+ details: serializeValidationErrors(validation.errors)
+ },
+ { status: 400 }
+ );
+ }
+
+ try {
+ const metadata = await writeNetworkFile(validation.data);
+ const writable = await checkWritableState();
+ return json({
+ data: validation.data,
+ writable,
+ source: metadata.source,
+ updatedAt: metadata.updatedAt
+ });
+ } catch (error) {
+ const message =
+ error instanceof Error && error.message ? error.message : 'Failed to persist network data';
+ return json({ error: message }, { status: 500 });
+ }
+};
diff --git a/static/icons/cloud.svg b/static/icons/cloud.svg
new file mode 100644
index 0000000..5183aa5
--- /dev/null
+++ b/static/icons/cloud.svg
@@ -0,0 +1,3 @@
+
diff --git a/static/icons/desktop.svg b/static/icons/desktop.svg
new file mode 100644
index 0000000..b00337a
--- /dev/null
+++ b/static/icons/desktop.svg
@@ -0,0 +1,5 @@
+
diff --git a/static/icons/router.svg b/static/icons/router.svg
new file mode 100644
index 0000000..d422120
--- /dev/null
+++ b/static/icons/router.svg
@@ -0,0 +1,7 @@
+
diff --git a/static/icons/server.svg b/static/icons/server.svg
new file mode 100644
index 0000000..4fff3dc
--- /dev/null
+++ b/static/icons/server.svg
@@ -0,0 +1,6 @@
+
diff --git a/static/icons/storage.svg b/static/icons/storage.svg
new file mode 100644
index 0000000..e84e3c6
--- /dev/null
+++ b/static/icons/storage.svg
@@ -0,0 +1,6 @@
+
diff --git a/static/icons/switch.svg b/static/icons/switch.svg
new file mode 100644
index 0000000..313c47c
--- /dev/null
+++ b/static/icons/switch.svg
@@ -0,0 +1,11 @@
+
diff --git a/static/icons/vendor/homarr/png/1337x.png b/static/icons/vendor/homarr/png/1337x.png
new file mode 100644
index 0000000..a124c2e
Binary files /dev/null and b/static/icons/vendor/homarr/png/1337x.png differ
diff --git a/static/icons/vendor/homarr/png/13ft.png b/static/icons/vendor/homarr/png/13ft.png
new file mode 100644
index 0000000..e3a8a9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/13ft.png differ
diff --git a/static/icons/vendor/homarr/png/1panel.png b/static/icons/vendor/homarr/png/1panel.png
new file mode 100644
index 0000000..1126af2
Binary files /dev/null and b/static/icons/vendor/homarr/png/1panel.png differ
diff --git a/static/icons/vendor/homarr/png/1password-dark.png b/static/icons/vendor/homarr/png/1password-dark.png
new file mode 100644
index 0000000..eaaaaec
Binary files /dev/null and b/static/icons/vendor/homarr/png/1password-dark.png differ
diff --git a/static/icons/vendor/homarr/png/1password.png b/static/icons/vendor/homarr/png/1password.png
new file mode 100644
index 0000000..13507fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/1password.png differ
diff --git a/static/icons/vendor/homarr/png/20i-dark.png b/static/icons/vendor/homarr/png/20i-dark.png
new file mode 100644
index 0000000..c79219d
Binary files /dev/null and b/static/icons/vendor/homarr/png/20i-dark.png differ
diff --git a/static/icons/vendor/homarr/png/20i.png b/static/icons/vendor/homarr/png/20i.png
new file mode 100644
index 0000000..17bd09b
Binary files /dev/null and b/static/icons/vendor/homarr/png/20i.png differ
diff --git a/static/icons/vendor/homarr/png/2fauth-light.png b/static/icons/vendor/homarr/png/2fauth-light.png
new file mode 100644
index 0000000..fbbbfe7
Binary files /dev/null and b/static/icons/vendor/homarr/png/2fauth-light.png differ
diff --git a/static/icons/vendor/homarr/png/2fauth.png b/static/icons/vendor/homarr/png/2fauth.png
new file mode 100644
index 0000000..3a528c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/2fauth.png differ
diff --git a/static/icons/vendor/homarr/png/3cx-light.png b/static/icons/vendor/homarr/png/3cx-light.png
new file mode 100644
index 0000000..002d3be
Binary files /dev/null and b/static/icons/vendor/homarr/png/3cx-light.png differ
diff --git a/static/icons/vendor/homarr/png/3cx.png b/static/icons/vendor/homarr/png/3cx.png
new file mode 100644
index 0000000..f353da7
Binary files /dev/null and b/static/icons/vendor/homarr/png/3cx.png differ
diff --git a/static/icons/vendor/homarr/png/4chan.png b/static/icons/vendor/homarr/png/4chan.png
new file mode 100644
index 0000000..0d099a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/4chan.png differ
diff --git a/static/icons/vendor/homarr/png/5etools-dark.png b/static/icons/vendor/homarr/png/5etools-dark.png
new file mode 100644
index 0000000..884688d
Binary files /dev/null and b/static/icons/vendor/homarr/png/5etools-dark.png differ
diff --git a/static/icons/vendor/homarr/png/5etools.png b/static/icons/vendor/homarr/png/5etools.png
new file mode 100644
index 0000000..61763f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/5etools.png differ
diff --git a/static/icons/vendor/homarr/png/7zip.png b/static/icons/vendor/homarr/png/7zip.png
new file mode 100644
index 0000000..d9e48c4
Binary files /dev/null and b/static/icons/vendor/homarr/png/7zip.png differ
diff --git a/static/icons/vendor/homarr/png/8311.png b/static/icons/vendor/homarr/png/8311.png
new file mode 100644
index 0000000..f299c73
Binary files /dev/null and b/static/icons/vendor/homarr/png/8311.png differ
diff --git a/static/icons/vendor/homarr/png/9anime.png b/static/icons/vendor/homarr/png/9anime.png
new file mode 100644
index 0000000..2c9c9db
Binary files /dev/null and b/static/icons/vendor/homarr/png/9anime.png differ
diff --git a/static/icons/vendor/homarr/png/a-mule.png b/static/icons/vendor/homarr/png/a-mule.png
new file mode 100644
index 0000000..ed3a73d
Binary files /dev/null and b/static/icons/vendor/homarr/png/a-mule.png differ
diff --git a/static/icons/vendor/homarr/png/a3.png b/static/icons/vendor/homarr/png/a3.png
new file mode 100644
index 0000000..a9809d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/a3.png differ
diff --git a/static/icons/vendor/homarr/png/aboard.png b/static/icons/vendor/homarr/png/aboard.png
new file mode 100644
index 0000000..3724af0
Binary files /dev/null and b/static/icons/vendor/homarr/png/aboard.png differ
diff --git a/static/icons/vendor/homarr/png/act.png b/static/icons/vendor/homarr/png/act.png
new file mode 100644
index 0000000..b64e1b7
Binary files /dev/null and b/static/icons/vendor/homarr/png/act.png differ
diff --git a/static/icons/vendor/homarr/png/action1.png b/static/icons/vendor/homarr/png/action1.png
new file mode 100644
index 0000000..508f04b
Binary files /dev/null and b/static/icons/vendor/homarr/png/action1.png differ
diff --git a/static/icons/vendor/homarr/png/activepieces.png b/static/icons/vendor/homarr/png/activepieces.png
new file mode 100644
index 0000000..4780e84
Binary files /dev/null and b/static/icons/vendor/homarr/png/activepieces.png differ
diff --git a/static/icons/vendor/homarr/png/actual-budget.png b/static/icons/vendor/homarr/png/actual-budget.png
new file mode 100644
index 0000000..29dbfb6
Binary files /dev/null and b/static/icons/vendor/homarr/png/actual-budget.png differ
diff --git a/static/icons/vendor/homarr/png/adblock.png b/static/icons/vendor/homarr/png/adblock.png
new file mode 100644
index 0000000..869112e
Binary files /dev/null and b/static/icons/vendor/homarr/png/adblock.png differ
diff --git a/static/icons/vendor/homarr/png/adguard-home-sync.png b/static/icons/vendor/homarr/png/adguard-home-sync.png
new file mode 100644
index 0000000..7b4e6d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/adguard-home-sync.png differ
diff --git a/static/icons/vendor/homarr/png/adguard-home.png b/static/icons/vendor/homarr/png/adguard-home.png
new file mode 100644
index 0000000..73f37ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/adguard-home.png differ
diff --git a/static/icons/vendor/homarr/png/adminer.png b/static/icons/vendor/homarr/png/adminer.png
new file mode 100644
index 0000000..a6a9f08
Binary files /dev/null and b/static/icons/vendor/homarr/png/adminer.png differ
diff --git a/static/icons/vendor/homarr/png/adobe.png b/static/icons/vendor/homarr/png/adobe.png
new file mode 100644
index 0000000..dcd3fbe
Binary files /dev/null and b/static/icons/vendor/homarr/png/adobe.png differ
diff --git a/static/icons/vendor/homarr/png/ads-b-exchange.png b/static/icons/vendor/homarr/png/ads-b-exchange.png
new file mode 100644
index 0000000..2efa3ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/ads-b-exchange.png differ
diff --git a/static/icons/vendor/homarr/png/adsb.png b/static/icons/vendor/homarr/png/adsb.png
new file mode 100644
index 0000000..b408adf
Binary files /dev/null and b/static/icons/vendor/homarr/png/adsb.png differ
diff --git a/static/icons/vendor/homarr/png/advanzia.png b/static/icons/vendor/homarr/png/advanzia.png
new file mode 100644
index 0000000..4fbb1c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/advanzia.png differ
diff --git a/static/icons/vendor/homarr/png/adventure-log.png b/static/icons/vendor/homarr/png/adventure-log.png
new file mode 100644
index 0000000..2f59392
Binary files /dev/null and b/static/icons/vendor/homarr/png/adventure-log.png differ
diff --git a/static/icons/vendor/homarr/png/affine-light.png b/static/icons/vendor/homarr/png/affine-light.png
new file mode 100644
index 0000000..1f1dd23
Binary files /dev/null and b/static/icons/vendor/homarr/png/affine-light.png differ
diff --git a/static/icons/vendor/homarr/png/affine.png b/static/icons/vendor/homarr/png/affine.png
new file mode 100644
index 0000000..22a6ad4
Binary files /dev/null and b/static/icons/vendor/homarr/png/affine.png differ
diff --git a/static/icons/vendor/homarr/png/agile-freaks.png b/static/icons/vendor/homarr/png/agile-freaks.png
new file mode 100644
index 0000000..a6e13a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/agile-freaks.png differ
diff --git a/static/icons/vendor/homarr/png/agregarr.png b/static/icons/vendor/homarr/png/agregarr.png
new file mode 100644
index 0000000..eb4b450
Binary files /dev/null and b/static/icons/vendor/homarr/png/agregarr.png differ
diff --git a/static/icons/vendor/homarr/png/ai-on-the-edge-device.png b/static/icons/vendor/homarr/png/ai-on-the-edge-device.png
new file mode 100644
index 0000000..674fce0
Binary files /dev/null and b/static/icons/vendor/homarr/png/ai-on-the-edge-device.png differ
diff --git a/static/icons/vendor/homarr/png/air-trail.png b/static/icons/vendor/homarr/png/air-trail.png
new file mode 100644
index 0000000..1bcb49a
Binary files /dev/null and b/static/icons/vendor/homarr/png/air-trail.png differ
diff --git a/static/icons/vendor/homarr/png/airsonic.png b/static/icons/vendor/homarr/png/airsonic.png
new file mode 100644
index 0000000..3bddf0b
Binary files /dev/null and b/static/icons/vendor/homarr/png/airsonic.png differ
diff --git a/static/icons/vendor/homarr/png/airtable.png b/static/icons/vendor/homarr/png/airtable.png
new file mode 100644
index 0000000..f5f2b80
Binary files /dev/null and b/static/icons/vendor/homarr/png/airtable.png differ
diff --git a/static/icons/vendor/homarr/png/airtel.png b/static/icons/vendor/homarr/png/airtel.png
new file mode 100644
index 0000000..8aff76e
Binary files /dev/null and b/static/icons/vendor/homarr/png/airtel.png differ
diff --git a/static/icons/vendor/homarr/png/airvpn.png b/static/icons/vendor/homarr/png/airvpn.png
new file mode 100644
index 0000000..e2a7234
Binary files /dev/null and b/static/icons/vendor/homarr/png/airvpn.png differ
diff --git a/static/icons/vendor/homarr/png/akamai.png b/static/icons/vendor/homarr/png/akamai.png
new file mode 100644
index 0000000..3c0fb7f
Binary files /dev/null and b/static/icons/vendor/homarr/png/akamai.png differ
diff --git a/static/icons/vendor/homarr/png/akaunting.png b/static/icons/vendor/homarr/png/akaunting.png
new file mode 100644
index 0000000..00e1a1a
Binary files /dev/null and b/static/icons/vendor/homarr/png/akaunting.png differ
diff --git a/static/icons/vendor/homarr/png/akkoma-light.png b/static/icons/vendor/homarr/png/akkoma-light.png
new file mode 100644
index 0000000..dbb48ef
Binary files /dev/null and b/static/icons/vendor/homarr/png/akkoma-light.png differ
diff --git a/static/icons/vendor/homarr/png/akkoma.png b/static/icons/vendor/homarr/png/akkoma.png
new file mode 100644
index 0000000..0cc9151
Binary files /dev/null and b/static/icons/vendor/homarr/png/akkoma.png differ
diff --git a/static/icons/vendor/homarr/png/alarmpi.png b/static/icons/vendor/homarr/png/alarmpi.png
new file mode 100644
index 0000000..97503eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/alarmpi.png differ
diff --git a/static/icons/vendor/homarr/png/albert-heijn.png b/static/icons/vendor/homarr/png/albert-heijn.png
new file mode 100644
index 0000000..7795d88
Binary files /dev/null and b/static/icons/vendor/homarr/png/albert-heijn.png differ
diff --git a/static/icons/vendor/homarr/png/alertmanager.png b/static/icons/vendor/homarr/png/alertmanager.png
new file mode 100644
index 0000000..d2dafda
Binary files /dev/null and b/static/icons/vendor/homarr/png/alertmanager.png differ
diff --git a/static/icons/vendor/homarr/png/alexa.png b/static/icons/vendor/homarr/png/alexa.png
new file mode 100644
index 0000000..0f3a419
Binary files /dev/null and b/static/icons/vendor/homarr/png/alexa.png differ
diff --git a/static/icons/vendor/homarr/png/alexandrie-dark.png b/static/icons/vendor/homarr/png/alexandrie-dark.png
new file mode 100644
index 0000000..67bcdab
Binary files /dev/null and b/static/icons/vendor/homarr/png/alexandrie-dark.png differ
diff --git a/static/icons/vendor/homarr/png/alexandrie.png b/static/icons/vendor/homarr/png/alexandrie.png
new file mode 100644
index 0000000..1080c08
Binary files /dev/null and b/static/icons/vendor/homarr/png/alexandrie.png differ
diff --git a/static/icons/vendor/homarr/png/algo.png b/static/icons/vendor/homarr/png/algo.png
new file mode 100644
index 0000000..1ecec27
Binary files /dev/null and b/static/icons/vendor/homarr/png/algo.png differ
diff --git a/static/icons/vendor/homarr/png/ali-mail.png b/static/icons/vendor/homarr/png/ali-mail.png
new file mode 100644
index 0000000..f5dde96
Binary files /dev/null and b/static/icons/vendor/homarr/png/ali-mail.png differ
diff --git a/static/icons/vendor/homarr/png/aliasvault.png b/static/icons/vendor/homarr/png/aliasvault.png
new file mode 100644
index 0000000..2447615
Binary files /dev/null and b/static/icons/vendor/homarr/png/aliasvault.png differ
diff --git a/static/icons/vendor/homarr/png/aliexpress.png b/static/icons/vendor/homarr/png/aliexpress.png
new file mode 100644
index 0000000..080e525
Binary files /dev/null and b/static/icons/vendor/homarr/png/aliexpress.png differ
diff --git a/static/icons/vendor/homarr/png/alist.png b/static/icons/vendor/homarr/png/alist.png
new file mode 100644
index 0000000..686e149
Binary files /dev/null and b/static/icons/vendor/homarr/png/alist.png differ
diff --git a/static/icons/vendor/homarr/png/aliyun.png b/static/icons/vendor/homarr/png/aliyun.png
new file mode 100644
index 0000000..0cd09bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/aliyun.png differ
diff --git a/static/icons/vendor/homarr/png/alloy.png b/static/icons/vendor/homarr/png/alloy.png
new file mode 100644
index 0000000..e2d2c6c
Binary files /dev/null and b/static/icons/vendor/homarr/png/alloy.png differ
diff --git a/static/icons/vendor/homarr/png/alltube-light.png b/static/icons/vendor/homarr/png/alltube-light.png
new file mode 100644
index 0000000..d5f79bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/alltube-light.png differ
diff --git a/static/icons/vendor/homarr/png/alltube.png b/static/icons/vendor/homarr/png/alltube.png
new file mode 100644
index 0000000..8f7e5bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/alltube.png differ
diff --git a/static/icons/vendor/homarr/png/alma-linux.png b/static/icons/vendor/homarr/png/alma-linux.png
new file mode 100644
index 0000000..895fe87
Binary files /dev/null and b/static/icons/vendor/homarr/png/alma-linux.png differ
diff --git a/static/icons/vendor/homarr/png/alpine-linux.png b/static/icons/vendor/homarr/png/alpine-linux.png
new file mode 100644
index 0000000..8d609a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/alpine-linux.png differ
diff --git a/static/icons/vendor/homarr/png/amazon-light.png b/static/icons/vendor/homarr/png/amazon-light.png
new file mode 100644
index 0000000..c618070
Binary files /dev/null and b/static/icons/vendor/homarr/png/amazon-light.png differ
diff --git a/static/icons/vendor/homarr/png/amazon-prime.png b/static/icons/vendor/homarr/png/amazon-prime.png
new file mode 100644
index 0000000..0e481b5
Binary files /dev/null and b/static/icons/vendor/homarr/png/amazon-prime.png differ
diff --git a/static/icons/vendor/homarr/png/amazon-web-services-light.png b/static/icons/vendor/homarr/png/amazon-web-services-light.png
new file mode 100644
index 0000000..b091149
Binary files /dev/null and b/static/icons/vendor/homarr/png/amazon-web-services-light.png differ
diff --git a/static/icons/vendor/homarr/png/amazon-web-services.png b/static/icons/vendor/homarr/png/amazon-web-services.png
new file mode 100644
index 0000000..11e81f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/amazon-web-services.png differ
diff --git a/static/icons/vendor/homarr/png/amazon.png b/static/icons/vendor/homarr/png/amazon.png
new file mode 100644
index 0000000..c4f6cac
Binary files /dev/null and b/static/icons/vendor/homarr/png/amazon.png differ
diff --git a/static/icons/vendor/homarr/png/amcrest-cloud.png b/static/icons/vendor/homarr/png/amcrest-cloud.png
new file mode 100644
index 0000000..0344536
Binary files /dev/null and b/static/icons/vendor/homarr/png/amcrest-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/amcrest.png b/static/icons/vendor/homarr/png/amcrest.png
new file mode 100644
index 0000000..937ba95
Binary files /dev/null and b/static/icons/vendor/homarr/png/amcrest.png differ
diff --git a/static/icons/vendor/homarr/png/amd-light.png b/static/icons/vendor/homarr/png/amd-light.png
new file mode 100644
index 0000000..592360c
Binary files /dev/null and b/static/icons/vendor/homarr/png/amd-light.png differ
diff --git a/static/icons/vendor/homarr/png/amd.png b/static/icons/vendor/homarr/png/amd.png
new file mode 100644
index 0000000..4b1d10f
Binary files /dev/null and b/static/icons/vendor/homarr/png/amd.png differ
diff --git a/static/icons/vendor/homarr/png/ami-alt-light.png b/static/icons/vendor/homarr/png/ami-alt-light.png
new file mode 100644
index 0000000..89acab6
Binary files /dev/null and b/static/icons/vendor/homarr/png/ami-alt-light.png differ
diff --git a/static/icons/vendor/homarr/png/ami-alt.png b/static/icons/vendor/homarr/png/ami-alt.png
new file mode 100644
index 0000000..ed24084
Binary files /dev/null and b/static/icons/vendor/homarr/png/ami-alt.png differ
diff --git a/static/icons/vendor/homarr/png/ami.png b/static/icons/vendor/homarr/png/ami.png
new file mode 100644
index 0000000..e82c3f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/ami.png differ
diff --git a/static/icons/vendor/homarr/png/amp.png b/static/icons/vendor/homarr/png/amp.png
new file mode 100644
index 0000000..ff93038
Binary files /dev/null and b/static/icons/vendor/homarr/png/amp.png differ
diff --git a/static/icons/vendor/homarr/png/ampache.png b/static/icons/vendor/homarr/png/ampache.png
new file mode 100644
index 0000000..c3b5c32
Binary files /dev/null and b/static/icons/vendor/homarr/png/ampache.png differ
diff --git a/static/icons/vendor/homarr/png/android-auto-dark.png b/static/icons/vendor/homarr/png/android-auto-dark.png
new file mode 100644
index 0000000..2b73581
Binary files /dev/null and b/static/icons/vendor/homarr/png/android-auto-dark.png differ
diff --git a/static/icons/vendor/homarr/png/android-auto.png b/static/icons/vendor/homarr/png/android-auto.png
new file mode 100644
index 0000000..ede0ff7
Binary files /dev/null and b/static/icons/vendor/homarr/png/android-auto.png differ
diff --git a/static/icons/vendor/homarr/png/android-robot.png b/static/icons/vendor/homarr/png/android-robot.png
new file mode 100644
index 0000000..c86626a
Binary files /dev/null and b/static/icons/vendor/homarr/png/android-robot.png differ
diff --git a/static/icons/vendor/homarr/png/android.png b/static/icons/vendor/homarr/png/android.png
new file mode 100644
index 0000000..5f4d94d
Binary files /dev/null and b/static/icons/vendor/homarr/png/android.png differ
diff --git a/static/icons/vendor/homarr/png/anghami.png b/static/icons/vendor/homarr/png/anghami.png
new file mode 100644
index 0000000..20cee09
Binary files /dev/null and b/static/icons/vendor/homarr/png/anghami.png differ
diff --git a/static/icons/vendor/homarr/png/angular.png b/static/icons/vendor/homarr/png/angular.png
new file mode 100644
index 0000000..4ab674e
Binary files /dev/null and b/static/icons/vendor/homarr/png/angular.png differ
diff --git a/static/icons/vendor/homarr/png/anime-kai.png b/static/icons/vendor/homarr/png/anime-kai.png
new file mode 100644
index 0000000..aa92c20
Binary files /dev/null and b/static/icons/vendor/homarr/png/anime-kai.png differ
diff --git a/static/icons/vendor/homarr/png/anonaddy.png b/static/icons/vendor/homarr/png/anonaddy.png
new file mode 100644
index 0000000..8f40dab
Binary files /dev/null and b/static/icons/vendor/homarr/png/anonaddy.png differ
diff --git a/static/icons/vendor/homarr/png/ansible-light.png b/static/icons/vendor/homarr/png/ansible-light.png
new file mode 100644
index 0000000..3cf0b93
Binary files /dev/null and b/static/icons/vendor/homarr/png/ansible-light.png differ
diff --git a/static/icons/vendor/homarr/png/ansible.png b/static/icons/vendor/homarr/png/ansible.png
new file mode 100644
index 0000000..961daaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/ansible.png differ
diff --git a/static/icons/vendor/homarr/png/anubis.png b/static/icons/vendor/homarr/png/anubis.png
new file mode 100644
index 0000000..9d542c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/anubis.png differ
diff --git a/static/icons/vendor/homarr/png/any-listen.png b/static/icons/vendor/homarr/png/any-listen.png
new file mode 100644
index 0000000..326dcad
Binary files /dev/null and b/static/icons/vendor/homarr/png/any-listen.png differ
diff --git a/static/icons/vendor/homarr/png/anything-llm-light.png b/static/icons/vendor/homarr/png/anything-llm-light.png
new file mode 100644
index 0000000..0280628
Binary files /dev/null and b/static/icons/vendor/homarr/png/anything-llm-light.png differ
diff --git a/static/icons/vendor/homarr/png/anything-llm.png b/static/icons/vendor/homarr/png/anything-llm.png
new file mode 100644
index 0000000..1d22594
Binary files /dev/null and b/static/icons/vendor/homarr/png/anything-llm.png differ
diff --git a/static/icons/vendor/homarr/png/anytype.png b/static/icons/vendor/homarr/png/anytype.png
new file mode 100644
index 0000000..312be04
Binary files /dev/null and b/static/icons/vendor/homarr/png/anytype.png differ
diff --git a/static/icons/vendor/homarr/png/apache-airflow.png b/static/icons/vendor/homarr/png/apache-airflow.png
new file mode 100644
index 0000000..afae66a
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-airflow.png differ
diff --git a/static/icons/vendor/homarr/png/apache-answer.png b/static/icons/vendor/homarr/png/apache-answer.png
new file mode 100644
index 0000000..65d2158
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-answer.png differ
diff --git a/static/icons/vendor/homarr/png/apache-cassandra.png b/static/icons/vendor/homarr/png/apache-cassandra.png
new file mode 100644
index 0000000..3dbc8bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-cassandra.png differ
diff --git a/static/icons/vendor/homarr/png/apache-cloudstack.png b/static/icons/vendor/homarr/png/apache-cloudstack.png
new file mode 100644
index 0000000..2060948
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-cloudstack.png differ
diff --git a/static/icons/vendor/homarr/png/apache-druid.png b/static/icons/vendor/homarr/png/apache-druid.png
new file mode 100644
index 0000000..a8bc0bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-druid.png differ
diff --git a/static/icons/vendor/homarr/png/apache-iceberg.png b/static/icons/vendor/homarr/png/apache-iceberg.png
new file mode 100644
index 0000000..9ba1b3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-iceberg.png differ
diff --git a/static/icons/vendor/homarr/png/apache-openoffice.png b/static/icons/vendor/homarr/png/apache-openoffice.png
new file mode 100644
index 0000000..df6b352
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-openoffice.png differ
diff --git a/static/icons/vendor/homarr/png/apache-solr.png b/static/icons/vendor/homarr/png/apache-solr.png
new file mode 100644
index 0000000..bc78bc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-solr.png differ
diff --git a/static/icons/vendor/homarr/png/apache-subversion.png b/static/icons/vendor/homarr/png/apache-subversion.png
new file mode 100644
index 0000000..846f09c
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-subversion.png differ
diff --git a/static/icons/vendor/homarr/png/apache-tomcat-light.png b/static/icons/vendor/homarr/png/apache-tomcat-light.png
new file mode 100644
index 0000000..c804153
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-tomcat-light.png differ
diff --git a/static/icons/vendor/homarr/png/apache-tomcat.png b/static/icons/vendor/homarr/png/apache-tomcat.png
new file mode 100644
index 0000000..f71241d
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache-tomcat.png differ
diff --git a/static/icons/vendor/homarr/png/apache.png b/static/icons/vendor/homarr/png/apache.png
new file mode 100644
index 0000000..41e2a8f
Binary files /dev/null and b/static/icons/vendor/homarr/png/apache.png differ
diff --git a/static/icons/vendor/homarr/png/apc.png b/static/icons/vendor/homarr/png/apc.png
new file mode 100644
index 0000000..e2f8615
Binary files /dev/null and b/static/icons/vendor/homarr/png/apc.png differ
diff --git a/static/icons/vendor/homarr/png/apiscp.png b/static/icons/vendor/homarr/png/apiscp.png
new file mode 100644
index 0000000..eb0d90e
Binary files /dev/null and b/static/icons/vendor/homarr/png/apiscp.png differ
diff --git a/static/icons/vendor/homarr/png/app-service.png b/static/icons/vendor/homarr/png/app-service.png
new file mode 100644
index 0000000..3b0e6da
Binary files /dev/null and b/static/icons/vendor/homarr/png/app-service.png differ
diff --git a/static/icons/vendor/homarr/png/app-store.png b/static/icons/vendor/homarr/png/app-store.png
new file mode 100644
index 0000000..a299e11
Binary files /dev/null and b/static/icons/vendor/homarr/png/app-store.png differ
diff --git a/static/icons/vendor/homarr/png/appdaemon.png b/static/icons/vendor/homarr/png/appdaemon.png
new file mode 100644
index 0000000..b06b43a
Binary files /dev/null and b/static/icons/vendor/homarr/png/appdaemon.png differ
diff --git a/static/icons/vendor/homarr/png/appflowy.png b/static/icons/vendor/homarr/png/appflowy.png
new file mode 100644
index 0000000..5bb9aa1
Binary files /dev/null and b/static/icons/vendor/homarr/png/appflowy.png differ
diff --git a/static/icons/vendor/homarr/png/apple-alt.png b/static/icons/vendor/homarr/png/apple-alt.png
new file mode 100644
index 0000000..86bb7a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-alt.png differ
diff --git a/static/icons/vendor/homarr/png/apple-light.png b/static/icons/vendor/homarr/png/apple-light.png
new file mode 100644
index 0000000..a17d844
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-light.png differ
diff --git a/static/icons/vendor/homarr/png/apple-maps.png b/static/icons/vendor/homarr/png/apple-maps.png
new file mode 100644
index 0000000..8dcf0f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-maps.png differ
diff --git a/static/icons/vendor/homarr/png/apple-music.png b/static/icons/vendor/homarr/png/apple-music.png
new file mode 100644
index 0000000..3cfcaae
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-music.png differ
diff --git a/static/icons/vendor/homarr/png/apple-podcasts.png b/static/icons/vendor/homarr/png/apple-podcasts.png
new file mode 100644
index 0000000..bc0f114
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-podcasts.png differ
diff --git a/static/icons/vendor/homarr/png/apple-tv-plus-light.png b/static/icons/vendor/homarr/png/apple-tv-plus-light.png
new file mode 100644
index 0000000..630d041
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-tv-plus-light.png differ
diff --git a/static/icons/vendor/homarr/png/apple-tv-plus.png b/static/icons/vendor/homarr/png/apple-tv-plus.png
new file mode 100644
index 0000000..7a84118
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple-tv-plus.png differ
diff --git a/static/icons/vendor/homarr/png/apple.png b/static/icons/vendor/homarr/png/apple.png
new file mode 100644
index 0000000..2cb9119
Binary files /dev/null and b/static/icons/vendor/homarr/png/apple.png differ
diff --git a/static/icons/vendor/homarr/png/application-gateway-container.png b/static/icons/vendor/homarr/png/application-gateway-container.png
new file mode 100644
index 0000000..b4095da
Binary files /dev/null and b/static/icons/vendor/homarr/png/application-gateway-container.png differ
diff --git a/static/icons/vendor/homarr/png/application-gateways.png b/static/icons/vendor/homarr/png/application-gateways.png
new file mode 100644
index 0000000..ba75ca9
Binary files /dev/null and b/static/icons/vendor/homarr/png/application-gateways.png differ
diff --git a/static/icons/vendor/homarr/png/apprise.png b/static/icons/vendor/homarr/png/apprise.png
new file mode 100644
index 0000000..9ce06e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/apprise.png differ
diff --git a/static/icons/vendor/homarr/png/appwrite.png b/static/icons/vendor/homarr/png/appwrite.png
new file mode 100644
index 0000000..70f398b
Binary files /dev/null and b/static/icons/vendor/homarr/png/appwrite.png differ
diff --git a/static/icons/vendor/homarr/png/ara-records-ansible.png b/static/icons/vendor/homarr/png/ara-records-ansible.png
new file mode 100644
index 0000000..6a096d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/ara-records-ansible.png differ
diff --git a/static/icons/vendor/homarr/png/arcane.png b/static/icons/vendor/homarr/png/arcane.png
new file mode 100644
index 0000000..ce50024
Binary files /dev/null and b/static/icons/vendor/homarr/png/arcane.png differ
diff --git a/static/icons/vendor/homarr/png/arch-linux.png b/static/icons/vendor/homarr/png/arch-linux.png
new file mode 100644
index 0000000..909f1b7
Binary files /dev/null and b/static/icons/vendor/homarr/png/arch-linux.png differ
diff --git a/static/icons/vendor/homarr/png/archidekt.png b/static/icons/vendor/homarr/png/archidekt.png
new file mode 100644
index 0000000..7e7e627
Binary files /dev/null and b/static/icons/vendor/homarr/png/archidekt.png differ
diff --git a/static/icons/vendor/homarr/png/archisteamfarm.png b/static/icons/vendor/homarr/png/archisteamfarm.png
new file mode 100644
index 0000000..9fff4b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/archisteamfarm.png differ
diff --git a/static/icons/vendor/homarr/png/archivebox.png b/static/icons/vendor/homarr/png/archivebox.png
new file mode 100644
index 0000000..5987529
Binary files /dev/null and b/static/icons/vendor/homarr/png/archivebox.png differ
diff --git a/static/icons/vendor/homarr/png/archiveteam-warrior-light.png b/static/icons/vendor/homarr/png/archiveteam-warrior-light.png
new file mode 100644
index 0000000..6da58c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/archiveteam-warrior-light.png differ
diff --git a/static/icons/vendor/homarr/png/archiveteam-warrior.png b/static/icons/vendor/homarr/png/archiveteam-warrior.png
new file mode 100644
index 0000000..5676471
Binary files /dev/null and b/static/icons/vendor/homarr/png/archiveteam-warrior.png differ
diff --git a/static/icons/vendor/homarr/png/arduino.png b/static/icons/vendor/homarr/png/arduino.png
new file mode 100644
index 0000000..2f18e84
Binary files /dev/null and b/static/icons/vendor/homarr/png/arduino.png differ
diff --git a/static/icons/vendor/homarr/png/arenalmsys.png b/static/icons/vendor/homarr/png/arenalmsys.png
new file mode 100644
index 0000000..881f1e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/arenalmsys.png differ
diff --git a/static/icons/vendor/homarr/png/argo-cd.png b/static/icons/vendor/homarr/png/argo-cd.png
new file mode 100644
index 0000000..71e9bfe
Binary files /dev/null and b/static/icons/vendor/homarr/png/argo-cd.png differ
diff --git a/static/icons/vendor/homarr/png/ariang.png b/static/icons/vendor/homarr/png/ariang.png
new file mode 100644
index 0000000..56ecb15
Binary files /dev/null and b/static/icons/vendor/homarr/png/ariang.png differ
diff --git a/static/icons/vendor/homarr/png/arm.png b/static/icons/vendor/homarr/png/arm.png
new file mode 100644
index 0000000..dc2bf39
Binary files /dev/null and b/static/icons/vendor/homarr/png/arm.png differ
diff --git a/static/icons/vendor/homarr/png/arris-light.png b/static/icons/vendor/homarr/png/arris-light.png
new file mode 100644
index 0000000..56e4210
Binary files /dev/null and b/static/icons/vendor/homarr/png/arris-light.png differ
diff --git a/static/icons/vendor/homarr/png/arris.png b/static/icons/vendor/homarr/png/arris.png
new file mode 100644
index 0000000..5593806
Binary files /dev/null and b/static/icons/vendor/homarr/png/arris.png differ
diff --git a/static/icons/vendor/homarr/png/artifacthub.png b/static/icons/vendor/homarr/png/artifacthub.png
new file mode 100644
index 0000000..069e6fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/artifacthub.png differ
diff --git a/static/icons/vendor/homarr/png/artifactory.png b/static/icons/vendor/homarr/png/artifactory.png
new file mode 100644
index 0000000..74cdd66
Binary files /dev/null and b/static/icons/vendor/homarr/png/artifactory.png differ
diff --git a/static/icons/vendor/homarr/png/aruba.png b/static/icons/vendor/homarr/png/aruba.png
new file mode 100644
index 0000000..22be34e
Binary files /dev/null and b/static/icons/vendor/homarr/png/aruba.png differ
diff --git a/static/icons/vendor/homarr/png/asana.png b/static/icons/vendor/homarr/png/asana.png
new file mode 100644
index 0000000..b0989fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/asana.png differ
diff --git a/static/icons/vendor/homarr/png/asciinema.png b/static/icons/vendor/homarr/png/asciinema.png
new file mode 100644
index 0000000..080c534
Binary files /dev/null and b/static/icons/vendor/homarr/png/asciinema.png differ
diff --git a/static/icons/vendor/homarr/png/asrock-rack-ipmi.png b/static/icons/vendor/homarr/png/asrock-rack-ipmi.png
new file mode 100644
index 0000000..b2bfd8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/asrock-rack-ipmi.png differ
diff --git a/static/icons/vendor/homarr/png/asrock-rack.png b/static/icons/vendor/homarr/png/asrock-rack.png
new file mode 100644
index 0000000..b2bfd8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/asrock-rack.png differ
diff --git a/static/icons/vendor/homarr/png/assetgrid.png b/static/icons/vendor/homarr/png/assetgrid.png
new file mode 100644
index 0000000..5f33f1d
Binary files /dev/null and b/static/icons/vendor/homarr/png/assetgrid.png differ
diff --git a/static/icons/vendor/homarr/png/asterisk.png b/static/icons/vendor/homarr/png/asterisk.png
new file mode 100644
index 0000000..16344f2
Binary files /dev/null and b/static/icons/vendor/homarr/png/asterisk.png differ
diff --git a/static/icons/vendor/homarr/png/astral.png b/static/icons/vendor/homarr/png/astral.png
new file mode 100644
index 0000000..9b66bf3
Binary files /dev/null and b/static/icons/vendor/homarr/png/astral.png differ
diff --git a/static/icons/vendor/homarr/png/astuto-light.png b/static/icons/vendor/homarr/png/astuto-light.png
new file mode 100644
index 0000000..6cfbf66
Binary files /dev/null and b/static/icons/vendor/homarr/png/astuto-light.png differ
diff --git a/static/icons/vendor/homarr/png/astuto.png b/static/icons/vendor/homarr/png/astuto.png
new file mode 100644
index 0000000..5ecfb8d
Binary files /dev/null and b/static/icons/vendor/homarr/png/astuto.png differ
diff --git a/static/icons/vendor/homarr/png/asus-full.png b/static/icons/vendor/homarr/png/asus-full.png
new file mode 100644
index 0000000..cee8c33
Binary files /dev/null and b/static/icons/vendor/homarr/png/asus-full.png differ
diff --git a/static/icons/vendor/homarr/png/asus-rog.png b/static/icons/vendor/homarr/png/asus-rog.png
new file mode 100644
index 0000000..df6fdac
Binary files /dev/null and b/static/icons/vendor/homarr/png/asus-rog.png differ
diff --git a/static/icons/vendor/homarr/png/asus-router.png b/static/icons/vendor/homarr/png/asus-router.png
new file mode 100644
index 0000000..b366557
Binary files /dev/null and b/static/icons/vendor/homarr/png/asus-router.png differ
diff --git a/static/icons/vendor/homarr/png/asus.png b/static/icons/vendor/homarr/png/asus.png
new file mode 100644
index 0000000..23ccab2
Binary files /dev/null and b/static/icons/vendor/homarr/png/asus.png differ
diff --git a/static/icons/vendor/homarr/png/asustor.png b/static/icons/vendor/homarr/png/asustor.png
new file mode 100644
index 0000000..00605b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/asustor.png differ
diff --git a/static/icons/vendor/homarr/png/at-t.png b/static/icons/vendor/homarr/png/at-t.png
new file mode 100644
index 0000000..cf78873
Binary files /dev/null and b/static/icons/vendor/homarr/png/at-t.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-bamboo.png b/static/icons/vendor/homarr/png/atlassian-bamboo.png
new file mode 100644
index 0000000..0fb9589
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-bamboo.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-bitbucket.png b/static/icons/vendor/homarr/png/atlassian-bitbucket.png
new file mode 100644
index 0000000..83cce4f
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-bitbucket.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-confluence.png b/static/icons/vendor/homarr/png/atlassian-confluence.png
new file mode 100644
index 0000000..597bf9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-confluence.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-jira.png b/static/icons/vendor/homarr/png/atlassian-jira.png
new file mode 100644
index 0000000..0e482bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-jira.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-opsgenie.png b/static/icons/vendor/homarr/png/atlassian-opsgenie.png
new file mode 100644
index 0000000..f9c7933
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-opsgenie.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian-trello.png b/static/icons/vendor/homarr/png/atlassian-trello.png
new file mode 100644
index 0000000..fcdef0c
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian-trello.png differ
diff --git a/static/icons/vendor/homarr/png/atlassian.png b/static/icons/vendor/homarr/png/atlassian.png
new file mode 100644
index 0000000..49662ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/atlassian.png differ
diff --git a/static/icons/vendor/homarr/png/atuin-light.png b/static/icons/vendor/homarr/png/atuin-light.png
new file mode 100644
index 0000000..9ed1180
Binary files /dev/null and b/static/icons/vendor/homarr/png/atuin-light.png differ
diff --git a/static/icons/vendor/homarr/png/atuin.png b/static/icons/vendor/homarr/png/atuin.png
new file mode 100644
index 0000000..994f93d
Binary files /dev/null and b/static/icons/vendor/homarr/png/atuin.png differ
diff --git a/static/icons/vendor/homarr/png/audacity.png b/static/icons/vendor/homarr/png/audacity.png
new file mode 100644
index 0000000..2dd2ef3
Binary files /dev/null and b/static/icons/vendor/homarr/png/audacity.png differ
diff --git a/static/icons/vendor/homarr/png/audiobookshelf.png b/static/icons/vendor/homarr/png/audiobookshelf.png
new file mode 100644
index 0000000..73f11ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/audiobookshelf.png differ
diff --git a/static/icons/vendor/homarr/png/audora.png b/static/icons/vendor/homarr/png/audora.png
new file mode 100644
index 0000000..914512d
Binary files /dev/null and b/static/icons/vendor/homarr/png/audora.png differ
diff --git a/static/icons/vendor/homarr/png/aura.png b/static/icons/vendor/homarr/png/aura.png
new file mode 100644
index 0000000..cf15e4c
Binary files /dev/null and b/static/icons/vendor/homarr/png/aura.png differ
diff --git a/static/icons/vendor/homarr/png/auracast.png b/static/icons/vendor/homarr/png/auracast.png
new file mode 100644
index 0000000..6cb1e50
Binary files /dev/null and b/static/icons/vendor/homarr/png/auracast.png differ
diff --git a/static/icons/vendor/homarr/png/authelia.png b/static/icons/vendor/homarr/png/authelia.png
new file mode 100644
index 0000000..134afbb
Binary files /dev/null and b/static/icons/vendor/homarr/png/authelia.png differ
diff --git a/static/icons/vendor/homarr/png/authentik.png b/static/icons/vendor/homarr/png/authentik.png
new file mode 100644
index 0000000..791d370
Binary files /dev/null and b/static/icons/vendor/homarr/png/authentik.png differ
diff --git a/static/icons/vendor/homarr/png/authman.png b/static/icons/vendor/homarr/png/authman.png
new file mode 100644
index 0000000..5fd78db
Binary files /dev/null and b/static/icons/vendor/homarr/png/authman.png differ
diff --git a/static/icons/vendor/homarr/png/auto-cad.png b/static/icons/vendor/homarr/png/auto-cad.png
new file mode 100644
index 0000000..2e5b869
Binary files /dev/null and b/static/icons/vendor/homarr/png/auto-cad.png differ
diff --git a/static/icons/vendor/homarr/png/auto-mcs.png b/static/icons/vendor/homarr/png/auto-mcs.png
new file mode 100644
index 0000000..db4b7f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/auto-mcs.png differ
diff --git a/static/icons/vendor/homarr/png/autobangumi-dark.png b/static/icons/vendor/homarr/png/autobangumi-dark.png
new file mode 100644
index 0000000..9eced1f
Binary files /dev/null and b/static/icons/vendor/homarr/png/autobangumi-dark.png differ
diff --git a/static/icons/vendor/homarr/png/autobangumi.png b/static/icons/vendor/homarr/png/autobangumi.png
new file mode 100644
index 0000000..acdc59c
Binary files /dev/null and b/static/icons/vendor/homarr/png/autobangumi.png differ
diff --git a/static/icons/vendor/homarr/png/autobrr.png b/static/icons/vendor/homarr/png/autobrr.png
new file mode 100644
index 0000000..03942bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/autobrr.png differ
diff --git a/static/icons/vendor/homarr/png/automad-light.png b/static/icons/vendor/homarr/png/automad-light.png
new file mode 100644
index 0000000..9d5237c
Binary files /dev/null and b/static/icons/vendor/homarr/png/automad-light.png differ
diff --git a/static/icons/vendor/homarr/png/automad.png b/static/icons/vendor/homarr/png/automad.png
new file mode 100644
index 0000000..1d2d7c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/automad.png differ
diff --git a/static/icons/vendor/homarr/png/av1-dark.png b/static/icons/vendor/homarr/png/av1-dark.png
new file mode 100644
index 0000000..67246b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/av1-dark.png differ
diff --git a/static/icons/vendor/homarr/png/av1-light.png b/static/icons/vendor/homarr/png/av1-light.png
new file mode 100644
index 0000000..24dba2a
Binary files /dev/null and b/static/icons/vendor/homarr/png/av1-light.png differ
diff --git a/static/icons/vendor/homarr/png/av1.png b/static/icons/vendor/homarr/png/av1.png
new file mode 100644
index 0000000..67246b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/av1.png differ
diff --git a/static/icons/vendor/homarr/png/avg.png b/static/icons/vendor/homarr/png/avg.png
new file mode 100644
index 0000000..bf606bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/avg.png differ
diff --git a/static/icons/vendor/homarr/png/avigilon.png b/static/icons/vendor/homarr/png/avigilon.png
new file mode 100644
index 0000000..cd5dc0c
Binary files /dev/null and b/static/icons/vendor/homarr/png/avigilon.png differ
diff --git a/static/icons/vendor/homarr/png/avm-fritzbox-light.png b/static/icons/vendor/homarr/png/avm-fritzbox-light.png
new file mode 100644
index 0000000..4f88892
Binary files /dev/null and b/static/icons/vendor/homarr/png/avm-fritzbox-light.png differ
diff --git a/static/icons/vendor/homarr/png/avm-fritzbox.png b/static/icons/vendor/homarr/png/avm-fritzbox.png
new file mode 100644
index 0000000..a1410fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/avm-fritzbox.png differ
diff --git a/static/icons/vendor/homarr/png/aws-ecs.png b/static/icons/vendor/homarr/png/aws-ecs.png
new file mode 100644
index 0000000..ecc77b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/aws-ecs.png differ
diff --git a/static/icons/vendor/homarr/png/aws-light.png b/static/icons/vendor/homarr/png/aws-light.png
new file mode 100644
index 0000000..b091149
Binary files /dev/null and b/static/icons/vendor/homarr/png/aws-light.png differ
diff --git a/static/icons/vendor/homarr/png/aws.png b/static/icons/vendor/homarr/png/aws.png
new file mode 100644
index 0000000..11e81f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/aws.png differ
diff --git a/static/icons/vendor/homarr/png/awtrix.png b/static/icons/vendor/homarr/png/awtrix.png
new file mode 100644
index 0000000..2fd929e
Binary files /dev/null and b/static/icons/vendor/homarr/png/awtrix.png differ
diff --git a/static/icons/vendor/homarr/png/awwesome.png b/static/icons/vendor/homarr/png/awwesome.png
new file mode 100644
index 0000000..36f689a
Binary files /dev/null and b/static/icons/vendor/homarr/png/awwesome.png differ
diff --git a/static/icons/vendor/homarr/png/awx.png b/static/icons/vendor/homarr/png/awx.png
new file mode 100644
index 0000000..62ce439
Binary files /dev/null and b/static/icons/vendor/homarr/png/awx.png differ
diff --git a/static/icons/vendor/homarr/png/axis.png b/static/icons/vendor/homarr/png/axis.png
new file mode 100644
index 0000000..15893c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/axis.png differ
diff --git a/static/icons/vendor/homarr/png/aya.png b/static/icons/vendor/homarr/png/aya.png
new file mode 100644
index 0000000..4c243f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/aya.png differ
diff --git a/static/icons/vendor/homarr/png/azuracast.png b/static/icons/vendor/homarr/png/azuracast.png
new file mode 100644
index 0000000..f3c9536
Binary files /dev/null and b/static/icons/vendor/homarr/png/azuracast.png differ
diff --git a/static/icons/vendor/homarr/png/azure-bicep.png b/static/icons/vendor/homarr/png/azure-bicep.png
new file mode 100644
index 0000000..5bbf143
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-bicep.png differ
diff --git a/static/icons/vendor/homarr/png/azure-container-apps.png b/static/icons/vendor/homarr/png/azure-container-apps.png
new file mode 100644
index 0000000..605417b
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-container-apps.png differ
diff --git a/static/icons/vendor/homarr/png/azure-container-instances.png b/static/icons/vendor/homarr/png/azure-container-instances.png
new file mode 100644
index 0000000..5ef1324
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-container-instances.png differ
diff --git a/static/icons/vendor/homarr/png/azure-container-registry.png b/static/icons/vendor/homarr/png/azure-container-registry.png
new file mode 100644
index 0000000..9b4dfbc
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-container-registry.png differ
diff --git a/static/icons/vendor/homarr/png/azure-container-service.png b/static/icons/vendor/homarr/png/azure-container-service.png
new file mode 100644
index 0000000..40d9a62
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-container-service.png differ
diff --git a/static/icons/vendor/homarr/png/azure-cosmos-db.png b/static/icons/vendor/homarr/png/azure-cosmos-db.png
new file mode 100644
index 0000000..9019043
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-cosmos-db.png differ
diff --git a/static/icons/vendor/homarr/png/azure-devops.png b/static/icons/vendor/homarr/png/azure-devops.png
new file mode 100644
index 0000000..376c969
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-devops.png differ
diff --git a/static/icons/vendor/homarr/png/azure-dns.png b/static/icons/vendor/homarr/png/azure-dns.png
new file mode 100644
index 0000000..c7ef82a
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-dns.png differ
diff --git a/static/icons/vendor/homarr/png/azure-firewall.png b/static/icons/vendor/homarr/png/azure-firewall.png
new file mode 100644
index 0000000..8f8b871
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-firewall.png differ
diff --git a/static/icons/vendor/homarr/png/azure-kubernetes-services.png b/static/icons/vendor/homarr/png/azure-kubernetes-services.png
new file mode 100644
index 0000000..64ed77d
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-kubernetes-services.png differ
diff --git a/static/icons/vendor/homarr/png/azure-log-analytics-workspaces.png b/static/icons/vendor/homarr/png/azure-log-analytics-workspaces.png
new file mode 100644
index 0000000..3b21a41
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-log-analytics-workspaces.png differ
diff --git a/static/icons/vendor/homarr/png/azure-monitor.png b/static/icons/vendor/homarr/png/azure-monitor.png
new file mode 100644
index 0000000..2af8085
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-monitor.png differ
diff --git a/static/icons/vendor/homarr/png/azure-postgres-server.png b/static/icons/vendor/homarr/png/azure-postgres-server.png
new file mode 100644
index 0000000..8051e98
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-postgres-server.png differ
diff --git a/static/icons/vendor/homarr/png/azure-sql-db.png b/static/icons/vendor/homarr/png/azure-sql-db.png
new file mode 100644
index 0000000..6ea0897
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-sql-db.png differ
diff --git a/static/icons/vendor/homarr/png/azure-sql-server.png b/static/icons/vendor/homarr/png/azure-sql-server.png
new file mode 100644
index 0000000..88c8ff0
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-sql-server.png differ
diff --git a/static/icons/vendor/homarr/png/azure-storage-accounts.png b/static/icons/vendor/homarr/png/azure-storage-accounts.png
new file mode 100644
index 0000000..361405c
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-storage-accounts.png differ
diff --git a/static/icons/vendor/homarr/png/azure-virtual-desktop.png b/static/icons/vendor/homarr/png/azure-virtual-desktop.png
new file mode 100644
index 0000000..3cc5b2f
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-virtual-desktop.png differ
diff --git a/static/icons/vendor/homarr/png/azure-virtual-network-gateways.png b/static/icons/vendor/homarr/png/azure-virtual-network-gateways.png
new file mode 100644
index 0000000..9a4a80c
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-virtual-network-gateways.png differ
diff --git a/static/icons/vendor/homarr/png/azure-vm.png b/static/icons/vendor/homarr/png/azure-vm.png
new file mode 100644
index 0000000..2172cfe
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-vm.png differ
diff --git a/static/icons/vendor/homarr/png/azure-vnet.png b/static/icons/vendor/homarr/png/azure-vnet.png
new file mode 100644
index 0000000..0cac568
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure-vnet.png differ
diff --git a/static/icons/vendor/homarr/png/azure.png b/static/icons/vendor/homarr/png/azure.png
new file mode 100644
index 0000000..6c627a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/azure.png differ
diff --git a/static/icons/vendor/homarr/png/bab-technologie-dark.png b/static/icons/vendor/homarr/png/bab-technologie-dark.png
new file mode 100644
index 0000000..0f2bec8
Binary files /dev/null and b/static/icons/vendor/homarr/png/bab-technologie-dark.png differ
diff --git a/static/icons/vendor/homarr/png/bab-technologie.png b/static/icons/vendor/homarr/png/bab-technologie.png
new file mode 100644
index 0000000..d6ef125
Binary files /dev/null and b/static/icons/vendor/homarr/png/bab-technologie.png differ
diff --git a/static/icons/vendor/homarr/png/babybuddy.png b/static/icons/vendor/homarr/png/babybuddy.png
new file mode 100644
index 0000000..2518909
Binary files /dev/null and b/static/icons/vendor/homarr/png/babybuddy.png differ
diff --git a/static/icons/vendor/homarr/png/backblaze.png b/static/icons/vendor/homarr/png/backblaze.png
new file mode 100644
index 0000000..ae4bec3
Binary files /dev/null and b/static/icons/vendor/homarr/png/backblaze.png differ
diff --git a/static/icons/vendor/homarr/png/backrest-light.png b/static/icons/vendor/homarr/png/backrest-light.png
new file mode 100644
index 0000000..2ae7b0b
Binary files /dev/null and b/static/icons/vendor/homarr/png/backrest-light.png differ
diff --git a/static/icons/vendor/homarr/png/backrest.png b/static/icons/vendor/homarr/png/backrest.png
new file mode 100644
index 0000000..3b25317
Binary files /dev/null and b/static/icons/vendor/homarr/png/backrest.png differ
diff --git a/static/icons/vendor/homarr/png/bacula.png b/static/icons/vendor/homarr/png/bacula.png
new file mode 100644
index 0000000..cb64484
Binary files /dev/null and b/static/icons/vendor/homarr/png/bacula.png differ
diff --git a/static/icons/vendor/homarr/png/badge.png b/static/icons/vendor/homarr/png/badge.png
new file mode 100644
index 0000000..2a1bf01
Binary files /dev/null and b/static/icons/vendor/homarr/png/badge.png differ
diff --git a/static/icons/vendor/homarr/png/baikal.png b/static/icons/vendor/homarr/png/baikal.png
new file mode 100644
index 0000000..aef2b2f
Binary files /dev/null and b/static/icons/vendor/homarr/png/baikal.png differ
diff --git a/static/icons/vendor/homarr/png/bale.png b/static/icons/vendor/homarr/png/bale.png
new file mode 100644
index 0000000..7b41254
Binary files /dev/null and b/static/icons/vendor/homarr/png/bale.png differ
diff --git a/static/icons/vendor/homarr/png/balena-cloud.png b/static/icons/vendor/homarr/png/balena-cloud.png
new file mode 100644
index 0000000..fda51e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/balena-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/balena-etcher.png b/static/icons/vendor/homarr/png/balena-etcher.png
new file mode 100644
index 0000000..aa424c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/balena-etcher.png differ
diff --git a/static/icons/vendor/homarr/png/ballerina.png b/static/icons/vendor/homarr/png/ballerina.png
new file mode 100644
index 0000000..f156f52
Binary files /dev/null and b/static/icons/vendor/homarr/png/ballerina.png differ
diff --git a/static/icons/vendor/homarr/png/bandcamp.png b/static/icons/vendor/homarr/png/bandcamp.png
new file mode 100644
index 0000000..5837a3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bandcamp.png differ
diff --git a/static/icons/vendor/homarr/png/bar-assistant.png b/static/icons/vendor/homarr/png/bar-assistant.png
new file mode 100644
index 0000000..27b2f02
Binary files /dev/null and b/static/icons/vendor/homarr/png/bar-assistant.png differ
diff --git a/static/icons/vendor/homarr/png/barcodebuddy.png b/static/icons/vendor/homarr/png/barcodebuddy.png
new file mode 100644
index 0000000..b1e1e4e
Binary files /dev/null and b/static/icons/vendor/homarr/png/barcodebuddy.png differ
diff --git a/static/icons/vendor/homarr/png/barrage.png b/static/icons/vendor/homarr/png/barrage.png
new file mode 100644
index 0000000..c21a327
Binary files /dev/null and b/static/icons/vendor/homarr/png/barrage.png differ
diff --git a/static/icons/vendor/homarr/png/baserow.png b/static/icons/vendor/homarr/png/baserow.png
new file mode 100644
index 0000000..1b9639a
Binary files /dev/null and b/static/icons/vendor/homarr/png/baserow.png differ
diff --git a/static/icons/vendor/homarr/png/basilisk.png b/static/icons/vendor/homarr/png/basilisk.png
new file mode 100644
index 0000000..6112eaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/basilisk.png differ
diff --git a/static/icons/vendor/homarr/png/bastillion.png b/static/icons/vendor/homarr/png/bastillion.png
new file mode 100644
index 0000000..716dad1
Binary files /dev/null and b/static/icons/vendor/homarr/png/bastillion.png differ
diff --git a/static/icons/vendor/homarr/png/batocera-linux.png b/static/icons/vendor/homarr/png/batocera-linux.png
new file mode 100644
index 0000000..df587d4
Binary files /dev/null and b/static/icons/vendor/homarr/png/batocera-linux.png differ
diff --git a/static/icons/vendor/homarr/png/bazarr-dark.png b/static/icons/vendor/homarr/png/bazarr-dark.png
new file mode 100644
index 0000000..9da8b38
Binary files /dev/null and b/static/icons/vendor/homarr/png/bazarr-dark.png differ
diff --git a/static/icons/vendor/homarr/png/bazarr.png b/static/icons/vendor/homarr/png/bazarr.png
new file mode 100644
index 0000000..9af5f97
Binary files /dev/null and b/static/icons/vendor/homarr/png/bazarr.png differ
diff --git a/static/icons/vendor/homarr/png/bazecor.png b/static/icons/vendor/homarr/png/bazecor.png
new file mode 100644
index 0000000..77c5831
Binary files /dev/null and b/static/icons/vendor/homarr/png/bazecor.png differ
diff --git a/static/icons/vendor/homarr/png/be-quiet.png b/static/icons/vendor/homarr/png/be-quiet.png
new file mode 100644
index 0000000..7d90c17
Binary files /dev/null and b/static/icons/vendor/homarr/png/be-quiet.png differ
diff --git a/static/icons/vendor/homarr/png/beaver-habit-tracker-light.png b/static/icons/vendor/homarr/png/beaver-habit-tracker-light.png
new file mode 100644
index 0000000..ecc3745
Binary files /dev/null and b/static/icons/vendor/homarr/png/beaver-habit-tracker-light.png differ
diff --git a/static/icons/vendor/homarr/png/beaver-habit-tracker.png b/static/icons/vendor/homarr/png/beaver-habit-tracker.png
new file mode 100644
index 0000000..31a60db
Binary files /dev/null and b/static/icons/vendor/homarr/png/beaver-habit-tracker.png differ
diff --git a/static/icons/vendor/homarr/png/bechtle.png b/static/icons/vendor/homarr/png/bechtle.png
new file mode 100644
index 0000000..7428c14
Binary files /dev/null and b/static/icons/vendor/homarr/png/bechtle.png differ
diff --git a/static/icons/vendor/homarr/png/beef-light.png b/static/icons/vendor/homarr/png/beef-light.png
new file mode 100644
index 0000000..df9f6f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/beef-light.png differ
diff --git a/static/icons/vendor/homarr/png/beef.png b/static/icons/vendor/homarr/png/beef.png
new file mode 100644
index 0000000..d17394c
Binary files /dev/null and b/static/icons/vendor/homarr/png/beef.png differ
diff --git a/static/icons/vendor/homarr/png/beets.png b/static/icons/vendor/homarr/png/beets.png
new file mode 100644
index 0000000..ff009f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/beets.png differ
diff --git a/static/icons/vendor/homarr/png/behance.png b/static/icons/vendor/homarr/png/behance.png
new file mode 100644
index 0000000..143853f
Binary files /dev/null and b/static/icons/vendor/homarr/png/behance.png differ
diff --git a/static/icons/vendor/homarr/png/benotes.png b/static/icons/vendor/homarr/png/benotes.png
new file mode 100644
index 0000000..9212ce7
Binary files /dev/null and b/static/icons/vendor/homarr/png/benotes.png differ
diff --git a/static/icons/vendor/homarr/png/bentopdf.png b/static/icons/vendor/homarr/png/bentopdf.png
new file mode 100644
index 0000000..241cdf7
Binary files /dev/null and b/static/icons/vendor/homarr/png/bentopdf.png differ
diff --git a/static/icons/vendor/homarr/png/beszel-light.png b/static/icons/vendor/homarr/png/beszel-light.png
new file mode 100644
index 0000000..19103e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/beszel-light.png differ
diff --git a/static/icons/vendor/homarr/png/beszel.png b/static/icons/vendor/homarr/png/beszel.png
new file mode 100644
index 0000000..19103e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/beszel.png differ
diff --git a/static/icons/vendor/homarr/png/betanin.png b/static/icons/vendor/homarr/png/betanin.png
new file mode 100644
index 0000000..fd90115
Binary files /dev/null and b/static/icons/vendor/homarr/png/betanin.png differ
diff --git a/static/icons/vendor/homarr/png/bewcloud.png b/static/icons/vendor/homarr/png/bewcloud.png
new file mode 100644
index 0000000..21aadec
Binary files /dev/null and b/static/icons/vendor/homarr/png/bewcloud.png differ
diff --git a/static/icons/vendor/homarr/png/bible-gateway.png b/static/icons/vendor/homarr/png/bible-gateway.png
new file mode 100644
index 0000000..0cb9770
Binary files /dev/null and b/static/icons/vendor/homarr/png/bible-gateway.png differ
diff --git a/static/icons/vendor/homarr/png/bibliogram.png b/static/icons/vendor/homarr/png/bibliogram.png
new file mode 100644
index 0000000..174ee10
Binary files /dev/null and b/static/icons/vendor/homarr/png/bibliogram.png differ
diff --git a/static/icons/vendor/homarr/png/biblioreads-light.png b/static/icons/vendor/homarr/png/biblioreads-light.png
new file mode 100644
index 0000000..5687938
Binary files /dev/null and b/static/icons/vendor/homarr/png/biblioreads-light.png differ
diff --git a/static/icons/vendor/homarr/png/biblioreads.png b/static/icons/vendor/homarr/png/biblioreads.png
new file mode 100644
index 0000000..8b14a75
Binary files /dev/null and b/static/icons/vendor/homarr/png/biblioreads.png differ
diff --git a/static/icons/vendor/homarr/png/biedronka.png b/static/icons/vendor/homarr/png/biedronka.png
new file mode 100644
index 0000000..946e632
Binary files /dev/null and b/static/icons/vendor/homarr/png/biedronka.png differ
diff --git a/static/icons/vendor/homarr/png/bigcapital.png b/static/icons/vendor/homarr/png/bigcapital.png
new file mode 100644
index 0000000..402f35d
Binary files /dev/null and b/static/icons/vendor/homarr/png/bigcapital.png differ
diff --git a/static/icons/vendor/homarr/png/bilibili.png b/static/icons/vendor/homarr/png/bilibili.png
new file mode 100644
index 0000000..0b61ab2
Binary files /dev/null and b/static/icons/vendor/homarr/png/bilibili.png differ
diff --git a/static/icons/vendor/homarr/png/bing.png b/static/icons/vendor/homarr/png/bing.png
new file mode 100644
index 0000000..1d560b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/bing.png differ
diff --git a/static/icons/vendor/homarr/png/binner-dark.png b/static/icons/vendor/homarr/png/binner-dark.png
new file mode 100644
index 0000000..a0898f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/binner-dark.png differ
diff --git a/static/icons/vendor/homarr/png/binner.png b/static/icons/vendor/homarr/png/binner.png
new file mode 100644
index 0000000..9db5c6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/binner.png differ
diff --git a/static/icons/vendor/homarr/png/birdnet.png b/static/icons/vendor/homarr/png/birdnet.png
new file mode 100644
index 0000000..f5d83ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/birdnet.png differ
diff --git a/static/icons/vendor/homarr/png/bitbucket.png b/static/icons/vendor/homarr/png/bitbucket.png
new file mode 100644
index 0000000..d74b35e
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitbucket.png differ
diff --git a/static/icons/vendor/homarr/png/bitcoin.png b/static/icons/vendor/homarr/png/bitcoin.png
new file mode 100644
index 0000000..13afdbb
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitcoin.png differ
diff --git a/static/icons/vendor/homarr/png/bithumen.png b/static/icons/vendor/homarr/png/bithumen.png
new file mode 100644
index 0000000..26678e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/bithumen.png differ
diff --git a/static/icons/vendor/homarr/png/bitly-dark.png b/static/icons/vendor/homarr/png/bitly-dark.png
new file mode 100644
index 0000000..f01800b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitly-dark.png differ
diff --git a/static/icons/vendor/homarr/png/bitly-light.png b/static/icons/vendor/homarr/png/bitly-light.png
new file mode 100644
index 0000000..db9fe08
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitly-light.png differ
diff --git a/static/icons/vendor/homarr/png/bitly-wordmark-light.png b/static/icons/vendor/homarr/png/bitly-wordmark-light.png
new file mode 100644
index 0000000..f706548
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitly-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/bitly.png b/static/icons/vendor/homarr/png/bitly.png
new file mode 100644
index 0000000..db9fe08
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitly.png differ
diff --git a/static/icons/vendor/homarr/png/bitmagnet.png b/static/icons/vendor/homarr/png/bitmagnet.png
new file mode 100644
index 0000000..866fcaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitmagnet.png differ
diff --git a/static/icons/vendor/homarr/png/bitwarden.png b/static/icons/vendor/homarr/png/bitwarden.png
new file mode 100644
index 0000000..956d4d5
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitwarden.png differ
diff --git a/static/icons/vendor/homarr/png/bitwig-studio-dark.png b/static/icons/vendor/homarr/png/bitwig-studio-dark.png
new file mode 100644
index 0000000..edeadfd
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitwig-studio-dark.png differ
diff --git a/static/icons/vendor/homarr/png/bitwig-studio.png b/static/icons/vendor/homarr/png/bitwig-studio.png
new file mode 100644
index 0000000..cdbb94e
Binary files /dev/null and b/static/icons/vendor/homarr/png/bitwig-studio.png differ
diff --git a/static/icons/vendor/homarr/png/black-forest-labs-dark.png b/static/icons/vendor/homarr/png/black-forest-labs-dark.png
new file mode 100644
index 0000000..fe13fe0
Binary files /dev/null and b/static/icons/vendor/homarr/png/black-forest-labs-dark.png differ
diff --git a/static/icons/vendor/homarr/png/black-forest-labs-light.png b/static/icons/vendor/homarr/png/black-forest-labs-light.png
new file mode 100644
index 0000000..e10be3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/black-forest-labs-light.png differ
diff --git a/static/icons/vendor/homarr/png/black-forest-labs-wordmark-dark.png b/static/icons/vendor/homarr/png/black-forest-labs-wordmark-dark.png
new file mode 100644
index 0000000..c87f881
Binary files /dev/null and b/static/icons/vendor/homarr/png/black-forest-labs-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/black-forest-labs-wordmark-light.png b/static/icons/vendor/homarr/png/black-forest-labs-wordmark-light.png
new file mode 100644
index 0000000..a852d51
Binary files /dev/null and b/static/icons/vendor/homarr/png/black-forest-labs-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/black-forest-labs.png b/static/icons/vendor/homarr/png/black-forest-labs.png
new file mode 100644
index 0000000..fe13fe0
Binary files /dev/null and b/static/icons/vendor/homarr/png/black-forest-labs.png differ
diff --git a/static/icons/vendor/homarr/png/blender.png b/static/icons/vendor/homarr/png/blender.png
new file mode 100644
index 0000000..bf311b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/blender.png differ
diff --git a/static/icons/vendor/homarr/png/blocky.png b/static/icons/vendor/homarr/png/blocky.png
new file mode 100644
index 0000000..c4cd62e
Binary files /dev/null and b/static/icons/vendor/homarr/png/blocky.png differ
diff --git a/static/icons/vendor/homarr/png/blogger.png b/static/icons/vendor/homarr/png/blogger.png
new file mode 100644
index 0000000..506570e
Binary files /dev/null and b/static/icons/vendor/homarr/png/blogger.png differ
diff --git a/static/icons/vendor/homarr/png/blu-ray-3d.png b/static/icons/vendor/homarr/png/blu-ray-3d.png
new file mode 100644
index 0000000..c180854
Binary files /dev/null and b/static/icons/vendor/homarr/png/blu-ray-3d.png differ
diff --git a/static/icons/vendor/homarr/png/blu-ray.png b/static/icons/vendor/homarr/png/blu-ray.png
new file mode 100644
index 0000000..2d7e980
Binary files /dev/null and b/static/icons/vendor/homarr/png/blu-ray.png differ
diff --git a/static/icons/vendor/homarr/png/blue-iris.png b/static/icons/vendor/homarr/png/blue-iris.png
new file mode 100644
index 0000000..83ed3cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/blue-iris.png differ
diff --git a/static/icons/vendor/homarr/png/blue-letter-bible.png b/static/icons/vendor/homarr/png/blue-letter-bible.png
new file mode 100644
index 0000000..cc9c15a
Binary files /dev/null and b/static/icons/vendor/homarr/png/blue-letter-bible.png differ
diff --git a/static/icons/vendor/homarr/png/bluesky.png b/static/icons/vendor/homarr/png/bluesky.png
new file mode 100644
index 0000000..77c11e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/bluesky.png differ
diff --git a/static/icons/vendor/homarr/png/bluetooth.png b/static/icons/vendor/homarr/png/bluetooth.png
new file mode 100644
index 0000000..9b08cff
Binary files /dev/null and b/static/icons/vendor/homarr/png/bluetooth.png differ
diff --git a/static/icons/vendor/homarr/png/bluewallet.png b/static/icons/vendor/homarr/png/bluewallet.png
new file mode 100644
index 0000000..45b5df6
Binary files /dev/null and b/static/icons/vendor/homarr/png/bluewallet.png differ
diff --git a/static/icons/vendor/homarr/png/bobcat-miner.png b/static/icons/vendor/homarr/png/bobcat-miner.png
new file mode 100644
index 0000000..f4e832b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bobcat-miner.png differ
diff --git a/static/icons/vendor/homarr/png/boeing.png b/static/icons/vendor/homarr/png/boeing.png
new file mode 100644
index 0000000..4157496
Binary files /dev/null and b/static/icons/vendor/homarr/png/boeing.png differ
diff --git a/static/icons/vendor/homarr/png/boinc.png b/static/icons/vendor/homarr/png/boinc.png
new file mode 100644
index 0000000..dcc4dd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/boinc.png differ
diff --git a/static/icons/vendor/homarr/png/book-lore.png b/static/icons/vendor/homarr/png/book-lore.png
new file mode 100644
index 0000000..a5b103f
Binary files /dev/null and b/static/icons/vendor/homarr/png/book-lore.png differ
diff --git a/static/icons/vendor/homarr/png/booklogr-light.png b/static/icons/vendor/homarr/png/booklogr-light.png
new file mode 100644
index 0000000..27d87dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/booklogr-light.png differ
diff --git a/static/icons/vendor/homarr/png/booklogr.png b/static/icons/vendor/homarr/png/booklogr.png
new file mode 100644
index 0000000..2f9ad9a
Binary files /dev/null and b/static/icons/vendor/homarr/png/booklogr.png differ
diff --git a/static/icons/vendor/homarr/png/booklore-wordmark-light.png b/static/icons/vendor/homarr/png/booklore-wordmark-light.png
new file mode 100644
index 0000000..e58ef7f
Binary files /dev/null and b/static/icons/vendor/homarr/png/booklore-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/booklore.png b/static/icons/vendor/homarr/png/booklore.png
new file mode 100644
index 0000000..92d78fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/booklore.png differ
diff --git a/static/icons/vendor/homarr/png/booksonic.png b/static/icons/vendor/homarr/png/booksonic.png
new file mode 100644
index 0000000..803a070
Binary files /dev/null and b/static/icons/vendor/homarr/png/booksonic.png differ
diff --git a/static/icons/vendor/homarr/png/bookstack.png b/static/icons/vendor/homarr/png/bookstack.png
new file mode 100644
index 0000000..3116552
Binary files /dev/null and b/static/icons/vendor/homarr/png/bookstack.png differ
diff --git a/static/icons/vendor/homarr/png/bootstrap.png b/static/icons/vendor/homarr/png/bootstrap.png
new file mode 100644
index 0000000..dc62cb1
Binary files /dev/null and b/static/icons/vendor/homarr/png/bootstrap.png differ
diff --git a/static/icons/vendor/homarr/png/borg.png b/static/icons/vendor/homarr/png/borg.png
new file mode 100644
index 0000000..d29ece2
Binary files /dev/null and b/static/icons/vendor/homarr/png/borg.png differ
diff --git a/static/icons/vendor/homarr/png/borgmatic-light.png b/static/icons/vendor/homarr/png/borgmatic-light.png
new file mode 100644
index 0000000..eaebfcc
Binary files /dev/null and b/static/icons/vendor/homarr/png/borgmatic-light.png differ
diff --git a/static/icons/vendor/homarr/png/borgmatic.png b/static/icons/vendor/homarr/png/borgmatic.png
new file mode 100644
index 0000000..42e153d
Binary files /dev/null and b/static/icons/vendor/homarr/png/borgmatic.png differ
diff --git a/static/icons/vendor/homarr/png/bottom-dark.png b/static/icons/vendor/homarr/png/bottom-dark.png
new file mode 100644
index 0000000..cad723b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bottom-dark.png differ
diff --git a/static/icons/vendor/homarr/png/bottom.png b/static/icons/vendor/homarr/png/bottom.png
new file mode 100644
index 0000000..73562a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/bottom.png differ
diff --git a/static/icons/vendor/homarr/png/boundary.png b/static/icons/vendor/homarr/png/boundary.png
new file mode 100644
index 0000000..aa50e82
Binary files /dev/null and b/static/icons/vendor/homarr/png/boundary.png differ
diff --git a/static/icons/vendor/homarr/png/box.png b/static/icons/vendor/homarr/png/box.png
new file mode 100644
index 0000000..47e754c
Binary files /dev/null and b/static/icons/vendor/homarr/png/box.png differ
diff --git a/static/icons/vendor/homarr/png/boxarr.png b/static/icons/vendor/homarr/png/boxarr.png
new file mode 100644
index 0000000..88655a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/boxarr.png differ
diff --git a/static/icons/vendor/homarr/png/brave-dev.png b/static/icons/vendor/homarr/png/brave-dev.png
new file mode 100644
index 0000000..93567df
Binary files /dev/null and b/static/icons/vendor/homarr/png/brave-dev.png differ
diff --git a/static/icons/vendor/homarr/png/brave.png b/static/icons/vendor/homarr/png/brave.png
new file mode 100644
index 0000000..1bbdb57
Binary files /dev/null and b/static/icons/vendor/homarr/png/brave.png differ
diff --git a/static/icons/vendor/homarr/png/brewpi.png b/static/icons/vendor/homarr/png/brewpi.png
new file mode 100644
index 0000000..f658d44
Binary files /dev/null and b/static/icons/vendor/homarr/png/brewpi.png differ
diff --git a/static/icons/vendor/homarr/png/brick-tracker.png b/static/icons/vendor/homarr/png/brick-tracker.png
new file mode 100644
index 0000000..d8802ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/brick-tracker.png differ
diff --git a/static/icons/vendor/homarr/png/bright-move.png b/static/icons/vendor/homarr/png/bright-move.png
new file mode 100644
index 0000000..0212d31
Binary files /dev/null and b/static/icons/vendor/homarr/png/bright-move.png differ
diff --git a/static/icons/vendor/homarr/png/brillcam.png b/static/icons/vendor/homarr/png/brillcam.png
new file mode 100644
index 0000000..96b580c
Binary files /dev/null and b/static/icons/vendor/homarr/png/brillcam.png differ
diff --git a/static/icons/vendor/homarr/png/broad-link.png b/static/icons/vendor/homarr/png/broad-link.png
new file mode 100644
index 0000000..d37f8f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/broad-link.png differ
diff --git a/static/icons/vendor/homarr/png/broadcastchannel-light.png b/static/icons/vendor/homarr/png/broadcastchannel-light.png
new file mode 100644
index 0000000..12cfe29
Binary files /dev/null and b/static/icons/vendor/homarr/png/broadcastchannel-light.png differ
diff --git a/static/icons/vendor/homarr/png/broadcastchannel.png b/static/icons/vendor/homarr/png/broadcastchannel.png
new file mode 100644
index 0000000..f6272ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/broadcastchannel.png differ
diff --git a/static/icons/vendor/homarr/png/broadcom-dark.png b/static/icons/vendor/homarr/png/broadcom-dark.png
new file mode 100644
index 0000000..d3ad74b
Binary files /dev/null and b/static/icons/vendor/homarr/png/broadcom-dark.png differ
diff --git a/static/icons/vendor/homarr/png/broadcom-wordmark-light.png b/static/icons/vendor/homarr/png/broadcom-wordmark-light.png
new file mode 100644
index 0000000..ebb6c8f
Binary files /dev/null and b/static/icons/vendor/homarr/png/broadcom-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/broadcom.png b/static/icons/vendor/homarr/png/broadcom.png
new file mode 100644
index 0000000..73bdb5f
Binary files /dev/null and b/static/icons/vendor/homarr/png/broadcom.png differ
diff --git a/static/icons/vendor/homarr/png/brocade.png b/static/icons/vendor/homarr/png/brocade.png
new file mode 100644
index 0000000..c734caf
Binary files /dev/null and b/static/icons/vendor/homarr/png/brocade.png differ
diff --git a/static/icons/vendor/homarr/png/brother.png b/static/icons/vendor/homarr/png/brother.png
new file mode 100644
index 0000000..4dfdda0
Binary files /dev/null and b/static/icons/vendor/homarr/png/brother.png differ
diff --git a/static/icons/vendor/homarr/png/browserless-light.png b/static/icons/vendor/homarr/png/browserless-light.png
new file mode 100644
index 0000000..2c8eeba
Binary files /dev/null and b/static/icons/vendor/homarr/png/browserless-light.png differ
diff --git a/static/icons/vendor/homarr/png/browserless.png b/static/icons/vendor/homarr/png/browserless.png
new file mode 100644
index 0000000..0c62551
Binary files /dev/null and b/static/icons/vendor/homarr/png/browserless.png differ
diff --git a/static/icons/vendor/homarr/png/browsh.png b/static/icons/vendor/homarr/png/browsh.png
new file mode 100644
index 0000000..320da50
Binary files /dev/null and b/static/icons/vendor/homarr/png/browsh.png differ
diff --git a/static/icons/vendor/homarr/png/btcpay-server.png b/static/icons/vendor/homarr/png/btcpay-server.png
new file mode 100644
index 0000000..214ae40
Binary files /dev/null and b/static/icons/vendor/homarr/png/btcpay-server.png differ
diff --git a/static/icons/vendor/homarr/png/buddy.png b/static/icons/vendor/homarr/png/buddy.png
new file mode 100644
index 0000000..149efdc
Binary files /dev/null and b/static/icons/vendor/homarr/png/buddy.png differ
diff --git a/static/icons/vendor/homarr/png/budget-board.png b/static/icons/vendor/homarr/png/budget-board.png
new file mode 100644
index 0000000..b15ea53
Binary files /dev/null and b/static/icons/vendor/homarr/png/budget-board.png differ
diff --git a/static/icons/vendor/homarr/png/budget-zero.png b/static/icons/vendor/homarr/png/budget-zero.png
new file mode 100644
index 0000000..6f54cee
Binary files /dev/null and b/static/icons/vendor/homarr/png/budget-zero.png differ
diff --git a/static/icons/vendor/homarr/png/budgetbee-light.png b/static/icons/vendor/homarr/png/budgetbee-light.png
new file mode 100644
index 0000000..18ec423
Binary files /dev/null and b/static/icons/vendor/homarr/png/budgetbee-light.png differ
diff --git a/static/icons/vendor/homarr/png/budgetbee.png b/static/icons/vendor/homarr/png/budgetbee.png
new file mode 100644
index 0000000..5b2a462
Binary files /dev/null and b/static/icons/vendor/homarr/png/budgetbee.png differ
diff --git a/static/icons/vendor/homarr/png/budibase.png b/static/icons/vendor/homarr/png/budibase.png
new file mode 100644
index 0000000..7279631
Binary files /dev/null and b/static/icons/vendor/homarr/png/budibase.png differ
diff --git a/static/icons/vendor/homarr/png/buffalo.png b/static/icons/vendor/homarr/png/buffalo.png
new file mode 100644
index 0000000..6b9c337
Binary files /dev/null and b/static/icons/vendor/homarr/png/buffalo.png differ
diff --git a/static/icons/vendor/homarr/png/build-better-dark.png b/static/icons/vendor/homarr/png/build-better-dark.png
new file mode 100644
index 0000000..ab97486
Binary files /dev/null and b/static/icons/vendor/homarr/png/build-better-dark.png differ
diff --git a/static/icons/vendor/homarr/png/build-better.png b/static/icons/vendor/homarr/png/build-better.png
new file mode 100644
index 0000000..20bb0fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/build-better.png differ
diff --git a/static/icons/vendor/homarr/png/buildium.png b/static/icons/vendor/homarr/png/buildium.png
new file mode 100644
index 0000000..7597eeb
Binary files /dev/null and b/static/icons/vendor/homarr/png/buildium.png differ
diff --git a/static/icons/vendor/homarr/png/bunkerweb.png b/static/icons/vendor/homarr/png/bunkerweb.png
new file mode 100644
index 0000000..134522b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bunkerweb.png differ
diff --git a/static/icons/vendor/homarr/png/bunny.png b/static/icons/vendor/homarr/png/bunny.png
new file mode 100644
index 0000000..f0a656b
Binary files /dev/null and b/static/icons/vendor/homarr/png/bunny.png differ
diff --git a/static/icons/vendor/homarr/png/burpsuite.png b/static/icons/vendor/homarr/png/burpsuite.png
new file mode 100644
index 0000000..afabb19
Binary files /dev/null and b/static/icons/vendor/homarr/png/burpsuite.png differ
diff --git a/static/icons/vendor/homarr/png/buxfer.png b/static/icons/vendor/homarr/png/buxfer.png
new file mode 100644
index 0000000..eea9d04
Binary files /dev/null and b/static/icons/vendor/homarr/png/buxfer.png differ
diff --git a/static/icons/vendor/homarr/png/byparr.png b/static/icons/vendor/homarr/png/byparr.png
new file mode 100644
index 0000000..f968d21
Binary files /dev/null and b/static/icons/vendor/homarr/png/byparr.png differ
diff --git a/static/icons/vendor/homarr/png/bytestash.png b/static/icons/vendor/homarr/png/bytestash.png
new file mode 100644
index 0000000..c456fa7
Binary files /dev/null and b/static/icons/vendor/homarr/png/bytestash.png differ
diff --git a/static/icons/vendor/homarr/png/c.png b/static/icons/vendor/homarr/png/c.png
new file mode 100644
index 0000000..e84cb09
Binary files /dev/null and b/static/icons/vendor/homarr/png/c.png differ
diff --git a/static/icons/vendor/homarr/png/cabernet.png b/static/icons/vendor/homarr/png/cabernet.png
new file mode 100644
index 0000000..5dd4cde
Binary files /dev/null and b/static/icons/vendor/homarr/png/cabernet.png differ
diff --git a/static/icons/vendor/homarr/png/cabot.png b/static/icons/vendor/homarr/png/cabot.png
new file mode 100644
index 0000000..84fa20a
Binary files /dev/null and b/static/icons/vendor/homarr/png/cabot.png differ
diff --git a/static/icons/vendor/homarr/png/cachyos-linux.png b/static/icons/vendor/homarr/png/cachyos-linux.png
new file mode 100644
index 0000000..1abfb40
Binary files /dev/null and b/static/icons/vendor/homarr/png/cachyos-linux.png differ
diff --git a/static/icons/vendor/homarr/png/cacti.png b/static/icons/vendor/homarr/png/cacti.png
new file mode 100644
index 0000000..4d6fd18
Binary files /dev/null and b/static/icons/vendor/homarr/png/cacti.png differ
diff --git a/static/icons/vendor/homarr/png/caddy.png b/static/icons/vendor/homarr/png/caddy.png
new file mode 100644
index 0000000..5982bbc
Binary files /dev/null and b/static/icons/vendor/homarr/png/caddy.png differ
diff --git a/static/icons/vendor/homarr/png/cadvisor.png b/static/icons/vendor/homarr/png/cadvisor.png
new file mode 100644
index 0000000..425ce3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/cadvisor.png differ
diff --git a/static/icons/vendor/homarr/png/cal-com-light.png b/static/icons/vendor/homarr/png/cal-com-light.png
new file mode 100644
index 0000000..20463dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/cal-com-light.png differ
diff --git a/static/icons/vendor/homarr/png/cal-com.png b/static/icons/vendor/homarr/png/cal-com.png
new file mode 100644
index 0000000..1759f44
Binary files /dev/null and b/static/icons/vendor/homarr/png/cal-com.png differ
diff --git a/static/icons/vendor/homarr/png/calckey.png b/static/icons/vendor/homarr/png/calckey.png
new file mode 100644
index 0000000..7cbea9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/calckey.png differ
diff --git a/static/icons/vendor/homarr/png/caldera.png b/static/icons/vendor/homarr/png/caldera.png
new file mode 100644
index 0000000..a4e06f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/caldera.png differ
diff --git a/static/icons/vendor/homarr/png/calibre-web-automated-book-downloader.png b/static/icons/vendor/homarr/png/calibre-web-automated-book-downloader.png
new file mode 100644
index 0000000..1e6d117
Binary files /dev/null and b/static/icons/vendor/homarr/png/calibre-web-automated-book-downloader.png differ
diff --git a/static/icons/vendor/homarr/png/calibre-web.png b/static/icons/vendor/homarr/png/calibre-web.png
new file mode 100644
index 0000000..b3a8d4f
Binary files /dev/null and b/static/icons/vendor/homarr/png/calibre-web.png differ
diff --git a/static/icons/vendor/homarr/png/calibre.png b/static/icons/vendor/homarr/png/calibre.png
new file mode 100644
index 0000000..7dc20d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/calibre.png differ
diff --git a/static/icons/vendor/homarr/png/camera-ui.png b/static/icons/vendor/homarr/png/camera-ui.png
new file mode 100644
index 0000000..5f0c98e
Binary files /dev/null and b/static/icons/vendor/homarr/png/camera-ui.png differ
diff --git a/static/icons/vendor/homarr/png/canonical.png b/static/icons/vendor/homarr/png/canonical.png
new file mode 100644
index 0000000..b0cf35e
Binary files /dev/null and b/static/icons/vendor/homarr/png/canonical.png differ
diff --git a/static/icons/vendor/homarr/png/canvas-lms.png b/static/icons/vendor/homarr/png/canvas-lms.png
new file mode 100644
index 0000000..f2942a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/canvas-lms.png differ
diff --git a/static/icons/vendor/homarr/png/cap-cut-dark.png b/static/icons/vendor/homarr/png/cap-cut-dark.png
new file mode 100644
index 0000000..1316251
Binary files /dev/null and b/static/icons/vendor/homarr/png/cap-cut-dark.png differ
diff --git a/static/icons/vendor/homarr/png/cap-cut.png b/static/icons/vendor/homarr/png/cap-cut.png
new file mode 100644
index 0000000..5ab1b5f
Binary files /dev/null and b/static/icons/vendor/homarr/png/cap-cut.png differ
diff --git a/static/icons/vendor/homarr/png/capacities-dark.png b/static/icons/vendor/homarr/png/capacities-dark.png
new file mode 100644
index 0000000..f1fb710
Binary files /dev/null and b/static/icons/vendor/homarr/png/capacities-dark.png differ
diff --git a/static/icons/vendor/homarr/png/capacities.png b/static/icons/vendor/homarr/png/capacities.png
new file mode 100644
index 0000000..f50126b
Binary files /dev/null and b/static/icons/vendor/homarr/png/capacities.png differ
diff --git a/static/icons/vendor/homarr/png/capjs.png b/static/icons/vendor/homarr/png/capjs.png
new file mode 100644
index 0000000..ef35883
Binary files /dev/null and b/static/icons/vendor/homarr/png/capjs.png differ
diff --git a/static/icons/vendor/homarr/png/caprover.png b/static/icons/vendor/homarr/png/caprover.png
new file mode 100644
index 0000000..4a20dc1
Binary files /dev/null and b/static/icons/vendor/homarr/png/caprover.png differ
diff --git a/static/icons/vendor/homarr/png/cardigann-light.png b/static/icons/vendor/homarr/png/cardigann-light.png
new file mode 100644
index 0000000..9ca9ed1
Binary files /dev/null and b/static/icons/vendor/homarr/png/cardigann-light.png differ
diff --git a/static/icons/vendor/homarr/png/cardigann.png b/static/icons/vendor/homarr/png/cardigann.png
new file mode 100644
index 0000000..07365d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/cardigann.png differ
diff --git a/static/icons/vendor/homarr/png/carousell.png b/static/icons/vendor/homarr/png/carousell.png
new file mode 100644
index 0000000..3d614c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/carousell.png differ
diff --git a/static/icons/vendor/homarr/png/carrefour.png b/static/icons/vendor/homarr/png/carrefour.png
new file mode 100644
index 0000000..087f584
Binary files /dev/null and b/static/icons/vendor/homarr/png/carrefour.png differ
diff --git a/static/icons/vendor/homarr/png/casaos.png b/static/icons/vendor/homarr/png/casaos.png
new file mode 100644
index 0000000..ebeeee3
Binary files /dev/null and b/static/icons/vendor/homarr/png/casaos.png differ
diff --git a/static/icons/vendor/homarr/png/castopod.png b/static/icons/vendor/homarr/png/castopod.png
new file mode 100644
index 0000000..cc372f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/castopod.png differ
diff --git a/static/icons/vendor/homarr/png/catppuccin.png b/static/icons/vendor/homarr/png/catppuccin.png
new file mode 100644
index 0000000..57bbcf7
Binary files /dev/null and b/static/icons/vendor/homarr/png/catppuccin.png differ
diff --git a/static/icons/vendor/homarr/png/cc-light.png b/static/icons/vendor/homarr/png/cc-light.png
new file mode 100644
index 0000000..a08e1e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/cc-light.png differ
diff --git a/static/icons/vendor/homarr/png/cc.png b/static/icons/vendor/homarr/png/cc.png
new file mode 100644
index 0000000..bd046d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/cc.png differ
diff --git a/static/icons/vendor/homarr/png/cd-dark.png b/static/icons/vendor/homarr/png/cd-dark.png
new file mode 100644
index 0000000..f5111a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/cd-dark.png differ
diff --git a/static/icons/vendor/homarr/png/cd-light.png b/static/icons/vendor/homarr/png/cd-light.png
new file mode 100644
index 0000000..03abefa
Binary files /dev/null and b/static/icons/vendor/homarr/png/cd-light.png differ
diff --git a/static/icons/vendor/homarr/png/cd.png b/static/icons/vendor/homarr/png/cd.png
new file mode 100644
index 0000000..f5111a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/cd.png differ
diff --git a/static/icons/vendor/homarr/png/centos.png b/static/icons/vendor/homarr/png/centos.png
new file mode 100644
index 0000000..60a3739
Binary files /dev/null and b/static/icons/vendor/homarr/png/centos.png differ
diff --git a/static/icons/vendor/homarr/png/ceph.png b/static/icons/vendor/homarr/png/ceph.png
new file mode 100644
index 0000000..0d0ce68
Binary files /dev/null and b/static/icons/vendor/homarr/png/ceph.png differ
diff --git a/static/icons/vendor/homarr/png/cert-manager.png b/static/icons/vendor/homarr/png/cert-manager.png
new file mode 100644
index 0000000..5e2e9a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/cert-manager.png differ
diff --git a/static/icons/vendor/homarr/png/cert-warden-light.png b/static/icons/vendor/homarr/png/cert-warden-light.png
new file mode 100644
index 0000000..681665c
Binary files /dev/null and b/static/icons/vendor/homarr/png/cert-warden-light.png differ
diff --git a/static/icons/vendor/homarr/png/cert-warden.png b/static/icons/vendor/homarr/png/cert-warden.png
new file mode 100644
index 0000000..45a0683
Binary files /dev/null and b/static/icons/vendor/homarr/png/cert-warden.png differ
diff --git a/static/icons/vendor/homarr/png/cessna.png b/static/icons/vendor/homarr/png/cessna.png
new file mode 100644
index 0000000..0a3ce29
Binary files /dev/null and b/static/icons/vendor/homarr/png/cessna.png differ
diff --git a/static/icons/vendor/homarr/png/chainguard.png b/static/icons/vendor/homarr/png/chainguard.png
new file mode 100644
index 0000000..b81cfff
Binary files /dev/null and b/static/icons/vendor/homarr/png/chainguard.png differ
diff --git a/static/icons/vendor/homarr/png/changedetection.png b/static/icons/vendor/homarr/png/changedetection.png
new file mode 100644
index 0000000..fbd0163
Binary files /dev/null and b/static/icons/vendor/homarr/png/changedetection.png differ
diff --git a/static/icons/vendor/homarr/png/channels-dvr.png b/static/icons/vendor/homarr/png/channels-dvr.png
new file mode 100644
index 0000000..75a1996
Binary files /dev/null and b/static/icons/vendor/homarr/png/channels-dvr.png differ
diff --git a/static/icons/vendor/homarr/png/chaptarr.png b/static/icons/vendor/homarr/png/chaptarr.png
new file mode 100644
index 0000000..db0445e
Binary files /dev/null and b/static/icons/vendor/homarr/png/chaptarr.png differ
diff --git a/static/icons/vendor/homarr/png/chart-db.png b/static/icons/vendor/homarr/png/chart-db.png
new file mode 100644
index 0000000..966cc08
Binary files /dev/null and b/static/icons/vendor/homarr/png/chart-db.png differ
diff --git a/static/icons/vendor/homarr/png/chatbetter.png b/static/icons/vendor/homarr/png/chatbetter.png
new file mode 100644
index 0000000..fe533a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/chatbetter.png differ
diff --git a/static/icons/vendor/homarr/png/chatgpt.png b/static/icons/vendor/homarr/png/chatgpt.png
new file mode 100644
index 0000000..cc68d78
Binary files /dev/null and b/static/icons/vendor/homarr/png/chatgpt.png differ
diff --git a/static/icons/vendor/homarr/png/chatpad-ai.png b/static/icons/vendor/homarr/png/chatpad-ai.png
new file mode 100644
index 0000000..a4de4bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/chatpad-ai.png differ
diff --git a/static/icons/vendor/homarr/png/chatwoot.png b/static/icons/vendor/homarr/png/chatwoot.png
new file mode 100644
index 0000000..4fcec4c
Binary files /dev/null and b/static/icons/vendor/homarr/png/chatwoot.png differ
diff --git a/static/icons/vendor/homarr/png/check-cle.png b/static/icons/vendor/homarr/png/check-cle.png
new file mode 100644
index 0000000..dcfad6a
Binary files /dev/null and b/static/icons/vendor/homarr/png/check-cle.png differ
diff --git a/static/icons/vendor/homarr/png/check-point-wordmark-light.png b/static/icons/vendor/homarr/png/check-point-wordmark-light.png
new file mode 100644
index 0000000..74ba7e7
Binary files /dev/null and b/static/icons/vendor/homarr/png/check-point-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/check-point.png b/static/icons/vendor/homarr/png/check-point.png
new file mode 100644
index 0000000..d0db529
Binary files /dev/null and b/static/icons/vendor/homarr/png/check-point.png differ
diff --git a/static/icons/vendor/homarr/png/checkmate.png b/static/icons/vendor/homarr/png/checkmate.png
new file mode 100644
index 0000000..bbea6ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/checkmate.png differ
diff --git a/static/icons/vendor/homarr/png/checkmk.png b/static/icons/vendor/homarr/png/checkmk.png
new file mode 100644
index 0000000..5d8b55b
Binary files /dev/null and b/static/icons/vendor/homarr/png/checkmk.png differ
diff --git a/static/icons/vendor/homarr/png/cherry.png b/static/icons/vendor/homarr/png/cherry.png
new file mode 100644
index 0000000..efeb2cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/cherry.png differ
diff --git a/static/icons/vendor/homarr/png/chess.png b/static/icons/vendor/homarr/png/chess.png
new file mode 100644
index 0000000..2f8b86c
Binary files /dev/null and b/static/icons/vendor/homarr/png/chess.png differ
diff --git a/static/icons/vendor/homarr/png/chevereto.png b/static/icons/vendor/homarr/png/chevereto.png
new file mode 100644
index 0000000..609766e
Binary files /dev/null and b/static/icons/vendor/homarr/png/chevereto.png differ
diff --git a/static/icons/vendor/homarr/png/chhoto-url.png b/static/icons/vendor/homarr/png/chhoto-url.png
new file mode 100644
index 0000000..b980029
Binary files /dev/null and b/static/icons/vendor/homarr/png/chhoto-url.png differ
diff --git a/static/icons/vendor/homarr/png/chibisafe.png b/static/icons/vendor/homarr/png/chibisafe.png
new file mode 100644
index 0000000..d8edb34
Binary files /dev/null and b/static/icons/vendor/homarr/png/chibisafe.png differ
diff --git a/static/icons/vendor/homarr/png/chiefonboarding.png b/static/icons/vendor/homarr/png/chiefonboarding.png
new file mode 100644
index 0000000..a1184ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/chiefonboarding.png differ
diff --git a/static/icons/vendor/homarr/png/chirpy.png b/static/icons/vendor/homarr/png/chirpy.png
new file mode 100644
index 0000000..cf78265
Binary files /dev/null and b/static/icons/vendor/homarr/png/chirpy.png differ
diff --git a/static/icons/vendor/homarr/png/chowdown.png b/static/icons/vendor/homarr/png/chowdown.png
new file mode 100644
index 0000000..201c24b
Binary files /dev/null and b/static/icons/vendor/homarr/png/chowdown.png differ
diff --git a/static/icons/vendor/homarr/png/chroma.png b/static/icons/vendor/homarr/png/chroma.png
new file mode 100644
index 0000000..b84463e
Binary files /dev/null and b/static/icons/vendor/homarr/png/chroma.png differ
diff --git a/static/icons/vendor/homarr/png/chrome-beta.png b/static/icons/vendor/homarr/png/chrome-beta.png
new file mode 100644
index 0000000..d644d2c
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome-beta.png differ
diff --git a/static/icons/vendor/homarr/png/chrome-canary.png b/static/icons/vendor/homarr/png/chrome-canary.png
new file mode 100644
index 0000000..ebed5a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome-canary.png differ
diff --git a/static/icons/vendor/homarr/png/chrome-dev.png b/static/icons/vendor/homarr/png/chrome-dev.png
new file mode 100644
index 0000000..aa5a3d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome-dev.png differ
diff --git a/static/icons/vendor/homarr/png/chrome-devtools.png b/static/icons/vendor/homarr/png/chrome-devtools.png
new file mode 100644
index 0000000..2cbadd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome-devtools.png differ
diff --git a/static/icons/vendor/homarr/png/chrome-remote-desktop.png b/static/icons/vendor/homarr/png/chrome-remote-desktop.png
new file mode 100644
index 0000000..a814a44
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome-remote-desktop.png differ
diff --git a/static/icons/vendor/homarr/png/chrome.png b/static/icons/vendor/homarr/png/chrome.png
new file mode 100644
index 0000000..679bdd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/chrome.png differ
diff --git a/static/icons/vendor/homarr/png/chromecast-light.png b/static/icons/vendor/homarr/png/chromecast-light.png
new file mode 100644
index 0000000..70acb74
Binary files /dev/null and b/static/icons/vendor/homarr/png/chromecast-light.png differ
diff --git a/static/icons/vendor/homarr/png/chromecast.png b/static/icons/vendor/homarr/png/chromecast.png
new file mode 100644
index 0000000..c7ea3bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/chromecast.png differ
diff --git a/static/icons/vendor/homarr/png/chromium.png b/static/icons/vendor/homarr/png/chromium.png
new file mode 100644
index 0000000..48365d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/chromium.png differ
diff --git a/static/icons/vendor/homarr/png/chronograf.png b/static/icons/vendor/homarr/png/chronograf.png
new file mode 100644
index 0000000..f046369
Binary files /dev/null and b/static/icons/vendor/homarr/png/chronograf.png differ
diff --git a/static/icons/vendor/homarr/png/chzzk.png b/static/icons/vendor/homarr/png/chzzk.png
new file mode 100644
index 0000000..ae8e8f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/chzzk.png differ
diff --git a/static/icons/vendor/homarr/png/cilium-light.png b/static/icons/vendor/homarr/png/cilium-light.png
new file mode 100644
index 0000000..b1f88e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/cilium-light.png differ
diff --git a/static/icons/vendor/homarr/png/cilium.png b/static/icons/vendor/homarr/png/cilium.png
new file mode 100644
index 0000000..4550926
Binary files /dev/null and b/static/icons/vendor/homarr/png/cilium.png differ
diff --git a/static/icons/vendor/homarr/png/cinny-light.png b/static/icons/vendor/homarr/png/cinny-light.png
new file mode 100644
index 0000000..ce604b8
Binary files /dev/null and b/static/icons/vendor/homarr/png/cinny-light.png differ
diff --git a/static/icons/vendor/homarr/png/cinny.png b/static/icons/vendor/homarr/png/cinny.png
new file mode 100644
index 0000000..0ebc8d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/cinny.png differ
diff --git a/static/icons/vendor/homarr/png/ciphermail.png b/static/icons/vendor/homarr/png/ciphermail.png
new file mode 100644
index 0000000..71f848e
Binary files /dev/null and b/static/icons/vendor/homarr/png/ciphermail.png differ
diff --git a/static/icons/vendor/homarr/png/cisco.png b/static/icons/vendor/homarr/png/cisco.png
new file mode 100644
index 0000000..cb52b4e
Binary files /dev/null and b/static/icons/vendor/homarr/png/cisco.png differ
diff --git a/static/icons/vendor/homarr/png/citrix.png b/static/icons/vendor/homarr/png/citrix.png
new file mode 100644
index 0000000..e9db207
Binary files /dev/null and b/static/icons/vendor/homarr/png/citrix.png differ
diff --git a/static/icons/vendor/homarr/png/clam-av.png b/static/icons/vendor/homarr/png/clam-av.png
new file mode 100644
index 0000000..e6fd74b
Binary files /dev/null and b/static/icons/vendor/homarr/png/clam-av.png differ
diff --git a/static/icons/vendor/homarr/png/clash.png b/static/icons/vendor/homarr/png/clash.png
new file mode 100644
index 0000000..f724da9
Binary files /dev/null and b/static/icons/vendor/homarr/png/clash.png differ
diff --git a/static/icons/vendor/homarr/png/claude-ai-light.png b/static/icons/vendor/homarr/png/claude-ai-light.png
new file mode 100644
index 0000000..9120ec6
Binary files /dev/null and b/static/icons/vendor/homarr/png/claude-ai-light.png differ
diff --git a/static/icons/vendor/homarr/png/claude-ai.png b/static/icons/vendor/homarr/png/claude-ai.png
new file mode 100644
index 0000000..15a1a03
Binary files /dev/null and b/static/icons/vendor/homarr/png/claude-ai.png differ
diff --git a/static/icons/vendor/homarr/png/cleanuparr.png b/static/icons/vendor/homarr/png/cleanuparr.png
new file mode 100644
index 0000000..b07d0b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/cleanuparr.png differ
diff --git a/static/icons/vendor/homarr/png/cleanuperr.png b/static/icons/vendor/homarr/png/cleanuperr.png
new file mode 100644
index 0000000..6d151ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/cleanuperr.png differ
diff --git a/static/icons/vendor/homarr/png/clickhouse.png b/static/icons/vendor/homarr/png/clickhouse.png
new file mode 100644
index 0000000..36ba6d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/clickhouse.png differ
diff --git a/static/icons/vendor/homarr/png/clickup.png b/static/icons/vendor/homarr/png/clickup.png
new file mode 100644
index 0000000..ce8d8e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/clickup.png differ
diff --git a/static/icons/vendor/homarr/png/cloud66.png b/static/icons/vendor/homarr/png/cloud66.png
new file mode 100644
index 0000000..ae9a4af
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloud66.png differ
diff --git a/static/icons/vendor/homarr/png/cloud9-light.png b/static/icons/vendor/homarr/png/cloud9-light.png
new file mode 100644
index 0000000..cbad05b
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloud9-light.png differ
diff --git a/static/icons/vendor/homarr/png/cloud9.png b/static/icons/vendor/homarr/png/cloud9.png
new file mode 100644
index 0000000..30f11f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloud9.png differ
diff --git a/static/icons/vendor/homarr/png/cloudbeaver.png b/static/icons/vendor/homarr/png/cloudbeaver.png
new file mode 100644
index 0000000..6c908dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudbeaver.png differ
diff --git a/static/icons/vendor/homarr/png/cloudcmd.png b/static/icons/vendor/homarr/png/cloudcmd.png
new file mode 100644
index 0000000..2c370ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudcmd.png differ
diff --git a/static/icons/vendor/homarr/png/cloudflare-pages.png b/static/icons/vendor/homarr/png/cloudflare-pages.png
new file mode 100644
index 0000000..c4a327e
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudflare-pages.png differ
diff --git a/static/icons/vendor/homarr/png/cloudflare-zero-trust.png b/static/icons/vendor/homarr/png/cloudflare-zero-trust.png
new file mode 100644
index 0000000..e4ce472
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudflare-zero-trust.png differ
diff --git a/static/icons/vendor/homarr/png/cloudflare.png b/static/icons/vendor/homarr/png/cloudflare.png
new file mode 100644
index 0000000..b17dc59
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudflare.png differ
diff --git a/static/icons/vendor/homarr/png/cloudpanel.png b/static/icons/vendor/homarr/png/cloudpanel.png
new file mode 100644
index 0000000..51df10a
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudpanel.png differ
diff --git a/static/icons/vendor/homarr/png/cloudreve.png b/static/icons/vendor/homarr/png/cloudreve.png
new file mode 100644
index 0000000..4f7abcd
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudreve.png differ
diff --git a/static/icons/vendor/homarr/png/cloudstream.png b/static/icons/vendor/homarr/png/cloudstream.png
new file mode 100644
index 0000000..e46edd9
Binary files /dev/null and b/static/icons/vendor/homarr/png/cloudstream.png differ
diff --git a/static/icons/vendor/homarr/png/cobalt-dark.png b/static/icons/vendor/homarr/png/cobalt-dark.png
new file mode 100644
index 0000000..143f0d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/cobalt-dark.png differ
diff --git a/static/icons/vendor/homarr/png/cobalt.png b/static/icons/vendor/homarr/png/cobalt.png
new file mode 100644
index 0000000..c7a2e6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/cobalt.png differ
diff --git a/static/icons/vendor/homarr/png/cockpit-cms-light.png b/static/icons/vendor/homarr/png/cockpit-cms-light.png
new file mode 100644
index 0000000..7626579
Binary files /dev/null and b/static/icons/vendor/homarr/png/cockpit-cms-light.png differ
diff --git a/static/icons/vendor/homarr/png/cockpit-cms.png b/static/icons/vendor/homarr/png/cockpit-cms.png
new file mode 100644
index 0000000..d94533d
Binary files /dev/null and b/static/icons/vendor/homarr/png/cockpit-cms.png differ
diff --git a/static/icons/vendor/homarr/png/cockpit-light.png b/static/icons/vendor/homarr/png/cockpit-light.png
new file mode 100644
index 0000000..dd09e4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/cockpit-light.png differ
diff --git a/static/icons/vendor/homarr/png/cockpit.png b/static/icons/vendor/homarr/png/cockpit.png
new file mode 100644
index 0000000..ccbe972
Binary files /dev/null and b/static/icons/vendor/homarr/png/cockpit.png differ
diff --git a/static/icons/vendor/homarr/png/code-cademy-dark.png b/static/icons/vendor/homarr/png/code-cademy-dark.png
new file mode 100644
index 0000000..5e8cda3
Binary files /dev/null and b/static/icons/vendor/homarr/png/code-cademy-dark.png differ
diff --git a/static/icons/vendor/homarr/png/code-cademy.png b/static/icons/vendor/homarr/png/code-cademy.png
new file mode 100644
index 0000000..8c1abdc
Binary files /dev/null and b/static/icons/vendor/homarr/png/code-cademy.png differ
diff --git a/static/icons/vendor/homarr/png/code-server.png b/static/icons/vendor/homarr/png/code-server.png
new file mode 100644
index 0000000..28c87f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/code-server.png differ
diff --git a/static/icons/vendor/homarr/png/code.png b/static/icons/vendor/homarr/png/code.png
new file mode 100644
index 0000000..ca7b9db
Binary files /dev/null and b/static/icons/vendor/homarr/png/code.png differ
diff --git a/static/icons/vendor/homarr/png/codeberg.png b/static/icons/vendor/homarr/png/codeberg.png
new file mode 100644
index 0000000..47a7a38
Binary files /dev/null and b/static/icons/vendor/homarr/png/codeberg.png differ
diff --git a/static/icons/vendor/homarr/png/codellm.png b/static/icons/vendor/homarr/png/codellm.png
new file mode 100644
index 0000000..cd8c05a
Binary files /dev/null and b/static/icons/vendor/homarr/png/codellm.png differ
diff --git a/static/icons/vendor/homarr/png/coder-light.png b/static/icons/vendor/homarr/png/coder-light.png
new file mode 100644
index 0000000..7092119
Binary files /dev/null and b/static/icons/vendor/homarr/png/coder-light.png differ
diff --git a/static/icons/vendor/homarr/png/coder.png b/static/icons/vendor/homarr/png/coder.png
new file mode 100644
index 0000000..8d54de1
Binary files /dev/null and b/static/icons/vendor/homarr/png/coder.png differ
diff --git a/static/icons/vendor/homarr/png/codestats-light.png b/static/icons/vendor/homarr/png/codestats-light.png
new file mode 100644
index 0000000..597e7ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/codestats-light.png differ
diff --git a/static/icons/vendor/homarr/png/codestats.png b/static/icons/vendor/homarr/png/codestats.png
new file mode 100644
index 0000000..7831230
Binary files /dev/null and b/static/icons/vendor/homarr/png/codestats.png differ
diff --git a/static/icons/vendor/homarr/png/codex-light.png b/static/icons/vendor/homarr/png/codex-light.png
new file mode 100644
index 0000000..d57679d
Binary files /dev/null and b/static/icons/vendor/homarr/png/codex-light.png differ
diff --git a/static/icons/vendor/homarr/png/codex.png b/static/icons/vendor/homarr/png/codex.png
new file mode 100644
index 0000000..8ee25aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/codex.png differ
diff --git a/static/icons/vendor/homarr/png/codimd-light.png b/static/icons/vendor/homarr/png/codimd-light.png
new file mode 100644
index 0000000..6978e26
Binary files /dev/null and b/static/icons/vendor/homarr/png/codimd-light.png differ
diff --git a/static/icons/vendor/homarr/png/codimd.png b/static/icons/vendor/homarr/png/codimd.png
new file mode 100644
index 0000000..e96af70
Binary files /dev/null and b/static/icons/vendor/homarr/png/codimd.png differ
diff --git a/static/icons/vendor/homarr/png/collabora-online.png b/static/icons/vendor/homarr/png/collabora-online.png
new file mode 100644
index 0000000..4806651
Binary files /dev/null and b/static/icons/vendor/homarr/png/collabora-online.png differ
diff --git a/static/icons/vendor/homarr/png/comfy-ui.png b/static/icons/vendor/homarr/png/comfy-ui.png
new file mode 100644
index 0000000..483e4ff
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfy-ui.png differ
diff --git a/static/icons/vendor/homarr/png/comfyui-dark.png b/static/icons/vendor/homarr/png/comfyui-dark.png
new file mode 100644
index 0000000..5893ead
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfyui-dark.png differ
diff --git a/static/icons/vendor/homarr/png/comfyui-light.png b/static/icons/vendor/homarr/png/comfyui-light.png
new file mode 100644
index 0000000..f8450ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfyui-light.png differ
diff --git a/static/icons/vendor/homarr/png/comfyui-wordmark-dark.png b/static/icons/vendor/homarr/png/comfyui-wordmark-dark.png
new file mode 100644
index 0000000..8558a3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfyui-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/comfyui-wordmark-light.png b/static/icons/vendor/homarr/png/comfyui-wordmark-light.png
new file mode 100644
index 0000000..952fba8
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfyui-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/comfyui.png b/static/icons/vendor/homarr/png/comfyui.png
new file mode 100644
index 0000000..fac6b50
Binary files /dev/null and b/static/icons/vendor/homarr/png/comfyui.png differ
diff --git a/static/icons/vendor/homarr/png/commafeed-light.png b/static/icons/vendor/homarr/png/commafeed-light.png
new file mode 100644
index 0000000..72206b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/commafeed-light.png differ
diff --git a/static/icons/vendor/homarr/png/commafeed.png b/static/icons/vendor/homarr/png/commafeed.png
new file mode 100644
index 0000000..5b15c5e
Binary files /dev/null and b/static/icons/vendor/homarr/png/commafeed.png differ
diff --git a/static/icons/vendor/homarr/png/commento-light.png b/static/icons/vendor/homarr/png/commento-light.png
new file mode 100644
index 0000000..aaa6bbd
Binary files /dev/null and b/static/icons/vendor/homarr/png/commento-light.png differ
diff --git a/static/icons/vendor/homarr/png/commento.png b/static/icons/vendor/homarr/png/commento.png
new file mode 100644
index 0000000..8de6047
Binary files /dev/null and b/static/icons/vendor/homarr/png/commento.png differ
diff --git a/static/icons/vendor/homarr/png/compreface.png b/static/icons/vendor/homarr/png/compreface.png
new file mode 100644
index 0000000..0ccdd91
Binary files /dev/null and b/static/icons/vendor/homarr/png/compreface.png differ
diff --git a/static/icons/vendor/homarr/png/concourse.png b/static/icons/vendor/homarr/png/concourse.png
new file mode 100644
index 0000000..87326aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/concourse.png differ
diff --git a/static/icons/vendor/homarr/png/configarr.png b/static/icons/vendor/homarr/png/configarr.png
new file mode 100644
index 0000000..7ec5445
Binary files /dev/null and b/static/icons/vendor/homarr/png/configarr.png differ
diff --git a/static/icons/vendor/homarr/png/confix.png b/static/icons/vendor/homarr/png/confix.png
new file mode 100644
index 0000000..560e1fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/confix.png differ
diff --git a/static/icons/vendor/homarr/png/confluence.png b/static/icons/vendor/homarr/png/confluence.png
new file mode 100644
index 0000000..a4816c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/confluence.png differ
diff --git a/static/icons/vendor/homarr/png/consul.png b/static/icons/vendor/homarr/png/consul.png
new file mode 100644
index 0000000..727b95a
Binary files /dev/null and b/static/icons/vendor/homarr/png/consul.png differ
diff --git a/static/icons/vendor/homarr/png/contabo.png b/static/icons/vendor/homarr/png/contabo.png
new file mode 100644
index 0000000..4c60aba
Binary files /dev/null and b/static/icons/vendor/homarr/png/contabo.png differ
diff --git a/static/icons/vendor/homarr/png/control-d-dark.png b/static/icons/vendor/homarr/png/control-d-dark.png
new file mode 100644
index 0000000..d555a79
Binary files /dev/null and b/static/icons/vendor/homarr/png/control-d-dark.png differ
diff --git a/static/icons/vendor/homarr/png/control-d.png b/static/icons/vendor/homarr/png/control-d.png
new file mode 100644
index 0000000..0b4b427
Binary files /dev/null and b/static/icons/vendor/homarr/png/control-d.png differ
diff --git a/static/icons/vendor/homarr/png/converse-light.png b/static/icons/vendor/homarr/png/converse-light.png
new file mode 100644
index 0000000..4673367
Binary files /dev/null and b/static/icons/vendor/homarr/png/converse-light.png differ
diff --git a/static/icons/vendor/homarr/png/converse.png b/static/icons/vendor/homarr/png/converse.png
new file mode 100644
index 0000000..debda82
Binary files /dev/null and b/static/icons/vendor/homarr/png/converse.png differ
diff --git a/static/icons/vendor/homarr/png/convertx.png b/static/icons/vendor/homarr/png/convertx.png
new file mode 100644
index 0000000..4504e1f
Binary files /dev/null and b/static/icons/vendor/homarr/png/convertx.png differ
diff --git a/static/icons/vendor/homarr/png/convex.png b/static/icons/vendor/homarr/png/convex.png
new file mode 100644
index 0000000..f9802e7
Binary files /dev/null and b/static/icons/vendor/homarr/png/convex.png differ
diff --git a/static/icons/vendor/homarr/png/cooler-control.png b/static/icons/vendor/homarr/png/cooler-control.png
new file mode 100644
index 0000000..122bd81
Binary files /dev/null and b/static/icons/vendor/homarr/png/cooler-control.png differ
diff --git a/static/icons/vendor/homarr/png/coolify.png b/static/icons/vendor/homarr/png/coolify.png
new file mode 100644
index 0000000..8a430ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/coolify.png differ
diff --git a/static/icons/vendor/homarr/png/copyparty.png b/static/icons/vendor/homarr/png/copyparty.png
new file mode 100644
index 0000000..8203935
Binary files /dev/null and b/static/icons/vendor/homarr/png/copyparty.png differ
diff --git a/static/icons/vendor/homarr/png/copyq.png b/static/icons/vendor/homarr/png/copyq.png
new file mode 100644
index 0000000..534d50e
Binary files /dev/null and b/static/icons/vendor/homarr/png/copyq.png differ
diff --git a/static/icons/vendor/homarr/png/core-control.png b/static/icons/vendor/homarr/png/core-control.png
new file mode 100644
index 0000000..81886d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/core-control.png differ
diff --git a/static/icons/vendor/homarr/png/coredns.png b/static/icons/vendor/homarr/png/coredns.png
new file mode 100644
index 0000000..cc16c98
Binary files /dev/null and b/static/icons/vendor/homarr/png/coredns.png differ
diff --git a/static/icons/vendor/homarr/png/coreos.png b/static/icons/vendor/homarr/png/coreos.png
new file mode 100644
index 0000000..db8e2e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/coreos.png differ
diff --git a/static/icons/vendor/homarr/png/cosign.png b/static/icons/vendor/homarr/png/cosign.png
new file mode 100644
index 0000000..ca3721b
Binary files /dev/null and b/static/icons/vendor/homarr/png/cosign.png differ
diff --git a/static/icons/vendor/homarr/png/cosmos-cloud.png b/static/icons/vendor/homarr/png/cosmos-cloud.png
new file mode 100644
index 0000000..0c94f3a
Binary files /dev/null and b/static/icons/vendor/homarr/png/cosmos-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/costco.png b/static/icons/vendor/homarr/png/costco.png
new file mode 100644
index 0000000..a8accfa
Binary files /dev/null and b/static/icons/vendor/homarr/png/costco.png differ
diff --git a/static/icons/vendor/homarr/png/couchdb.png b/static/icons/vendor/homarr/png/couchdb.png
new file mode 100644
index 0000000..ff21720
Binary files /dev/null and b/static/icons/vendor/homarr/png/couchdb.png differ
diff --git a/static/icons/vendor/homarr/png/couchpotato.png b/static/icons/vendor/homarr/png/couchpotato.png
new file mode 100644
index 0000000..8985fa0
Binary files /dev/null and b/static/icons/vendor/homarr/png/couchpotato.png differ
diff --git a/static/icons/vendor/homarr/png/counter-analytics.png b/static/icons/vendor/homarr/png/counter-analytics.png
new file mode 100644
index 0000000..b0e0169
Binary files /dev/null and b/static/icons/vendor/homarr/png/counter-analytics.png differ
diff --git a/static/icons/vendor/homarr/png/counter-strike-2.png b/static/icons/vendor/homarr/png/counter-strike-2.png
new file mode 100644
index 0000000..8a6faff
Binary files /dev/null and b/static/icons/vendor/homarr/png/counter-strike-2.png differ
diff --git a/static/icons/vendor/homarr/png/counter-strike-global-offensive.png b/static/icons/vendor/homarr/png/counter-strike-global-offensive.png
new file mode 100644
index 0000000..c289e2a
Binary files /dev/null and b/static/icons/vendor/homarr/png/counter-strike-global-offensive.png differ
diff --git a/static/icons/vendor/homarr/png/coursera.png b/static/icons/vendor/homarr/png/coursera.png
new file mode 100644
index 0000000..cd6878d
Binary files /dev/null and b/static/icons/vendor/homarr/png/coursera.png differ
diff --git a/static/icons/vendor/homarr/png/cozy.png b/static/icons/vendor/homarr/png/cozy.png
new file mode 100644
index 0000000..8b06d29
Binary files /dev/null and b/static/icons/vendor/homarr/png/cozy.png differ
diff --git a/static/icons/vendor/homarr/png/cpanel.png b/static/icons/vendor/homarr/png/cpanel.png
new file mode 100644
index 0000000..0d145c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/cpanel.png differ
diff --git a/static/icons/vendor/homarr/png/cpp.png b/static/icons/vendor/homarr/png/cpp.png
new file mode 100644
index 0000000..e87a9b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/cpp.png differ
diff --git a/static/icons/vendor/homarr/png/crafty-controller.png b/static/icons/vendor/homarr/png/crafty-controller.png
new file mode 100644
index 0000000..d9c3919
Binary files /dev/null and b/static/icons/vendor/homarr/png/crafty-controller.png differ
diff --git a/static/icons/vendor/homarr/png/crater-invoice.png b/static/icons/vendor/homarr/png/crater-invoice.png
new file mode 100644
index 0000000..0a4525e
Binary files /dev/null and b/static/icons/vendor/homarr/png/crater-invoice.png differ
diff --git a/static/icons/vendor/homarr/png/crazydomains.png b/static/icons/vendor/homarr/png/crazydomains.png
new file mode 100644
index 0000000..eb4c9c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/crazydomains.png differ
diff --git a/static/icons/vendor/homarr/png/cribl-light.png b/static/icons/vendor/homarr/png/cribl-light.png
new file mode 100644
index 0000000..c1dc809
Binary files /dev/null and b/static/icons/vendor/homarr/png/cribl-light.png differ
diff --git a/static/icons/vendor/homarr/png/cribl.png b/static/icons/vendor/homarr/png/cribl.png
new file mode 100644
index 0000000..7cadb23
Binary files /dev/null and b/static/icons/vendor/homarr/png/cribl.png differ
diff --git a/static/icons/vendor/homarr/png/cron-master.png b/static/icons/vendor/homarr/png/cron-master.png
new file mode 100644
index 0000000..8b9bce4
Binary files /dev/null and b/static/icons/vendor/homarr/png/cron-master.png differ
diff --git a/static/icons/vendor/homarr/png/cronicle.png b/static/icons/vendor/homarr/png/cronicle.png
new file mode 100644
index 0000000..fa622f2
Binary files /dev/null and b/static/icons/vendor/homarr/png/cronicle.png differ
diff --git a/static/icons/vendor/homarr/png/cronmaster-dark.png b/static/icons/vendor/homarr/png/cronmaster-dark.png
new file mode 100644
index 0000000..700a581
Binary files /dev/null and b/static/icons/vendor/homarr/png/cronmaster-dark.png differ
diff --git a/static/icons/vendor/homarr/png/cronmaster-light.png b/static/icons/vendor/homarr/png/cronmaster-light.png
new file mode 100644
index 0000000..bf31e0f
Binary files /dev/null and b/static/icons/vendor/homarr/png/cronmaster-light.png differ
diff --git a/static/icons/vendor/homarr/png/cronmaster.png b/static/icons/vendor/homarr/png/cronmaster.png
new file mode 100644
index 0000000..749a9a8
Binary files /dev/null and b/static/icons/vendor/homarr/png/cronmaster.png differ
diff --git a/static/icons/vendor/homarr/png/cross-seed-square.png b/static/icons/vendor/homarr/png/cross-seed-square.png
new file mode 100644
index 0000000..de6d8ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/cross-seed-square.png differ
diff --git a/static/icons/vendor/homarr/png/cross-seed.png b/static/icons/vendor/homarr/png/cross-seed.png
new file mode 100644
index 0000000..485d459
Binary files /dev/null and b/static/icons/vendor/homarr/png/cross-seed.png differ
diff --git a/static/icons/vendor/homarr/png/crosswatch.png b/static/icons/vendor/homarr/png/crosswatch.png
new file mode 100644
index 0000000..4df98f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/crosswatch.png differ
diff --git a/static/icons/vendor/homarr/png/crowdin-dark.png b/static/icons/vendor/homarr/png/crowdin-dark.png
new file mode 100644
index 0000000..cd5b206
Binary files /dev/null and b/static/icons/vendor/homarr/png/crowdin-dark.png differ
diff --git a/static/icons/vendor/homarr/png/crowdin.png b/static/icons/vendor/homarr/png/crowdin.png
new file mode 100644
index 0000000..1c79d87
Binary files /dev/null and b/static/icons/vendor/homarr/png/crowdin.png differ
diff --git a/static/icons/vendor/homarr/png/crowdsec.png b/static/icons/vendor/homarr/png/crowdsec.png
new file mode 100644
index 0000000..2e78972
Binary files /dev/null and b/static/icons/vendor/homarr/png/crowdsec.png differ
diff --git a/static/icons/vendor/homarr/png/crunchyroll.png b/static/icons/vendor/homarr/png/crunchyroll.png
new file mode 100644
index 0000000..47401d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/crunchyroll.png differ
diff --git a/static/icons/vendor/homarr/png/cryptomator.png b/static/icons/vendor/homarr/png/cryptomator.png
new file mode 100644
index 0000000..3dc75a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/cryptomator.png differ
diff --git a/static/icons/vendor/homarr/png/cryptpad.png b/static/icons/vendor/homarr/png/cryptpad.png
new file mode 100644
index 0000000..3873955
Binary files /dev/null and b/static/icons/vendor/homarr/png/cryptpad.png differ
diff --git a/static/icons/vendor/homarr/png/csharp.png b/static/icons/vendor/homarr/png/csharp.png
new file mode 100644
index 0000000..b56f73e
Binary files /dev/null and b/static/icons/vendor/homarr/png/csharp.png differ
diff --git a/static/icons/vendor/homarr/png/css-light.png b/static/icons/vendor/homarr/png/css-light.png
new file mode 100644
index 0000000..f4fe903
Binary files /dev/null and b/static/icons/vendor/homarr/png/css-light.png differ
diff --git a/static/icons/vendor/homarr/png/css.png b/static/icons/vendor/homarr/png/css.png
new file mode 100644
index 0000000..360e493
Binary files /dev/null and b/static/icons/vendor/homarr/png/css.png differ
diff --git a/static/icons/vendor/homarr/png/ctfreak.png b/static/icons/vendor/homarr/png/ctfreak.png
new file mode 100644
index 0000000..48cd0bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/ctfreak.png differ
diff --git a/static/icons/vendor/homarr/png/cup.png b/static/icons/vendor/homarr/png/cup.png
new file mode 100644
index 0000000..06178eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/cup.png differ
diff --git a/static/icons/vendor/homarr/png/cups-light.png b/static/icons/vendor/homarr/png/cups-light.png
new file mode 100644
index 0000000..744fa23
Binary files /dev/null and b/static/icons/vendor/homarr/png/cups-light.png differ
diff --git a/static/icons/vendor/homarr/png/cups.png b/static/icons/vendor/homarr/png/cups.png
new file mode 100644
index 0000000..21fddd1
Binary files /dev/null and b/static/icons/vendor/homarr/png/cups.png differ
diff --git a/static/icons/vendor/homarr/png/cura.png b/static/icons/vendor/homarr/png/cura.png
new file mode 100644
index 0000000..fca7e48
Binary files /dev/null and b/static/icons/vendor/homarr/png/cura.png differ
diff --git a/static/icons/vendor/homarr/png/cyber-power-full.png b/static/icons/vendor/homarr/png/cyber-power-full.png
new file mode 100644
index 0000000..e377695
Binary files /dev/null and b/static/icons/vendor/homarr/png/cyber-power-full.png differ
diff --git a/static/icons/vendor/homarr/png/cyberchef.png b/static/icons/vendor/homarr/png/cyberchef.png
new file mode 100644
index 0000000..6d15a38
Binary files /dev/null and b/static/icons/vendor/homarr/png/cyberchef.png differ
diff --git a/static/icons/vendor/homarr/png/cypress.png b/static/icons/vendor/homarr/png/cypress.png
new file mode 100644
index 0000000..1ea87d5
Binary files /dev/null and b/static/icons/vendor/homarr/png/cypress.png differ
diff --git a/static/icons/vendor/homarr/png/czkawka.png b/static/icons/vendor/homarr/png/czkawka.png
new file mode 100644
index 0000000..9305178
Binary files /dev/null and b/static/icons/vendor/homarr/png/czkawka.png differ
diff --git a/static/icons/vendor/homarr/png/d-link.png b/static/icons/vendor/homarr/png/d-link.png
new file mode 100644
index 0000000..08ab9fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/d-link.png differ
diff --git a/static/icons/vendor/homarr/png/dagster-dark.png b/static/icons/vendor/homarr/png/dagster-dark.png
new file mode 100644
index 0000000..25e29e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/dagster-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dagster-light.png b/static/icons/vendor/homarr/png/dagster-light.png
new file mode 100644
index 0000000..27f7572
Binary files /dev/null and b/static/icons/vendor/homarr/png/dagster-light.png differ
diff --git a/static/icons/vendor/homarr/png/dahua.png b/static/icons/vendor/homarr/png/dahua.png
new file mode 100644
index 0000000..2c0dcba
Binary files /dev/null and b/static/icons/vendor/homarr/png/dahua.png differ
diff --git a/static/icons/vendor/homarr/png/dalibo.png b/static/icons/vendor/homarr/png/dalibo.png
new file mode 100644
index 0000000..bf963e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/dalibo.png differ
diff --git a/static/icons/vendor/homarr/png/danmaku.png b/static/icons/vendor/homarr/png/danmaku.png
new file mode 100644
index 0000000..3099061
Binary files /dev/null and b/static/icons/vendor/homarr/png/danmaku.png differ
diff --git a/static/icons/vendor/homarr/png/daps.png b/static/icons/vendor/homarr/png/daps.png
new file mode 100644
index 0000000..776154a
Binary files /dev/null and b/static/icons/vendor/homarr/png/daps.png differ
diff --git a/static/icons/vendor/homarr/png/dart.png b/static/icons/vendor/homarr/png/dart.png
new file mode 100644
index 0000000..befa623
Binary files /dev/null and b/static/icons/vendor/homarr/png/dart.png differ
diff --git a/static/icons/vendor/homarr/png/dashboard-icons-dark.png b/static/icons/vendor/homarr/png/dashboard-icons-dark.png
new file mode 100644
index 0000000..0cc07cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashboard-icons-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dashboard-icons.png b/static/icons/vendor/homarr/png/dashboard-icons.png
new file mode 100644
index 0000000..bf15c28
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashboard-icons.png differ
diff --git a/static/icons/vendor/homarr/png/dashdot.png b/static/icons/vendor/homarr/png/dashdot.png
new file mode 100644
index 0000000..eb05984
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashdot.png differ
diff --git a/static/icons/vendor/homarr/png/dashlane.png b/static/icons/vendor/homarr/png/dashlane.png
new file mode 100644
index 0000000..dc23674
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashlane.png differ
diff --git a/static/icons/vendor/homarr/png/dashwise.png b/static/icons/vendor/homarr/png/dashwise.png
new file mode 100644
index 0000000..f9b9c5d
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashwise.png differ
diff --git a/static/icons/vendor/homarr/png/dashy.png b/static/icons/vendor/homarr/png/dashy.png
new file mode 100644
index 0000000..0cf29cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/dashy.png differ
diff --git a/static/icons/vendor/homarr/png/databasus.png b/static/icons/vendor/homarr/png/databasus.png
new file mode 100644
index 0000000..7d6bf44
Binary files /dev/null and b/static/icons/vendor/homarr/png/databasus.png differ
diff --git a/static/icons/vendor/homarr/png/databricks.png b/static/icons/vendor/homarr/png/databricks.png
new file mode 100644
index 0000000..63d1b70
Binary files /dev/null and b/static/icons/vendor/homarr/png/databricks.png differ
diff --git a/static/icons/vendor/homarr/png/datadog.png b/static/icons/vendor/homarr/png/datadog.png
new file mode 100644
index 0000000..615ae6a
Binary files /dev/null and b/static/icons/vendor/homarr/png/datadog.png differ
diff --git a/static/icons/vendor/homarr/png/davical.png b/static/icons/vendor/homarr/png/davical.png
new file mode 100644
index 0000000..6817327
Binary files /dev/null and b/static/icons/vendor/homarr/png/davical.png differ
diff --git a/static/icons/vendor/homarr/png/davis.png b/static/icons/vendor/homarr/png/davis.png
new file mode 100644
index 0000000..e54e8f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/davis.png differ
diff --git a/static/icons/vendor/homarr/png/dawarich.png b/static/icons/vendor/homarr/png/dawarich.png
new file mode 100644
index 0000000..01dbe45
Binary files /dev/null and b/static/icons/vendor/homarr/png/dawarich.png differ
diff --git a/static/icons/vendor/homarr/png/dc-os.png b/static/icons/vendor/homarr/png/dc-os.png
new file mode 100644
index 0000000..dd45495
Binary files /dev/null and b/static/icons/vendor/homarr/png/dc-os.png differ
diff --git a/static/icons/vendor/homarr/png/dd-wrt-light.png b/static/icons/vendor/homarr/png/dd-wrt-light.png
new file mode 100644
index 0000000..7604d54
Binary files /dev/null and b/static/icons/vendor/homarr/png/dd-wrt-light.png differ
diff --git a/static/icons/vendor/homarr/png/dd-wrt.png b/static/icons/vendor/homarr/png/dd-wrt.png
new file mode 100644
index 0000000..b705768
Binary files /dev/null and b/static/icons/vendor/homarr/png/dd-wrt.png differ
diff --git a/static/icons/vendor/homarr/png/ddclient.png b/static/icons/vendor/homarr/png/ddclient.png
new file mode 100644
index 0000000..cecdbfa
Binary files /dev/null and b/static/icons/vendor/homarr/png/ddclient.png differ
diff --git a/static/icons/vendor/homarr/png/ddev-dark.png b/static/icons/vendor/homarr/png/ddev-dark.png
new file mode 100644
index 0000000..6bce69e
Binary files /dev/null and b/static/icons/vendor/homarr/png/ddev-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ddev.png b/static/icons/vendor/homarr/png/ddev.png
new file mode 100644
index 0000000..86f205b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ddev.png differ
diff --git a/static/icons/vendor/homarr/png/ddns-updater.png b/static/icons/vendor/homarr/png/ddns-updater.png
new file mode 100644
index 0000000..375b4cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/ddns-updater.png differ
diff --git a/static/icons/vendor/homarr/png/debian-linux.png b/static/icons/vendor/homarr/png/debian-linux.png
new file mode 100644
index 0000000..6ede5d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/debian-linux.png differ
diff --git a/static/icons/vendor/homarr/png/deemix.png b/static/icons/vendor/homarr/png/deemix.png
new file mode 100644
index 0000000..05ac454
Binary files /dev/null and b/static/icons/vendor/homarr/png/deemix.png differ
diff --git a/static/icons/vendor/homarr/png/deepl-dark.png b/static/icons/vendor/homarr/png/deepl-dark.png
new file mode 100644
index 0000000..38e4b40
Binary files /dev/null and b/static/icons/vendor/homarr/png/deepl-dark.png differ
diff --git a/static/icons/vendor/homarr/png/deepl.png b/static/icons/vendor/homarr/png/deepl.png
new file mode 100644
index 0000000..c581e18
Binary files /dev/null and b/static/icons/vendor/homarr/png/deepl.png differ
diff --git a/static/icons/vendor/homarr/png/deepseek.png b/static/icons/vendor/homarr/png/deepseek.png
new file mode 100644
index 0000000..0025356
Binary files /dev/null and b/static/icons/vendor/homarr/png/deepseek.png differ
diff --git a/static/icons/vendor/homarr/png/deezer.png b/static/icons/vendor/homarr/png/deezer.png
new file mode 100644
index 0000000..0a44872
Binary files /dev/null and b/static/icons/vendor/homarr/png/deezer.png differ
diff --git a/static/icons/vendor/homarr/png/defguard.png b/static/icons/vendor/homarr/png/defguard.png
new file mode 100644
index 0000000..1e55b33
Binary files /dev/null and b/static/icons/vendor/homarr/png/defguard.png differ
diff --git a/static/icons/vendor/homarr/png/dell-light.png b/static/icons/vendor/homarr/png/dell-light.png
new file mode 100644
index 0000000..31d4af2
Binary files /dev/null and b/static/icons/vendor/homarr/png/dell-light.png differ
diff --git a/static/icons/vendor/homarr/png/dell.png b/static/icons/vendor/homarr/png/dell.png
new file mode 100644
index 0000000..95f670a
Binary files /dev/null and b/static/icons/vendor/homarr/png/dell.png differ
diff --git a/static/icons/vendor/homarr/png/deluge.png b/static/icons/vendor/homarr/png/deluge.png
new file mode 100644
index 0000000..eeba59f
Binary files /dev/null and b/static/icons/vendor/homarr/png/deluge.png differ
diff --git a/static/icons/vendor/homarr/png/deno-light.png b/static/icons/vendor/homarr/png/deno-light.png
new file mode 100644
index 0000000..3f80e08
Binary files /dev/null and b/static/icons/vendor/homarr/png/deno-light.png differ
diff --git a/static/icons/vendor/homarr/png/deno.png b/static/icons/vendor/homarr/png/deno.png
new file mode 100644
index 0000000..83f4225
Binary files /dev/null and b/static/icons/vendor/homarr/png/deno.png differ
diff --git a/static/icons/vendor/homarr/png/denodo.png b/static/icons/vendor/homarr/png/denodo.png
new file mode 100644
index 0000000..e0cc577
Binary files /dev/null and b/static/icons/vendor/homarr/png/denodo.png differ
diff --git a/static/icons/vendor/homarr/png/denon-light.png b/static/icons/vendor/homarr/png/denon-light.png
new file mode 100644
index 0000000..c411b0d
Binary files /dev/null and b/static/icons/vendor/homarr/png/denon-light.png differ
diff --git a/static/icons/vendor/homarr/png/denon.png b/static/icons/vendor/homarr/png/denon.png
new file mode 100644
index 0000000..ea4cdea
Binary files /dev/null and b/static/icons/vendor/homarr/png/denon.png differ
diff --git a/static/icons/vendor/homarr/png/dependency-track-wordmark-dark.png b/static/icons/vendor/homarr/png/dependency-track-wordmark-dark.png
new file mode 100644
index 0000000..0f62b43
Binary files /dev/null and b/static/icons/vendor/homarr/png/dependency-track-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dependency-track-wordmark-light.png b/static/icons/vendor/homarr/png/dependency-track-wordmark-light.png
new file mode 100644
index 0000000..2e0d8cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/dependency-track-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/dependency-track.png b/static/icons/vendor/homarr/png/dependency-track.png
new file mode 100644
index 0000000..273c2b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/dependency-track.png differ
diff --git a/static/icons/vendor/homarr/png/deployarr.png b/static/icons/vendor/homarr/png/deployarr.png
new file mode 100644
index 0000000..582a08b
Binary files /dev/null and b/static/icons/vendor/homarr/png/deployarr.png differ
diff --git a/static/icons/vendor/homarr/png/deq.png b/static/icons/vendor/homarr/png/deq.png
new file mode 100644
index 0000000..b20ff36
Binary files /dev/null and b/static/icons/vendor/homarr/png/deq.png differ
diff --git a/static/icons/vendor/homarr/png/develancacheui.png b/static/icons/vendor/homarr/png/develancacheui.png
new file mode 100644
index 0000000..788063a
Binary files /dev/null and b/static/icons/vendor/homarr/png/develancacheui.png differ
diff --git a/static/icons/vendor/homarr/png/devtooly-light.png b/static/icons/vendor/homarr/png/devtooly-light.png
new file mode 100644
index 0000000..3270c97
Binary files /dev/null and b/static/icons/vendor/homarr/png/devtooly-light.png differ
diff --git a/static/icons/vendor/homarr/png/devtooly.png b/static/icons/vendor/homarr/png/devtooly.png
new file mode 100644
index 0000000..fc22356
Binary files /dev/null and b/static/icons/vendor/homarr/png/devtooly.png differ
diff --git a/static/icons/vendor/homarr/png/dia.png b/static/icons/vendor/homarr/png/dia.png
new file mode 100644
index 0000000..568ba2f
Binary files /dev/null and b/static/icons/vendor/homarr/png/dia.png differ
diff --git a/static/icons/vendor/homarr/png/diagrams-net.png b/static/icons/vendor/homarr/png/diagrams-net.png
new file mode 100644
index 0000000..0acfc43
Binary files /dev/null and b/static/icons/vendor/homarr/png/diagrams-net.png differ
diff --git a/static/icons/vendor/homarr/png/diamond-aircraft.png b/static/icons/vendor/homarr/png/diamond-aircraft.png
new file mode 100644
index 0000000..58fb81f
Binary files /dev/null and b/static/icons/vendor/homarr/png/diamond-aircraft.png differ
diff --git a/static/icons/vendor/homarr/png/dietpi.png b/static/icons/vendor/homarr/png/dietpi.png
new file mode 100644
index 0000000..a0d5c56
Binary files /dev/null and b/static/icons/vendor/homarr/png/dietpi.png differ
diff --git a/static/icons/vendor/homarr/png/digi-kam.png b/static/icons/vendor/homarr/png/digi-kam.png
new file mode 100644
index 0000000..d2ed133
Binary files /dev/null and b/static/icons/vendor/homarr/png/digi-kam.png differ
diff --git a/static/icons/vendor/homarr/png/digikey.png b/static/icons/vendor/homarr/png/digikey.png
new file mode 100644
index 0000000..821f738
Binary files /dev/null and b/static/icons/vendor/homarr/png/digikey.png differ
diff --git a/static/icons/vendor/homarr/png/digital-ocean.png b/static/icons/vendor/homarr/png/digital-ocean.png
new file mode 100644
index 0000000..0d51d28
Binary files /dev/null and b/static/icons/vendor/homarr/png/digital-ocean.png differ
diff --git a/static/icons/vendor/homarr/png/dilg.png b/static/icons/vendor/homarr/png/dilg.png
new file mode 100644
index 0000000..fef7f76
Binary files /dev/null and b/static/icons/vendor/homarr/png/dilg.png differ
diff --git a/static/icons/vendor/homarr/png/dillinger-light.png b/static/icons/vendor/homarr/png/dillinger-light.png
new file mode 100644
index 0000000..58854cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/dillinger-light.png differ
diff --git a/static/icons/vendor/homarr/png/dillinger.png b/static/icons/vendor/homarr/png/dillinger.png
new file mode 100644
index 0000000..2706f7d
Binary files /dev/null and b/static/icons/vendor/homarr/png/dillinger.png differ
diff --git a/static/icons/vendor/homarr/png/dim-light.png b/static/icons/vendor/homarr/png/dim-light.png
new file mode 100644
index 0000000..baf83e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/dim-light.png differ
diff --git a/static/icons/vendor/homarr/png/dim.png b/static/icons/vendor/homarr/png/dim.png
new file mode 100644
index 0000000..6ca222d
Binary files /dev/null and b/static/icons/vendor/homarr/png/dim.png differ
diff --git a/static/icons/vendor/homarr/png/diners-club.png b/static/icons/vendor/homarr/png/diners-club.png
new file mode 100644
index 0000000..5b0ff87
Binary files /dev/null and b/static/icons/vendor/homarr/png/diners-club.png differ
diff --git a/static/icons/vendor/homarr/png/directadmin.png b/static/icons/vendor/homarr/png/directadmin.png
new file mode 100644
index 0000000..76a8450
Binary files /dev/null and b/static/icons/vendor/homarr/png/directadmin.png differ
diff --git a/static/icons/vendor/homarr/png/directus.png b/static/icons/vendor/homarr/png/directus.png
new file mode 100644
index 0000000..811599e
Binary files /dev/null and b/static/icons/vendor/homarr/png/directus.png differ
diff --git a/static/icons/vendor/homarr/png/discord.png b/static/icons/vendor/homarr/png/discord.png
new file mode 100644
index 0000000..a82dbc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/discord.png differ
diff --git a/static/icons/vendor/homarr/png/discourse-light.png b/static/icons/vendor/homarr/png/discourse-light.png
new file mode 100644
index 0000000..b63b6d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/discourse-light.png differ
diff --git a/static/icons/vendor/homarr/png/discourse.png b/static/icons/vendor/homarr/png/discourse.png
new file mode 100644
index 0000000..f63708f
Binary files /dev/null and b/static/icons/vendor/homarr/png/discourse.png differ
diff --git a/static/icons/vendor/homarr/png/diskover.png b/static/icons/vendor/homarr/png/diskover.png
new file mode 100644
index 0000000..6b1b112
Binary files /dev/null and b/static/icons/vendor/homarr/png/diskover.png differ
diff --git a/static/icons/vendor/homarr/png/disney-plus.png b/static/icons/vendor/homarr/png/disney-plus.png
new file mode 100644
index 0000000..aab4f4d
Binary files /dev/null and b/static/icons/vendor/homarr/png/disney-plus.png differ
diff --git a/static/icons/vendor/homarr/png/dispatcharr.png b/static/icons/vendor/homarr/png/dispatcharr.png
new file mode 100644
index 0000000..fb4c0e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/dispatcharr.png differ
diff --git a/static/icons/vendor/homarr/png/distribution.png b/static/icons/vendor/homarr/png/distribution.png
new file mode 100644
index 0000000..ef702d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/distribution.png differ
diff --git a/static/icons/vendor/homarr/png/diun.png b/static/icons/vendor/homarr/png/diun.png
new file mode 100644
index 0000000..bd8197b
Binary files /dev/null and b/static/icons/vendor/homarr/png/diun.png differ
diff --git a/static/icons/vendor/homarr/png/dixa.png b/static/icons/vendor/homarr/png/dixa.png
new file mode 100644
index 0000000..e0651be
Binary files /dev/null and b/static/icons/vendor/homarr/png/dixa.png differ
diff --git a/static/icons/vendor/homarr/png/diyhue.png b/static/icons/vendor/homarr/png/diyhue.png
new file mode 100644
index 0000000..f1b6366
Binary files /dev/null and b/static/icons/vendor/homarr/png/diyhue.png differ
diff --git a/static/icons/vendor/homarr/png/dlna.png b/static/icons/vendor/homarr/png/dlna.png
new file mode 100644
index 0000000..fd9e6b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/dlna.png differ
diff --git a/static/icons/vendor/homarr/png/dns-zone.png b/static/icons/vendor/homarr/png/dns-zone.png
new file mode 100644
index 0000000..5b26a9e
Binary files /dev/null and b/static/icons/vendor/homarr/png/dns-zone.png differ
diff --git a/static/icons/vendor/homarr/png/dnsimple.png b/static/icons/vendor/homarr/png/dnsimple.png
new file mode 100644
index 0000000..aea3130
Binary files /dev/null and b/static/icons/vendor/homarr/png/dnsimple.png differ
diff --git a/static/icons/vendor/homarr/png/docassemble-light.png b/static/icons/vendor/homarr/png/docassemble-light.png
new file mode 100644
index 0000000..5e7665d
Binary files /dev/null and b/static/icons/vendor/homarr/png/docassemble-light.png differ
diff --git a/static/icons/vendor/homarr/png/docassemble.png b/static/icons/vendor/homarr/png/docassemble.png
new file mode 100644
index 0000000..306cea2
Binary files /dev/null and b/static/icons/vendor/homarr/png/docassemble.png differ
diff --git a/static/icons/vendor/homarr/png/docker-amd.png b/static/icons/vendor/homarr/png/docker-amd.png
new file mode 100644
index 0000000..7301bf4
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-amd.png differ
diff --git a/static/icons/vendor/homarr/png/docker-amvd.png b/static/icons/vendor/homarr/png/docker-amvd.png
new file mode 100644
index 0000000..693fdaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-amvd.png differ
diff --git a/static/icons/vendor/homarr/png/docker-compose.png b/static/icons/vendor/homarr/png/docker-compose.png
new file mode 100644
index 0000000..26b7b61
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-compose.png differ
diff --git a/static/icons/vendor/homarr/png/docker-engine.png b/static/icons/vendor/homarr/png/docker-engine.png
new file mode 100644
index 0000000..aeadd22
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-engine.png differ
diff --git a/static/icons/vendor/homarr/png/docker-gc.png b/static/icons/vendor/homarr/png/docker-gc.png
new file mode 100644
index 0000000..cd797cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-gc.png differ
diff --git a/static/icons/vendor/homarr/png/docker-mailserver-light.png b/static/icons/vendor/homarr/png/docker-mailserver-light.png
new file mode 100644
index 0000000..4f9c012
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-mailserver-light.png differ
diff --git a/static/icons/vendor/homarr/png/docker-mailserver.png b/static/icons/vendor/homarr/png/docker-mailserver.png
new file mode 100644
index 0000000..450a6c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-mailserver.png differ
diff --git a/static/icons/vendor/homarr/png/docker-moby.png b/static/icons/vendor/homarr/png/docker-moby.png
new file mode 100644
index 0000000..d56b20a
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-moby.png differ
diff --git a/static/icons/vendor/homarr/png/docker-volume-backup.png b/static/icons/vendor/homarr/png/docker-volume-backup.png
new file mode 100644
index 0000000..a65da66
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker-volume-backup.png differ
diff --git a/static/icons/vendor/homarr/png/docker.png b/static/icons/vendor/homarr/png/docker.png
new file mode 100644
index 0000000..aeadd22
Binary files /dev/null and b/static/icons/vendor/homarr/png/docker.png differ
diff --git a/static/icons/vendor/homarr/png/dockge.png b/static/icons/vendor/homarr/png/dockge.png
new file mode 100644
index 0000000..9f517af
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockge.png differ
diff --git a/static/icons/vendor/homarr/png/dockhand.png b/static/icons/vendor/homarr/png/dockhand.png
new file mode 100644
index 0000000..0c48136
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockhand.png differ
diff --git a/static/icons/vendor/homarr/png/docking-station.png b/static/icons/vendor/homarr/png/docking-station.png
new file mode 100644
index 0000000..f3ef853
Binary files /dev/null and b/static/icons/vendor/homarr/png/docking-station.png differ
diff --git a/static/icons/vendor/homarr/png/dockpeek-dark.png b/static/icons/vendor/homarr/png/dockpeek-dark.png
new file mode 100644
index 0000000..3a5dfd0
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockpeek-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dockpeek.png b/static/icons/vendor/homarr/png/dockpeek.png
new file mode 100644
index 0000000..d2f093f
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockpeek.png differ
diff --git a/static/icons/vendor/homarr/png/dockstarter.png b/static/icons/vendor/homarr/png/dockstarter.png
new file mode 100644
index 0000000..b81ad75
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockstarter.png differ
diff --git a/static/icons/vendor/homarr/png/dockwatch.png b/static/icons/vendor/homarr/png/dockwatch.png
new file mode 100644
index 0000000..e145190
Binary files /dev/null and b/static/icons/vendor/homarr/png/dockwatch.png differ
diff --git a/static/icons/vendor/homarr/png/docmost.png b/static/icons/vendor/homarr/png/docmost.png
new file mode 100644
index 0000000..740e90d
Binary files /dev/null and b/static/icons/vendor/homarr/png/docmost.png differ
diff --git a/static/icons/vendor/homarr/png/docsify.png b/static/icons/vendor/homarr/png/docsify.png
new file mode 100644
index 0000000..247c609
Binary files /dev/null and b/static/icons/vendor/homarr/png/docsify.png differ
diff --git a/static/icons/vendor/homarr/png/docspell.png b/static/icons/vendor/homarr/png/docspell.png
new file mode 100644
index 0000000..2ae27db
Binary files /dev/null and b/static/icons/vendor/homarr/png/docspell.png differ
diff --git a/static/icons/vendor/homarr/png/documenso.png b/static/icons/vendor/homarr/png/documenso.png
new file mode 100644
index 0000000..051f30a
Binary files /dev/null and b/static/icons/vendor/homarr/png/documenso.png differ
diff --git a/static/icons/vendor/homarr/png/docusaurus.png b/static/icons/vendor/homarr/png/docusaurus.png
new file mode 100644
index 0000000..3ec1087
Binary files /dev/null and b/static/icons/vendor/homarr/png/docusaurus.png differ
diff --git a/static/icons/vendor/homarr/png/docuseal.png b/static/icons/vendor/homarr/png/docuseal.png
new file mode 100644
index 0000000..41cde29
Binary files /dev/null and b/static/icons/vendor/homarr/png/docuseal.png differ
diff --git a/static/icons/vendor/homarr/png/dogpile.png b/static/icons/vendor/homarr/png/dogpile.png
new file mode 100644
index 0000000..89cd04e
Binary files /dev/null and b/static/icons/vendor/homarr/png/dogpile.png differ
diff --git a/static/icons/vendor/homarr/png/dokemon.png b/static/icons/vendor/homarr/png/dokemon.png
new file mode 100644
index 0000000..ff8ea91
Binary files /dev/null and b/static/icons/vendor/homarr/png/dokemon.png differ
diff --git a/static/icons/vendor/homarr/png/dokploy-dark.png b/static/icons/vendor/homarr/png/dokploy-dark.png
new file mode 100644
index 0000000..d5f05f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/dokploy-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dokploy.png b/static/icons/vendor/homarr/png/dokploy.png
new file mode 100644
index 0000000..536d465
Binary files /dev/null and b/static/icons/vendor/homarr/png/dokploy.png differ
diff --git a/static/icons/vendor/homarr/png/dokuwiki.png b/static/icons/vendor/homarr/png/dokuwiki.png
new file mode 100644
index 0000000..1d1f8cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/dokuwiki.png differ
diff --git a/static/icons/vendor/homarr/png/dolibarr.png b/static/icons/vendor/homarr/png/dolibarr.png
new file mode 100644
index 0000000..09858c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/dolibarr.png differ
diff --git a/static/icons/vendor/homarr/png/dolphin.png b/static/icons/vendor/homarr/png/dolphin.png
new file mode 100644
index 0000000..86fb9db
Binary files /dev/null and b/static/icons/vendor/homarr/png/dolphin.png differ
diff --git a/static/icons/vendor/homarr/png/domainmod.png b/static/icons/vendor/homarr/png/domainmod.png
new file mode 100644
index 0000000..efb6866
Binary files /dev/null and b/static/icons/vendor/homarr/png/domainmod.png differ
diff --git a/static/icons/vendor/homarr/png/domoticz.png b/static/icons/vendor/homarr/png/domoticz.png
new file mode 100644
index 0000000..d618b6e
Binary files /dev/null and b/static/icons/vendor/homarr/png/domoticz.png differ
diff --git a/static/icons/vendor/homarr/png/donetick.png b/static/icons/vendor/homarr/png/donetick.png
new file mode 100644
index 0000000..b49796b
Binary files /dev/null and b/static/icons/vendor/homarr/png/donetick.png differ
diff --git a/static/icons/vendor/homarr/png/doplarr.png b/static/icons/vendor/homarr/png/doplarr.png
new file mode 100644
index 0000000..eff6c44
Binary files /dev/null and b/static/icons/vendor/homarr/png/doplarr.png differ
diff --git a/static/icons/vendor/homarr/png/doppler.png b/static/icons/vendor/homarr/png/doppler.png
new file mode 100644
index 0000000..66aabcd
Binary files /dev/null and b/static/icons/vendor/homarr/png/doppler.png differ
diff --git a/static/icons/vendor/homarr/png/dopplertask.png b/static/icons/vendor/homarr/png/dopplertask.png
new file mode 100644
index 0000000..f0bb897
Binary files /dev/null and b/static/icons/vendor/homarr/png/dopplertask.png differ
diff --git a/static/icons/vendor/homarr/png/double-commander.png b/static/icons/vendor/homarr/png/double-commander.png
new file mode 100644
index 0000000..e069aeb
Binary files /dev/null and b/static/icons/vendor/homarr/png/double-commander.png differ
diff --git a/static/icons/vendor/homarr/png/double-take-dark.png b/static/icons/vendor/homarr/png/double-take-dark.png
new file mode 100644
index 0000000..4aaccb7
Binary files /dev/null and b/static/icons/vendor/homarr/png/double-take-dark.png differ
diff --git a/static/icons/vendor/homarr/png/double-take.png b/static/icons/vendor/homarr/png/double-take.png
new file mode 100644
index 0000000..6750acb
Binary files /dev/null and b/static/icons/vendor/homarr/png/double-take.png differ
diff --git a/static/icons/vendor/homarr/png/dovecot.png b/static/icons/vendor/homarr/png/dovecot.png
new file mode 100644
index 0000000..7821ecf
Binary files /dev/null and b/static/icons/vendor/homarr/png/dovecot.png differ
diff --git a/static/icons/vendor/homarr/png/dozzle.png b/static/icons/vendor/homarr/png/dozzle.png
new file mode 100644
index 0000000..568a229
Binary files /dev/null and b/static/icons/vendor/homarr/png/dozzle.png differ
diff --git a/static/icons/vendor/homarr/png/dragon-ruby.png b/static/icons/vendor/homarr/png/dragon-ruby.png
new file mode 100644
index 0000000..d31e258
Binary files /dev/null and b/static/icons/vendor/homarr/png/dragon-ruby.png differ
diff --git a/static/icons/vendor/homarr/png/draw-io.png b/static/icons/vendor/homarr/png/draw-io.png
new file mode 100644
index 0000000..d60f342
Binary files /dev/null and b/static/icons/vendor/homarr/png/draw-io.png differ
diff --git a/static/icons/vendor/homarr/png/draytek.png b/static/icons/vendor/homarr/png/draytek.png
new file mode 100644
index 0000000..5a32988
Binary files /dev/null and b/static/icons/vendor/homarr/png/draytek.png differ
diff --git a/static/icons/vendor/homarr/png/dream-host-dark.png b/static/icons/vendor/homarr/png/dream-host-dark.png
new file mode 100644
index 0000000..f2161cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/dream-host-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dream-host.png b/static/icons/vendor/homarr/png/dream-host.png
new file mode 100644
index 0000000..0b28ba8
Binary files /dev/null and b/static/icons/vendor/homarr/png/dream-host.png differ
diff --git a/static/icons/vendor/homarr/png/drone.png b/static/icons/vendor/homarr/png/drone.png
new file mode 100644
index 0000000..e580783
Binary files /dev/null and b/static/icons/vendor/homarr/png/drone.png differ
diff --git a/static/icons/vendor/homarr/png/drop.png b/static/icons/vendor/homarr/png/drop.png
new file mode 100644
index 0000000..7e85836
Binary files /dev/null and b/static/icons/vendor/homarr/png/drop.png differ
diff --git a/static/icons/vendor/homarr/png/dropbox.png b/static/icons/vendor/homarr/png/dropbox.png
new file mode 100644
index 0000000..116dbb6
Binary files /dev/null and b/static/icons/vendor/homarr/png/dropbox.png differ
diff --git a/static/icons/vendor/homarr/png/dropout-light.png b/static/icons/vendor/homarr/png/dropout-light.png
new file mode 100644
index 0000000..5fe8d0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/dropout-light.png differ
diff --git a/static/icons/vendor/homarr/png/dropout.png b/static/icons/vendor/homarr/png/dropout.png
new file mode 100644
index 0000000..e9f368c
Binary files /dev/null and b/static/icons/vendor/homarr/png/dropout.png differ
diff --git a/static/icons/vendor/homarr/png/droppy-dark.png b/static/icons/vendor/homarr/png/droppy-dark.png
new file mode 100644
index 0000000..4705719
Binary files /dev/null and b/static/icons/vendor/homarr/png/droppy-dark.png differ
diff --git a/static/icons/vendor/homarr/png/droppy.png b/static/icons/vendor/homarr/png/droppy.png
new file mode 100644
index 0000000..ced3b6e
Binary files /dev/null and b/static/icons/vendor/homarr/png/droppy.png differ
diff --git a/static/icons/vendor/homarr/png/dub-light.png b/static/icons/vendor/homarr/png/dub-light.png
new file mode 100644
index 0000000..181e6e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/dub-light.png differ
diff --git a/static/icons/vendor/homarr/png/dub.png b/static/icons/vendor/homarr/png/dub.png
new file mode 100644
index 0000000..1bc4433
Binary files /dev/null and b/static/icons/vendor/homarr/png/dub.png differ
diff --git a/static/icons/vendor/homarr/png/duckdns-light.png b/static/icons/vendor/homarr/png/duckdns-light.png
new file mode 100644
index 0000000..f8b1078
Binary files /dev/null and b/static/icons/vendor/homarr/png/duckdns-light.png differ
diff --git a/static/icons/vendor/homarr/png/duckdns.png b/static/icons/vendor/homarr/png/duckdns.png
new file mode 100644
index 0000000..8391a09
Binary files /dev/null and b/static/icons/vendor/homarr/png/duckdns.png differ
diff --git a/static/icons/vendor/homarr/png/duckduckgo.png b/static/icons/vendor/homarr/png/duckduckgo.png
new file mode 100644
index 0000000..089314a
Binary files /dev/null and b/static/icons/vendor/homarr/png/duckduckgo.png differ
diff --git a/static/icons/vendor/homarr/png/dumbassets.png b/static/icons/vendor/homarr/png/dumbassets.png
new file mode 100644
index 0000000..ad27555
Binary files /dev/null and b/static/icons/vendor/homarr/png/dumbassets.png differ
diff --git a/static/icons/vendor/homarr/png/dumbpad.png b/static/icons/vendor/homarr/png/dumbpad.png
new file mode 100644
index 0000000..59061bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/dumbpad.png differ
diff --git a/static/icons/vendor/homarr/png/duo.png b/static/icons/vendor/homarr/png/duo.png
new file mode 100644
index 0000000..49d8bb5
Binary files /dev/null and b/static/icons/vendor/homarr/png/duo.png differ
diff --git a/static/icons/vendor/homarr/png/duolingo.png b/static/icons/vendor/homarr/png/duolingo.png
new file mode 100644
index 0000000..f7a4120
Binary files /dev/null and b/static/icons/vendor/homarr/png/duolingo.png differ
diff --git a/static/icons/vendor/homarr/png/duplicacy.png b/static/icons/vendor/homarr/png/duplicacy.png
new file mode 100644
index 0000000..3b82da5
Binary files /dev/null and b/static/icons/vendor/homarr/png/duplicacy.png differ
diff --git a/static/icons/vendor/homarr/png/duplicati.png b/static/icons/vendor/homarr/png/duplicati.png
new file mode 100644
index 0000000..7ea2301
Binary files /dev/null and b/static/icons/vendor/homarr/png/duplicati.png differ
diff --git a/static/icons/vendor/homarr/png/dvd-dark.png b/static/icons/vendor/homarr/png/dvd-dark.png
new file mode 100644
index 0000000..96e5dc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/dvd-dark.png differ
diff --git a/static/icons/vendor/homarr/png/dvd-light.png b/static/icons/vendor/homarr/png/dvd-light.png
new file mode 100644
index 0000000..04f0b48
Binary files /dev/null and b/static/icons/vendor/homarr/png/dvd-light.png differ
diff --git a/static/icons/vendor/homarr/png/dvd.png b/static/icons/vendor/homarr/png/dvd.png
new file mode 100644
index 0000000..96e5dc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/dvd.png differ
diff --git a/static/icons/vendor/homarr/png/dynmap.png b/static/icons/vendor/homarr/png/dynmap.png
new file mode 100644
index 0000000..4f09e54
Binary files /dev/null and b/static/icons/vendor/homarr/png/dynmap.png differ
diff --git a/static/icons/vendor/homarr/png/easy-gate-light.png b/static/icons/vendor/homarr/png/easy-gate-light.png
new file mode 100644
index 0000000..ec76248
Binary files /dev/null and b/static/icons/vendor/homarr/png/easy-gate-light.png differ
diff --git a/static/icons/vendor/homarr/png/easy-gate.png b/static/icons/vendor/homarr/png/easy-gate.png
new file mode 100644
index 0000000..42faf52
Binary files /dev/null and b/static/icons/vendor/homarr/png/easy-gate.png differ
diff --git a/static/icons/vendor/homarr/png/ebay.png b/static/icons/vendor/homarr/png/ebay.png
new file mode 100644
index 0000000..0b91faa
Binary files /dev/null and b/static/icons/vendor/homarr/png/ebay.png differ
diff --git a/static/icons/vendor/homarr/png/eblocker.png b/static/icons/vendor/homarr/png/eblocker.png
new file mode 100644
index 0000000..cda80c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/eblocker.png differ
diff --git a/static/icons/vendor/homarr/png/edge-dev.png b/static/icons/vendor/homarr/png/edge-dev.png
new file mode 100644
index 0000000..72c2c81
Binary files /dev/null and b/static/icons/vendor/homarr/png/edge-dev.png differ
diff --git a/static/icons/vendor/homarr/png/edge.png b/static/icons/vendor/homarr/png/edge.png
new file mode 100644
index 0000000..d547a6a
Binary files /dev/null and b/static/icons/vendor/homarr/png/edge.png differ
diff --git a/static/icons/vendor/homarr/png/edgeos-light.png b/static/icons/vendor/homarr/png/edgeos-light.png
new file mode 100644
index 0000000..d78e871
Binary files /dev/null and b/static/icons/vendor/homarr/png/edgeos-light.png differ
diff --git a/static/icons/vendor/homarr/png/edgeos.png b/static/icons/vendor/homarr/png/edgeos.png
new file mode 100644
index 0000000..82abb47
Binary files /dev/null and b/static/icons/vendor/homarr/png/edgeos.png differ
diff --git a/static/icons/vendor/homarr/png/eitaa.png b/static/icons/vendor/homarr/png/eitaa.png
new file mode 100644
index 0000000..87d0cef
Binary files /dev/null and b/static/icons/vendor/homarr/png/eitaa.png differ
diff --git a/static/icons/vendor/homarr/png/elabftw.png b/static/icons/vendor/homarr/png/elabftw.png
new file mode 100644
index 0000000..731ed1a
Binary files /dev/null and b/static/icons/vendor/homarr/png/elabftw.png differ
diff --git a/static/icons/vendor/homarr/png/elastic-beats.png b/static/icons/vendor/homarr/png/elastic-beats.png
new file mode 100644
index 0000000..ef58541
Binary files /dev/null and b/static/icons/vendor/homarr/png/elastic-beats.png differ
diff --git a/static/icons/vendor/homarr/png/elastic-kibana.png b/static/icons/vendor/homarr/png/elastic-kibana.png
new file mode 100644
index 0000000..a5bd89a
Binary files /dev/null and b/static/icons/vendor/homarr/png/elastic-kibana.png differ
diff --git a/static/icons/vendor/homarr/png/elastic-logstash.png b/static/icons/vendor/homarr/png/elastic-logstash.png
new file mode 100644
index 0000000..a42eab7
Binary files /dev/null and b/static/icons/vendor/homarr/png/elastic-logstash.png differ
diff --git a/static/icons/vendor/homarr/png/elastic.png b/static/icons/vendor/homarr/png/elastic.png
new file mode 100644
index 0000000..60a12b8
Binary files /dev/null and b/static/icons/vendor/homarr/png/elastic.png differ
diff --git a/static/icons/vendor/homarr/png/elasticsearch.png b/static/icons/vendor/homarr/png/elasticsearch.png
new file mode 100644
index 0000000..60a12b8
Binary files /dev/null and b/static/icons/vendor/homarr/png/elasticsearch.png differ
diff --git a/static/icons/vendor/homarr/png/electron.png b/static/icons/vendor/homarr/png/electron.png
new file mode 100644
index 0000000..1880262
Binary files /dev/null and b/static/icons/vendor/homarr/png/electron.png differ
diff --git a/static/icons/vendor/homarr/png/electronic-arts.png b/static/icons/vendor/homarr/png/electronic-arts.png
new file mode 100644
index 0000000..4aa127c
Binary files /dev/null and b/static/icons/vendor/homarr/png/electronic-arts.png differ
diff --git a/static/icons/vendor/homarr/png/electrum.png b/static/icons/vendor/homarr/png/electrum.png
new file mode 100644
index 0000000..f4e8b70
Binary files /dev/null and b/static/icons/vendor/homarr/png/electrum.png differ
diff --git a/static/icons/vendor/homarr/png/element.png b/static/icons/vendor/homarr/png/element.png
new file mode 100644
index 0000000..679e450
Binary files /dev/null and b/static/icons/vendor/homarr/png/element.png differ
diff --git a/static/icons/vendor/homarr/png/eleventy-light.png b/static/icons/vendor/homarr/png/eleventy-light.png
new file mode 100644
index 0000000..9de0240
Binary files /dev/null and b/static/icons/vendor/homarr/png/eleventy-light.png differ
diff --git a/static/icons/vendor/homarr/png/eleventy.png b/static/icons/vendor/homarr/png/eleventy.png
new file mode 100644
index 0000000..8509d3d
Binary files /dev/null and b/static/icons/vendor/homarr/png/eleventy.png differ
diff --git a/static/icons/vendor/homarr/png/elgato-wave-link.png b/static/icons/vendor/homarr/png/elgato-wave-link.png
new file mode 100644
index 0000000..f5067f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/elgato-wave-link.png differ
diff --git a/static/icons/vendor/homarr/png/eliza-os.png b/static/icons/vendor/homarr/png/eliza-os.png
new file mode 100644
index 0000000..ca7e4f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/eliza-os.png differ
diff --git a/static/icons/vendor/homarr/png/elysian.png b/static/icons/vendor/homarr/png/elysian.png
new file mode 100644
index 0000000..9870898
Binary files /dev/null and b/static/icons/vendor/homarr/png/elysian.png differ
diff --git a/static/icons/vendor/homarr/png/emacs.png b/static/icons/vendor/homarr/png/emacs.png
new file mode 100644
index 0000000..f0f8659
Binary files /dev/null and b/static/icons/vendor/homarr/png/emacs.png differ
diff --git a/static/icons/vendor/homarr/png/embraer.png b/static/icons/vendor/homarr/png/embraer.png
new file mode 100644
index 0000000..7425f4d
Binary files /dev/null and b/static/icons/vendor/homarr/png/embraer.png differ
diff --git a/static/icons/vendor/homarr/png/emby.png b/static/icons/vendor/homarr/png/emby.png
new file mode 100644
index 0000000..ad7a8cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/emby.png differ
diff --git a/static/icons/vendor/homarr/png/embystat.png b/static/icons/vendor/homarr/png/embystat.png
new file mode 100644
index 0000000..1e7b9a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/embystat.png differ
diff --git a/static/icons/vendor/homarr/png/emq-light.png b/static/icons/vendor/homarr/png/emq-light.png
new file mode 100644
index 0000000..7599eb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/emq-light.png differ
diff --git a/static/icons/vendor/homarr/png/emq.png b/static/icons/vendor/homarr/png/emq.png
new file mode 100644
index 0000000..50c255e
Binary files /dev/null and b/static/icons/vendor/homarr/png/emq.png differ
diff --git a/static/icons/vendor/homarr/png/emqx.png b/static/icons/vendor/homarr/png/emqx.png
new file mode 100644
index 0000000..491199b
Binary files /dev/null and b/static/icons/vendor/homarr/png/emqx.png differ
diff --git a/static/icons/vendor/homarr/png/emsesp.png b/static/icons/vendor/homarr/png/emsesp.png
new file mode 100644
index 0000000..80fdd96
Binary files /dev/null and b/static/icons/vendor/homarr/png/emsesp.png differ
diff --git a/static/icons/vendor/homarr/png/emulatorjs.png b/static/icons/vendor/homarr/png/emulatorjs.png
new file mode 100644
index 0000000..a676160
Binary files /dev/null and b/static/icons/vendor/homarr/png/emulatorjs.png differ
diff --git a/static/icons/vendor/homarr/png/enbizcard.png b/static/icons/vendor/homarr/png/enbizcard.png
new file mode 100644
index 0000000..6a12f79
Binary files /dev/null and b/static/icons/vendor/homarr/png/enbizcard.png differ
diff --git a/static/icons/vendor/homarr/png/enclosed-light.png b/static/icons/vendor/homarr/png/enclosed-light.png
new file mode 100644
index 0000000..bf5f6a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/enclosed-light.png differ
diff --git a/static/icons/vendor/homarr/png/enclosed.png b/static/icons/vendor/homarr/png/enclosed.png
new file mode 100644
index 0000000..d6b3471
Binary files /dev/null and b/static/icons/vendor/homarr/png/enclosed.png differ
diff --git a/static/icons/vendor/homarr/png/endeavouros-linux.png b/static/icons/vendor/homarr/png/endeavouros-linux.png
new file mode 100644
index 0000000..52a480e
Binary files /dev/null and b/static/icons/vendor/homarr/png/endeavouros-linux.png differ
diff --git a/static/icons/vendor/homarr/png/endel-dark.png b/static/icons/vendor/homarr/png/endel-dark.png
new file mode 100644
index 0000000..69afc49
Binary files /dev/null and b/static/icons/vendor/homarr/png/endel-dark.png differ
diff --git a/static/icons/vendor/homarr/png/endel.png b/static/icons/vendor/homarr/png/endel.png
new file mode 100644
index 0000000..a4fd92b
Binary files /dev/null and b/static/icons/vendor/homarr/png/endel.png differ
diff --git a/static/icons/vendor/homarr/png/endless-light.png b/static/icons/vendor/homarr/png/endless-light.png
new file mode 100644
index 0000000..947cf42
Binary files /dev/null and b/static/icons/vendor/homarr/png/endless-light.png differ
diff --git a/static/icons/vendor/homarr/png/endless.png b/static/icons/vendor/homarr/png/endless.png
new file mode 100644
index 0000000..c386e86
Binary files /dev/null and b/static/icons/vendor/homarr/png/endless.png differ
diff --git a/static/icons/vendor/homarr/png/endurain.png b/static/icons/vendor/homarr/png/endurain.png
new file mode 100644
index 0000000..7270ab1
Binary files /dev/null and b/static/icons/vendor/homarr/png/endurain.png differ
diff --git a/static/icons/vendor/homarr/png/enhance.png b/static/icons/vendor/homarr/png/enhance.png
new file mode 100644
index 0000000..cf4111e
Binary files /dev/null and b/static/icons/vendor/homarr/png/enhance.png differ
diff --git a/static/icons/vendor/homarr/png/enshrouded.png b/static/icons/vendor/homarr/png/enshrouded.png
new file mode 100644
index 0000000..4c47d0f
Binary files /dev/null and b/static/icons/vendor/homarr/png/enshrouded.png differ
diff --git a/static/icons/vendor/homarr/png/ente-auth.png b/static/icons/vendor/homarr/png/ente-auth.png
new file mode 100644
index 0000000..e40fae5
Binary files /dev/null and b/static/icons/vendor/homarr/png/ente-auth.png differ
diff --git a/static/icons/vendor/homarr/png/ente-photos.png b/static/icons/vendor/homarr/png/ente-photos.png
new file mode 100644
index 0000000..957b78a
Binary files /dev/null and b/static/icons/vendor/homarr/png/ente-photos.png differ
diff --git a/static/icons/vendor/homarr/png/entergy.png b/static/icons/vendor/homarr/png/entergy.png
new file mode 100644
index 0000000..2ddc74d
Binary files /dev/null and b/static/icons/vendor/homarr/png/entergy.png differ
diff --git a/static/icons/vendor/homarr/png/epic-games-light.png b/static/icons/vendor/homarr/png/epic-games-light.png
new file mode 100644
index 0000000..229f3da
Binary files /dev/null and b/static/icons/vendor/homarr/png/epic-games-light.png differ
diff --git a/static/icons/vendor/homarr/png/epic-games.png b/static/icons/vendor/homarr/png/epic-games.png
new file mode 100644
index 0000000..de2d6ef
Binary files /dev/null and b/static/icons/vendor/homarr/png/epic-games.png differ
diff --git a/static/icons/vendor/homarr/png/epson-iprint.png b/static/icons/vendor/homarr/png/epson-iprint.png
new file mode 100644
index 0000000..1e1f050
Binary files /dev/null and b/static/icons/vendor/homarr/png/epson-iprint.png differ
diff --git a/static/icons/vendor/homarr/png/ersatztv.png b/static/icons/vendor/homarr/png/ersatztv.png
new file mode 100644
index 0000000..e952230
Binary files /dev/null and b/static/icons/vendor/homarr/png/ersatztv.png differ
diff --git a/static/icons/vendor/homarr/png/erste-george.png b/static/icons/vendor/homarr/png/erste-george.png
new file mode 100644
index 0000000..2234572
Binary files /dev/null and b/static/icons/vendor/homarr/png/erste-george.png differ
diff --git a/static/icons/vendor/homarr/png/erste.png b/static/icons/vendor/homarr/png/erste.png
new file mode 100644
index 0000000..b8a5e42
Binary files /dev/null and b/static/icons/vendor/homarr/png/erste.png differ
diff --git a/static/icons/vendor/homarr/png/erugo.png b/static/icons/vendor/homarr/png/erugo.png
new file mode 100644
index 0000000..e36f290
Binary files /dev/null and b/static/icons/vendor/homarr/png/erugo.png differ
diff --git a/static/icons/vendor/homarr/png/esphome-alt-light.png b/static/icons/vendor/homarr/png/esphome-alt-light.png
new file mode 100644
index 0000000..bfd7750
Binary files /dev/null and b/static/icons/vendor/homarr/png/esphome-alt-light.png differ
diff --git a/static/icons/vendor/homarr/png/esphome-alt.png b/static/icons/vendor/homarr/png/esphome-alt.png
new file mode 100644
index 0000000..0a11f5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/esphome-alt.png differ
diff --git a/static/icons/vendor/homarr/png/esphome-light.png b/static/icons/vendor/homarr/png/esphome-light.png
new file mode 100644
index 0000000..3b5f1c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/esphome-light.png differ
diff --git a/static/icons/vendor/homarr/png/esphome.png b/static/icons/vendor/homarr/png/esphome.png
new file mode 100644
index 0000000..fbf43c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/esphome.png differ
diff --git a/static/icons/vendor/homarr/png/espocrm.png b/static/icons/vendor/homarr/png/espocrm.png
new file mode 100644
index 0000000..ec9f16b
Binary files /dev/null and b/static/icons/vendor/homarr/png/espocrm.png differ
diff --git a/static/icons/vendor/homarr/png/espressif.png b/static/icons/vendor/homarr/png/espressif.png
new file mode 100644
index 0000000..25addfb
Binary files /dev/null and b/static/icons/vendor/homarr/png/espressif.png differ
diff --git a/static/icons/vendor/homarr/png/etcd.png b/static/icons/vendor/homarr/png/etcd.png
new file mode 100644
index 0000000..7df50d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/etcd.png differ
diff --git a/static/icons/vendor/homarr/png/etesync.png b/static/icons/vendor/homarr/png/etesync.png
new file mode 100644
index 0000000..491a52d
Binary files /dev/null and b/static/icons/vendor/homarr/png/etesync.png differ
diff --git a/static/icons/vendor/homarr/png/ethereum.png b/static/icons/vendor/homarr/png/ethereum.png
new file mode 100644
index 0000000..504c0a8
Binary files /dev/null and b/static/icons/vendor/homarr/png/ethereum.png differ
diff --git a/static/icons/vendor/homarr/png/etherpad.png b/static/icons/vendor/homarr/png/etherpad.png
new file mode 100644
index 0000000..dae7094
Binary files /dev/null and b/static/icons/vendor/homarr/png/etherpad.png differ
diff --git a/static/icons/vendor/homarr/png/evcc.png b/static/icons/vendor/homarr/png/evcc.png
new file mode 100644
index 0000000..fbf2f9c
Binary files /dev/null and b/static/icons/vendor/homarr/png/evcc.png differ
diff --git a/static/icons/vendor/homarr/png/evebox.png b/static/icons/vendor/homarr/png/evebox.png
new file mode 100644
index 0000000..e8e50bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/evebox.png differ
diff --git a/static/icons/vendor/homarr/png/everhour.png b/static/icons/vendor/homarr/png/everhour.png
new file mode 100644
index 0000000..feef1cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/everhour.png differ
diff --git a/static/icons/vendor/homarr/png/evernote.png b/static/icons/vendor/homarr/png/evernote.png
new file mode 100644
index 0000000..1a4a3bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/evernote.png differ
diff --git a/static/icons/vendor/homarr/png/eweka.png b/static/icons/vendor/homarr/png/eweka.png
new file mode 100644
index 0000000..ec49957
Binary files /dev/null and b/static/icons/vendor/homarr/png/eweka.png differ
diff --git a/static/icons/vendor/homarr/png/excalidraw.png b/static/icons/vendor/homarr/png/excalidraw.png
new file mode 100644
index 0000000..097e834
Binary files /dev/null and b/static/icons/vendor/homarr/png/excalidraw.png differ
diff --git a/static/icons/vendor/homarr/png/exercism-dark.png b/static/icons/vendor/homarr/png/exercism-dark.png
new file mode 100644
index 0000000..67c7fb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/exercism-dark.png differ
diff --git a/static/icons/vendor/homarr/png/exercism.png b/static/icons/vendor/homarr/png/exercism.png
new file mode 100644
index 0000000..245a1b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/exercism.png differ
diff --git a/static/icons/vendor/homarr/png/expense-owl.png b/static/icons/vendor/homarr/png/expense-owl.png
new file mode 100644
index 0000000..4028d78
Binary files /dev/null and b/static/icons/vendor/homarr/png/expense-owl.png differ
diff --git a/static/icons/vendor/homarr/png/ezbookkeeping.png b/static/icons/vendor/homarr/png/ezbookkeeping.png
new file mode 100644
index 0000000..b3a3b5b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ezbookkeeping.png differ
diff --git a/static/icons/vendor/homarr/png/f-droid.png b/static/icons/vendor/homarr/png/f-droid.png
new file mode 100644
index 0000000..7d414de
Binary files /dev/null and b/static/icons/vendor/homarr/png/f-droid.png differ
diff --git a/static/icons/vendor/homarr/png/f1-dash.png b/static/icons/vendor/homarr/png/f1-dash.png
new file mode 100644
index 0000000..13e5df9
Binary files /dev/null and b/static/icons/vendor/homarr/png/f1-dash.png differ
diff --git a/static/icons/vendor/homarr/png/f5-networks.png b/static/icons/vendor/homarr/png/f5-networks.png
new file mode 100644
index 0000000..894fd49
Binary files /dev/null and b/static/icons/vendor/homarr/png/f5-networks.png differ
diff --git a/static/icons/vendor/homarr/png/facebook-messenger.png b/static/icons/vendor/homarr/png/facebook-messenger.png
new file mode 100644
index 0000000..8d47f24
Binary files /dev/null and b/static/icons/vendor/homarr/png/facebook-messenger.png differ
diff --git a/static/icons/vendor/homarr/png/facebook.png b/static/icons/vendor/homarr/png/facebook.png
new file mode 100644
index 0000000..0479c19
Binary files /dev/null and b/static/icons/vendor/homarr/png/facebook.png differ
diff --git a/static/icons/vendor/homarr/png/fail2ban.png b/static/icons/vendor/homarr/png/fail2ban.png
new file mode 100644
index 0000000..e834a38
Binary files /dev/null and b/static/icons/vendor/homarr/png/fail2ban.png differ
diff --git a/static/icons/vendor/homarr/png/falcon-christmas.png b/static/icons/vendor/homarr/png/falcon-christmas.png
new file mode 100644
index 0000000..535875f
Binary files /dev/null and b/static/icons/vendor/homarr/png/falcon-christmas.png differ
diff --git a/static/icons/vendor/homarr/png/falcon-player-dark.png b/static/icons/vendor/homarr/png/falcon-player-dark.png
new file mode 100644
index 0000000..96b2d59
Binary files /dev/null and b/static/icons/vendor/homarr/png/falcon-player-dark.png differ
diff --git a/static/icons/vendor/homarr/png/falcon-player.png b/static/icons/vendor/homarr/png/falcon-player.png
new file mode 100644
index 0000000..fc15e8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/falcon-player.png differ
diff --git a/static/icons/vendor/homarr/png/fast-com-light.png b/static/icons/vendor/homarr/png/fast-com-light.png
new file mode 100644
index 0000000..57529c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/fast-com-light.png differ
diff --git a/static/icons/vendor/homarr/png/fast-com.png b/static/icons/vendor/homarr/png/fast-com.png
new file mode 100644
index 0000000..d3bb7f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/fast-com.png differ
diff --git a/static/icons/vendor/homarr/png/fastapi-wordmark-light.png b/static/icons/vendor/homarr/png/fastapi-wordmark-light.png
new file mode 100644
index 0000000..137f650
Binary files /dev/null and b/static/icons/vendor/homarr/png/fastapi-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/fastapi.png b/static/icons/vendor/homarr/png/fastapi.png
new file mode 100644
index 0000000..c45586d
Binary files /dev/null and b/static/icons/vendor/homarr/png/fastapi.png differ
diff --git a/static/icons/vendor/homarr/png/fasten-health.png b/static/icons/vendor/homarr/png/fasten-health.png
new file mode 100644
index 0000000..4b45c4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/fasten-health.png differ
diff --git a/static/icons/vendor/homarr/png/fastmail.png b/static/icons/vendor/homarr/png/fastmail.png
new file mode 100644
index 0000000..82de1f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/fastmail.png differ
diff --git a/static/icons/vendor/homarr/png/fedora-alt.png b/static/icons/vendor/homarr/png/fedora-alt.png
new file mode 100644
index 0000000..d11513a
Binary files /dev/null and b/static/icons/vendor/homarr/png/fedora-alt.png differ
diff --git a/static/icons/vendor/homarr/png/fedora.png b/static/icons/vendor/homarr/png/fedora.png
new file mode 100644
index 0000000..e3b79b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/fedora.png differ
diff --git a/static/icons/vendor/homarr/png/feedbase-light.png b/static/icons/vendor/homarr/png/feedbase-light.png
new file mode 100644
index 0000000..acb298d
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedbase-light.png differ
diff --git a/static/icons/vendor/homarr/png/feedbase.png b/static/icons/vendor/homarr/png/feedbase.png
new file mode 100644
index 0000000..43c6e30
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedbase.png differ
diff --git a/static/icons/vendor/homarr/png/feedbin-light.png b/static/icons/vendor/homarr/png/feedbin-light.png
new file mode 100644
index 0000000..7693e34
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedbin-light.png differ
diff --git a/static/icons/vendor/homarr/png/feedbin.png b/static/icons/vendor/homarr/png/feedbin.png
new file mode 100644
index 0000000..4dd710d
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedbin.png differ
diff --git a/static/icons/vendor/homarr/png/feedly.png b/static/icons/vendor/homarr/png/feedly.png
new file mode 100644
index 0000000..3704083
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedly.png differ
diff --git a/static/icons/vendor/homarr/png/feedlynx-light.png b/static/icons/vendor/homarr/png/feedlynx-light.png
new file mode 100644
index 0000000..4945b77
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedlynx-light.png differ
diff --git a/static/icons/vendor/homarr/png/feedlynx.png b/static/icons/vendor/homarr/png/feedlynx.png
new file mode 100644
index 0000000..e247eb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/feedlynx.png differ
diff --git a/static/icons/vendor/homarr/png/feishin.png b/static/icons/vendor/homarr/png/feishin.png
new file mode 100644
index 0000000..5fe967e
Binary files /dev/null and b/static/icons/vendor/homarr/png/feishin.png differ
diff --git a/static/icons/vendor/homarr/png/fenrus-light.png b/static/icons/vendor/homarr/png/fenrus-light.png
new file mode 100644
index 0000000..9400d49
Binary files /dev/null and b/static/icons/vendor/homarr/png/fenrus-light.png differ
diff --git a/static/icons/vendor/homarr/png/fenrus.png b/static/icons/vendor/homarr/png/fenrus.png
new file mode 100644
index 0000000..8582cc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/fenrus.png differ
diff --git a/static/icons/vendor/homarr/png/ferdi.png b/static/icons/vendor/homarr/png/ferdi.png
new file mode 100644
index 0000000..a02364b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ferdi.png differ
diff --git a/static/icons/vendor/homarr/png/ferdium.png b/static/icons/vendor/homarr/png/ferdium.png
new file mode 100644
index 0000000..74be720
Binary files /dev/null and b/static/icons/vendor/homarr/png/ferdium.png differ
diff --git a/static/icons/vendor/homarr/png/fermentrack.png b/static/icons/vendor/homarr/png/fermentrack.png
new file mode 100644
index 0000000..0d96770
Binary files /dev/null and b/static/icons/vendor/homarr/png/fermentrack.png differ
diff --git a/static/icons/vendor/homarr/png/ferretdb.png b/static/icons/vendor/homarr/png/ferretdb.png
new file mode 100644
index 0000000..1bcaad3
Binary files /dev/null and b/static/icons/vendor/homarr/png/ferretdb.png differ
diff --git a/static/icons/vendor/homarr/png/fibaro.png b/static/icons/vendor/homarr/png/fibaro.png
new file mode 100644
index 0000000..ce8027d
Binary files /dev/null and b/static/icons/vendor/homarr/png/fibaro.png differ
diff --git a/static/icons/vendor/homarr/png/fidelity.png b/static/icons/vendor/homarr/png/fidelity.png
new file mode 100644
index 0000000..76510ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/fidelity.png differ
diff --git a/static/icons/vendor/homarr/png/fider.png b/static/icons/vendor/homarr/png/fider.png
new file mode 100644
index 0000000..639f5d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/fider.png differ
diff --git a/static/icons/vendor/homarr/png/figma.png b/static/icons/vendor/homarr/png/figma.png
new file mode 100644
index 0000000..46df889
Binary files /dev/null and b/static/icons/vendor/homarr/png/figma.png differ
diff --git a/static/icons/vendor/homarr/png/filaman.png b/static/icons/vendor/homarr/png/filaman.png
new file mode 100644
index 0000000..956ee3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/filaman.png differ
diff --git a/static/icons/vendor/homarr/png/filebot.png b/static/icons/vendor/homarr/png/filebot.png
new file mode 100644
index 0000000..e9522a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/filebot.png differ
diff --git a/static/icons/vendor/homarr/png/filebrowser-quantum.png b/static/icons/vendor/homarr/png/filebrowser-quantum.png
new file mode 100644
index 0000000..5d58701
Binary files /dev/null and b/static/icons/vendor/homarr/png/filebrowser-quantum.png differ
diff --git a/static/icons/vendor/homarr/png/filebrowser.png b/static/icons/vendor/homarr/png/filebrowser.png
new file mode 100644
index 0000000..0899c43
Binary files /dev/null and b/static/icons/vendor/homarr/png/filebrowser.png differ
diff --git a/static/icons/vendor/homarr/png/filecloud.png b/static/icons/vendor/homarr/png/filecloud.png
new file mode 100644
index 0000000..d0ea1b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/filecloud.png differ
diff --git a/static/icons/vendor/homarr/png/fileflows.png b/static/icons/vendor/homarr/png/fileflows.png
new file mode 100644
index 0000000..632464a
Binary files /dev/null and b/static/icons/vendor/homarr/png/fileflows.png differ
diff --git a/static/icons/vendor/homarr/png/filegator.png b/static/icons/vendor/homarr/png/filegator.png
new file mode 100644
index 0000000..59b72e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/filegator.png differ
diff --git a/static/icons/vendor/homarr/png/filepizza.png b/static/icons/vendor/homarr/png/filepizza.png
new file mode 100644
index 0000000..7fe6305
Binary files /dev/null and b/static/icons/vendor/homarr/png/filepizza.png differ
diff --git a/static/icons/vendor/homarr/png/filerise.png b/static/icons/vendor/homarr/png/filerise.png
new file mode 100644
index 0000000..a986fb1
Binary files /dev/null and b/static/icons/vendor/homarr/png/filerise.png differ
diff --git a/static/icons/vendor/homarr/png/filerun.png b/static/icons/vendor/homarr/png/filerun.png
new file mode 100644
index 0000000..1051ae3
Binary files /dev/null and b/static/icons/vendor/homarr/png/filerun.png differ
diff --git a/static/icons/vendor/homarr/png/files-community.png b/static/icons/vendor/homarr/png/files-community.png
new file mode 100644
index 0000000..ea49dd5
Binary files /dev/null and b/static/icons/vendor/homarr/png/files-community.png differ
diff --git a/static/icons/vendor/homarr/png/files.png b/static/icons/vendor/homarr/png/files.png
new file mode 100644
index 0000000..172bff2
Binary files /dev/null and b/static/icons/vendor/homarr/png/files.png differ
diff --git a/static/icons/vendor/homarr/png/filestash.png b/static/icons/vendor/homarr/png/filestash.png
new file mode 100644
index 0000000..58a85f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/filestash.png differ
diff --git a/static/icons/vendor/homarr/png/filezilla.png b/static/icons/vendor/homarr/png/filezilla.png
new file mode 100644
index 0000000..329b81b
Binary files /dev/null and b/static/icons/vendor/homarr/png/filezilla.png differ
diff --git a/static/icons/vendor/homarr/png/finamp.png b/static/icons/vendor/homarr/png/finamp.png
new file mode 100644
index 0000000..56bb201
Binary files /dev/null and b/static/icons/vendor/homarr/png/finamp.png differ
diff --git a/static/icons/vendor/homarr/png/findroid.png b/static/icons/vendor/homarr/png/findroid.png
new file mode 100644
index 0000000..c91e83b
Binary files /dev/null and b/static/icons/vendor/homarr/png/findroid.png differ
diff --git a/static/icons/vendor/homarr/png/fios-light.png b/static/icons/vendor/homarr/png/fios-light.png
new file mode 100644
index 0000000..7a83b61
Binary files /dev/null and b/static/icons/vendor/homarr/png/fios-light.png differ
diff --git a/static/icons/vendor/homarr/png/fios.png b/static/icons/vendor/homarr/png/fios.png
new file mode 100644
index 0000000..2846a99
Binary files /dev/null and b/static/icons/vendor/homarr/png/fios.png differ
diff --git a/static/icons/vendor/homarr/png/firebase.png b/static/icons/vendor/homarr/png/firebase.png
new file mode 100644
index 0000000..bcb48cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/firebase.png differ
diff --git a/static/icons/vendor/homarr/png/firefly-iii.png b/static/icons/vendor/homarr/png/firefly-iii.png
new file mode 100644
index 0000000..9efbace
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefly-iii.png differ
diff --git a/static/icons/vendor/homarr/png/firefly.png b/static/icons/vendor/homarr/png/firefly.png
new file mode 100644
index 0000000..9efbace
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefly.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-beta.png b/static/icons/vendor/homarr/png/firefox-beta.png
new file mode 100644
index 0000000..1b2dcc7
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-beta.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-developer-edition.png b/static/icons/vendor/homarr/png/firefox-developer-edition.png
new file mode 100644
index 0000000..b645353
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-developer-edition.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-lite.png b/static/icons/vendor/homarr/png/firefox-lite.png
new file mode 100644
index 0000000..550bf84
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-lite.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-nightly.png b/static/icons/vendor/homarr/png/firefox-nightly.png
new file mode 100644
index 0000000..04d9a6a
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-nightly.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-reality.png b/static/icons/vendor/homarr/png/firefox-reality.png
new file mode 100644
index 0000000..d54120b
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-reality.png differ
diff --git a/static/icons/vendor/homarr/png/firefox-send.png b/static/icons/vendor/homarr/png/firefox-send.png
new file mode 100644
index 0000000..df53920
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox-send.png differ
diff --git a/static/icons/vendor/homarr/png/firefox.png b/static/icons/vendor/homarr/png/firefox.png
new file mode 100644
index 0000000..a3bacd2
Binary files /dev/null and b/static/icons/vendor/homarr/png/firefox.png differ
diff --git a/static/icons/vendor/homarr/png/fireshare.png b/static/icons/vendor/homarr/png/fireshare.png
new file mode 100644
index 0000000..14a1438
Binary files /dev/null and b/static/icons/vendor/homarr/png/fireshare.png differ
diff --git a/static/icons/vendor/homarr/png/firewalla.png b/static/icons/vendor/homarr/png/firewalla.png
new file mode 100644
index 0000000..d8139ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/firewalla.png differ
diff --git a/static/icons/vendor/homarr/png/fittrackee.png b/static/icons/vendor/homarr/png/fittrackee.png
new file mode 100644
index 0000000..ce39668
Binary files /dev/null and b/static/icons/vendor/homarr/png/fittrackee.png differ
diff --git a/static/icons/vendor/homarr/png/fl-studio.png b/static/icons/vendor/homarr/png/fl-studio.png
new file mode 100644
index 0000000..35cfacf
Binary files /dev/null and b/static/icons/vendor/homarr/png/fl-studio.png differ
diff --git a/static/icons/vendor/homarr/png/fladder.png b/static/icons/vendor/homarr/png/fladder.png
new file mode 100644
index 0000000..aedd19d
Binary files /dev/null and b/static/icons/vendor/homarr/png/fladder.png differ
diff --git a/static/icons/vendor/homarr/png/flame.png b/static/icons/vendor/homarr/png/flame.png
new file mode 100644
index 0000000..74b81b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/flame.png differ
diff --git a/static/icons/vendor/homarr/png/flaresolverr.png b/static/icons/vendor/homarr/png/flaresolverr.png
new file mode 100644
index 0000000..092d3ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/flaresolverr.png differ
diff --git a/static/icons/vendor/homarr/png/flarum.png b/static/icons/vendor/homarr/png/flarum.png
new file mode 100644
index 0000000..e8de8bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/flarum.png differ
diff --git a/static/icons/vendor/homarr/png/flat-notes.png b/static/icons/vendor/homarr/png/flat-notes.png
new file mode 100644
index 0000000..7f81fb8
Binary files /dev/null and b/static/icons/vendor/homarr/png/flat-notes.png differ
diff --git a/static/icons/vendor/homarr/png/flathub-dark.png b/static/icons/vendor/homarr/png/flathub-dark.png
new file mode 100644
index 0000000..53db2fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/flathub-dark.png differ
diff --git a/static/icons/vendor/homarr/png/flathub.png b/static/icons/vendor/homarr/png/flathub.png
new file mode 100644
index 0000000..f2fd38b
Binary files /dev/null and b/static/icons/vendor/homarr/png/flathub.png differ
diff --git a/static/icons/vendor/homarr/png/flatnotes.png b/static/icons/vendor/homarr/png/flatnotes.png
new file mode 100644
index 0000000..cbe6cb4
Binary files /dev/null and b/static/icons/vendor/homarr/png/flatnotes.png differ
diff --git a/static/icons/vendor/homarr/png/flatpak.png b/static/icons/vendor/homarr/png/flatpak.png
new file mode 100644
index 0000000..4b2273a
Binary files /dev/null and b/static/icons/vendor/homarr/png/flatpak.png differ
diff --git a/static/icons/vendor/homarr/png/fleetdm.png b/static/icons/vendor/homarr/png/fleetdm.png
new file mode 100644
index 0000000..fd8ddc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/fleetdm.png differ
diff --git a/static/icons/vendor/homarr/png/flexget.png b/static/icons/vendor/homarr/png/flexget.png
new file mode 100644
index 0000000..a3cbf52
Binary files /dev/null and b/static/icons/vendor/homarr/png/flexget.png differ
diff --git a/static/icons/vendor/homarr/png/flightaware.png b/static/icons/vendor/homarr/png/flightaware.png
new file mode 100644
index 0000000..f1e87c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/flightaware.png differ
diff --git a/static/icons/vendor/homarr/png/flightradar24-light.png b/static/icons/vendor/homarr/png/flightradar24-light.png
new file mode 100644
index 0000000..d26b751
Binary files /dev/null and b/static/icons/vendor/homarr/png/flightradar24-light.png differ
diff --git a/static/icons/vendor/homarr/png/flightradar24.png b/static/icons/vendor/homarr/png/flightradar24.png
new file mode 100644
index 0000000..afc0e24
Binary files /dev/null and b/static/icons/vendor/homarr/png/flightradar24.png differ
diff --git a/static/icons/vendor/homarr/png/floatplane.png b/static/icons/vendor/homarr/png/floatplane.png
new file mode 100644
index 0000000..d5ac390
Binary files /dev/null and b/static/icons/vendor/homarr/png/floatplane.png differ
diff --git a/static/icons/vendor/homarr/png/flogo.png b/static/icons/vendor/homarr/png/flogo.png
new file mode 100644
index 0000000..399ceaf
Binary files /dev/null and b/static/icons/vendor/homarr/png/flogo.png differ
diff --git a/static/icons/vendor/homarr/png/flood.png b/static/icons/vendor/homarr/png/flood.png
new file mode 100644
index 0000000..8f5c84e
Binary files /dev/null and b/static/icons/vendor/homarr/png/flood.png differ
diff --git a/static/icons/vendor/homarr/png/floorp.png b/static/icons/vendor/homarr/png/floorp.png
new file mode 100644
index 0000000..6a017a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/floorp.png differ
diff --git a/static/icons/vendor/homarr/png/floorplanner.png b/static/icons/vendor/homarr/png/floorplanner.png
new file mode 100644
index 0000000..ea1dbf9
Binary files /dev/null and b/static/icons/vendor/homarr/png/floorplanner.png differ
diff --git a/static/icons/vendor/homarr/png/flowise.png b/static/icons/vendor/homarr/png/flowise.png
new file mode 100644
index 0000000..7e2ddc3
Binary files /dev/null and b/static/icons/vendor/homarr/png/flowise.png differ
diff --git a/static/icons/vendor/homarr/png/flowtunes.png b/static/icons/vendor/homarr/png/flowtunes.png
new file mode 100644
index 0000000..8270d85
Binary files /dev/null and b/static/icons/vendor/homarr/png/flowtunes.png differ
diff --git a/static/icons/vendor/homarr/png/fluent-reader.png b/static/icons/vendor/homarr/png/fluent-reader.png
new file mode 100644
index 0000000..5fd0646
Binary files /dev/null and b/static/icons/vendor/homarr/png/fluent-reader.png differ
diff --git a/static/icons/vendor/homarr/png/fluffychat-dark.png b/static/icons/vendor/homarr/png/fluffychat-dark.png
new file mode 100644
index 0000000..3f3462a
Binary files /dev/null and b/static/icons/vendor/homarr/png/fluffychat-dark.png differ
diff --git a/static/icons/vendor/homarr/png/fluffychat.png b/static/icons/vendor/homarr/png/fluffychat.png
new file mode 100644
index 0000000..4c0cb3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/fluffychat.png differ
diff --git a/static/icons/vendor/homarr/png/fluidd.png b/static/icons/vendor/homarr/png/fluidd.png
new file mode 100644
index 0000000..d22963a
Binary files /dev/null and b/static/icons/vendor/homarr/png/fluidd.png differ
diff --git a/static/icons/vendor/homarr/png/flutter-wordmark-dark.png b/static/icons/vendor/homarr/png/flutter-wordmark-dark.png
new file mode 100644
index 0000000..cb98727
Binary files /dev/null and b/static/icons/vendor/homarr/png/flutter-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/flutter-wordmark-light.png b/static/icons/vendor/homarr/png/flutter-wordmark-light.png
new file mode 100644
index 0000000..768ecd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/flutter-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/flutter.png b/static/icons/vendor/homarr/png/flutter.png
new file mode 100644
index 0000000..09835b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/flutter.png differ
diff --git a/static/icons/vendor/homarr/png/flux-cd.png b/static/icons/vendor/homarr/png/flux-cd.png
new file mode 100644
index 0000000..9009b64
Binary files /dev/null and b/static/icons/vendor/homarr/png/flux-cd.png differ
diff --git a/static/icons/vendor/homarr/png/fly-io.png b/static/icons/vendor/homarr/png/fly-io.png
new file mode 100644
index 0000000..8c18ad4
Binary files /dev/null and b/static/icons/vendor/homarr/png/fly-io.png differ
diff --git a/static/icons/vendor/homarr/png/fmd.png b/static/icons/vendor/homarr/png/fmd.png
new file mode 100644
index 0000000..8f56e11
Binary files /dev/null and b/static/icons/vendor/homarr/png/fmd.png differ
diff --git a/static/icons/vendor/homarr/png/fnos.png b/static/icons/vendor/homarr/png/fnos.png
new file mode 100644
index 0000000..d80ba57
Binary files /dev/null and b/static/icons/vendor/homarr/png/fnos.png differ
diff --git a/static/icons/vendor/homarr/png/focalboard.png b/static/icons/vendor/homarr/png/focalboard.png
new file mode 100644
index 0000000..03830a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/focalboard.png differ
diff --git a/static/icons/vendor/homarr/png/foldingathome.png b/static/icons/vendor/homarr/png/foldingathome.png
new file mode 100644
index 0000000..3dd24e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/foldingathome.png differ
diff --git a/static/icons/vendor/homarr/png/fontawesome.png b/static/icons/vendor/homarr/png/fontawesome.png
new file mode 100644
index 0000000..fdda6fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/fontawesome.png differ
diff --git a/static/icons/vendor/homarr/png/foreflight-dark.png b/static/icons/vendor/homarr/png/foreflight-dark.png
new file mode 100644
index 0000000..e857f09
Binary files /dev/null and b/static/icons/vendor/homarr/png/foreflight-dark.png differ
diff --git a/static/icons/vendor/homarr/png/foreflight.png b/static/icons/vendor/homarr/png/foreflight.png
new file mode 100644
index 0000000..181d681
Binary files /dev/null and b/static/icons/vendor/homarr/png/foreflight.png differ
diff --git a/static/icons/vendor/homarr/png/forgejo.png b/static/icons/vendor/homarr/png/forgejo.png
new file mode 100644
index 0000000..d2c4ee5
Binary files /dev/null and b/static/icons/vendor/homarr/png/forgejo.png differ
diff --git a/static/icons/vendor/homarr/png/formbricks.png b/static/icons/vendor/homarr/png/formbricks.png
new file mode 100644
index 0000000..983016b
Binary files /dev/null and b/static/icons/vendor/homarr/png/formbricks.png differ
diff --git a/static/icons/vendor/homarr/png/forte-light.png b/static/icons/vendor/homarr/png/forte-light.png
new file mode 100644
index 0000000..3ce32fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/forte-light.png differ
diff --git a/static/icons/vendor/homarr/png/forte.png b/static/icons/vendor/homarr/png/forte.png
new file mode 100644
index 0000000..b2d2ff8
Binary files /dev/null and b/static/icons/vendor/homarr/png/forte.png differ
diff --git a/static/icons/vendor/homarr/png/fortinet.png b/static/icons/vendor/homarr/png/fortinet.png
new file mode 100644
index 0000000..394abb9
Binary files /dev/null and b/static/icons/vendor/homarr/png/fortinet.png differ
diff --git a/static/icons/vendor/homarr/png/fortran.png b/static/icons/vendor/homarr/png/fortran.png
new file mode 100644
index 0000000..0520666
Binary files /dev/null and b/static/icons/vendor/homarr/png/fortran.png differ
diff --git a/static/icons/vendor/homarr/png/foscam.png b/static/icons/vendor/homarr/png/foscam.png
new file mode 100644
index 0000000..1b68b0a
Binary files /dev/null and b/static/icons/vendor/homarr/png/foscam.png differ
diff --git a/static/icons/vendor/homarr/png/fossil.png b/static/icons/vendor/homarr/png/fossil.png
new file mode 100644
index 0000000..95d0506
Binary files /dev/null and b/static/icons/vendor/homarr/png/fossil.png differ
diff --git a/static/icons/vendor/homarr/png/foundry-vtt.png b/static/icons/vendor/homarr/png/foundry-vtt.png
new file mode 100644
index 0000000..b4e8359
Binary files /dev/null and b/static/icons/vendor/homarr/png/foundry-vtt.png differ
diff --git a/static/icons/vendor/homarr/png/franz.png b/static/icons/vendor/homarr/png/franz.png
new file mode 100644
index 0000000..5853129
Binary files /dev/null and b/static/icons/vendor/homarr/png/franz.png differ
diff --git a/static/icons/vendor/homarr/png/free-dns.png b/static/icons/vendor/homarr/png/free-dns.png
new file mode 100644
index 0000000..529fa48
Binary files /dev/null and b/static/icons/vendor/homarr/png/free-dns.png differ
diff --git a/static/icons/vendor/homarr/png/free-sas.png b/static/icons/vendor/homarr/png/free-sas.png
new file mode 100644
index 0000000..7175f96
Binary files /dev/null and b/static/icons/vendor/homarr/png/free-sas.png differ
diff --git a/static/icons/vendor/homarr/png/freebox-delta.png b/static/icons/vendor/homarr/png/freebox-delta.png
new file mode 100644
index 0000000..f5fc973
Binary files /dev/null and b/static/icons/vendor/homarr/png/freebox-delta.png differ
diff --git a/static/icons/vendor/homarr/png/freebox-pop.png b/static/icons/vendor/homarr/png/freebox-pop.png
new file mode 100644
index 0000000..b4d3baa
Binary files /dev/null and b/static/icons/vendor/homarr/png/freebox-pop.png differ
diff --git a/static/icons/vendor/homarr/png/freebox-revolution.png b/static/icons/vendor/homarr/png/freebox-revolution.png
new file mode 100644
index 0000000..f915223
Binary files /dev/null and b/static/icons/vendor/homarr/png/freebox-revolution.png differ
diff --git a/static/icons/vendor/homarr/png/freedombox.png b/static/icons/vendor/homarr/png/freedombox.png
new file mode 100644
index 0000000..3fe57ad
Binary files /dev/null and b/static/icons/vendor/homarr/png/freedombox.png differ
diff --git a/static/icons/vendor/homarr/png/freeipa.png b/static/icons/vendor/homarr/png/freeipa.png
new file mode 100644
index 0000000..64052bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/freeipa.png differ
diff --git a/static/icons/vendor/homarr/png/freenas.png b/static/icons/vendor/homarr/png/freenas.png
new file mode 100644
index 0000000..a1dce44
Binary files /dev/null and b/static/icons/vendor/homarr/png/freenas.png differ
diff --git a/static/icons/vendor/homarr/png/freenom.png b/static/icons/vendor/homarr/png/freenom.png
new file mode 100644
index 0000000..94fdd06
Binary files /dev/null and b/static/icons/vendor/homarr/png/freenom.png differ
diff --git a/static/icons/vendor/homarr/png/freepbx.png b/static/icons/vendor/homarr/png/freepbx.png
new file mode 100644
index 0000000..da0d87e
Binary files /dev/null and b/static/icons/vendor/homarr/png/freepbx.png differ
diff --git a/static/icons/vendor/homarr/png/freescout.png b/static/icons/vendor/homarr/png/freescout.png
new file mode 100644
index 0000000..27cb8bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/freescout.png differ
diff --git a/static/icons/vendor/homarr/png/freshbooks.png b/static/icons/vendor/homarr/png/freshbooks.png
new file mode 100644
index 0000000..ffb458d
Binary files /dev/null and b/static/icons/vendor/homarr/png/freshbooks.png differ
diff --git a/static/icons/vendor/homarr/png/freshping-dark.png b/static/icons/vendor/homarr/png/freshping-dark.png
new file mode 100644
index 0000000..3eca836
Binary files /dev/null and b/static/icons/vendor/homarr/png/freshping-dark.png differ
diff --git a/static/icons/vendor/homarr/png/freshping.png b/static/icons/vendor/homarr/png/freshping.png
new file mode 100644
index 0000000..62bdc49
Binary files /dev/null and b/static/icons/vendor/homarr/png/freshping.png differ
diff --git a/static/icons/vendor/homarr/png/freshrss.png b/static/icons/vendor/homarr/png/freshrss.png
new file mode 100644
index 0000000..21a85ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/freshrss.png differ
diff --git a/static/icons/vendor/homarr/png/friendica.png b/static/icons/vendor/homarr/png/friendica.png
new file mode 100644
index 0000000..9e181e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/friendica.png differ
diff --git a/static/icons/vendor/homarr/png/frigate-light.png b/static/icons/vendor/homarr/png/frigate-light.png
new file mode 100644
index 0000000..c0bf9fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/frigate-light.png differ
diff --git a/static/icons/vendor/homarr/png/frigate.png b/static/icons/vendor/homarr/png/frigate.png
new file mode 100644
index 0000000..d39ed23
Binary files /dev/null and b/static/icons/vendor/homarr/png/frigate.png differ
diff --git a/static/icons/vendor/homarr/png/fritzbox-light.png b/static/icons/vendor/homarr/png/fritzbox-light.png
new file mode 100644
index 0000000..4f88892
Binary files /dev/null and b/static/icons/vendor/homarr/png/fritzbox-light.png differ
diff --git a/static/icons/vendor/homarr/png/fritzbox.png b/static/icons/vendor/homarr/png/fritzbox.png
new file mode 100644
index 0000000..a1410fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/fritzbox.png differ
diff --git a/static/icons/vendor/homarr/png/fronius.png b/static/icons/vendor/homarr/png/fronius.png
new file mode 100644
index 0000000..76dfba4
Binary files /dev/null and b/static/icons/vendor/homarr/png/fronius.png differ
diff --git a/static/icons/vendor/homarr/png/frp.png b/static/icons/vendor/homarr/png/frp.png
new file mode 100644
index 0000000..9b2d5f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/frp.png differ
diff --git a/static/icons/vendor/homarr/png/fulcio.png b/static/icons/vendor/homarr/png/fulcio.png
new file mode 100644
index 0000000..aa5c51c
Binary files /dev/null and b/static/icons/vendor/homarr/png/fulcio.png differ
diff --git a/static/icons/vendor/homarr/png/funkwhale-light.png b/static/icons/vendor/homarr/png/funkwhale-light.png
new file mode 100644
index 0000000..31da34f
Binary files /dev/null and b/static/icons/vendor/homarr/png/funkwhale-light.png differ
diff --git a/static/icons/vendor/homarr/png/funkwhale.png b/static/icons/vendor/homarr/png/funkwhale.png
new file mode 100644
index 0000000..62568c4
Binary files /dev/null and b/static/icons/vendor/homarr/png/funkwhale.png differ
diff --git a/static/icons/vendor/homarr/png/fusionauth-light.png b/static/icons/vendor/homarr/png/fusionauth-light.png
new file mode 100644
index 0000000..dda632e
Binary files /dev/null and b/static/icons/vendor/homarr/png/fusionauth-light.png differ
diff --git a/static/icons/vendor/homarr/png/fusionauth.png b/static/icons/vendor/homarr/png/fusionauth.png
new file mode 100644
index 0000000..9cf78e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/fusionauth.png differ
diff --git a/static/icons/vendor/homarr/png/fusionpbx.png b/static/icons/vendor/homarr/png/fusionpbx.png
new file mode 100644
index 0000000..74622de
Binary files /dev/null and b/static/icons/vendor/homarr/png/fusionpbx.png differ
diff --git a/static/icons/vendor/homarr/png/gamevault.png b/static/icons/vendor/homarr/png/gamevault.png
new file mode 100644
index 0000000..a4c5b76
Binary files /dev/null and b/static/icons/vendor/homarr/png/gamevault.png differ
diff --git a/static/icons/vendor/homarr/png/gameyfin-light.png b/static/icons/vendor/homarr/png/gameyfin-light.png
new file mode 100644
index 0000000..5421a2a
Binary files /dev/null and b/static/icons/vendor/homarr/png/gameyfin-light.png differ
diff --git a/static/icons/vendor/homarr/png/gameyfin.png b/static/icons/vendor/homarr/png/gameyfin.png
new file mode 100644
index 0000000..3f4030c
Binary files /dev/null and b/static/icons/vendor/homarr/png/gameyfin.png differ
diff --git a/static/icons/vendor/homarr/png/gaps.png b/static/icons/vendor/homarr/png/gaps.png
new file mode 100644
index 0000000..a16fcf5
Binary files /dev/null and b/static/icons/vendor/homarr/png/gaps.png differ
diff --git a/static/icons/vendor/homarr/png/garage.png b/static/icons/vendor/homarr/png/garage.png
new file mode 100644
index 0000000..ece4b7e
Binary files /dev/null and b/static/icons/vendor/homarr/png/garage.png differ
diff --git a/static/icons/vendor/homarr/png/garmin-connect.png b/static/icons/vendor/homarr/png/garmin-connect.png
new file mode 100644
index 0000000..d5906a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/garmin-connect.png differ
diff --git a/static/icons/vendor/homarr/png/garuda-linux.png b/static/icons/vendor/homarr/png/garuda-linux.png
new file mode 100644
index 0000000..96b703a
Binary files /dev/null and b/static/icons/vendor/homarr/png/garuda-linux.png differ
diff --git a/static/icons/vendor/homarr/png/gaseous.png b/static/icons/vendor/homarr/png/gaseous.png
new file mode 100644
index 0000000..e2c8b3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/gaseous.png differ
diff --git a/static/icons/vendor/homarr/png/gatsby.png b/static/icons/vendor/homarr/png/gatsby.png
new file mode 100644
index 0000000..b049bf3
Binary files /dev/null and b/static/icons/vendor/homarr/png/gatsby.png differ
diff --git a/static/icons/vendor/homarr/png/gatus.png b/static/icons/vendor/homarr/png/gatus.png
new file mode 100644
index 0000000..d27668e
Binary files /dev/null and b/static/icons/vendor/homarr/png/gatus.png differ
diff --git a/static/icons/vendor/homarr/png/gboard.png b/static/icons/vendor/homarr/png/gboard.png
new file mode 100644
index 0000000..8473a8d
Binary files /dev/null and b/static/icons/vendor/homarr/png/gboard.png differ
diff --git a/static/icons/vendor/homarr/png/geckoview.png b/static/icons/vendor/homarr/png/geckoview.png
new file mode 100644
index 0000000..86f6a27
Binary files /dev/null and b/static/icons/vendor/homarr/png/geckoview.png differ
diff --git a/static/icons/vendor/homarr/png/genius.png b/static/icons/vendor/homarr/png/genius.png
new file mode 100644
index 0000000..7aa23e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/genius.png differ
diff --git a/static/icons/vendor/homarr/png/gentoo-linux.png b/static/icons/vendor/homarr/png/gentoo-linux.png
new file mode 100644
index 0000000..2b9ace7
Binary files /dev/null and b/static/icons/vendor/homarr/png/gentoo-linux.png differ
diff --git a/static/icons/vendor/homarr/png/genua.png b/static/icons/vendor/homarr/png/genua.png
new file mode 100644
index 0000000..3f36214
Binary files /dev/null and b/static/icons/vendor/homarr/png/genua.png differ
diff --git a/static/icons/vendor/homarr/png/geo-guessr.png b/static/icons/vendor/homarr/png/geo-guessr.png
new file mode 100644
index 0000000..d529850
Binary files /dev/null and b/static/icons/vendor/homarr/png/geo-guessr.png differ
diff --git a/static/icons/vendor/homarr/png/gerbera.png b/static/icons/vendor/homarr/png/gerbera.png
new file mode 100644
index 0000000..fd48e12
Binary files /dev/null and b/static/icons/vendor/homarr/png/gerbera.png differ
diff --git a/static/icons/vendor/homarr/png/gerrit.png b/static/icons/vendor/homarr/png/gerrit.png
new file mode 100644
index 0000000..84ec449
Binary files /dev/null and b/static/icons/vendor/homarr/png/gerrit.png differ
diff --git a/static/icons/vendor/homarr/png/get-iplayer.png b/static/icons/vendor/homarr/png/get-iplayer.png
new file mode 100644
index 0000000..5d918a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/get-iplayer.png differ
diff --git a/static/icons/vendor/homarr/png/ghost-light.png b/static/icons/vendor/homarr/png/ghost-light.png
new file mode 100644
index 0000000..9f7327c
Binary files /dev/null and b/static/icons/vendor/homarr/png/ghost-light.png differ
diff --git a/static/icons/vendor/homarr/png/ghost.png b/static/icons/vendor/homarr/png/ghost.png
new file mode 100644
index 0000000..00a6d16
Binary files /dev/null and b/static/icons/vendor/homarr/png/ghost.png differ
diff --git a/static/icons/vendor/homarr/png/ghostfolio.png b/static/icons/vendor/homarr/png/ghostfolio.png
new file mode 100644
index 0000000..af779f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/ghostfolio.png differ
diff --git a/static/icons/vendor/homarr/png/ghostty.png b/static/icons/vendor/homarr/png/ghostty.png
new file mode 100644
index 0000000..391515e
Binary files /dev/null and b/static/icons/vendor/homarr/png/ghostty.png differ
diff --git a/static/icons/vendor/homarr/png/gigaset.png b/static/icons/vendor/homarr/png/gigaset.png
new file mode 100644
index 0000000..a29a24d
Binary files /dev/null and b/static/icons/vendor/homarr/png/gigaset.png differ
diff --git a/static/icons/vendor/homarr/png/gimp.png b/static/icons/vendor/homarr/png/gimp.png
new file mode 100644
index 0000000..fb94aab
Binary files /dev/null and b/static/icons/vendor/homarr/png/gimp.png differ
diff --git a/static/icons/vendor/homarr/png/git.png b/static/icons/vendor/homarr/png/git.png
new file mode 100644
index 0000000..2d64943
Binary files /dev/null and b/static/icons/vendor/homarr/png/git.png differ
diff --git a/static/icons/vendor/homarr/png/gitam-university.png b/static/icons/vendor/homarr/png/gitam-university.png
new file mode 100644
index 0000000..80e9df6
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitam-university.png differ
diff --git a/static/icons/vendor/homarr/png/gitbook.png b/static/icons/vendor/homarr/png/gitbook.png
new file mode 100644
index 0000000..426233c
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitbook.png differ
diff --git a/static/icons/vendor/homarr/png/gitea.png b/static/icons/vendor/homarr/png/gitea.png
new file mode 100644
index 0000000..8577c1f
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitea.png differ
diff --git a/static/icons/vendor/homarr/png/gitee.png b/static/icons/vendor/homarr/png/gitee.png
new file mode 100644
index 0000000..e8e9226
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitee.png differ
diff --git a/static/icons/vendor/homarr/png/github-copilot-dark.png b/static/icons/vendor/homarr/png/github-copilot-dark.png
new file mode 100644
index 0000000..471f0dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/github-copilot-dark.png differ
diff --git a/static/icons/vendor/homarr/png/github-copilot.png b/static/icons/vendor/homarr/png/github-copilot.png
new file mode 100644
index 0000000..66be4e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/github-copilot.png differ
diff --git a/static/icons/vendor/homarr/png/github-light.png b/static/icons/vendor/homarr/png/github-light.png
new file mode 100644
index 0000000..f3248e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/github-light.png differ
diff --git a/static/icons/vendor/homarr/png/github.png b/static/icons/vendor/homarr/png/github.png
new file mode 100644
index 0000000..5cde542
Binary files /dev/null and b/static/icons/vendor/homarr/png/github.png differ
diff --git a/static/icons/vendor/homarr/png/gitlab.png b/static/icons/vendor/homarr/png/gitlab.png
new file mode 100644
index 0000000..0b87356
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitlab.png differ
diff --git a/static/icons/vendor/homarr/png/gitsign.png b/static/icons/vendor/homarr/png/gitsign.png
new file mode 100644
index 0000000..0e08af4
Binary files /dev/null and b/static/icons/vendor/homarr/png/gitsign.png differ
diff --git a/static/icons/vendor/homarr/png/gladys-assistant.png b/static/icons/vendor/homarr/png/gladys-assistant.png
new file mode 100644
index 0000000..73a68cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/gladys-assistant.png differ
diff --git a/static/icons/vendor/homarr/png/glance.png b/static/icons/vendor/homarr/png/glance.png
new file mode 100644
index 0000000..986e891
Binary files /dev/null and b/static/icons/vendor/homarr/png/glance.png differ
diff --git a/static/icons/vendor/homarr/png/glances-light.png b/static/icons/vendor/homarr/png/glances-light.png
new file mode 100644
index 0000000..2758e26
Binary files /dev/null and b/static/icons/vendor/homarr/png/glances-light.png differ
diff --git a/static/icons/vendor/homarr/png/glances.png b/static/icons/vendor/homarr/png/glances.png
new file mode 100644
index 0000000..f1e5982
Binary files /dev/null and b/static/icons/vendor/homarr/png/glances.png differ
diff --git a/static/icons/vendor/homarr/png/glinet-dark.png b/static/icons/vendor/homarr/png/glinet-dark.png
new file mode 100644
index 0000000..9246e8a
Binary files /dev/null and b/static/icons/vendor/homarr/png/glinet-dark.png differ
diff --git a/static/icons/vendor/homarr/png/glinet.png b/static/icons/vendor/homarr/png/glinet.png
new file mode 100644
index 0000000..4e840b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/glinet.png differ
diff --git a/static/icons/vendor/homarr/png/glitchtip.png b/static/icons/vendor/homarr/png/glitchtip.png
new file mode 100644
index 0000000..6ccf549
Binary files /dev/null and b/static/icons/vendor/homarr/png/glitchtip.png differ
diff --git a/static/icons/vendor/homarr/png/glpi.png b/static/icons/vendor/homarr/png/glpi.png
new file mode 100644
index 0000000..2ad1bad
Binary files /dev/null and b/static/icons/vendor/homarr/png/glpi.png differ
diff --git a/static/icons/vendor/homarr/png/gluetun.png b/static/icons/vendor/homarr/png/gluetun.png
new file mode 100644
index 0000000..d02cd31
Binary files /dev/null and b/static/icons/vendor/homarr/png/gluetun.png differ
diff --git a/static/icons/vendor/homarr/png/gmail.png b/static/icons/vendor/homarr/png/gmail.png
new file mode 100644
index 0000000..4d22660
Binary files /dev/null and b/static/icons/vendor/homarr/png/gmail.png differ
diff --git a/static/icons/vendor/homarr/png/go.png b/static/icons/vendor/homarr/png/go.png
new file mode 100644
index 0000000..2818f34
Binary files /dev/null and b/static/icons/vendor/homarr/png/go.png differ
diff --git a/static/icons/vendor/homarr/png/go2rtc.png b/static/icons/vendor/homarr/png/go2rtc.png
new file mode 100644
index 0000000..a9a81a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/go2rtc.png differ
diff --git a/static/icons/vendor/homarr/png/goaccess-light.png b/static/icons/vendor/homarr/png/goaccess-light.png
new file mode 100644
index 0000000..148031f
Binary files /dev/null and b/static/icons/vendor/homarr/png/goaccess-light.png differ
diff --git a/static/icons/vendor/homarr/png/goaccess.png b/static/icons/vendor/homarr/png/goaccess.png
new file mode 100644
index 0000000..da4cf4a
Binary files /dev/null and b/static/icons/vendor/homarr/png/goaccess.png differ
diff --git a/static/icons/vendor/homarr/png/gocoax.png b/static/icons/vendor/homarr/png/gocoax.png
new file mode 100644
index 0000000..15a8792
Binary files /dev/null and b/static/icons/vendor/homarr/png/gocoax.png differ
diff --git a/static/icons/vendor/homarr/png/godaddy-alt.png b/static/icons/vendor/homarr/png/godaddy-alt.png
new file mode 100644
index 0000000..8dfea23
Binary files /dev/null and b/static/icons/vendor/homarr/png/godaddy-alt.png differ
diff --git a/static/icons/vendor/homarr/png/godaddy.png b/static/icons/vendor/homarr/png/godaddy.png
new file mode 100644
index 0000000..7332e3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/godaddy.png differ
diff --git a/static/icons/vendor/homarr/png/godot.png b/static/icons/vendor/homarr/png/godot.png
new file mode 100644
index 0000000..484bc18
Binary files /dev/null and b/static/icons/vendor/homarr/png/godot.png differ
diff --git a/static/icons/vendor/homarr/png/godoxy.png b/static/icons/vendor/homarr/png/godoxy.png
new file mode 100644
index 0000000..f83d75b
Binary files /dev/null and b/static/icons/vendor/homarr/png/godoxy.png differ
diff --git a/static/icons/vendor/homarr/png/gogs.png b/static/icons/vendor/homarr/png/gogs.png
new file mode 100644
index 0000000..2bde1cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/gogs.png differ
diff --git a/static/icons/vendor/homarr/png/golink-dark.png b/static/icons/vendor/homarr/png/golink-dark.png
new file mode 100644
index 0000000..4e0f289
Binary files /dev/null and b/static/icons/vendor/homarr/png/golink-dark.png differ
diff --git a/static/icons/vendor/homarr/png/golink.png b/static/icons/vendor/homarr/png/golink.png
new file mode 100644
index 0000000..6a95633
Binary files /dev/null and b/static/icons/vendor/homarr/png/golink.png differ
diff --git a/static/icons/vendor/homarr/png/gollum.png b/static/icons/vendor/homarr/png/gollum.png
new file mode 100644
index 0000000..2c72363
Binary files /dev/null and b/static/icons/vendor/homarr/png/gollum.png differ
diff --git a/static/icons/vendor/homarr/png/gomft.png b/static/icons/vendor/homarr/png/gomft.png
new file mode 100644
index 0000000..5a7584b
Binary files /dev/null and b/static/icons/vendor/homarr/png/gomft.png differ
diff --git a/static/icons/vendor/homarr/png/gone-man-switch.png b/static/icons/vendor/homarr/png/gone-man-switch.png
new file mode 100644
index 0000000..ffbcdec
Binary files /dev/null and b/static/icons/vendor/homarr/png/gone-man-switch.png differ
diff --git a/static/icons/vendor/homarr/png/gonic.png b/static/icons/vendor/homarr/png/gonic.png
new file mode 100644
index 0000000..c25655a
Binary files /dev/null and b/static/icons/vendor/homarr/png/gonic.png differ
diff --git a/static/icons/vendor/homarr/png/goodreads.png b/static/icons/vendor/homarr/png/goodreads.png
new file mode 100644
index 0000000..f4ce97f
Binary files /dev/null and b/static/icons/vendor/homarr/png/goodreads.png differ
diff --git a/static/icons/vendor/homarr/png/google-admin.png b/static/icons/vendor/homarr/png/google-admin.png
new file mode 100644
index 0000000..ff0b76b
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-admin.png differ
diff --git a/static/icons/vendor/homarr/png/google-admob.png b/static/icons/vendor/homarr/png/google-admob.png
new file mode 100644
index 0000000..0a5bbc9
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-admob.png differ
diff --git a/static/icons/vendor/homarr/png/google-ai-studio.png b/static/icons/vendor/homarr/png/google-ai-studio.png
new file mode 100644
index 0000000..9be1ad4
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-ai-studio.png differ
diff --git a/static/icons/vendor/homarr/png/google-alerts.png b/static/icons/vendor/homarr/png/google-alerts.png
new file mode 100644
index 0000000..c6d8d01
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-alerts.png differ
diff --git a/static/icons/vendor/homarr/png/google-analytics.png b/static/icons/vendor/homarr/png/google-analytics.png
new file mode 100644
index 0000000..629c5ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-analytics.png differ
diff --git a/static/icons/vendor/homarr/png/google-assistant.png b/static/icons/vendor/homarr/png/google-assistant.png
new file mode 100644
index 0000000..2962774
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-assistant.png differ
diff --git a/static/icons/vendor/homarr/png/google-calendar.png b/static/icons/vendor/homarr/png/google-calendar.png
new file mode 100644
index 0000000..b8bdce8
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-calendar.png differ
diff --git a/static/icons/vendor/homarr/png/google-chat.png b/static/icons/vendor/homarr/png/google-chat.png
new file mode 100644
index 0000000..20688aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-chat.png differ
diff --git a/static/icons/vendor/homarr/png/google-chrome.png b/static/icons/vendor/homarr/png/google-chrome.png
new file mode 100644
index 0000000..5db4026
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-chrome.png differ
diff --git a/static/icons/vendor/homarr/png/google-classroom.png b/static/icons/vendor/homarr/png/google-classroom.png
new file mode 100644
index 0000000..15fd89a
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-classroom.png differ
diff --git a/static/icons/vendor/homarr/png/google-cloud-platform.png b/static/icons/vendor/homarr/png/google-cloud-platform.png
new file mode 100644
index 0000000..d31967f
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-cloud-platform.png differ
diff --git a/static/icons/vendor/homarr/png/google-cloud-print.png b/static/icons/vendor/homarr/png/google-cloud-print.png
new file mode 100644
index 0000000..f13cc0f
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-cloud-print.png differ
diff --git a/static/icons/vendor/homarr/png/google-colab.png b/static/icons/vendor/homarr/png/google-colab.png
new file mode 100644
index 0000000..3ac8347
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-colab.png differ
diff --git a/static/icons/vendor/homarr/png/google-compute-engine.png b/static/icons/vendor/homarr/png/google-compute-engine.png
new file mode 100644
index 0000000..f163720
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-compute-engine.png differ
diff --git a/static/icons/vendor/homarr/png/google-contacts.png b/static/icons/vendor/homarr/png/google-contacts.png
new file mode 100644
index 0000000..6d99dc8
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-contacts.png differ
diff --git a/static/icons/vendor/homarr/png/google-docs.png b/static/icons/vendor/homarr/png/google-docs.png
new file mode 100644
index 0000000..699a9c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-docs.png differ
diff --git a/static/icons/vendor/homarr/png/google-domains.png b/static/icons/vendor/homarr/png/google-domains.png
new file mode 100644
index 0000000..80f15de
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-domains.png differ
diff --git a/static/icons/vendor/homarr/png/google-drive.png b/static/icons/vendor/homarr/png/google-drive.png
new file mode 100644
index 0000000..1957c72
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-drive.png differ
diff --git a/static/icons/vendor/homarr/png/google-earth.png b/static/icons/vendor/homarr/png/google-earth.png
new file mode 100644
index 0000000..74ad4ab
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-earth.png differ
diff --git a/static/icons/vendor/homarr/png/google-fi.png b/static/icons/vendor/homarr/png/google-fi.png
new file mode 100644
index 0000000..db4bb3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-fi.png differ
diff --git a/static/icons/vendor/homarr/png/google-finance.png b/static/icons/vendor/homarr/png/google-finance.png
new file mode 100644
index 0000000..99f1fcc
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-finance.png differ
diff --git a/static/icons/vendor/homarr/png/google-fit.png b/static/icons/vendor/homarr/png/google-fit.png
new file mode 100644
index 0000000..5f8e217
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-fit.png differ
diff --git a/static/icons/vendor/homarr/png/google-fonts.png b/static/icons/vendor/homarr/png/google-fonts.png
new file mode 100644
index 0000000..1eccae8
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-fonts.png differ
diff --git a/static/icons/vendor/homarr/png/google-forms.png b/static/icons/vendor/homarr/png/google-forms.png
new file mode 100644
index 0000000..3c151fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-forms.png differ
diff --git a/static/icons/vendor/homarr/png/google-gemini.png b/static/icons/vendor/homarr/png/google-gemini.png
new file mode 100644
index 0000000..49a33a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-gemini.png differ
diff --git a/static/icons/vendor/homarr/png/google-home.png b/static/icons/vendor/homarr/png/google-home.png
new file mode 100644
index 0000000..0dbd2d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-home.png differ
diff --git a/static/icons/vendor/homarr/png/google-jules.png b/static/icons/vendor/homarr/png/google-jules.png
new file mode 100644
index 0000000..d3a63ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-jules.png differ
diff --git a/static/icons/vendor/homarr/png/google-keep.png b/static/icons/vendor/homarr/png/google-keep.png
new file mode 100644
index 0000000..95d1754
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-keep.png differ
diff --git a/static/icons/vendor/homarr/png/google-lens.png b/static/icons/vendor/homarr/png/google-lens.png
new file mode 100644
index 0000000..d4e780c
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-lens.png differ
diff --git a/static/icons/vendor/homarr/png/google-maps.png b/static/icons/vendor/homarr/png/google-maps.png
new file mode 100644
index 0000000..f4fc834
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-maps.png differ
diff --git a/static/icons/vendor/homarr/png/google-meet.png b/static/icons/vendor/homarr/png/google-meet.png
new file mode 100644
index 0000000..053ec93
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-meet.png differ
diff --git a/static/icons/vendor/homarr/png/google-messages.png b/static/icons/vendor/homarr/png/google-messages.png
new file mode 100644
index 0000000..bc911a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-messages.png differ
diff --git a/static/icons/vendor/homarr/png/google-news.png b/static/icons/vendor/homarr/png/google-news.png
new file mode 100644
index 0000000..47095b5
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-news.png differ
diff --git a/static/icons/vendor/homarr/png/google-one.png b/static/icons/vendor/homarr/png/google-one.png
new file mode 100644
index 0000000..78ded6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-one.png differ
diff --git a/static/icons/vendor/homarr/png/google-pay.png b/static/icons/vendor/homarr/png/google-pay.png
new file mode 100644
index 0000000..92f1f43
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-pay.png differ
diff --git a/static/icons/vendor/homarr/png/google-photos.png b/static/icons/vendor/homarr/png/google-photos.png
new file mode 100644
index 0000000..8b8c642
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-photos.png differ
diff --git a/static/icons/vendor/homarr/png/google-play-books.png b/static/icons/vendor/homarr/png/google-play-books.png
new file mode 100644
index 0000000..43d0fef
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-play-books.png differ
diff --git a/static/icons/vendor/homarr/png/google-play-games.png b/static/icons/vendor/homarr/png/google-play-games.png
new file mode 100644
index 0000000..cd5509b
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-play-games.png differ
diff --git a/static/icons/vendor/homarr/png/google-play.png b/static/icons/vendor/homarr/png/google-play.png
new file mode 100644
index 0000000..fbf3033
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-play.png differ
diff --git a/static/icons/vendor/homarr/png/google-podcasts.png b/static/icons/vendor/homarr/png/google-podcasts.png
new file mode 100644
index 0000000..d700460
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-podcasts.png differ
diff --git a/static/icons/vendor/homarr/png/google-scholar.png b/static/icons/vendor/homarr/png/google-scholar.png
new file mode 100644
index 0000000..5ce7018
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-scholar.png differ
diff --git a/static/icons/vendor/homarr/png/google-search-console.png b/static/icons/vendor/homarr/png/google-search-console.png
new file mode 100644
index 0000000..b3c43c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-search-console.png differ
diff --git a/static/icons/vendor/homarr/png/google-sheets.png b/static/icons/vendor/homarr/png/google-sheets.png
new file mode 100644
index 0000000..7e58177
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-sheets.png differ
diff --git a/static/icons/vendor/homarr/png/google-shopping.png b/static/icons/vendor/homarr/png/google-shopping.png
new file mode 100644
index 0000000..9d9e343
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-shopping.png differ
diff --git a/static/icons/vendor/homarr/png/google-sites.png b/static/icons/vendor/homarr/png/google-sites.png
new file mode 100644
index 0000000..154d2ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-sites.png differ
diff --git a/static/icons/vendor/homarr/png/google-slides.png b/static/icons/vendor/homarr/png/google-slides.png
new file mode 100644
index 0000000..21c45d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-slides.png differ
diff --git a/static/icons/vendor/homarr/png/google-street-view.png b/static/icons/vendor/homarr/png/google-street-view.png
new file mode 100644
index 0000000..dc2ecce
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-street-view.png differ
diff --git a/static/icons/vendor/homarr/png/google-tag-manager.png b/static/icons/vendor/homarr/png/google-tag-manager.png
new file mode 100644
index 0000000..cc5f060
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-tag-manager.png differ
diff --git a/static/icons/vendor/homarr/png/google-tasks.png b/static/icons/vendor/homarr/png/google-tasks.png
new file mode 100644
index 0000000..dd0049d
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-tasks.png differ
diff --git a/static/icons/vendor/homarr/png/google-translate.png b/static/icons/vendor/homarr/png/google-translate.png
new file mode 100644
index 0000000..c380b84
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-translate.png differ
diff --git a/static/icons/vendor/homarr/png/google-tv.png b/static/icons/vendor/homarr/png/google-tv.png
new file mode 100644
index 0000000..0e0ae19
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-tv.png differ
diff --git a/static/icons/vendor/homarr/png/google-voice.png b/static/icons/vendor/homarr/png/google-voice.png
new file mode 100644
index 0000000..1f53f7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-voice.png differ
diff --git a/static/icons/vendor/homarr/png/google-wallet.png b/static/icons/vendor/homarr/png/google-wallet.png
new file mode 100644
index 0000000..9855228
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-wallet.png differ
diff --git a/static/icons/vendor/homarr/png/google-wifi.png b/static/icons/vendor/homarr/png/google-wifi.png
new file mode 100644
index 0000000..5def10d
Binary files /dev/null and b/static/icons/vendor/homarr/png/google-wifi.png differ
diff --git a/static/icons/vendor/homarr/png/google.png b/static/icons/vendor/homarr/png/google.png
new file mode 100644
index 0000000..bb914f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/google.png differ
diff --git a/static/icons/vendor/homarr/png/gopeed.png b/static/icons/vendor/homarr/png/gopeed.png
new file mode 100644
index 0000000..a87d2ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/gopeed.png differ
diff --git a/static/icons/vendor/homarr/png/gose.png b/static/icons/vendor/homarr/png/gose.png
new file mode 100644
index 0000000..6039bed
Binary files /dev/null and b/static/icons/vendor/homarr/png/gose.png differ
diff --git a/static/icons/vendor/homarr/png/gotenberg.png b/static/icons/vendor/homarr/png/gotenberg.png
new file mode 100644
index 0000000..2de183b
Binary files /dev/null and b/static/icons/vendor/homarr/png/gotenberg.png differ
diff --git a/static/icons/vendor/homarr/png/gotify.png b/static/icons/vendor/homarr/png/gotify.png
new file mode 100644
index 0000000..1ea510d
Binary files /dev/null and b/static/icons/vendor/homarr/png/gotify.png differ
diff --git a/static/icons/vendor/homarr/png/gotosocial.png b/static/icons/vendor/homarr/png/gotosocial.png
new file mode 100644
index 0000000..9f89959
Binary files /dev/null and b/static/icons/vendor/homarr/png/gotosocial.png differ
diff --git a/static/icons/vendor/homarr/png/gpt4free.png b/static/icons/vendor/homarr/png/gpt4free.png
new file mode 100644
index 0000000..300fd03
Binary files /dev/null and b/static/icons/vendor/homarr/png/gpt4free.png differ
diff --git a/static/icons/vendor/homarr/png/grafana.png b/static/icons/vendor/homarr/png/grafana.png
new file mode 100644
index 0000000..6f7d9a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/grafana.png differ
diff --git a/static/icons/vendor/homarr/png/gramps-web.png b/static/icons/vendor/homarr/png/gramps-web.png
new file mode 100644
index 0000000..def7dc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/gramps-web.png differ
diff --git a/static/icons/vendor/homarr/png/gramps.png b/static/icons/vendor/homarr/png/gramps.png
new file mode 100644
index 0000000..1175034
Binary files /dev/null and b/static/icons/vendor/homarr/png/gramps.png differ
diff --git a/static/icons/vendor/homarr/png/grandstream.png b/static/icons/vendor/homarr/png/grandstream.png
new file mode 100644
index 0000000..829445a
Binary files /dev/null and b/static/icons/vendor/homarr/png/grandstream.png differ
diff --git a/static/icons/vendor/homarr/png/grav-light.png b/static/icons/vendor/homarr/png/grav-light.png
new file mode 100644
index 0000000..e28c5a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/grav-light.png differ
diff --git a/static/icons/vendor/homarr/png/grav.png b/static/icons/vendor/homarr/png/grav.png
new file mode 100644
index 0000000..277531a
Binary files /dev/null and b/static/icons/vendor/homarr/png/grav.png differ
diff --git a/static/icons/vendor/homarr/png/gravity.png b/static/icons/vendor/homarr/png/gravity.png
new file mode 100644
index 0000000..add0b6c
Binary files /dev/null and b/static/icons/vendor/homarr/png/gravity.png differ
diff --git a/static/icons/vendor/homarr/png/graylog.png b/static/icons/vendor/homarr/png/graylog.png
new file mode 100644
index 0000000..ad1a76d
Binary files /dev/null and b/static/icons/vendor/homarr/png/graylog.png differ
diff --git a/static/icons/vendor/homarr/png/greenbone-light.png b/static/icons/vendor/homarr/png/greenbone-light.png
new file mode 100644
index 0000000..da8f909
Binary files /dev/null and b/static/icons/vendor/homarr/png/greenbone-light.png differ
diff --git a/static/icons/vendor/homarr/png/greenbone.png b/static/icons/vendor/homarr/png/greenbone.png
new file mode 100644
index 0000000..f1dd9d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/greenbone.png differ
diff --git a/static/icons/vendor/homarr/png/greenlight.png b/static/icons/vendor/homarr/png/greenlight.png
new file mode 100644
index 0000000..2afd581
Binary files /dev/null and b/static/icons/vendor/homarr/png/greenlight.png differ
diff --git a/static/icons/vendor/homarr/png/grimoire.png b/static/icons/vendor/homarr/png/grimoire.png
new file mode 100644
index 0000000..db1b0b5
Binary files /dev/null and b/static/icons/vendor/homarr/png/grimoire.png differ
diff --git a/static/icons/vendor/homarr/png/grist.png b/static/icons/vendor/homarr/png/grist.png
new file mode 100644
index 0000000..b3bc0e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/grist.png differ
diff --git a/static/icons/vendor/homarr/png/grocy.png b/static/icons/vendor/homarr/png/grocy.png
new file mode 100644
index 0000000..7fcc6ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/grocy.png differ
diff --git a/static/icons/vendor/homarr/png/grok-dark.png b/static/icons/vendor/homarr/png/grok-dark.png
new file mode 100644
index 0000000..680977e
Binary files /dev/null and b/static/icons/vendor/homarr/png/grok-dark.png differ
diff --git a/static/icons/vendor/homarr/png/grok.png b/static/icons/vendor/homarr/png/grok.png
new file mode 100644
index 0000000..a09c68c
Binary files /dev/null and b/static/icons/vendor/homarr/png/grok.png differ
diff --git a/static/icons/vendor/homarr/png/grype.png b/static/icons/vendor/homarr/png/grype.png
new file mode 100644
index 0000000..fc74e3d
Binary files /dev/null and b/static/icons/vendor/homarr/png/grype.png differ
diff --git a/static/icons/vendor/homarr/png/guacamole-light.png b/static/icons/vendor/homarr/png/guacamole-light.png
new file mode 100644
index 0000000..9f307ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/guacamole-light.png differ
diff --git a/static/icons/vendor/homarr/png/guacamole.png b/static/icons/vendor/homarr/png/guacamole.png
new file mode 100644
index 0000000..a8ce728
Binary files /dev/null and b/static/icons/vendor/homarr/png/guacamole.png differ
diff --git a/static/icons/vendor/homarr/png/habit-trove.png b/static/icons/vendor/homarr/png/habit-trove.png
new file mode 100644
index 0000000..e04daa7
Binary files /dev/null and b/static/icons/vendor/homarr/png/habit-trove.png differ
diff --git a/static/icons/vendor/homarr/png/habitica-dark.png b/static/icons/vendor/homarr/png/habitica-dark.png
new file mode 100644
index 0000000..faef8f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/habitica-dark.png differ
diff --git a/static/icons/vendor/homarr/png/habitica.png b/static/icons/vendor/homarr/png/habitica.png
new file mode 100644
index 0000000..b7be57c
Binary files /dev/null and b/static/icons/vendor/homarr/png/habitica.png differ
diff --git a/static/icons/vendor/homarr/png/hacker-news.png b/static/icons/vendor/homarr/png/hacker-news.png
new file mode 100644
index 0000000..8af6ce4
Binary files /dev/null and b/static/icons/vendor/homarr/png/hacker-news.png differ
diff --git a/static/icons/vendor/homarr/png/hammond-light.png b/static/icons/vendor/homarr/png/hammond-light.png
new file mode 100644
index 0000000..fcb83cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/hammond-light.png differ
diff --git a/static/icons/vendor/homarr/png/hammond.png b/static/icons/vendor/homarr/png/hammond.png
new file mode 100644
index 0000000..3850443
Binary files /dev/null and b/static/icons/vendor/homarr/png/hammond.png differ
diff --git a/static/icons/vendor/homarr/png/handbrake.png b/static/icons/vendor/homarr/png/handbrake.png
new file mode 100644
index 0000000..a8aa62a
Binary files /dev/null and b/static/icons/vendor/homarr/png/handbrake.png differ
diff --git a/static/icons/vendor/homarr/png/haproxy.png b/static/icons/vendor/homarr/png/haproxy.png
new file mode 100644
index 0000000..38fb705
Binary files /dev/null and b/static/icons/vendor/homarr/png/haproxy.png differ
diff --git a/static/icons/vendor/homarr/png/haptic-light.png b/static/icons/vendor/homarr/png/haptic-light.png
new file mode 100644
index 0000000..e57d89b
Binary files /dev/null and b/static/icons/vendor/homarr/png/haptic-light.png differ
diff --git a/static/icons/vendor/homarr/png/haptic.png b/static/icons/vendor/homarr/png/haptic.png
new file mode 100644
index 0000000..d038ba5
Binary files /dev/null and b/static/icons/vendor/homarr/png/haptic.png differ
diff --git a/static/icons/vendor/homarr/png/harbor.png b/static/icons/vendor/homarr/png/harbor.png
new file mode 100644
index 0000000..8051057
Binary files /dev/null and b/static/icons/vendor/homarr/png/harbor.png differ
diff --git a/static/icons/vendor/homarr/png/hard-forum.png b/static/icons/vendor/homarr/png/hard-forum.png
new file mode 100644
index 0000000..0f4cef9
Binary files /dev/null and b/static/icons/vendor/homarr/png/hard-forum.png differ
diff --git a/static/icons/vendor/homarr/png/harvester.png b/static/icons/vendor/homarr/png/harvester.png
new file mode 100644
index 0000000..94b8ed4
Binary files /dev/null and b/static/icons/vendor/homarr/png/harvester.png differ
diff --git a/static/icons/vendor/homarr/png/hasheous.png b/static/icons/vendor/homarr/png/hasheous.png
new file mode 100644
index 0000000..c4d3e88
Binary files /dev/null and b/static/icons/vendor/homarr/png/hasheous.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-boundary.png b/static/icons/vendor/homarr/png/hashicorp-boundary.png
new file mode 100644
index 0000000..beb59d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-boundary.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-consul.png b/static/icons/vendor/homarr/png/hashicorp-consul.png
new file mode 100644
index 0000000..249ab61
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-consul.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-nomad.png b/static/icons/vendor/homarr/png/hashicorp-nomad.png
new file mode 100644
index 0000000..d7f863e
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-nomad.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-packer.png b/static/icons/vendor/homarr/png/hashicorp-packer.png
new file mode 100644
index 0000000..ff85568
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-packer.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-terraform.png b/static/icons/vendor/homarr/png/hashicorp-terraform.png
new file mode 100644
index 0000000..df25de5
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-terraform.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-vagrant.png b/static/icons/vendor/homarr/png/hashicorp-vagrant.png
new file mode 100644
index 0000000..2628448
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-vagrant.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-vault.png b/static/icons/vendor/homarr/png/hashicorp-vault.png
new file mode 100644
index 0000000..bb540fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-vault.png differ
diff --git a/static/icons/vendor/homarr/png/hashicorp-waypoint.png b/static/icons/vendor/homarr/png/hashicorp-waypoint.png
new file mode 100644
index 0000000..51fda68
Binary files /dev/null and b/static/icons/vendor/homarr/png/hashicorp-waypoint.png differ
diff --git a/static/icons/vendor/homarr/png/hastypaste.png b/static/icons/vendor/homarr/png/hastypaste.png
new file mode 100644
index 0000000..e05b169
Binary files /dev/null and b/static/icons/vendor/homarr/png/hastypaste.png differ
diff --git a/static/icons/vendor/homarr/png/hasura.png b/static/icons/vendor/homarr/png/hasura.png
new file mode 100644
index 0000000..1757648
Binary files /dev/null and b/static/icons/vendor/homarr/png/hasura.png differ
diff --git a/static/icons/vendor/homarr/png/hathway.png b/static/icons/vendor/homarr/png/hathway.png
new file mode 100644
index 0000000..b73789f
Binary files /dev/null and b/static/icons/vendor/homarr/png/hathway.png differ
diff --git a/static/icons/vendor/homarr/png/hatsh-light.png b/static/icons/vendor/homarr/png/hatsh-light.png
new file mode 100644
index 0000000..c22fae5
Binary files /dev/null and b/static/icons/vendor/homarr/png/hatsh-light.png differ
diff --git a/static/icons/vendor/homarr/png/hatsh.png b/static/icons/vendor/homarr/png/hatsh.png
new file mode 100644
index 0000000..e306de8
Binary files /dev/null and b/static/icons/vendor/homarr/png/hatsh.png differ
diff --git a/static/icons/vendor/homarr/png/hbo-light.png b/static/icons/vendor/homarr/png/hbo-light.png
new file mode 100644
index 0000000..49182d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/hbo-light.png differ
diff --git a/static/icons/vendor/homarr/png/hbo.png b/static/icons/vendor/homarr/png/hbo.png
new file mode 100644
index 0000000..db80819
Binary files /dev/null and b/static/icons/vendor/homarr/png/hbo.png differ
diff --git a/static/icons/vendor/homarr/png/hdhomerun-light.png b/static/icons/vendor/homarr/png/hdhomerun-light.png
new file mode 100644
index 0000000..614f721
Binary files /dev/null and b/static/icons/vendor/homarr/png/hdhomerun-light.png differ
diff --git a/static/icons/vendor/homarr/png/hdhomerun.png b/static/icons/vendor/homarr/png/hdhomerun.png
new file mode 100644
index 0000000..1caf88c
Binary files /dev/null and b/static/icons/vendor/homarr/png/hdhomerun.png differ
diff --git a/static/icons/vendor/homarr/png/headlamp-dark.png b/static/icons/vendor/homarr/png/headlamp-dark.png
new file mode 100644
index 0000000..5a6c20d
Binary files /dev/null and b/static/icons/vendor/homarr/png/headlamp-dark.png differ
diff --git a/static/icons/vendor/homarr/png/headlamp.png b/static/icons/vendor/homarr/png/headlamp.png
new file mode 100644
index 0000000..a1bef7d
Binary files /dev/null and b/static/icons/vendor/homarr/png/headlamp.png differ
diff --git a/static/icons/vendor/homarr/png/headphones.png b/static/icons/vendor/homarr/png/headphones.png
new file mode 100644
index 0000000..55e01b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/headphones.png differ
diff --git a/static/icons/vendor/homarr/png/headscale.png b/static/icons/vendor/homarr/png/headscale.png
new file mode 100644
index 0000000..4573666
Binary files /dev/null and b/static/icons/vendor/homarr/png/headscale.png differ
diff --git a/static/icons/vendor/homarr/png/healthchecks.png b/static/icons/vendor/homarr/png/healthchecks.png
new file mode 100644
index 0000000..6a1f243
Binary files /dev/null and b/static/icons/vendor/homarr/png/healthchecks.png differ
diff --git a/static/icons/vendor/homarr/png/hedgedoc.png b/static/icons/vendor/homarr/png/hedgedoc.png
new file mode 100644
index 0000000..7629bd1
Binary files /dev/null and b/static/icons/vendor/homarr/png/hedgedoc.png differ
diff --git a/static/icons/vendor/homarr/png/heimdall-light.png b/static/icons/vendor/homarr/png/heimdall-light.png
new file mode 100644
index 0000000..20549ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/heimdall-light.png differ
diff --git a/static/icons/vendor/homarr/png/heimdall.png b/static/icons/vendor/homarr/png/heimdall.png
new file mode 100644
index 0000000..99dbc0f
Binary files /dev/null and b/static/icons/vendor/homarr/png/heimdall.png differ
diff --git a/static/icons/vendor/homarr/png/helium-token.png b/static/icons/vendor/homarr/png/helium-token.png
new file mode 100644
index 0000000..4b77745
Binary files /dev/null and b/static/icons/vendor/homarr/png/helium-token.png differ
diff --git a/static/icons/vendor/homarr/png/helix-dark.png b/static/icons/vendor/homarr/png/helix-dark.png
new file mode 100644
index 0000000..ee86683
Binary files /dev/null and b/static/icons/vendor/homarr/png/helix-dark.png differ
diff --git a/static/icons/vendor/homarr/png/helix-light.png b/static/icons/vendor/homarr/png/helix-light.png
new file mode 100644
index 0000000..eb4d99e
Binary files /dev/null and b/static/icons/vendor/homarr/png/helix-light.png differ
diff --git a/static/icons/vendor/homarr/png/helix.png b/static/icons/vendor/homarr/png/helix.png
new file mode 100644
index 0000000..8a0b233
Binary files /dev/null and b/static/icons/vendor/homarr/png/helix.png differ
diff --git a/static/icons/vendor/homarr/png/helm.png b/static/icons/vendor/homarr/png/helm.png
new file mode 100644
index 0000000..dde3bb6
Binary files /dev/null and b/static/icons/vendor/homarr/png/helm.png differ
diff --git a/static/icons/vendor/homarr/png/helper-scripts.png b/static/icons/vendor/homarr/png/helper-scripts.png
new file mode 100644
index 0000000..66c7cc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/helper-scripts.png differ
diff --git a/static/icons/vendor/homarr/png/hemmelig-light.png b/static/icons/vendor/homarr/png/hemmelig-light.png
new file mode 100644
index 0000000..f725c66
Binary files /dev/null and b/static/icons/vendor/homarr/png/hemmelig-light.png differ
diff --git a/static/icons/vendor/homarr/png/hemmelig.png b/static/icons/vendor/homarr/png/hemmelig.png
new file mode 100644
index 0000000..13252c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/hemmelig.png differ
diff --git a/static/icons/vendor/homarr/png/hestia.png b/static/icons/vendor/homarr/png/hestia.png
new file mode 100644
index 0000000..6adaa1f
Binary files /dev/null and b/static/icons/vendor/homarr/png/hestia.png differ
diff --git a/static/icons/vendor/homarr/png/hetzner-h.png b/static/icons/vendor/homarr/png/hetzner-h.png
new file mode 100644
index 0000000..293ffca
Binary files /dev/null and b/static/icons/vendor/homarr/png/hetzner-h.png differ
diff --git a/static/icons/vendor/homarr/png/hetzner.png b/static/icons/vendor/homarr/png/hetzner.png
new file mode 100644
index 0000000..59536b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/hetzner.png differ
diff --git a/static/icons/vendor/homarr/png/hexo.png b/static/icons/vendor/homarr/png/hexo.png
new file mode 100644
index 0000000..7551be3
Binary files /dev/null and b/static/icons/vendor/homarr/png/hexo.png differ
diff --git a/static/icons/vendor/homarr/png/hexos.png b/static/icons/vendor/homarr/png/hexos.png
new file mode 100644
index 0000000..ac5b75b
Binary files /dev/null and b/static/icons/vendor/homarr/png/hexos.png differ
diff --git a/static/icons/vendor/homarr/png/heyform.png b/static/icons/vendor/homarr/png/heyform.png
new file mode 100644
index 0000000..8dce57b
Binary files /dev/null and b/static/icons/vendor/homarr/png/heyform.png differ
diff --git a/static/icons/vendor/homarr/png/hi-anime.png b/static/icons/vendor/homarr/png/hi-anime.png
new file mode 100644
index 0000000..d42b974
Binary files /dev/null and b/static/icons/vendor/homarr/png/hi-anime.png differ
diff --git a/static/icons/vendor/homarr/png/hifiberry.png b/static/icons/vendor/homarr/png/hifiberry.png
new file mode 100644
index 0000000..754fca1
Binary files /dev/null and b/static/icons/vendor/homarr/png/hifiberry.png differ
diff --git a/static/icons/vendor/homarr/png/hikvision.png b/static/icons/vendor/homarr/png/hikvision.png
new file mode 100644
index 0000000..6587e33
Binary files /dev/null and b/static/icons/vendor/homarr/png/hikvision.png differ
diff --git a/static/icons/vendor/homarr/png/hilook.png b/static/icons/vendor/homarr/png/hilook.png
new file mode 100644
index 0000000..b915070
Binary files /dev/null and b/static/icons/vendor/homarr/png/hilook.png differ
diff --git a/static/icons/vendor/homarr/png/hivedav.png b/static/icons/vendor/homarr/png/hivedav.png
new file mode 100644
index 0000000..d1619b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/hivedav.png differ
diff --git a/static/icons/vendor/homarr/png/hl-arista.png b/static/icons/vendor/homarr/png/hl-arista.png
new file mode 100644
index 0000000..5d76a35
Binary files /dev/null and b/static/icons/vendor/homarr/png/hl-arista.png differ
diff --git a/static/icons/vendor/homarr/png/hl-audiomuse-ai.png b/static/icons/vendor/homarr/png/hl-audiomuse-ai.png
new file mode 100644
index 0000000..87e9a34
Binary files /dev/null and b/static/icons/vendor/homarr/png/hl-audiomuse-ai.png differ
diff --git a/static/icons/vendor/homarr/png/hoarder-light.png b/static/icons/vendor/homarr/png/hoarder-light.png
new file mode 100644
index 0000000..371e367
Binary files /dev/null and b/static/icons/vendor/homarr/png/hoarder-light.png differ
diff --git a/static/icons/vendor/homarr/png/hoarder.png b/static/icons/vendor/homarr/png/hoarder.png
new file mode 100644
index 0000000..7435ad9
Binary files /dev/null and b/static/icons/vendor/homarr/png/hoarder.png differ
diff --git a/static/icons/vendor/homarr/png/hollo-light.png b/static/icons/vendor/homarr/png/hollo-light.png
new file mode 100644
index 0000000..2dbe2eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/hollo-light.png differ
diff --git a/static/icons/vendor/homarr/png/hollo.png b/static/icons/vendor/homarr/png/hollo.png
new file mode 100644
index 0000000..e8fe74e
Binary files /dev/null and b/static/icons/vendor/homarr/png/hollo.png differ
diff --git a/static/icons/vendor/homarr/png/homarr.png b/static/icons/vendor/homarr/png/homarr.png
new file mode 100644
index 0000000..c3275d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/homarr.png differ
diff --git a/static/icons/vendor/homarr/png/home-assistant-alt.png b/static/icons/vendor/homarr/png/home-assistant-alt.png
new file mode 100644
index 0000000..3916fae
Binary files /dev/null and b/static/icons/vendor/homarr/png/home-assistant-alt.png differ
diff --git a/static/icons/vendor/homarr/png/home-assistant-time-machine.png b/static/icons/vendor/homarr/png/home-assistant-time-machine.png
new file mode 100644
index 0000000..28b51e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/home-assistant-time-machine.png differ
diff --git a/static/icons/vendor/homarr/png/home-assistant.png b/static/icons/vendor/homarr/png/home-assistant.png
new file mode 100644
index 0000000..5b9ec83
Binary files /dev/null and b/static/icons/vendor/homarr/png/home-assistant.png differ
diff --git a/static/icons/vendor/homarr/png/homebox.png b/static/icons/vendor/homarr/png/homebox.png
new file mode 100644
index 0000000..c4728f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/homebox.png differ
diff --git a/static/icons/vendor/homarr/png/homebridge.png b/static/icons/vendor/homarr/png/homebridge.png
new file mode 100644
index 0000000..6c03279
Binary files /dev/null and b/static/icons/vendor/homarr/png/homebridge.png differ
diff --git a/static/icons/vendor/homarr/png/homehub.png b/static/icons/vendor/homarr/png/homehub.png
new file mode 100644
index 0000000..4542d29
Binary files /dev/null and b/static/icons/vendor/homarr/png/homehub.png differ
diff --git a/static/icons/vendor/homarr/png/homelabids.png b/static/icons/vendor/homarr/png/homelabids.png
new file mode 100644
index 0000000..7b158ad
Binary files /dev/null and b/static/icons/vendor/homarr/png/homelabids.png differ
diff --git a/static/icons/vendor/homarr/png/homematic-ip.png b/static/icons/vendor/homarr/png/homematic-ip.png
new file mode 100644
index 0000000..910d747
Binary files /dev/null and b/static/icons/vendor/homarr/png/homematic-ip.png differ
diff --git a/static/icons/vendor/homarr/png/homepage.png b/static/icons/vendor/homarr/png/homepage.png
new file mode 100644
index 0000000..0228d55
Binary files /dev/null and b/static/icons/vendor/homarr/png/homepage.png differ
diff --git a/static/icons/vendor/homarr/png/homer.png b/static/icons/vendor/homarr/png/homer.png
new file mode 100644
index 0000000..0ccea4f
Binary files /dev/null and b/static/icons/vendor/homarr/png/homer.png differ
diff --git a/static/icons/vendor/homarr/png/homeseer.png b/static/icons/vendor/homarr/png/homeseer.png
new file mode 100644
index 0000000..12b6af8
Binary files /dev/null and b/static/icons/vendor/homarr/png/homeseer.png differ
diff --git a/static/icons/vendor/homarr/png/homey.png b/static/icons/vendor/homarr/png/homey.png
new file mode 100644
index 0000000..5237659
Binary files /dev/null and b/static/icons/vendor/homarr/png/homey.png differ
diff --git a/static/icons/vendor/homarr/png/honda-jet.png b/static/icons/vendor/homarr/png/honda-jet.png
new file mode 100644
index 0000000..1f009b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/honda-jet.png differ
diff --git a/static/icons/vendor/homarr/png/honeygain.png b/static/icons/vendor/homarr/png/honeygain.png
new file mode 100644
index 0000000..f97135a
Binary files /dev/null and b/static/icons/vendor/homarr/png/honeygain.png differ
diff --git a/static/icons/vendor/homarr/png/hoobs.png b/static/icons/vendor/homarr/png/hoobs.png
new file mode 100644
index 0000000..98a9636
Binary files /dev/null and b/static/icons/vendor/homarr/png/hoobs.png differ
diff --git a/static/icons/vendor/homarr/png/hoppscotch.png b/static/icons/vendor/homarr/png/hoppscotch.png
new file mode 100644
index 0000000..635dfa6
Binary files /dev/null and b/static/icons/vendor/homarr/png/hoppscotch.png differ
diff --git a/static/icons/vendor/homarr/png/hortusfox.png b/static/icons/vendor/homarr/png/hortusfox.png
new file mode 100644
index 0000000..b94053b
Binary files /dev/null and b/static/icons/vendor/homarr/png/hortusfox.png differ
diff --git a/static/icons/vendor/homarr/png/hostinger.png b/static/icons/vendor/homarr/png/hostinger.png
new file mode 100644
index 0000000..19ddae1
Binary files /dev/null and b/static/icons/vendor/homarr/png/hostinger.png differ
diff --git a/static/icons/vendor/homarr/png/hotio.png b/static/icons/vendor/homarr/png/hotio.png
new file mode 100644
index 0000000..eb82e5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/hotio.png differ
diff --git a/static/icons/vendor/homarr/png/hp.png b/static/icons/vendor/homarr/png/hp.png
new file mode 100644
index 0000000..04cd2dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/hp.png differ
diff --git a/static/icons/vendor/homarr/png/html-light.png b/static/icons/vendor/homarr/png/html-light.png
new file mode 100644
index 0000000..a156cf9
Binary files /dev/null and b/static/icons/vendor/homarr/png/html-light.png differ
diff --git a/static/icons/vendor/homarr/png/html.png b/static/icons/vendor/homarr/png/html.png
new file mode 100644
index 0000000..d88ba2c
Binary files /dev/null and b/static/icons/vendor/homarr/png/html.png differ
diff --git a/static/icons/vendor/homarr/png/huawei.png b/static/icons/vendor/homarr/png/huawei.png
new file mode 100644
index 0000000..9797319
Binary files /dev/null and b/static/icons/vendor/homarr/png/huawei.png differ
diff --git a/static/icons/vendor/homarr/png/hubitat.png b/static/icons/vendor/homarr/png/hubitat.png
new file mode 100644
index 0000000..2ed0a6b
Binary files /dev/null and b/static/icons/vendor/homarr/png/hubitat.png differ
diff --git a/static/icons/vendor/homarr/png/hubzilla.png b/static/icons/vendor/homarr/png/hubzilla.png
new file mode 100644
index 0000000..eec1698
Binary files /dev/null and b/static/icons/vendor/homarr/png/hubzilla.png differ
diff --git a/static/icons/vendor/homarr/png/hugging-face.png b/static/icons/vendor/homarr/png/hugging-face.png
new file mode 100644
index 0000000..99d3e55
Binary files /dev/null and b/static/icons/vendor/homarr/png/hugging-face.png differ
diff --git a/static/icons/vendor/homarr/png/huginn.png b/static/icons/vendor/homarr/png/huginn.png
new file mode 100644
index 0000000..b8992ab
Binary files /dev/null and b/static/icons/vendor/homarr/png/huginn.png differ
diff --git a/static/icons/vendor/homarr/png/hugo.png b/static/icons/vendor/homarr/png/hugo.png
new file mode 100644
index 0000000..c4ff4c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/hugo.png differ
diff --git a/static/icons/vendor/homarr/png/hulu.png b/static/icons/vendor/homarr/png/hulu.png
new file mode 100644
index 0000000..d019ad6
Binary files /dev/null and b/static/icons/vendor/homarr/png/hulu.png differ
diff --git a/static/icons/vendor/homarr/png/humhub.png b/static/icons/vendor/homarr/png/humhub.png
new file mode 100644
index 0000000..8fd6732
Binary files /dev/null and b/static/icons/vendor/homarr/png/humhub.png differ
diff --git a/static/icons/vendor/homarr/png/huntarr.png b/static/icons/vendor/homarr/png/huntarr.png
new file mode 100644
index 0000000..76bfbef
Binary files /dev/null and b/static/icons/vendor/homarr/png/huntarr.png differ
diff --git a/static/icons/vendor/homarr/png/hydra.png b/static/icons/vendor/homarr/png/hydra.png
new file mode 100644
index 0000000..0864bfc
Binary files /dev/null and b/static/icons/vendor/homarr/png/hydra.png differ
diff --git a/static/icons/vendor/homarr/png/hyperion.png b/static/icons/vendor/homarr/png/hyperion.png
new file mode 100644
index 0000000..da47141
Binary files /dev/null and b/static/icons/vendor/homarr/png/hyperion.png differ
diff --git a/static/icons/vendor/homarr/png/hypermind.png b/static/icons/vendor/homarr/png/hypermind.png
new file mode 100644
index 0000000..381041e
Binary files /dev/null and b/static/icons/vendor/homarr/png/hypermind.png differ
diff --git a/static/icons/vendor/homarr/png/hyperpipe-light.png b/static/icons/vendor/homarr/png/hyperpipe-light.png
new file mode 100644
index 0000000..2fb04a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/hyperpipe-light.png differ
diff --git a/static/icons/vendor/homarr/png/hyperpipe.png b/static/icons/vendor/homarr/png/hyperpipe.png
new file mode 100644
index 0000000..d73d5f2
Binary files /dev/null and b/static/icons/vendor/homarr/png/hyperpipe.png differ
diff --git a/static/icons/vendor/homarr/png/hyprland.png b/static/icons/vendor/homarr/png/hyprland.png
new file mode 100644
index 0000000..d38d090
Binary files /dev/null and b/static/icons/vendor/homarr/png/hyprland.png differ
diff --git a/static/icons/vendor/homarr/png/i-librarian.png b/static/icons/vendor/homarr/png/i-librarian.png
new file mode 100644
index 0000000..e1242cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/i-librarian.png differ
diff --git a/static/icons/vendor/homarr/png/i2p-light.png b/static/icons/vendor/homarr/png/i2p-light.png
new file mode 100644
index 0000000..e2b8899
Binary files /dev/null and b/static/icons/vendor/homarr/png/i2p-light.png differ
diff --git a/static/icons/vendor/homarr/png/i2p.png b/static/icons/vendor/homarr/png/i2p.png
new file mode 100644
index 0000000..fc75a34
Binary files /dev/null and b/static/icons/vendor/homarr/png/i2p.png differ
diff --git a/static/icons/vendor/homarr/png/i2pd.png b/static/icons/vendor/homarr/png/i2pd.png
new file mode 100644
index 0000000..a42ec57
Binary files /dev/null and b/static/icons/vendor/homarr/png/i2pd.png differ
diff --git a/static/icons/vendor/homarr/png/ibm-dark.png b/static/icons/vendor/homarr/png/ibm-dark.png
new file mode 100644
index 0000000..80612ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/ibm-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ibm-light.png b/static/icons/vendor/homarr/png/ibm-light.png
new file mode 100644
index 0000000..1dbef55
Binary files /dev/null and b/static/icons/vendor/homarr/png/ibm-light.png differ
diff --git a/static/icons/vendor/homarr/png/ibm.png b/static/icons/vendor/homarr/png/ibm.png
new file mode 100644
index 0000000..80612ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/ibm.png differ
diff --git a/static/icons/vendor/homarr/png/ical.png b/static/icons/vendor/homarr/png/ical.png
new file mode 100644
index 0000000..b634fac
Binary files /dev/null and b/static/icons/vendor/homarr/png/ical.png differ
diff --git a/static/icons/vendor/homarr/png/icecast.png b/static/icons/vendor/homarr/png/icecast.png
new file mode 100644
index 0000000..2a71c71
Binary files /dev/null and b/static/icons/vendor/homarr/png/icecast.png differ
diff --git a/static/icons/vendor/homarr/png/icinga-full-light.png b/static/icons/vendor/homarr/png/icinga-full-light.png
new file mode 100644
index 0000000..0f2df60
Binary files /dev/null and b/static/icons/vendor/homarr/png/icinga-full-light.png differ
diff --git a/static/icons/vendor/homarr/png/icinga-full.png b/static/icons/vendor/homarr/png/icinga-full.png
new file mode 100644
index 0000000..14d8f49
Binary files /dev/null and b/static/icons/vendor/homarr/png/icinga-full.png differ
diff --git a/static/icons/vendor/homarr/png/icinga-light.png b/static/icons/vendor/homarr/png/icinga-light.png
new file mode 100644
index 0000000..9204ae6
Binary files /dev/null and b/static/icons/vendor/homarr/png/icinga-light.png differ
diff --git a/static/icons/vendor/homarr/png/icinga.png b/static/icons/vendor/homarr/png/icinga.png
new file mode 100644
index 0000000..4d1fe5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/icinga.png differ
diff --git a/static/icons/vendor/homarr/png/icloud.png b/static/icons/vendor/homarr/png/icloud.png
new file mode 100644
index 0000000..d91a690
Binary files /dev/null and b/static/icons/vendor/homarr/png/icloud.png differ
diff --git a/static/icons/vendor/homarr/png/idealo.png b/static/icons/vendor/homarr/png/idealo.png
new file mode 100644
index 0000000..8595390
Binary files /dev/null and b/static/icons/vendor/homarr/png/idealo.png differ
diff --git a/static/icons/vendor/homarr/png/ideco.png b/static/icons/vendor/homarr/png/ideco.png
new file mode 100644
index 0000000..f619ffc
Binary files /dev/null and b/static/icons/vendor/homarr/png/ideco.png differ
diff --git a/static/icons/vendor/homarr/png/idrac.png b/static/icons/vendor/homarr/png/idrac.png
new file mode 100644
index 0000000..95f670a
Binary files /dev/null and b/static/icons/vendor/homarr/png/idrac.png differ
diff --git a/static/icons/vendor/homarr/png/idrive.png b/static/icons/vendor/homarr/png/idrive.png
new file mode 100644
index 0000000..7cdb541
Binary files /dev/null and b/static/icons/vendor/homarr/png/idrive.png differ
diff --git a/static/icons/vendor/homarr/png/ihatemoney.png b/static/icons/vendor/homarr/png/ihatemoney.png
new file mode 100644
index 0000000..5659bbe
Binary files /dev/null and b/static/icons/vendor/homarr/png/ihatemoney.png differ
diff --git a/static/icons/vendor/homarr/png/ikuai.png b/static/icons/vendor/homarr/png/ikuai.png
new file mode 100644
index 0000000..13a6464
Binary files /dev/null and b/static/icons/vendor/homarr/png/ikuai.png differ
diff --git a/static/icons/vendor/homarr/png/ilo.png b/static/icons/vendor/homarr/png/ilo.png
new file mode 100644
index 0000000..04cd2dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/ilo.png differ
diff --git a/static/icons/vendor/homarr/png/image-maid.png b/static/icons/vendor/homarr/png/image-maid.png
new file mode 100644
index 0000000..6c6a4b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/image-maid.png differ
diff --git a/static/icons/vendor/homarr/png/immich-frame-light.png b/static/icons/vendor/homarr/png/immich-frame-light.png
new file mode 100644
index 0000000..9b5db31
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-frame-light.png differ
diff --git a/static/icons/vendor/homarr/png/immich-frame.png b/static/icons/vendor/homarr/png/immich-frame.png
new file mode 100644
index 0000000..2fb0174
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-frame.png differ
diff --git a/static/icons/vendor/homarr/png/immich-kiosk-light.png b/static/icons/vendor/homarr/png/immich-kiosk-light.png
new file mode 100644
index 0000000..f1d7b99
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-kiosk-light.png differ
diff --git a/static/icons/vendor/homarr/png/immich-kiosk.png b/static/icons/vendor/homarr/png/immich-kiosk.png
new file mode 100644
index 0000000..ecfe3e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-kiosk.png differ
diff --git a/static/icons/vendor/homarr/png/immich-power-tools.png b/static/icons/vendor/homarr/png/immich-power-tools.png
new file mode 100644
index 0000000..dfe8ded
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-power-tools.png differ
diff --git a/static/icons/vendor/homarr/png/immich-public-proxy.png b/static/icons/vendor/homarr/png/immich-public-proxy.png
new file mode 100644
index 0000000..6eda0b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich-public-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/immich.png b/static/icons/vendor/homarr/png/immich.png
new file mode 100644
index 0000000..9284ce5
Binary files /dev/null and b/static/icons/vendor/homarr/png/immich.png differ
diff --git a/static/icons/vendor/homarr/png/incus.png b/static/icons/vendor/homarr/png/incus.png
new file mode 100644
index 0000000..4990f2f
Binary files /dev/null and b/static/icons/vendor/homarr/png/incus.png differ
diff --git a/static/icons/vendor/homarr/png/infinite-craft.png b/static/icons/vendor/homarr/png/infinite-craft.png
new file mode 100644
index 0000000..fda2cce
Binary files /dev/null and b/static/icons/vendor/homarr/png/infinite-craft.png differ
diff --git a/static/icons/vendor/homarr/png/infisical.png b/static/icons/vendor/homarr/png/infisical.png
new file mode 100644
index 0000000..e27f043
Binary files /dev/null and b/static/icons/vendor/homarr/png/infisical.png differ
diff --git a/static/icons/vendor/homarr/png/influxdb.png b/static/icons/vendor/homarr/png/influxdb.png
new file mode 100644
index 0000000..cea7e21
Binary files /dev/null and b/static/icons/vendor/homarr/png/influxdb.png differ
diff --git a/static/icons/vendor/homarr/png/infoblox.png b/static/icons/vendor/homarr/png/infoblox.png
new file mode 100644
index 0000000..a30ebb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/infoblox.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-k.png b/static/icons/vendor/homarr/png/infomaniak-k.png
new file mode 100644
index 0000000..9470b32
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-k.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-kdrive-dark.png b/static/icons/vendor/homarr/png/infomaniak-kdrive-dark.png
new file mode 100644
index 0000000..b634b3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-kdrive-dark.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-kdrive-light.png b/static/icons/vendor/homarr/png/infomaniak-kdrive-light.png
new file mode 100644
index 0000000..eaa3808
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-kdrive-light.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-kmeet-dark.png b/static/icons/vendor/homarr/png/infomaniak-kmeet-dark.png
new file mode 100644
index 0000000..b4d357f
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-kmeet-dark.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-kmeet-light.png b/static/icons/vendor/homarr/png/infomaniak-kmeet-light.png
new file mode 100644
index 0000000..9f0d527
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-kmeet-light.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-swisstransfer-dark.png b/static/icons/vendor/homarr/png/infomaniak-swisstransfer-dark.png
new file mode 100644
index 0000000..26cd87e
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-swisstransfer-dark.png differ
diff --git a/static/icons/vendor/homarr/png/infomaniak-swisstransfer-light.png b/static/icons/vendor/homarr/png/infomaniak-swisstransfer-light.png
new file mode 100644
index 0000000..881b08e
Binary files /dev/null and b/static/icons/vendor/homarr/png/infomaniak-swisstransfer-light.png differ
diff --git a/static/icons/vendor/homarr/png/inoreader.png b/static/icons/vendor/homarr/png/inoreader.png
new file mode 100644
index 0000000..57d9d6c
Binary files /dev/null and b/static/icons/vendor/homarr/png/inoreader.png differ
diff --git a/static/icons/vendor/homarr/png/insanelymac.png b/static/icons/vendor/homarr/png/insanelymac.png
new file mode 100644
index 0000000..71d9a08
Binary files /dev/null and b/static/icons/vendor/homarr/png/insanelymac.png differ
diff --git a/static/icons/vendor/homarr/png/instagram.png b/static/icons/vendor/homarr/png/instagram.png
new file mode 100644
index 0000000..8cf18cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/instagram.png differ
diff --git a/static/icons/vendor/homarr/png/intellij.png b/static/icons/vendor/homarr/png/intellij.png
new file mode 100644
index 0000000..da07215
Binary files /dev/null and b/static/icons/vendor/homarr/png/intellij.png differ
diff --git a/static/icons/vendor/homarr/png/inventree.png b/static/icons/vendor/homarr/png/inventree.png
new file mode 100644
index 0000000..7522cab
Binary files /dev/null and b/static/icons/vendor/homarr/png/inventree.png differ
diff --git a/static/icons/vendor/homarr/png/invidious.png b/static/icons/vendor/homarr/png/invidious.png
new file mode 100644
index 0000000..f08b5b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/invidious.png differ
diff --git a/static/icons/vendor/homarr/png/invisioncommunity.png b/static/icons/vendor/homarr/png/invisioncommunity.png
new file mode 100644
index 0000000..526f217
Binary files /dev/null and b/static/icons/vendor/homarr/png/invisioncommunity.png differ
diff --git a/static/icons/vendor/homarr/png/invoice-ninja-light.png b/static/icons/vendor/homarr/png/invoice-ninja-light.png
new file mode 100644
index 0000000..55d5059
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoice-ninja-light.png differ
diff --git a/static/icons/vendor/homarr/png/invoice-ninja.png b/static/icons/vendor/homarr/png/invoice-ninja.png
new file mode 100644
index 0000000..3cd4761
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoice-ninja.png differ
diff --git a/static/icons/vendor/homarr/png/invoiceninja-light.png b/static/icons/vendor/homarr/png/invoiceninja-light.png
new file mode 100644
index 0000000..2462c82
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoiceninja-light.png differ
diff --git a/static/icons/vendor/homarr/png/invoiceninja.png b/static/icons/vendor/homarr/png/invoiceninja.png
new file mode 100644
index 0000000..a0e3c0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoiceninja.png differ
diff --git a/static/icons/vendor/homarr/png/invoiceplane.png b/static/icons/vendor/homarr/png/invoiceplane.png
new file mode 100644
index 0000000..cbd00fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoiceplane.png differ
diff --git a/static/icons/vendor/homarr/png/invoke-ai.png b/static/icons/vendor/homarr/png/invoke-ai.png
new file mode 100644
index 0000000..0a1334d
Binary files /dev/null and b/static/icons/vendor/homarr/png/invoke-ai.png differ
diff --git a/static/icons/vendor/homarr/png/iobroker.png b/static/icons/vendor/homarr/png/iobroker.png
new file mode 100644
index 0000000..e481530
Binary files /dev/null and b/static/icons/vendor/homarr/png/iobroker.png differ
diff --git a/static/icons/vendor/homarr/png/ionos.png b/static/icons/vendor/homarr/png/ionos.png
new file mode 100644
index 0000000..7754804
Binary files /dev/null and b/static/icons/vendor/homarr/png/ionos.png differ
diff --git a/static/icons/vendor/homarr/png/ipboard.png b/static/icons/vendor/homarr/png/ipboard.png
new file mode 100644
index 0000000..526f217
Binary files /dev/null and b/static/icons/vendor/homarr/png/ipboard.png differ
diff --git a/static/icons/vendor/homarr/png/ipcamtalk.png b/static/icons/vendor/homarr/png/ipcamtalk.png
new file mode 100644
index 0000000..bea866c
Binary files /dev/null and b/static/icons/vendor/homarr/png/ipcamtalk.png differ
diff --git a/static/icons/vendor/homarr/png/ipfs-light.png b/static/icons/vendor/homarr/png/ipfs-light.png
new file mode 100644
index 0000000..49b16a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/ipfs-light.png differ
diff --git a/static/icons/vendor/homarr/png/ipfs.png b/static/icons/vendor/homarr/png/ipfs.png
new file mode 100644
index 0000000..fa9ceec
Binary files /dev/null and b/static/icons/vendor/homarr/png/ipfs.png differ
diff --git a/static/icons/vendor/homarr/png/irc.png b/static/icons/vendor/homarr/png/irc.png
new file mode 100644
index 0000000..517d61b
Binary files /dev/null and b/static/icons/vendor/homarr/png/irc.png differ
diff --git a/static/icons/vendor/homarr/png/iredmail.png b/static/icons/vendor/homarr/png/iredmail.png
new file mode 100644
index 0000000..02c7cf9
Binary files /dev/null and b/static/icons/vendor/homarr/png/iredmail.png differ
diff --git a/static/icons/vendor/homarr/png/isc-bind9-light.png b/static/icons/vendor/homarr/png/isc-bind9-light.png
new file mode 100644
index 0000000..3fceaac
Binary files /dev/null and b/static/icons/vendor/homarr/png/isc-bind9-light.png differ
diff --git a/static/icons/vendor/homarr/png/isc-bind9.png b/static/icons/vendor/homarr/png/isc-bind9.png
new file mode 100644
index 0000000..cf781af
Binary files /dev/null and b/static/icons/vendor/homarr/png/isc-bind9.png differ
diff --git a/static/icons/vendor/homarr/png/isc-kea-light.png b/static/icons/vendor/homarr/png/isc-kea-light.png
new file mode 100644
index 0000000..2c12927
Binary files /dev/null and b/static/icons/vendor/homarr/png/isc-kea-light.png differ
diff --git a/static/icons/vendor/homarr/png/isc-kea.png b/static/icons/vendor/homarr/png/isc-kea.png
new file mode 100644
index 0000000..1a4b338
Binary files /dev/null and b/static/icons/vendor/homarr/png/isc-kea.png differ
diff --git a/static/icons/vendor/homarr/png/ispconfig.png b/static/icons/vendor/homarr/png/ispconfig.png
new file mode 100644
index 0000000..0c8848b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ispconfig.png differ
diff --git a/static/icons/vendor/homarr/png/ispy.png b/static/icons/vendor/homarr/png/ispy.png
new file mode 100644
index 0000000..108a1fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/ispy.png differ
diff --git a/static/icons/vendor/homarr/png/issabel-pbx-dark.png b/static/icons/vendor/homarr/png/issabel-pbx-dark.png
new file mode 100644
index 0000000..14d7ee5
Binary files /dev/null and b/static/icons/vendor/homarr/png/issabel-pbx-dark.png differ
diff --git a/static/icons/vendor/homarr/png/issabel-pbx-wordmark-dark.png b/static/icons/vendor/homarr/png/issabel-pbx-wordmark-dark.png
new file mode 100644
index 0000000..e294962
Binary files /dev/null and b/static/icons/vendor/homarr/png/issabel-pbx-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/issabel-pbx-wordmark.png b/static/icons/vendor/homarr/png/issabel-pbx-wordmark.png
new file mode 100644
index 0000000..05ae4c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/issabel-pbx-wordmark.png differ
diff --git a/static/icons/vendor/homarr/png/issabel-pbx.png b/static/icons/vendor/homarr/png/issabel-pbx.png
new file mode 100644
index 0000000..6d6b7d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/issabel-pbx.png differ
diff --git a/static/icons/vendor/homarr/png/istio.png b/static/icons/vendor/homarr/png/istio.png
new file mode 100644
index 0000000..faea439
Binary files /dev/null and b/static/icons/vendor/homarr/png/istio.png differ
diff --git a/static/icons/vendor/homarr/png/it-tools-light.png b/static/icons/vendor/homarr/png/it-tools-light.png
new file mode 100644
index 0000000..2bc95a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/it-tools-light.png differ
diff --git a/static/icons/vendor/homarr/png/it-tools.png b/static/icons/vendor/homarr/png/it-tools.png
new file mode 100644
index 0000000..7579cd5
Binary files /dev/null and b/static/icons/vendor/homarr/png/it-tools.png differ
diff --git a/static/icons/vendor/homarr/png/italki.png b/static/icons/vendor/homarr/png/italki.png
new file mode 100644
index 0000000..767268c
Binary files /dev/null and b/static/icons/vendor/homarr/png/italki.png differ
diff --git a/static/icons/vendor/homarr/png/itau.png b/static/icons/vendor/homarr/png/itau.png
new file mode 100644
index 0000000..a7ad6a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/itau.png differ
diff --git a/static/icons/vendor/homarr/png/itch.png b/static/icons/vendor/homarr/png/itch.png
new file mode 100644
index 0000000..52b95b8
Binary files /dev/null and b/static/icons/vendor/homarr/png/itch.png differ
diff --git a/static/icons/vendor/homarr/png/itop.png b/static/icons/vendor/homarr/png/itop.png
new file mode 100644
index 0000000..59605ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/itop.png differ
diff --git a/static/icons/vendor/homarr/png/jackett-light.png b/static/icons/vendor/homarr/png/jackett-light.png
new file mode 100644
index 0000000..cb98274
Binary files /dev/null and b/static/icons/vendor/homarr/png/jackett-light.png differ
diff --git a/static/icons/vendor/homarr/png/jackett.png b/static/icons/vendor/homarr/png/jackett.png
new file mode 100644
index 0000000..e1ddcaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/jackett.png differ
diff --git a/static/icons/vendor/homarr/png/jaeger.png b/static/icons/vendor/homarr/png/jaeger.png
new file mode 100644
index 0000000..3b21ff6
Binary files /dev/null and b/static/icons/vendor/homarr/png/jaeger.png differ
diff --git a/static/icons/vendor/homarr/png/jamf.png b/static/icons/vendor/homarr/png/jamf.png
new file mode 100644
index 0000000..37d8cc7
Binary files /dev/null and b/static/icons/vendor/homarr/png/jamf.png differ
diff --git a/static/icons/vendor/homarr/png/jamstack.png b/static/icons/vendor/homarr/png/jamstack.png
new file mode 100644
index 0000000..9f076ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/jamstack.png differ
diff --git a/static/icons/vendor/homarr/png/java.png b/static/icons/vendor/homarr/png/java.png
new file mode 100644
index 0000000..d86930f
Binary files /dev/null and b/static/icons/vendor/homarr/png/java.png differ
diff --git a/static/icons/vendor/homarr/png/javascript-light.png b/static/icons/vendor/homarr/png/javascript-light.png
new file mode 100644
index 0000000..92455b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/javascript-light.png differ
diff --git a/static/icons/vendor/homarr/png/javascript.png b/static/icons/vendor/homarr/png/javascript.png
new file mode 100644
index 0000000..f86b29b
Binary files /dev/null and b/static/icons/vendor/homarr/png/javascript.png differ
diff --git a/static/icons/vendor/homarr/png/jdownloader.png b/static/icons/vendor/homarr/png/jdownloader.png
new file mode 100644
index 0000000..88af0d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/jdownloader.png differ
diff --git a/static/icons/vendor/homarr/png/jdownloader2.png b/static/icons/vendor/homarr/png/jdownloader2.png
new file mode 100644
index 0000000..88af0d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/jdownloader2.png differ
diff --git a/static/icons/vendor/homarr/png/jeedom.png b/static/icons/vendor/homarr/png/jeedom.png
new file mode 100644
index 0000000..b676781
Binary files /dev/null and b/static/icons/vendor/homarr/png/jeedom.png differ
diff --git a/static/icons/vendor/homarr/png/jekyll.png b/static/icons/vendor/homarr/png/jekyll.png
new file mode 100644
index 0000000..414b040
Binary files /dev/null and b/static/icons/vendor/homarr/png/jekyll.png differ
diff --git a/static/icons/vendor/homarr/png/jellyfin-vue.png b/static/icons/vendor/homarr/png/jellyfin-vue.png
new file mode 100644
index 0000000..00d3d9f
Binary files /dev/null and b/static/icons/vendor/homarr/png/jellyfin-vue.png differ
diff --git a/static/icons/vendor/homarr/png/jellyfin.png b/static/icons/vendor/homarr/png/jellyfin.png
new file mode 100644
index 0000000..c8c07ef
Binary files /dev/null and b/static/icons/vendor/homarr/png/jellyfin.png differ
diff --git a/static/icons/vendor/homarr/png/jellyseerr.png b/static/icons/vendor/homarr/png/jellyseerr.png
new file mode 100644
index 0000000..7668905
Binary files /dev/null and b/static/icons/vendor/homarr/png/jellyseerr.png differ
diff --git a/static/icons/vendor/homarr/png/jellystat-dark.png b/static/icons/vendor/homarr/png/jellystat-dark.png
new file mode 100644
index 0000000..8db3c28
Binary files /dev/null and b/static/icons/vendor/homarr/png/jellystat-dark.png differ
diff --git a/static/icons/vendor/homarr/png/jellystat.png b/static/icons/vendor/homarr/png/jellystat.png
new file mode 100644
index 0000000..41d96dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/jellystat.png differ
diff --git a/static/icons/vendor/homarr/png/jelu.png b/static/icons/vendor/homarr/png/jelu.png
new file mode 100644
index 0000000..044e8be
Binary files /dev/null and b/static/icons/vendor/homarr/png/jelu.png differ
diff --git a/static/icons/vendor/homarr/png/jenkins.png b/static/icons/vendor/homarr/png/jenkins.png
new file mode 100644
index 0000000..67b6cb0
Binary files /dev/null and b/static/icons/vendor/homarr/png/jenkins.png differ
diff --git a/static/icons/vendor/homarr/png/jetbrains-fleet.png b/static/icons/vendor/homarr/png/jetbrains-fleet.png
new file mode 100644
index 0000000..1dc4b1d
Binary files /dev/null and b/static/icons/vendor/homarr/png/jetbrains-fleet.png differ
diff --git a/static/icons/vendor/homarr/png/jetbrains-toolbox.png b/static/icons/vendor/homarr/png/jetbrains-toolbox.png
new file mode 100644
index 0000000..05edda7
Binary files /dev/null and b/static/icons/vendor/homarr/png/jetbrains-toolbox.png differ
diff --git a/static/icons/vendor/homarr/png/jetbrains-youtrack.png b/static/icons/vendor/homarr/png/jetbrains-youtrack.png
new file mode 100644
index 0000000..9aa59ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/jetbrains-youtrack.png differ
diff --git a/static/icons/vendor/homarr/png/jetkvm-full.png b/static/icons/vendor/homarr/png/jetkvm-full.png
new file mode 100644
index 0000000..7991b98
Binary files /dev/null and b/static/icons/vendor/homarr/png/jetkvm-full.png differ
diff --git a/static/icons/vendor/homarr/png/jetkvm.png b/static/icons/vendor/homarr/png/jetkvm.png
new file mode 100644
index 0000000..c1b392a
Binary files /dev/null and b/static/icons/vendor/homarr/png/jetkvm.png differ
diff --git a/static/icons/vendor/homarr/png/jfrog.png b/static/icons/vendor/homarr/png/jfrog.png
new file mode 100644
index 0000000..f7c901c
Binary files /dev/null and b/static/icons/vendor/homarr/png/jfrog.png differ
diff --git a/static/icons/vendor/homarr/png/jio.png b/static/icons/vendor/homarr/png/jio.png
new file mode 100644
index 0000000..64c2f52
Binary files /dev/null and b/static/icons/vendor/homarr/png/jio.png differ
diff --git a/static/icons/vendor/homarr/png/jiohotstar.png b/static/icons/vendor/homarr/png/jiohotstar.png
new file mode 100644
index 0000000..da5d494
Binary files /dev/null and b/static/icons/vendor/homarr/png/jiohotstar.png differ
diff --git a/static/icons/vendor/homarr/png/jira.png b/static/icons/vendor/homarr/png/jira.png
new file mode 100644
index 0000000..51a167d
Binary files /dev/null and b/static/icons/vendor/homarr/png/jira.png differ
diff --git a/static/icons/vendor/homarr/png/jitsi-meet.png b/static/icons/vendor/homarr/png/jitsi-meet.png
new file mode 100644
index 0000000..5cd3200
Binary files /dev/null and b/static/icons/vendor/homarr/png/jitsi-meet.png differ
diff --git a/static/icons/vendor/homarr/png/jitsi.png b/static/icons/vendor/homarr/png/jitsi.png
new file mode 100644
index 0000000..f8e7bdb
Binary files /dev/null and b/static/icons/vendor/homarr/png/jitsi.png differ
diff --git a/static/icons/vendor/homarr/png/joal.png b/static/icons/vendor/homarr/png/joal.png
new file mode 100644
index 0000000..18bf760
Binary files /dev/null and b/static/icons/vendor/homarr/png/joal.png differ
diff --git a/static/icons/vendor/homarr/png/joomla.png b/static/icons/vendor/homarr/png/joomla.png
new file mode 100644
index 0000000..4d72487
Binary files /dev/null and b/static/icons/vendor/homarr/png/joomla.png differ
diff --git a/static/icons/vendor/homarr/png/joplin.png b/static/icons/vendor/homarr/png/joplin.png
new file mode 100644
index 0000000..463fe36
Binary files /dev/null and b/static/icons/vendor/homarr/png/joplin.png differ
diff --git a/static/icons/vendor/homarr/png/jotty.png b/static/icons/vendor/homarr/png/jotty.png
new file mode 100644
index 0000000..e27ec22
Binary files /dev/null and b/static/icons/vendor/homarr/png/jotty.png differ
diff --git a/static/icons/vendor/homarr/png/journiv.png b/static/icons/vendor/homarr/png/journiv.png
new file mode 100644
index 0000000..95eabc3
Binary files /dev/null and b/static/icons/vendor/homarr/png/journiv.png differ
diff --git a/static/icons/vendor/homarr/png/json.png b/static/icons/vendor/homarr/png/json.png
new file mode 100644
index 0000000..dd810e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/json.png differ
diff --git a/static/icons/vendor/homarr/png/jujutsu-vcs.png b/static/icons/vendor/homarr/png/jujutsu-vcs.png
new file mode 100644
index 0000000..ab59190
Binary files /dev/null and b/static/icons/vendor/homarr/png/jujutsu-vcs.png differ
diff --git a/static/icons/vendor/homarr/png/julia.png b/static/icons/vendor/homarr/png/julia.png
new file mode 100644
index 0000000..ca233b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/julia.png differ
diff --git a/static/icons/vendor/homarr/png/jumpserver.png b/static/icons/vendor/homarr/png/jumpserver.png
new file mode 100644
index 0000000..ff55dd1
Binary files /dev/null and b/static/icons/vendor/homarr/png/jumpserver.png differ
diff --git a/static/icons/vendor/homarr/png/jupyter.png b/static/icons/vendor/homarr/png/jupyter.png
new file mode 100644
index 0000000..67e62ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/jupyter.png differ
diff --git a/static/icons/vendor/homarr/png/jwt-io-light.png b/static/icons/vendor/homarr/png/jwt-io-light.png
new file mode 100644
index 0000000..a117619
Binary files /dev/null and b/static/icons/vendor/homarr/png/jwt-io-light.png differ
diff --git a/static/icons/vendor/homarr/png/jwt-io.png b/static/icons/vendor/homarr/png/jwt-io.png
new file mode 100644
index 0000000..ca1cd1d
Binary files /dev/null and b/static/icons/vendor/homarr/png/jwt-io.png differ
diff --git a/static/icons/vendor/homarr/png/k-speeder.png b/static/icons/vendor/homarr/png/k-speeder.png
new file mode 100644
index 0000000..a7eb199
Binary files /dev/null and b/static/icons/vendor/homarr/png/k-speeder.png differ
diff --git a/static/icons/vendor/homarr/png/kagi.png b/static/icons/vendor/homarr/png/kagi.png
new file mode 100644
index 0000000..1148605
Binary files /dev/null and b/static/icons/vendor/homarr/png/kagi.png differ
diff --git a/static/icons/vendor/homarr/png/kaizoku.png b/static/icons/vendor/homarr/png/kaizoku.png
new file mode 100644
index 0000000..dc1770c
Binary files /dev/null and b/static/icons/vendor/homarr/png/kaizoku.png differ
diff --git a/static/icons/vendor/homarr/png/kali-linux.png b/static/icons/vendor/homarr/png/kali-linux.png
new file mode 100644
index 0000000..ddd25d4
Binary files /dev/null and b/static/icons/vendor/homarr/png/kali-linux.png differ
diff --git a/static/icons/vendor/homarr/png/kamatera.png b/static/icons/vendor/homarr/png/kamatera.png
new file mode 100644
index 0000000..1259e38
Binary files /dev/null and b/static/icons/vendor/homarr/png/kamatera.png differ
diff --git a/static/icons/vendor/homarr/png/kanboard-light.png b/static/icons/vendor/homarr/png/kanboard-light.png
new file mode 100644
index 0000000..c2b5d7c
Binary files /dev/null and b/static/icons/vendor/homarr/png/kanboard-light.png differ
diff --git a/static/icons/vendor/homarr/png/kanboard.png b/static/icons/vendor/homarr/png/kanboard.png
new file mode 100644
index 0000000..1b7a5fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/kanboard.png differ
diff --git a/static/icons/vendor/homarr/png/kanidm.png b/static/icons/vendor/homarr/png/kanidm.png
new file mode 100644
index 0000000..0be7bcd
Binary files /dev/null and b/static/icons/vendor/homarr/png/kanidm.png differ
diff --git a/static/icons/vendor/homarr/png/kapacitor.png b/static/icons/vendor/homarr/png/kapacitor.png
new file mode 100644
index 0000000..c1e9700
Binary files /dev/null and b/static/icons/vendor/homarr/png/kapacitor.png differ
diff --git a/static/icons/vendor/homarr/png/kapowarr.png b/static/icons/vendor/homarr/png/kapowarr.png
new file mode 100644
index 0000000..a3e42fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/kapowarr.png differ
diff --git a/static/icons/vendor/homarr/png/karakeep-dark.png b/static/icons/vendor/homarr/png/karakeep-dark.png
new file mode 100644
index 0000000..7435ad9
Binary files /dev/null and b/static/icons/vendor/homarr/png/karakeep-dark.png differ
diff --git a/static/icons/vendor/homarr/png/karakeep.png b/static/icons/vendor/homarr/png/karakeep.png
new file mode 100644
index 0000000..371e367
Binary files /dev/null and b/static/icons/vendor/homarr/png/karakeep.png differ
diff --git a/static/icons/vendor/homarr/png/karaoke-eternal.png b/static/icons/vendor/homarr/png/karaoke-eternal.png
new file mode 100644
index 0000000..6c2fd43
Binary files /dev/null and b/static/icons/vendor/homarr/png/karaoke-eternal.png differ
diff --git a/static/icons/vendor/homarr/png/kasm-workspaces.png b/static/icons/vendor/homarr/png/kasm-workspaces.png
new file mode 100644
index 0000000..dfc0070
Binary files /dev/null and b/static/icons/vendor/homarr/png/kasm-workspaces.png differ
diff --git a/static/icons/vendor/homarr/png/kasm.png b/static/icons/vendor/homarr/png/kasm.png
new file mode 100644
index 0000000..dfc0070
Binary files /dev/null and b/static/icons/vendor/homarr/png/kasm.png differ
diff --git a/static/icons/vendor/homarr/png/kasten-k10.png b/static/icons/vendor/homarr/png/kasten-k10.png
new file mode 100644
index 0000000..40bc7e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/kasten-k10.png differ
diff --git a/static/icons/vendor/homarr/png/kaufland.png b/static/icons/vendor/homarr/png/kaufland.png
new file mode 100644
index 0000000..5fbcef9
Binary files /dev/null and b/static/icons/vendor/homarr/png/kaufland.png differ
diff --git a/static/icons/vendor/homarr/png/kavita.png b/static/icons/vendor/homarr/png/kavita.png
new file mode 100644
index 0000000..ef8a34c
Binary files /dev/null and b/static/icons/vendor/homarr/png/kavita.png differ
diff --git a/static/icons/vendor/homarr/png/kbin.png b/static/icons/vendor/homarr/png/kbin.png
new file mode 100644
index 0000000..16d41e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/kbin.png differ
diff --git a/static/icons/vendor/homarr/png/keenetic-alt.png b/static/icons/vendor/homarr/png/keenetic-alt.png
new file mode 100644
index 0000000..b8606e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/keenetic-alt.png differ
diff --git a/static/icons/vendor/homarr/png/keenetic-new.png b/static/icons/vendor/homarr/png/keenetic-new.png
new file mode 100644
index 0000000..6295714
Binary files /dev/null and b/static/icons/vendor/homarr/png/keenetic-new.png differ
diff --git a/static/icons/vendor/homarr/png/keenetic.png b/static/icons/vendor/homarr/png/keenetic.png
new file mode 100644
index 0000000..9e1809f
Binary files /dev/null and b/static/icons/vendor/homarr/png/keenetic.png differ
diff --git a/static/icons/vendor/homarr/png/keepassxc.png b/static/icons/vendor/homarr/png/keepassxc.png
new file mode 100644
index 0000000..dd2e950
Binary files /dev/null and b/static/icons/vendor/homarr/png/keepassxc.png differ
diff --git a/static/icons/vendor/homarr/png/keeper-security.png b/static/icons/vendor/homarr/png/keeper-security.png
new file mode 100644
index 0000000..d45829a
Binary files /dev/null and b/static/icons/vendor/homarr/png/keeper-security.png differ
diff --git a/static/icons/vendor/homarr/png/keila.png b/static/icons/vendor/homarr/png/keila.png
new file mode 100644
index 0000000..1c1f39e
Binary files /dev/null and b/static/icons/vendor/homarr/png/keila.png differ
diff --git a/static/icons/vendor/homarr/png/kerberos.png b/static/icons/vendor/homarr/png/kerberos.png
new file mode 100644
index 0000000..0f909df
Binary files /dev/null and b/static/icons/vendor/homarr/png/kerberos.png differ
diff --git a/static/icons/vendor/homarr/png/kestra.png b/static/icons/vendor/homarr/png/kestra.png
new file mode 100644
index 0000000..60f4540
Binary files /dev/null and b/static/icons/vendor/homarr/png/kestra.png differ
diff --git a/static/icons/vendor/homarr/png/keycloak.png b/static/icons/vendor/homarr/png/keycloak.png
new file mode 100644
index 0000000..dbd6b4e
Binary files /dev/null and b/static/icons/vendor/homarr/png/keycloak.png differ
diff --git a/static/icons/vendor/homarr/png/keyoxide-alt.png b/static/icons/vendor/homarr/png/keyoxide-alt.png
new file mode 100644
index 0000000..9db35ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/keyoxide-alt.png differ
diff --git a/static/icons/vendor/homarr/png/keyoxide.png b/static/icons/vendor/homarr/png/keyoxide.png
new file mode 100644
index 0000000..37127f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/keyoxide.png differ
diff --git a/static/icons/vendor/homarr/png/kibana.png b/static/icons/vendor/homarr/png/kibana.png
new file mode 100644
index 0000000..a5bd89a
Binary files /dev/null and b/static/icons/vendor/homarr/png/kibana.png differ
diff --git a/static/icons/vendor/homarr/png/kick-light.png b/static/icons/vendor/homarr/png/kick-light.png
new file mode 100644
index 0000000..9489818
Binary files /dev/null and b/static/icons/vendor/homarr/png/kick-light.png differ
diff --git a/static/icons/vendor/homarr/png/kick.png b/static/icons/vendor/homarr/png/kick.png
new file mode 100644
index 0000000..c4adab4
Binary files /dev/null and b/static/icons/vendor/homarr/png/kick.png differ
diff --git a/static/icons/vendor/homarr/png/kickstarter.png b/static/icons/vendor/homarr/png/kickstarter.png
new file mode 100644
index 0000000..50d0c89
Binary files /dev/null and b/static/icons/vendor/homarr/png/kickstarter.png differ
diff --git a/static/icons/vendor/homarr/png/kimai.png b/static/icons/vendor/homarr/png/kimai.png
new file mode 100644
index 0000000..7ff0766
Binary files /dev/null and b/static/icons/vendor/homarr/png/kimai.png differ
diff --git a/static/icons/vendor/homarr/png/kimi-ai.png b/static/icons/vendor/homarr/png/kimi-ai.png
new file mode 100644
index 0000000..63de836
Binary files /dev/null and b/static/icons/vendor/homarr/png/kimi-ai.png differ
diff --git a/static/icons/vendor/homarr/png/kinopub.png b/static/icons/vendor/homarr/png/kinopub.png
new file mode 100644
index 0000000..9413498
Binary files /dev/null and b/static/icons/vendor/homarr/png/kinopub.png differ
diff --git a/static/icons/vendor/homarr/png/kinto.png b/static/icons/vendor/homarr/png/kinto.png
new file mode 100644
index 0000000..6c58858
Binary files /dev/null and b/static/icons/vendor/homarr/png/kinto.png differ
diff --git a/static/icons/vendor/homarr/png/kirby-light.png b/static/icons/vendor/homarr/png/kirby-light.png
new file mode 100644
index 0000000..ae18ea0
Binary files /dev/null and b/static/icons/vendor/homarr/png/kirby-light.png differ
diff --git a/static/icons/vendor/homarr/png/kirby-wordmark-dark.png b/static/icons/vendor/homarr/png/kirby-wordmark-dark.png
new file mode 100644
index 0000000..23e1c22
Binary files /dev/null and b/static/icons/vendor/homarr/png/kirby-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/kirby-wordmark-light.png b/static/icons/vendor/homarr/png/kirby-wordmark-light.png
new file mode 100644
index 0000000..20b6fe0
Binary files /dev/null and b/static/icons/vendor/homarr/png/kirby-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/kirby.png b/static/icons/vendor/homarr/png/kirby.png
new file mode 100644
index 0000000..035deb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/kirby.png differ
diff --git a/static/icons/vendor/homarr/png/kitana.png b/static/icons/vendor/homarr/png/kitana.png
new file mode 100644
index 0000000..4dd80cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/kitana.png differ
diff --git a/static/icons/vendor/homarr/png/kitchenowl.png b/static/icons/vendor/homarr/png/kitchenowl.png
new file mode 100644
index 0000000..bf6374a
Binary files /dev/null and b/static/icons/vendor/homarr/png/kitchenowl.png differ
diff --git a/static/icons/vendor/homarr/png/kiwix-light.png b/static/icons/vendor/homarr/png/kiwix-light.png
new file mode 100644
index 0000000..83bec56
Binary files /dev/null and b/static/icons/vendor/homarr/png/kiwix-light.png differ
diff --git a/static/icons/vendor/homarr/png/kiwix.png b/static/icons/vendor/homarr/png/kiwix.png
new file mode 100644
index 0000000..8c356dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/kiwix.png differ
diff --git a/static/icons/vendor/homarr/png/kleinanzeigen.png b/static/icons/vendor/homarr/png/kleinanzeigen.png
new file mode 100644
index 0000000..9d17003
Binary files /dev/null and b/static/icons/vendor/homarr/png/kleinanzeigen.png differ
diff --git a/static/icons/vendor/homarr/png/kleopatra.png b/static/icons/vendor/homarr/png/kleopatra.png
new file mode 100644
index 0000000..9e4174f
Binary files /dev/null and b/static/icons/vendor/homarr/png/kleopatra.png differ
diff --git a/static/icons/vendor/homarr/png/klipper.png b/static/icons/vendor/homarr/png/klipper.png
new file mode 100644
index 0000000..34b6806
Binary files /dev/null and b/static/icons/vendor/homarr/png/klipper.png differ
diff --git a/static/icons/vendor/homarr/png/knx.png b/static/icons/vendor/homarr/png/knx.png
new file mode 100644
index 0000000..3478eba
Binary files /dev/null and b/static/icons/vendor/homarr/png/knx.png differ
diff --git a/static/icons/vendor/homarr/png/ko-fi.png b/static/icons/vendor/homarr/png/ko-fi.png
new file mode 100644
index 0000000..ffe7c30
Binary files /dev/null and b/static/icons/vendor/homarr/png/ko-fi.png differ
diff --git a/static/icons/vendor/homarr/png/ko-insight.png b/static/icons/vendor/homarr/png/ko-insight.png
new file mode 100644
index 0000000..dc2c3f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/ko-insight.png differ
diff --git a/static/icons/vendor/homarr/png/koboldcpp.png b/static/icons/vendor/homarr/png/koboldcpp.png
new file mode 100644
index 0000000..a56d863
Binary files /dev/null and b/static/icons/vendor/homarr/png/koboldcpp.png differ
diff --git a/static/icons/vendor/homarr/png/kodi.png b/static/icons/vendor/homarr/png/kodi.png
new file mode 100644
index 0000000..f69b05e
Binary files /dev/null and b/static/icons/vendor/homarr/png/kodi.png differ
diff --git a/static/icons/vendor/homarr/png/koel.png b/static/icons/vendor/homarr/png/koel.png
new file mode 100644
index 0000000..41a13da
Binary files /dev/null and b/static/icons/vendor/homarr/png/koel.png differ
diff --git a/static/icons/vendor/homarr/png/koillection-light.png b/static/icons/vendor/homarr/png/koillection-light.png
new file mode 100644
index 0000000..5890e3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/koillection-light.png differ
diff --git a/static/icons/vendor/homarr/png/koillection.png b/static/icons/vendor/homarr/png/koillection.png
new file mode 100644
index 0000000..f4d780a
Binary files /dev/null and b/static/icons/vendor/homarr/png/koillection.png differ
diff --git a/static/icons/vendor/homarr/png/koito.png b/static/icons/vendor/homarr/png/koito.png
new file mode 100644
index 0000000..d101c5f
Binary files /dev/null and b/static/icons/vendor/homarr/png/koito.png differ
diff --git a/static/icons/vendor/homarr/png/kokoro-web.png b/static/icons/vendor/homarr/png/kokoro-web.png
new file mode 100644
index 0000000..69f4c02
Binary files /dev/null and b/static/icons/vendor/homarr/png/kokoro-web.png differ
diff --git a/static/icons/vendor/homarr/png/kometa.png b/static/icons/vendor/homarr/png/kometa.png
new file mode 100644
index 0000000..7991b87
Binary files /dev/null and b/static/icons/vendor/homarr/png/kometa.png differ
diff --git a/static/icons/vendor/homarr/png/komga.png b/static/icons/vendor/homarr/png/komga.png
new file mode 100644
index 0000000..b9d31db
Binary files /dev/null and b/static/icons/vendor/homarr/png/komga.png differ
diff --git a/static/icons/vendor/homarr/png/komodo.png b/static/icons/vendor/homarr/png/komodo.png
new file mode 100644
index 0000000..07cb158
Binary files /dev/null and b/static/icons/vendor/homarr/png/komodo.png differ
diff --git a/static/icons/vendor/homarr/png/kontoj.png b/static/icons/vendor/homarr/png/kontoj.png
new file mode 100644
index 0000000..343ee03
Binary files /dev/null and b/static/icons/vendor/homarr/png/kontoj.png differ
diff --git a/static/icons/vendor/homarr/png/kook.png b/static/icons/vendor/homarr/png/kook.png
new file mode 100644
index 0000000..efc8626
Binary files /dev/null and b/static/icons/vendor/homarr/png/kook.png differ
diff --git a/static/icons/vendor/homarr/png/kopia.png b/static/icons/vendor/homarr/png/kopia.png
new file mode 100644
index 0000000..cdaa08e
Binary files /dev/null and b/static/icons/vendor/homarr/png/kopia.png differ
diff --git a/static/icons/vendor/homarr/png/kotlin.png b/static/icons/vendor/homarr/png/kotlin.png
new file mode 100644
index 0000000..cc7b41d
Binary files /dev/null and b/static/icons/vendor/homarr/png/kotlin.png differ
diff --git a/static/icons/vendor/homarr/png/kpn.png b/static/icons/vendor/homarr/png/kpn.png
new file mode 100644
index 0000000..30712aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/kpn.png differ
diff --git a/static/icons/vendor/homarr/png/krakend.png b/static/icons/vendor/homarr/png/krakend.png
new file mode 100644
index 0000000..b099903
Binary files /dev/null and b/static/icons/vendor/homarr/png/krakend.png differ
diff --git a/static/icons/vendor/homarr/png/krusader.png b/static/icons/vendor/homarr/png/krusader.png
new file mode 100644
index 0000000..7eb291a
Binary files /dev/null and b/static/icons/vendor/homarr/png/krusader.png differ
diff --git a/static/icons/vendor/homarr/png/ksuite.png b/static/icons/vendor/homarr/png/ksuite.png
new file mode 100644
index 0000000..afcded8
Binary files /dev/null and b/static/icons/vendor/homarr/png/ksuite.png differ
diff --git a/static/icons/vendor/homarr/png/kubecraft.png b/static/icons/vendor/homarr/png/kubecraft.png
new file mode 100644
index 0000000..92947cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/kubecraft.png differ
diff --git a/static/icons/vendor/homarr/png/kubernetes-dashboard.png b/static/icons/vendor/homarr/png/kubernetes-dashboard.png
new file mode 100644
index 0000000..7e0985c
Binary files /dev/null and b/static/icons/vendor/homarr/png/kubernetes-dashboard.png differ
diff --git a/static/icons/vendor/homarr/png/kubernetes.png b/static/icons/vendor/homarr/png/kubernetes.png
new file mode 100644
index 0000000..7e0985c
Binary files /dev/null and b/static/icons/vendor/homarr/png/kubernetes.png differ
diff --git a/static/icons/vendor/homarr/png/kubuntu-linux.png b/static/icons/vendor/homarr/png/kubuntu-linux.png
new file mode 100644
index 0000000..9d298bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/kubuntu-linux.png differ
diff --git a/static/icons/vendor/homarr/png/kutt.png b/static/icons/vendor/homarr/png/kutt.png
new file mode 100644
index 0000000..75603ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/kutt.png differ
diff --git a/static/icons/vendor/homarr/png/kyoo.png b/static/icons/vendor/homarr/png/kyoo.png
new file mode 100644
index 0000000..6c5cb3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/kyoo.png differ
diff --git a/static/icons/vendor/homarr/png/lact.png b/static/icons/vendor/homarr/png/lact.png
new file mode 100644
index 0000000..ee022b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/lact.png differ
diff --git a/static/icons/vendor/homarr/png/lancache.png b/static/icons/vendor/homarr/png/lancache.png
new file mode 100644
index 0000000..8d8b6fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/lancache.png differ
diff --git a/static/icons/vendor/homarr/png/lancommander-light.png b/static/icons/vendor/homarr/png/lancommander-light.png
new file mode 100644
index 0000000..b122606
Binary files /dev/null and b/static/icons/vendor/homarr/png/lancommander-light.png differ
diff --git a/static/icons/vendor/homarr/png/lancommander.png b/static/icons/vendor/homarr/png/lancommander.png
new file mode 100644
index 0000000..4522bfc
Binary files /dev/null and b/static/icons/vendor/homarr/png/lancommander.png differ
diff --git a/static/icons/vendor/homarr/png/lanraragi.png b/static/icons/vendor/homarr/png/lanraragi.png
new file mode 100644
index 0000000..141e82d
Binary files /dev/null and b/static/icons/vendor/homarr/png/lanraragi.png differ
diff --git a/static/icons/vendor/homarr/png/laracasts-dark.png b/static/icons/vendor/homarr/png/laracasts-dark.png
new file mode 100644
index 0000000..d551b58
Binary files /dev/null and b/static/icons/vendor/homarr/png/laracasts-dark.png differ
diff --git a/static/icons/vendor/homarr/png/laracasts.png b/static/icons/vendor/homarr/png/laracasts.png
new file mode 100644
index 0000000..f87a6b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/laracasts.png differ
diff --git a/static/icons/vendor/homarr/png/laravel.png b/static/icons/vendor/homarr/png/laravel.png
new file mode 100644
index 0000000..71c5c9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/laravel.png differ
diff --git a/static/icons/vendor/homarr/png/lark.png b/static/icons/vendor/homarr/png/lark.png
new file mode 100644
index 0000000..82a9739
Binary files /dev/null and b/static/icons/vendor/homarr/png/lark.png differ
diff --git a/static/icons/vendor/homarr/png/lastpass.png b/static/icons/vendor/homarr/png/lastpass.png
new file mode 100644
index 0000000..410b48a
Binary files /dev/null and b/static/icons/vendor/homarr/png/lastpass.png differ
diff --git a/static/icons/vendor/homarr/png/lazylibrarian.png b/static/icons/vendor/homarr/png/lazylibrarian.png
new file mode 100644
index 0000000..e504fa1
Binary files /dev/null and b/static/icons/vendor/homarr/png/lazylibrarian.png differ
diff --git a/static/icons/vendor/homarr/png/ldap-account-manager.png b/static/icons/vendor/homarr/png/ldap-account-manager.png
new file mode 100644
index 0000000..eba364a
Binary files /dev/null and b/static/icons/vendor/homarr/png/ldap-account-manager.png differ
diff --git a/static/icons/vendor/homarr/png/leanote.png b/static/icons/vendor/homarr/png/leanote.png
new file mode 100644
index 0000000..089fa4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/leanote.png differ
diff --git a/static/icons/vendor/homarr/png/leantime.png b/static/icons/vendor/homarr/png/leantime.png
new file mode 100644
index 0000000..f4b3e14
Binary files /dev/null and b/static/icons/vendor/homarr/png/leantime.png differ
diff --git a/static/icons/vendor/homarr/png/leargas-security.png b/static/icons/vendor/homarr/png/leargas-security.png
new file mode 100644
index 0000000..816203a
Binary files /dev/null and b/static/icons/vendor/homarr/png/leargas-security.png differ
diff --git a/static/icons/vendor/homarr/png/leetcode-dark.png b/static/icons/vendor/homarr/png/leetcode-dark.png
new file mode 100644
index 0000000..ddbe678
Binary files /dev/null and b/static/icons/vendor/homarr/png/leetcode-dark.png differ
diff --git a/static/icons/vendor/homarr/png/leetcode.png b/static/icons/vendor/homarr/png/leetcode.png
new file mode 100644
index 0000000..a245c1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/leetcode.png differ
diff --git a/static/icons/vendor/homarr/png/lemmy-light.png b/static/icons/vendor/homarr/png/lemmy-light.png
new file mode 100644
index 0000000..a8688cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/lemmy-light.png differ
diff --git a/static/icons/vendor/homarr/png/lemmy.png b/static/icons/vendor/homarr/png/lemmy.png
new file mode 100644
index 0000000..c6d9750
Binary files /dev/null and b/static/icons/vendor/homarr/png/lemmy.png differ
diff --git a/static/icons/vendor/homarr/png/lemonldap-ng.png b/static/icons/vendor/homarr/png/lemonldap-ng.png
new file mode 100644
index 0000000..2fdca10
Binary files /dev/null and b/static/icons/vendor/homarr/png/lemonldap-ng.png differ
diff --git a/static/icons/vendor/homarr/png/lenovo-light.png b/static/icons/vendor/homarr/png/lenovo-light.png
new file mode 100644
index 0000000..521a0d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/lenovo-light.png differ
diff --git a/static/icons/vendor/homarr/png/lenovo.png b/static/icons/vendor/homarr/png/lenovo.png
new file mode 100644
index 0000000..748469f
Binary files /dev/null and b/static/icons/vendor/homarr/png/lenovo.png differ
diff --git a/static/icons/vendor/homarr/png/lets-encrypt.png b/static/icons/vendor/homarr/png/lets-encrypt.png
new file mode 100644
index 0000000..ad106b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/lets-encrypt.png differ
diff --git a/static/icons/vendor/homarr/png/lexmark.png b/static/icons/vendor/homarr/png/lexmark.png
new file mode 100644
index 0000000..af3aed8
Binary files /dev/null and b/static/icons/vendor/homarr/png/lexmark.png differ
diff --git a/static/icons/vendor/homarr/png/libation.png b/static/icons/vendor/homarr/png/libation.png
new file mode 100644
index 0000000..6b68c72
Binary files /dev/null and b/static/icons/vendor/homarr/png/libation.png differ
diff --git a/static/icons/vendor/homarr/png/librechat.png b/static/icons/vendor/homarr/png/librechat.png
new file mode 100644
index 0000000..3195e65
Binary files /dev/null and b/static/icons/vendor/homarr/png/librechat.png differ
diff --git a/static/icons/vendor/homarr/png/libreddit-light.png b/static/icons/vendor/homarr/png/libreddit-light.png
new file mode 100644
index 0000000..4e11d9d
Binary files /dev/null and b/static/icons/vendor/homarr/png/libreddit-light.png differ
diff --git a/static/icons/vendor/homarr/png/libreddit.png b/static/icons/vendor/homarr/png/libreddit.png
new file mode 100644
index 0000000..015ecd4
Binary files /dev/null and b/static/icons/vendor/homarr/png/libreddit.png differ
diff --git a/static/icons/vendor/homarr/png/libreelec.png b/static/icons/vendor/homarr/png/libreelec.png
new file mode 100644
index 0000000..7391b45
Binary files /dev/null and b/static/icons/vendor/homarr/png/libreelec.png differ
diff --git a/static/icons/vendor/homarr/png/libremdb.png b/static/icons/vendor/homarr/png/libremdb.png
new file mode 100644
index 0000000..3c0c267
Binary files /dev/null and b/static/icons/vendor/homarr/png/libremdb.png differ
diff --git a/static/icons/vendor/homarr/png/librenms.png b/static/icons/vendor/homarr/png/librenms.png
new file mode 100644
index 0000000..7414e03
Binary files /dev/null and b/static/icons/vendor/homarr/png/librenms.png differ
diff --git a/static/icons/vendor/homarr/png/libreoffice-light.png b/static/icons/vendor/homarr/png/libreoffice-light.png
new file mode 100644
index 0000000..7f21bbc
Binary files /dev/null and b/static/icons/vendor/homarr/png/libreoffice-light.png differ
diff --git a/static/icons/vendor/homarr/png/libreoffice.png b/static/icons/vendor/homarr/png/libreoffice.png
new file mode 100644
index 0000000..f7f01c4
Binary files /dev/null and b/static/icons/vendor/homarr/png/libreoffice.png differ
diff --git a/static/icons/vendor/homarr/png/librephotos-light.png b/static/icons/vendor/homarr/png/librephotos-light.png
new file mode 100644
index 0000000..7ac2958
Binary files /dev/null and b/static/icons/vendor/homarr/png/librephotos-light.png differ
diff --git a/static/icons/vendor/homarr/png/librephotos.png b/static/icons/vendor/homarr/png/librephotos.png
new file mode 100644
index 0000000..9fd33d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/librephotos.png differ
diff --git a/static/icons/vendor/homarr/png/librespeed-light.png b/static/icons/vendor/homarr/png/librespeed-light.png
new file mode 100644
index 0000000..a1700b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/librespeed-light.png differ
diff --git a/static/icons/vendor/homarr/png/librespeed.png b/static/icons/vendor/homarr/png/librespeed.png
new file mode 100644
index 0000000..b62161c
Binary files /dev/null and b/static/icons/vendor/homarr/png/librespeed.png differ
diff --git a/static/icons/vendor/homarr/png/libretranslate-dark.png b/static/icons/vendor/homarr/png/libretranslate-dark.png
new file mode 100644
index 0000000..36ec6eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/libretranslate-dark.png differ
diff --git a/static/icons/vendor/homarr/png/libretranslate.png b/static/icons/vendor/homarr/png/libretranslate.png
new file mode 100644
index 0000000..9756168
Binary files /dev/null and b/static/icons/vendor/homarr/png/libretranslate.png differ
diff --git a/static/icons/vendor/homarr/png/librewolf.png b/static/icons/vendor/homarr/png/librewolf.png
new file mode 100644
index 0000000..ced8fc4
Binary files /dev/null and b/static/icons/vendor/homarr/png/librewolf.png differ
diff --git a/static/icons/vendor/homarr/png/librex.png b/static/icons/vendor/homarr/png/librex.png
new file mode 100644
index 0000000..353843c
Binary files /dev/null and b/static/icons/vendor/homarr/png/librex.png differ
diff --git a/static/icons/vendor/homarr/png/librey.png b/static/icons/vendor/homarr/png/librey.png
new file mode 100644
index 0000000..2dc5c2b
Binary files /dev/null and b/static/icons/vendor/homarr/png/librey.png differ
diff --git a/static/icons/vendor/homarr/png/librum.png b/static/icons/vendor/homarr/png/librum.png
new file mode 100644
index 0000000..485e7be
Binary files /dev/null and b/static/icons/vendor/homarr/png/librum.png differ
diff --git a/static/icons/vendor/homarr/png/lichess-dark.png b/static/icons/vendor/homarr/png/lichess-dark.png
new file mode 100644
index 0000000..33785ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/lichess-dark.png differ
diff --git a/static/icons/vendor/homarr/png/lichess.png b/static/icons/vendor/homarr/png/lichess.png
new file mode 100644
index 0000000..9fc812f
Binary files /dev/null and b/static/icons/vendor/homarr/png/lichess.png differ
diff --git a/static/icons/vendor/homarr/png/lidarr.png b/static/icons/vendor/homarr/png/lidarr.png
new file mode 100644
index 0000000..b21129b
Binary files /dev/null and b/static/icons/vendor/homarr/png/lidarr.png differ
diff --git a/static/icons/vendor/homarr/png/lidl.png b/static/icons/vendor/homarr/png/lidl.png
new file mode 100644
index 0000000..d465df3
Binary files /dev/null and b/static/icons/vendor/homarr/png/lidl.png differ
diff --git a/static/icons/vendor/homarr/png/lightning-terminal.png b/static/icons/vendor/homarr/png/lightning-terminal.png
new file mode 100644
index 0000000..bbb794f
Binary files /dev/null and b/static/icons/vendor/homarr/png/lightning-terminal.png differ
diff --git a/static/icons/vendor/homarr/png/lighttpd.png b/static/icons/vendor/homarr/png/lighttpd.png
new file mode 100644
index 0000000..5e1fb59
Binary files /dev/null and b/static/icons/vendor/homarr/png/lighttpd.png differ
diff --git a/static/icons/vendor/homarr/png/limesurvey.png b/static/icons/vendor/homarr/png/limesurvey.png
new file mode 100644
index 0000000..f7cc762
Binary files /dev/null and b/static/icons/vendor/homarr/png/limesurvey.png differ
diff --git a/static/icons/vendor/homarr/png/linear-dark.png b/static/icons/vendor/homarr/png/linear-dark.png
new file mode 100644
index 0000000..4592a13
Binary files /dev/null and b/static/icons/vendor/homarr/png/linear-dark.png differ
diff --git a/static/icons/vendor/homarr/png/linear.png b/static/icons/vendor/homarr/png/linear.png
new file mode 100644
index 0000000..1eae320
Binary files /dev/null and b/static/icons/vendor/homarr/png/linear.png differ
diff --git a/static/icons/vendor/homarr/png/linguacafe.png b/static/icons/vendor/homarr/png/linguacafe.png
new file mode 100644
index 0000000..2fd4bb4
Binary files /dev/null and b/static/icons/vendor/homarr/png/linguacafe.png differ
diff --git a/static/icons/vendor/homarr/png/linkace.png b/static/icons/vendor/homarr/png/linkace.png
new file mode 100644
index 0000000..0a81bb6
Binary files /dev/null and b/static/icons/vendor/homarr/png/linkace.png differ
diff --git a/static/icons/vendor/homarr/png/linkding.png b/static/icons/vendor/homarr/png/linkding.png
new file mode 100644
index 0000000..f1e3e1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/linkding.png differ
diff --git a/static/icons/vendor/homarr/png/linkedin.png b/static/icons/vendor/homarr/png/linkedin.png
new file mode 100644
index 0000000..45ac979
Binary files /dev/null and b/static/icons/vendor/homarr/png/linkedin.png differ
diff --git a/static/icons/vendor/homarr/png/linkstack.png b/static/icons/vendor/homarr/png/linkstack.png
new file mode 100644
index 0000000..b068b3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/linkstack.png differ
diff --git a/static/icons/vendor/homarr/png/linksys.png b/static/icons/vendor/homarr/png/linksys.png
new file mode 100644
index 0000000..1430b12
Binary files /dev/null and b/static/icons/vendor/homarr/png/linksys.png differ
diff --git a/static/icons/vendor/homarr/png/linkwarden.png b/static/icons/vendor/homarr/png/linkwarden.png
new file mode 100644
index 0000000..a40400b
Binary files /dev/null and b/static/icons/vendor/homarr/png/linkwarden.png differ
diff --git a/static/icons/vendor/homarr/png/linode.png b/static/icons/vendor/homarr/png/linode.png
new file mode 100644
index 0000000..e52af43
Binary files /dev/null and b/static/icons/vendor/homarr/png/linode.png differ
diff --git a/static/icons/vendor/homarr/png/linux-mint.png b/static/icons/vendor/homarr/png/linux-mint.png
new file mode 100644
index 0000000..9fc2983
Binary files /dev/null and b/static/icons/vendor/homarr/png/linux-mint.png differ
diff --git a/static/icons/vendor/homarr/png/linux.png b/static/icons/vendor/homarr/png/linux.png
new file mode 100644
index 0000000..2265403
Binary files /dev/null and b/static/icons/vendor/homarr/png/linux.png differ
diff --git a/static/icons/vendor/homarr/png/linuxdo.png b/static/icons/vendor/homarr/png/linuxdo.png
new file mode 100644
index 0000000..26e97b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/linuxdo.png differ
diff --git a/static/icons/vendor/homarr/png/linuxgsm.png b/static/icons/vendor/homarr/png/linuxgsm.png
new file mode 100644
index 0000000..10993cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/linuxgsm.png differ
diff --git a/static/icons/vendor/homarr/png/linuxserver-io.png b/static/icons/vendor/homarr/png/linuxserver-io.png
new file mode 100644
index 0000000..6ee70ef
Binary files /dev/null and b/static/icons/vendor/homarr/png/linuxserver-io.png differ
diff --git a/static/icons/vendor/homarr/png/liremdb.png b/static/icons/vendor/homarr/png/liremdb.png
new file mode 100644
index 0000000..1612408
Binary files /dev/null and b/static/icons/vendor/homarr/png/liremdb.png differ
diff --git a/static/icons/vendor/homarr/png/listenbrainz.png b/static/icons/vendor/homarr/png/listenbrainz.png
new file mode 100644
index 0000000..724ba99
Binary files /dev/null and b/static/icons/vendor/homarr/png/listenbrainz.png differ
diff --git a/static/icons/vendor/homarr/png/listmonk.png b/static/icons/vendor/homarr/png/listmonk.png
new file mode 100644
index 0000000..b102373
Binary files /dev/null and b/static/icons/vendor/homarr/png/listmonk.png differ
diff --git a/static/icons/vendor/homarr/png/lite-speed.png b/static/icons/vendor/homarr/png/lite-speed.png
new file mode 100644
index 0000000..56ffcf1
Binary files /dev/null and b/static/icons/vendor/homarr/png/lite-speed.png differ
diff --git a/static/icons/vendor/homarr/png/littlelink-custom.png b/static/icons/vendor/homarr/png/littlelink-custom.png
new file mode 100644
index 0000000..8a21c1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/littlelink-custom.png differ
diff --git a/static/icons/vendor/homarr/png/livebook.png b/static/icons/vendor/homarr/png/livebook.png
new file mode 100644
index 0000000..25b65b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/livebook.png differ
diff --git a/static/icons/vendor/homarr/png/lldap-dark.png b/static/icons/vendor/homarr/png/lldap-dark.png
new file mode 100644
index 0000000..f0dd2ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/lldap-dark.png differ
diff --git a/static/icons/vendor/homarr/png/lldap.png b/static/icons/vendor/homarr/png/lldap.png
new file mode 100644
index 0000000..9073c95
Binary files /dev/null and b/static/icons/vendor/homarr/png/lldap.png differ
diff --git a/static/icons/vendor/homarr/png/lms-mixtape.png b/static/icons/vendor/homarr/png/lms-mixtape.png
new file mode 100644
index 0000000..fb8e912
Binary files /dev/null and b/static/icons/vendor/homarr/png/lms-mixtape.png differ
diff --git a/static/icons/vendor/homarr/png/lnbits.png b/static/icons/vendor/homarr/png/lnbits.png
new file mode 100644
index 0000000..cb97cb9
Binary files /dev/null and b/static/icons/vendor/homarr/png/lnbits.png differ
diff --git a/static/icons/vendor/homarr/png/lobe-chat.png b/static/icons/vendor/homarr/png/lobe-chat.png
new file mode 100644
index 0000000..56a4c83
Binary files /dev/null and b/static/icons/vendor/homarr/png/lobe-chat.png differ
diff --git a/static/icons/vendor/homarr/png/local-content-share.png b/static/icons/vendor/homarr/png/local-content-share.png
new file mode 100644
index 0000000..b0f0c9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/local-content-share.png differ
diff --git a/static/icons/vendor/homarr/png/local-xpose.png b/static/icons/vendor/homarr/png/local-xpose.png
new file mode 100644
index 0000000..93f2bdc
Binary files /dev/null and b/static/icons/vendor/homarr/png/local-xpose.png differ
diff --git a/static/icons/vendor/homarr/png/locals-light.png b/static/icons/vendor/homarr/png/locals-light.png
new file mode 100644
index 0000000..90efc5e
Binary files /dev/null and b/static/icons/vendor/homarr/png/locals-light.png differ
diff --git a/static/icons/vendor/homarr/png/locals.png b/static/icons/vendor/homarr/png/locals.png
new file mode 100644
index 0000000..9a948b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/locals.png differ
diff --git a/static/icons/vendor/homarr/png/lockheed-martin.png b/static/icons/vendor/homarr/png/lockheed-martin.png
new file mode 100644
index 0000000..5db8b6e
Binary files /dev/null and b/static/icons/vendor/homarr/png/lockheed-martin.png differ
diff --git a/static/icons/vendor/homarr/png/lodestone.png b/static/icons/vendor/homarr/png/lodestone.png
new file mode 100644
index 0000000..ef2acce
Binary files /dev/null and b/static/icons/vendor/homarr/png/lodestone.png differ
diff --git a/static/icons/vendor/homarr/png/loggifly.png b/static/icons/vendor/homarr/png/loggifly.png
new file mode 100644
index 0000000..25e47f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/loggifly.png differ
diff --git a/static/icons/vendor/homarr/png/logitech-gaming.png b/static/icons/vendor/homarr/png/logitech-gaming.png
new file mode 100644
index 0000000..703fc52
Binary files /dev/null and b/static/icons/vendor/homarr/png/logitech-gaming.png differ
diff --git a/static/icons/vendor/homarr/png/logitech-legacy.png b/static/icons/vendor/homarr/png/logitech-legacy.png
new file mode 100644
index 0000000..db1e990
Binary files /dev/null and b/static/icons/vendor/homarr/png/logitech-legacy.png differ
diff --git a/static/icons/vendor/homarr/png/logitech-light.png b/static/icons/vendor/homarr/png/logitech-light.png
new file mode 100644
index 0000000..162cf9d
Binary files /dev/null and b/static/icons/vendor/homarr/png/logitech-light.png differ
diff --git a/static/icons/vendor/homarr/png/logitech.png b/static/icons/vendor/homarr/png/logitech.png
new file mode 100644
index 0000000..030f261
Binary files /dev/null and b/static/icons/vendor/homarr/png/logitech.png differ
diff --git a/static/icons/vendor/homarr/png/logseq.png b/static/icons/vendor/homarr/png/logseq.png
new file mode 100644
index 0000000..7450c35
Binary files /dev/null and b/static/icons/vendor/homarr/png/logseq.png differ
diff --git a/static/icons/vendor/homarr/png/logstash.png b/static/icons/vendor/homarr/png/logstash.png
new file mode 100644
index 0000000..a42eab7
Binary files /dev/null and b/static/icons/vendor/homarr/png/logstash.png differ
diff --git a/static/icons/vendor/homarr/png/logto.png b/static/icons/vendor/homarr/png/logto.png
new file mode 100644
index 0000000..4fa07f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/logto.png differ
diff --git a/static/icons/vendor/homarr/png/loki.png b/static/icons/vendor/homarr/png/loki.png
new file mode 100644
index 0000000..4eb3ebd
Binary files /dev/null and b/static/icons/vendor/homarr/png/loki.png differ
diff --git a/static/icons/vendor/homarr/png/longhorn.png b/static/icons/vendor/homarr/png/longhorn.png
new file mode 100644
index 0000000..ef89428
Binary files /dev/null and b/static/icons/vendor/homarr/png/longhorn.png differ
diff --git a/static/icons/vendor/homarr/png/lostack.png b/static/icons/vendor/homarr/png/lostack.png
new file mode 100644
index 0000000..ac63338
Binary files /dev/null and b/static/icons/vendor/homarr/png/lostack.png differ
diff --git a/static/icons/vendor/homarr/png/loxone-full.png b/static/icons/vendor/homarr/png/loxone-full.png
new file mode 100644
index 0000000..0625fdf
Binary files /dev/null and b/static/icons/vendor/homarr/png/loxone-full.png differ
diff --git a/static/icons/vendor/homarr/png/loxone.png b/static/icons/vendor/homarr/png/loxone.png
new file mode 100644
index 0000000..b629aba
Binary files /dev/null and b/static/icons/vendor/homarr/png/loxone.png differ
diff --git a/static/icons/vendor/homarr/png/lsio.png b/static/icons/vendor/homarr/png/lsio.png
new file mode 100644
index 0000000..fae551e
Binary files /dev/null and b/static/icons/vendor/homarr/png/lsio.png differ
diff --git a/static/icons/vendor/homarr/png/lua.png b/static/icons/vendor/homarr/png/lua.png
new file mode 100644
index 0000000..fb1e84f
Binary files /dev/null and b/static/icons/vendor/homarr/png/lua.png differ
diff --git a/static/icons/vendor/homarr/png/lubelogger.png b/static/icons/vendor/homarr/png/lubelogger.png
new file mode 100644
index 0000000..d9210f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/lubelogger.png differ
diff --git a/static/icons/vendor/homarr/png/lubuntu-linux.png b/static/icons/vendor/homarr/png/lubuntu-linux.png
new file mode 100644
index 0000000..0e64d92
Binary files /dev/null and b/static/icons/vendor/homarr/png/lubuntu-linux.png differ
diff --git a/static/icons/vendor/homarr/png/lucida.png b/static/icons/vendor/homarr/png/lucida.png
new file mode 100644
index 0000000..a30e378
Binary files /dev/null and b/static/icons/vendor/homarr/png/lucida.png differ
diff --git a/static/icons/vendor/homarr/png/ludus-dark.png b/static/icons/vendor/homarr/png/ludus-dark.png
new file mode 100644
index 0000000..2c9de6b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ludus-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ludus.png b/static/icons/vendor/homarr/png/ludus.png
new file mode 100644
index 0000000..539e9fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/ludus.png differ
diff --git a/static/icons/vendor/homarr/png/lunalytics.png b/static/icons/vendor/homarr/png/lunalytics.png
new file mode 100644
index 0000000..8887056
Binary files /dev/null and b/static/icons/vendor/homarr/png/lunalytics.png differ
diff --git a/static/icons/vendor/homarr/png/lunasea.png b/static/icons/vendor/homarr/png/lunasea.png
new file mode 100644
index 0000000..4eaf15b
Binary files /dev/null and b/static/icons/vendor/homarr/png/lunasea.png differ
diff --git a/static/icons/vendor/homarr/png/lunch-money.png b/static/icons/vendor/homarr/png/lunch-money.png
new file mode 100644
index 0000000..6c5c220
Binary files /dev/null and b/static/icons/vendor/homarr/png/lunch-money.png differ
diff --git a/static/icons/vendor/homarr/png/luxriot.png b/static/icons/vendor/homarr/png/luxriot.png
new file mode 100644
index 0000000..e718fce
Binary files /dev/null and b/static/icons/vendor/homarr/png/luxriot.png differ
diff --git a/static/icons/vendor/homarr/png/lychee.png b/static/icons/vendor/homarr/png/lychee.png
new file mode 100644
index 0000000..aab2206
Binary files /dev/null and b/static/icons/vendor/homarr/png/lychee.png differ
diff --git a/static/icons/vendor/homarr/png/lynx-light.png b/static/icons/vendor/homarr/png/lynx-light.png
new file mode 100644
index 0000000..7af2b06
Binary files /dev/null and b/static/icons/vendor/homarr/png/lynx-light.png differ
diff --git a/static/icons/vendor/homarr/png/lynx.png b/static/icons/vendor/homarr/png/lynx.png
new file mode 100644
index 0000000..ebc6dc1
Binary files /dev/null and b/static/icons/vendor/homarr/png/lynx.png differ
diff --git a/static/icons/vendor/homarr/png/lyrion-dark.png b/static/icons/vendor/homarr/png/lyrion-dark.png
new file mode 100644
index 0000000..9c7538c
Binary files /dev/null and b/static/icons/vendor/homarr/png/lyrion-dark.png differ
diff --git a/static/icons/vendor/homarr/png/lyrion.png b/static/icons/vendor/homarr/png/lyrion.png
new file mode 100644
index 0000000..ba0afc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/lyrion.png differ
diff --git a/static/icons/vendor/homarr/png/macmon.png b/static/icons/vendor/homarr/png/macmon.png
new file mode 100644
index 0000000..4dfa144
Binary files /dev/null and b/static/icons/vendor/homarr/png/macmon.png differ
diff --git a/static/icons/vendor/homarr/png/mail-archiver.png b/static/icons/vendor/homarr/png/mail-archiver.png
new file mode 100644
index 0000000..06c5642
Binary files /dev/null and b/static/icons/vendor/homarr/png/mail-archiver.png differ
diff --git a/static/icons/vendor/homarr/png/mail-in-a-box.png b/static/icons/vendor/homarr/png/mail-in-a-box.png
new file mode 100644
index 0000000..96970a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/mail-in-a-box.png differ
diff --git a/static/icons/vendor/homarr/png/mailchimp-light.png b/static/icons/vendor/homarr/png/mailchimp-light.png
new file mode 100644
index 0000000..28fa039
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailchimp-light.png differ
diff --git a/static/icons/vendor/homarr/png/mailchimp.png b/static/icons/vendor/homarr/png/mailchimp.png
new file mode 100644
index 0000000..6a67bcb
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailchimp.png differ
diff --git a/static/icons/vendor/homarr/png/mailcow.png b/static/icons/vendor/homarr/png/mailcow.png
new file mode 100644
index 0000000..262c6d5
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailcow.png differ
diff --git a/static/icons/vendor/homarr/png/mailcowsogo.png b/static/icons/vendor/homarr/png/mailcowsogo.png
new file mode 100644
index 0000000..0109678
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailcowsogo.png differ
diff --git a/static/icons/vendor/homarr/png/mailfence.png b/static/icons/vendor/homarr/png/mailfence.png
new file mode 100644
index 0000000..8bdc683
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailfence.png differ
diff --git a/static/icons/vendor/homarr/png/mailgun.png b/static/icons/vendor/homarr/png/mailgun.png
new file mode 100644
index 0000000..5b98d51
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailgun.png differ
diff --git a/static/icons/vendor/homarr/png/mailhog.png b/static/icons/vendor/homarr/png/mailhog.png
new file mode 100644
index 0000000..7c06246
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailhog.png differ
diff --git a/static/icons/vendor/homarr/png/mailjet.png b/static/icons/vendor/homarr/png/mailjet.png
new file mode 100644
index 0000000..a6102e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailjet.png differ
diff --git a/static/icons/vendor/homarr/png/mailpit.png b/static/icons/vendor/homarr/png/mailpit.png
new file mode 100644
index 0000000..98f94a8
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailpit.png differ
diff --git a/static/icons/vendor/homarr/png/mailu.png b/static/icons/vendor/homarr/png/mailu.png
new file mode 100644
index 0000000..2f667ef
Binary files /dev/null and b/static/icons/vendor/homarr/png/mailu.png differ
diff --git a/static/icons/vendor/homarr/png/mainsail.png b/static/icons/vendor/homarr/png/mainsail.png
new file mode 100644
index 0000000..da4bf23
Binary files /dev/null and b/static/icons/vendor/homarr/png/mainsail.png differ
diff --git a/static/icons/vendor/homarr/png/maintainerr.png b/static/icons/vendor/homarr/png/maintainerr.png
new file mode 100644
index 0000000..09e988d
Binary files /dev/null and b/static/icons/vendor/homarr/png/maintainerr.png differ
diff --git a/static/icons/vendor/homarr/png/mak.png b/static/icons/vendor/homarr/png/mak.png
new file mode 100644
index 0000000..fd43faf
Binary files /dev/null and b/static/icons/vendor/homarr/png/mak.png differ
diff --git a/static/icons/vendor/homarr/png/makemkv.png b/static/icons/vendor/homarr/png/makemkv.png
new file mode 100644
index 0000000..d4ac2b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/makemkv.png differ
diff --git a/static/icons/vendor/homarr/png/maker-world-dark.png b/static/icons/vendor/homarr/png/maker-world-dark.png
new file mode 100644
index 0000000..fb9ffa8
Binary files /dev/null and b/static/icons/vendor/homarr/png/maker-world-dark.png differ
diff --git a/static/icons/vendor/homarr/png/maker-world.png b/static/icons/vendor/homarr/png/maker-world.png
new file mode 100644
index 0000000..9442d83
Binary files /dev/null and b/static/icons/vendor/homarr/png/maker-world.png differ
diff --git a/static/icons/vendor/homarr/png/maloja.png b/static/icons/vendor/homarr/png/maloja.png
new file mode 100644
index 0000000..07e7ff1
Binary files /dev/null and b/static/icons/vendor/homarr/png/maloja.png differ
diff --git a/static/icons/vendor/homarr/png/maltego-dark.png b/static/icons/vendor/homarr/png/maltego-dark.png
new file mode 100644
index 0000000..0938c87
Binary files /dev/null and b/static/icons/vendor/homarr/png/maltego-dark.png differ
diff --git a/static/icons/vendor/homarr/png/maltego-light.png b/static/icons/vendor/homarr/png/maltego-light.png
new file mode 100644
index 0000000..2790971
Binary files /dev/null and b/static/icons/vendor/homarr/png/maltego-light.png differ
diff --git a/static/icons/vendor/homarr/png/maltego-wordmark-dark.png b/static/icons/vendor/homarr/png/maltego-wordmark-dark.png
new file mode 100644
index 0000000..f73e121
Binary files /dev/null and b/static/icons/vendor/homarr/png/maltego-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/maltego-wordmark-light.png b/static/icons/vendor/homarr/png/maltego-wordmark-light.png
new file mode 100644
index 0000000..f3e9d7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/maltego-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/maltego.png b/static/icons/vendor/homarr/png/maltego.png
new file mode 100644
index 0000000..0938c87
Binary files /dev/null and b/static/icons/vendor/homarr/png/maltego.png differ
diff --git a/static/icons/vendor/homarr/png/manga-dex.png b/static/icons/vendor/homarr/png/manga-dex.png
new file mode 100644
index 0000000..6b1daa7
Binary files /dev/null and b/static/icons/vendor/homarr/png/manga-dex.png differ
diff --git a/static/icons/vendor/homarr/png/mango.png b/static/icons/vendor/homarr/png/mango.png
new file mode 100644
index 0000000..c8dcbd4
Binary files /dev/null and b/static/icons/vendor/homarr/png/mango.png differ
diff --git a/static/icons/vendor/homarr/png/manjaro-linux.png b/static/icons/vendor/homarr/png/manjaro-linux.png
new file mode 100644
index 0000000..3b7e46e
Binary files /dev/null and b/static/icons/vendor/homarr/png/manjaro-linux.png differ
diff --git a/static/icons/vendor/homarr/png/mantisbt.png b/static/icons/vendor/homarr/png/mantisbt.png
new file mode 100644
index 0000000..f5f6ac2
Binary files /dev/null and b/static/icons/vendor/homarr/png/mantisbt.png differ
diff --git a/static/icons/vendor/homarr/png/mantrae-dark.png b/static/icons/vendor/homarr/png/mantrae-dark.png
new file mode 100644
index 0000000..9dca0ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/mantrae-dark.png differ
diff --git a/static/icons/vendor/homarr/png/mantrae-light.png b/static/icons/vendor/homarr/png/mantrae-light.png
new file mode 100644
index 0000000..e629c2d
Binary files /dev/null and b/static/icons/vendor/homarr/png/mantrae-light.png differ
diff --git a/static/icons/vendor/homarr/png/mantrae.png b/static/icons/vendor/homarr/png/mantrae.png
new file mode 100644
index 0000000..f6e1c22
Binary files /dev/null and b/static/icons/vendor/homarr/png/mantrae.png differ
diff --git a/static/icons/vendor/homarr/png/many-notes.png b/static/icons/vendor/homarr/png/many-notes.png
new file mode 100644
index 0000000..0d7d5cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/many-notes.png differ
diff --git a/static/icons/vendor/homarr/png/manyfold.png b/static/icons/vendor/homarr/png/manyfold.png
new file mode 100644
index 0000000..172666c
Binary files /dev/null and b/static/icons/vendor/homarr/png/manyfold.png differ
diff --git a/static/icons/vendor/homarr/png/maptiler.png b/static/icons/vendor/homarr/png/maptiler.png
new file mode 100644
index 0000000..1c231f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/maptiler.png differ
diff --git a/static/icons/vendor/homarr/png/marginalia.png b/static/icons/vendor/homarr/png/marginalia.png
new file mode 100644
index 0000000..adffebc
Binary files /dev/null and b/static/icons/vendor/homarr/png/marginalia.png differ
diff --git a/static/icons/vendor/homarr/png/mariadb.png b/static/icons/vendor/homarr/png/mariadb.png
new file mode 100644
index 0000000..6a6e5e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/mariadb.png differ
diff --git a/static/icons/vendor/homarr/png/marimo.png b/static/icons/vendor/homarr/png/marimo.png
new file mode 100644
index 0000000..752b9ec
Binary files /dev/null and b/static/icons/vendor/homarr/png/marimo.png differ
diff --git a/static/icons/vendor/homarr/png/marktplaats.png b/static/icons/vendor/homarr/png/marktplaats.png
new file mode 100644
index 0000000..5dab12f
Binary files /dev/null and b/static/icons/vendor/homarr/png/marktplaats.png differ
diff --git a/static/icons/vendor/homarr/png/marzban.png b/static/icons/vendor/homarr/png/marzban.png
new file mode 100644
index 0000000..b8b9c13
Binary files /dev/null and b/static/icons/vendor/homarr/png/marzban.png differ
diff --git a/static/icons/vendor/homarr/png/mastodon.png b/static/icons/vendor/homarr/png/mastodon.png
new file mode 100644
index 0000000..e8e7ebe
Binary files /dev/null and b/static/icons/vendor/homarr/png/mastodon.png differ
diff --git a/static/icons/vendor/homarr/png/matomo.png b/static/icons/vendor/homarr/png/matomo.png
new file mode 100644
index 0000000..dee27c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/matomo.png differ
diff --git a/static/icons/vendor/homarr/png/matrix-light.png b/static/icons/vendor/homarr/png/matrix-light.png
new file mode 100644
index 0000000..718bc8a
Binary files /dev/null and b/static/icons/vendor/homarr/png/matrix-light.png differ
diff --git a/static/icons/vendor/homarr/png/matrix-synapse-light.png b/static/icons/vendor/homarr/png/matrix-synapse-light.png
new file mode 100644
index 0000000..1f4e713
Binary files /dev/null and b/static/icons/vendor/homarr/png/matrix-synapse-light.png differ
diff --git a/static/icons/vendor/homarr/png/matrix-synapse.png b/static/icons/vendor/homarr/png/matrix-synapse.png
new file mode 100644
index 0000000..3debee8
Binary files /dev/null and b/static/icons/vendor/homarr/png/matrix-synapse.png differ
diff --git a/static/icons/vendor/homarr/png/matrix.png b/static/icons/vendor/homarr/png/matrix.png
new file mode 100644
index 0000000..bb10599
Binary files /dev/null and b/static/icons/vendor/homarr/png/matrix.png differ
diff --git a/static/icons/vendor/homarr/png/matter-light.png b/static/icons/vendor/homarr/png/matter-light.png
new file mode 100644
index 0000000..3bdf11b
Binary files /dev/null and b/static/icons/vendor/homarr/png/matter-light.png differ
diff --git a/static/icons/vendor/homarr/png/matter.png b/static/icons/vendor/homarr/png/matter.png
new file mode 100644
index 0000000..fb2990d
Binary files /dev/null and b/static/icons/vendor/homarr/png/matter.png differ
diff --git a/static/icons/vendor/homarr/png/matterbridge.png b/static/icons/vendor/homarr/png/matterbridge.png
new file mode 100644
index 0000000..775bca6
Binary files /dev/null and b/static/icons/vendor/homarr/png/matterbridge.png differ
diff --git a/static/icons/vendor/homarr/png/mattermost.png b/static/icons/vendor/homarr/png/mattermost.png
new file mode 100644
index 0000000..070c44d
Binary files /dev/null and b/static/icons/vendor/homarr/png/mattermost.png differ
diff --git a/static/icons/vendor/homarr/png/mautic.png b/static/icons/vendor/homarr/png/mautic.png
new file mode 100644
index 0000000..39f2136
Binary files /dev/null and b/static/icons/vendor/homarr/png/mautic.png differ
diff --git a/static/icons/vendor/homarr/png/max.png b/static/icons/vendor/homarr/png/max.png
new file mode 100644
index 0000000..e9669ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/max.png differ
diff --git a/static/icons/vendor/homarr/png/mayan-edms-light.png b/static/icons/vendor/homarr/png/mayan-edms-light.png
new file mode 100644
index 0000000..19cb072
Binary files /dev/null and b/static/icons/vendor/homarr/png/mayan-edms-light.png differ
diff --git a/static/icons/vendor/homarr/png/mayan-edms.png b/static/icons/vendor/homarr/png/mayan-edms.png
new file mode 100644
index 0000000..b9275fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/mayan-edms.png differ
diff --git a/static/icons/vendor/homarr/png/maybe.png b/static/icons/vendor/homarr/png/maybe.png
new file mode 100644
index 0000000..96a0a07
Binary files /dev/null and b/static/icons/vendor/homarr/png/maybe.png differ
diff --git a/static/icons/vendor/homarr/png/mazanoke.png b/static/icons/vendor/homarr/png/mazanoke.png
new file mode 100644
index 0000000..8412c96
Binary files /dev/null and b/static/icons/vendor/homarr/png/mazanoke.png differ
diff --git a/static/icons/vendor/homarr/png/mbin.png b/static/icons/vendor/homarr/png/mbin.png
new file mode 100644
index 0000000..b1d5030
Binary files /dev/null and b/static/icons/vendor/homarr/png/mbin.png differ
diff --git a/static/icons/vendor/homarr/png/mcmyadmin.png b/static/icons/vendor/homarr/png/mcmyadmin.png
new file mode 100644
index 0000000..16c8fab
Binary files /dev/null and b/static/icons/vendor/homarr/png/mcmyadmin.png differ
diff --git a/static/icons/vendor/homarr/png/mealie.png b/static/icons/vendor/homarr/png/mealie.png
new file mode 100644
index 0000000..458d2ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/mealie.png differ
diff --git a/static/icons/vendor/homarr/png/medama.png b/static/icons/vendor/homarr/png/medama.png
new file mode 100644
index 0000000..25a2f42
Binary files /dev/null and b/static/icons/vendor/homarr/png/medama.png differ
diff --git a/static/icons/vendor/homarr/png/media-manager.png b/static/icons/vendor/homarr/png/media-manager.png
new file mode 100644
index 0000000..a16e379
Binary files /dev/null and b/static/icons/vendor/homarr/png/media-manager.png differ
diff --git a/static/icons/vendor/homarr/png/mediafire.png b/static/icons/vendor/homarr/png/mediafire.png
new file mode 100644
index 0000000..475d4bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/mediafire.png differ
diff --git a/static/icons/vendor/homarr/png/mediathekarr.png b/static/icons/vendor/homarr/png/mediathekarr.png
new file mode 100644
index 0000000..5f2c762
Binary files /dev/null and b/static/icons/vendor/homarr/png/mediathekarr.png differ
diff --git a/static/icons/vendor/homarr/png/mediathekview.png b/static/icons/vendor/homarr/png/mediathekview.png
new file mode 100644
index 0000000..f370cc2
Binary files /dev/null and b/static/icons/vendor/homarr/png/mediathekview.png differ
diff --git a/static/icons/vendor/homarr/png/mediawiki.png b/static/icons/vendor/homarr/png/mediawiki.png
new file mode 100644
index 0000000..f5c6823
Binary files /dev/null and b/static/icons/vendor/homarr/png/mediawiki.png differ
diff --git a/static/icons/vendor/homarr/png/medium-dark.png b/static/icons/vendor/homarr/png/medium-dark.png
new file mode 100644
index 0000000..d26a259
Binary files /dev/null and b/static/icons/vendor/homarr/png/medium-dark.png differ
diff --git a/static/icons/vendor/homarr/png/medium-light.png b/static/icons/vendor/homarr/png/medium-light.png
new file mode 100644
index 0000000..9355a59
Binary files /dev/null and b/static/icons/vendor/homarr/png/medium-light.png differ
diff --git a/static/icons/vendor/homarr/png/mediux.png b/static/icons/vendor/homarr/png/mediux.png
new file mode 100644
index 0000000..6444f7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/mediux.png differ
diff --git a/static/icons/vendor/homarr/png/medusa-light.png b/static/icons/vendor/homarr/png/medusa-light.png
new file mode 100644
index 0000000..87719f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/medusa-light.png differ
diff --git a/static/icons/vendor/homarr/png/medusa.png b/static/icons/vendor/homarr/png/medusa.png
new file mode 100644
index 0000000..b9ec12e
Binary files /dev/null and b/static/icons/vendor/homarr/png/medusa.png differ
diff --git a/static/icons/vendor/homarr/png/mega-nz-dark.png b/static/icons/vendor/homarr/png/mega-nz-dark.png
new file mode 100644
index 0000000..ca74bd0
Binary files /dev/null and b/static/icons/vendor/homarr/png/mega-nz-dark.png differ
diff --git a/static/icons/vendor/homarr/png/mega-nz.png b/static/icons/vendor/homarr/png/mega-nz.png
new file mode 100644
index 0000000..003793e
Binary files /dev/null and b/static/icons/vendor/homarr/png/mega-nz.png differ
diff --git a/static/icons/vendor/homarr/png/meilisearch.png b/static/icons/vendor/homarr/png/meilisearch.png
new file mode 100644
index 0000000..85f4964
Binary files /dev/null and b/static/icons/vendor/homarr/png/meilisearch.png differ
diff --git a/static/icons/vendor/homarr/png/mem-ai.png b/static/icons/vendor/homarr/png/mem-ai.png
new file mode 100644
index 0000000..cef231e
Binary files /dev/null and b/static/icons/vendor/homarr/png/mem-ai.png differ
diff --git a/static/icons/vendor/homarr/png/memories-light.png b/static/icons/vendor/homarr/png/memories-light.png
new file mode 100644
index 0000000..d96b6b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/memories-light.png differ
diff --git a/static/icons/vendor/homarr/png/memories.png b/static/icons/vendor/homarr/png/memories.png
new file mode 100644
index 0000000..703627f
Binary files /dev/null and b/static/icons/vendor/homarr/png/memories.png differ
diff --git a/static/icons/vendor/homarr/png/memos.png b/static/icons/vendor/homarr/png/memos.png
new file mode 100644
index 0000000..a48b621
Binary files /dev/null and b/static/icons/vendor/homarr/png/memos.png differ
diff --git a/static/icons/vendor/homarr/png/mempool.png b/static/icons/vendor/homarr/png/mempool.png
new file mode 100644
index 0000000..8006602
Binary files /dev/null and b/static/icons/vendor/homarr/png/mempool.png differ
diff --git a/static/icons/vendor/homarr/png/meraki.png b/static/icons/vendor/homarr/png/meraki.png
new file mode 100644
index 0000000..cb3cea8
Binary files /dev/null and b/static/icons/vendor/homarr/png/meraki.png differ
diff --git a/static/icons/vendor/homarr/png/mercusys.png b/static/icons/vendor/homarr/png/mercusys.png
new file mode 100644
index 0000000..bf08832
Binary files /dev/null and b/static/icons/vendor/homarr/png/mercusys.png differ
diff --git a/static/icons/vendor/homarr/png/mergeable-dark.png b/static/icons/vendor/homarr/png/mergeable-dark.png
new file mode 100644
index 0000000..774b7ab
Binary files /dev/null and b/static/icons/vendor/homarr/png/mergeable-dark.png differ
diff --git a/static/icons/vendor/homarr/png/mergeable.png b/static/icons/vendor/homarr/png/mergeable.png
new file mode 100644
index 0000000..bac91de
Binary files /dev/null and b/static/icons/vendor/homarr/png/mergeable.png differ
diff --git a/static/icons/vendor/homarr/png/meshcentral.png b/static/icons/vendor/homarr/png/meshcentral.png
new file mode 100644
index 0000000..88825b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/meshcentral.png differ
diff --git a/static/icons/vendor/homarr/png/meshping-light.png b/static/icons/vendor/homarr/png/meshping-light.png
new file mode 100644
index 0000000..635302e
Binary files /dev/null and b/static/icons/vendor/homarr/png/meshping-light.png differ
diff --git a/static/icons/vendor/homarr/png/meshping.png b/static/icons/vendor/homarr/png/meshping.png
new file mode 100644
index 0000000..98ae5ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/meshping.png differ
diff --git a/static/icons/vendor/homarr/png/meshtastic.png b/static/icons/vendor/homarr/png/meshtastic.png
new file mode 100644
index 0000000..8f79e67
Binary files /dev/null and b/static/icons/vendor/homarr/png/meshtastic.png differ
diff --git a/static/icons/vendor/homarr/png/meta.png b/static/icons/vendor/homarr/png/meta.png
new file mode 100644
index 0000000..d9ffd30
Binary files /dev/null and b/static/icons/vendor/homarr/png/meta.png differ
diff --git a/static/icons/vendor/homarr/png/metabase.png b/static/icons/vendor/homarr/png/metabase.png
new file mode 100644
index 0000000..3f3496b
Binary files /dev/null and b/static/icons/vendor/homarr/png/metabase.png differ
diff --git a/static/icons/vendor/homarr/png/metabrainz.png b/static/icons/vendor/homarr/png/metabrainz.png
new file mode 100644
index 0000000..fdc9ca3
Binary files /dev/null and b/static/icons/vendor/homarr/png/metabrainz.png differ
diff --git a/static/icons/vendor/homarr/png/metallb.png b/static/icons/vendor/homarr/png/metallb.png
new file mode 100644
index 0000000..9479fa4
Binary files /dev/null and b/static/icons/vendor/homarr/png/metallb.png differ
diff --git a/static/icons/vendor/homarr/png/metube.png b/static/icons/vendor/homarr/png/metube.png
new file mode 100644
index 0000000..0aa9751
Binary files /dev/null and b/static/icons/vendor/homarr/png/metube.png differ
diff --git a/static/icons/vendor/homarr/png/microbin.png b/static/icons/vendor/homarr/png/microbin.png
new file mode 100644
index 0000000..af4d18f
Binary files /dev/null and b/static/icons/vendor/homarr/png/microbin.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-365-admin-center.png b/static/icons/vendor/homarr/png/microsoft-365-admin-center.png
new file mode 100644
index 0000000..406ac32
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-365-admin-center.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-365.png b/static/icons/vendor/homarr/png/microsoft-365.png
new file mode 100644
index 0000000..5798067
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-365.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-access.png b/static/icons/vendor/homarr/png/microsoft-access.png
new file mode 100644
index 0000000..748df0d
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-access.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-azure.png b/static/icons/vendor/homarr/png/microsoft-azure.png
new file mode 100644
index 0000000..8ba8b03
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-azure.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-bing.png b/static/icons/vendor/homarr/png/microsoft-bing.png
new file mode 100644
index 0000000..19288ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-bing.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-copilot.png b/static/icons/vendor/homarr/png/microsoft-copilot.png
new file mode 100644
index 0000000..4343d2c
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-copilot.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-defender.png b/static/icons/vendor/homarr/png/microsoft-defender.png
new file mode 100644
index 0000000..29ba612
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-defender.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-edge.png b/static/icons/vendor/homarr/png/microsoft-edge.png
new file mode 100644
index 0000000..f8ef867
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-edge.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-excel.png b/static/icons/vendor/homarr/png/microsoft-excel.png
new file mode 100644
index 0000000..a3f906b
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-excel.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-exchange.png b/static/icons/vendor/homarr/png/microsoft-exchange.png
new file mode 100644
index 0000000..58a9bb0
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-exchange.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-intune.png b/static/icons/vendor/homarr/png/microsoft-intune.png
new file mode 100644
index 0000000..90835ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-intune.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-office.png b/static/icons/vendor/homarr/png/microsoft-office.png
new file mode 100644
index 0000000..8c0309d
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-office.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-onedrive.png b/static/icons/vendor/homarr/png/microsoft-onedrive.png
new file mode 100644
index 0000000..cc40cca
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-onedrive.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-onenote.png b/static/icons/vendor/homarr/png/microsoft-onenote.png
new file mode 100644
index 0000000..85da274
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-onenote.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-outlook.png b/static/icons/vendor/homarr/png/microsoft-outlook.png
new file mode 100644
index 0000000..4d5a8c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-outlook.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-power-automate.png b/static/icons/vendor/homarr/png/microsoft-power-automate.png
new file mode 100644
index 0000000..b70bdcc
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-power-automate.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-powerpoint.png b/static/icons/vendor/homarr/png/microsoft-powerpoint.png
new file mode 100644
index 0000000..c5d9b74
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-powerpoint.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-remote-desktop.png b/static/icons/vendor/homarr/png/microsoft-remote-desktop.png
new file mode 100644
index 0000000..7806b7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-remote-desktop.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-sharepoint.png b/static/icons/vendor/homarr/png/microsoft-sharepoint.png
new file mode 100644
index 0000000..6d4a891
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-sharepoint.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-sql-server-light.png b/static/icons/vendor/homarr/png/microsoft-sql-server-light.png
new file mode 100644
index 0000000..176b721
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-sql-server-light.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-sql-server.png b/static/icons/vendor/homarr/png/microsoft-sql-server.png
new file mode 100644
index 0000000..5488b6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-sql-server.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-teams.png b/static/icons/vendor/homarr/png/microsoft-teams.png
new file mode 100644
index 0000000..8ee9e11
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-teams.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-to-do.png b/static/icons/vendor/homarr/png/microsoft-to-do.png
new file mode 100644
index 0000000..b424ec2
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-to-do.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-windows.png b/static/icons/vendor/homarr/png/microsoft-windows.png
new file mode 100644
index 0000000..78d6558
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-windows.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft-word.png b/static/icons/vendor/homarr/png/microsoft-word.png
new file mode 100644
index 0000000..e925765
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft-word.png differ
diff --git a/static/icons/vendor/homarr/png/microsoft.png b/static/icons/vendor/homarr/png/microsoft.png
new file mode 100644
index 0000000..7c07ab3
Binary files /dev/null and b/static/icons/vendor/homarr/png/microsoft.png differ
diff --git a/static/icons/vendor/homarr/png/midjourney-light.png b/static/icons/vendor/homarr/png/midjourney-light.png
new file mode 100644
index 0000000..94159e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/midjourney-light.png differ
diff --git a/static/icons/vendor/homarr/png/midjourney.png b/static/icons/vendor/homarr/png/midjourney.png
new file mode 100644
index 0000000..ca6c7cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/midjourney.png differ
diff --git a/static/icons/vendor/homarr/png/mikrotik-light.png b/static/icons/vendor/homarr/png/mikrotik-light.png
new file mode 100644
index 0000000..43ec7b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/mikrotik-light.png differ
diff --git a/static/icons/vendor/homarr/png/mikrotik.png b/static/icons/vendor/homarr/png/mikrotik.png
new file mode 100644
index 0000000..5479a0b
Binary files /dev/null and b/static/icons/vendor/homarr/png/mikrotik.png differ
diff --git a/static/icons/vendor/homarr/png/minecraft.png b/static/icons/vendor/homarr/png/minecraft.png
new file mode 100644
index 0000000..188eac6
Binary files /dev/null and b/static/icons/vendor/homarr/png/minecraft.png differ
diff --git a/static/icons/vendor/homarr/png/mineos.png b/static/icons/vendor/homarr/png/mineos.png
new file mode 100644
index 0000000..e6d343d
Binary files /dev/null and b/static/icons/vendor/homarr/png/mineos.png differ
diff --git a/static/icons/vendor/homarr/png/miniflux-light.png b/static/icons/vendor/homarr/png/miniflux-light.png
new file mode 100644
index 0000000..dfb05dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/miniflux-light.png differ
diff --git a/static/icons/vendor/homarr/png/miniflux.png b/static/icons/vendor/homarr/png/miniflux.png
new file mode 100644
index 0000000..4af00d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/miniflux.png differ
diff --git a/static/icons/vendor/homarr/png/minimserver.png b/static/icons/vendor/homarr/png/minimserver.png
new file mode 100644
index 0000000..c9b72c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/minimserver.png differ
diff --git a/static/icons/vendor/homarr/png/minio-light.png b/static/icons/vendor/homarr/png/minio-light.png
new file mode 100644
index 0000000..5276a3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/minio-light.png differ
diff --git a/static/icons/vendor/homarr/png/minio.png b/static/icons/vendor/homarr/png/minio.png
new file mode 100644
index 0000000..8b1e360
Binary files /dev/null and b/static/icons/vendor/homarr/png/minio.png differ
diff --git a/static/icons/vendor/homarr/png/miro.png b/static/icons/vendor/homarr/png/miro.png
new file mode 100644
index 0000000..1177e95
Binary files /dev/null and b/static/icons/vendor/homarr/png/miro.png differ
diff --git a/static/icons/vendor/homarr/png/misp.png b/static/icons/vendor/homarr/png/misp.png
new file mode 100644
index 0000000..551527e
Binary files /dev/null and b/static/icons/vendor/homarr/png/misp.png differ
diff --git a/static/icons/vendor/homarr/png/misskey-light.png b/static/icons/vendor/homarr/png/misskey-light.png
new file mode 100644
index 0000000..98f6728
Binary files /dev/null and b/static/icons/vendor/homarr/png/misskey-light.png differ
diff --git a/static/icons/vendor/homarr/png/misskey.png b/static/icons/vendor/homarr/png/misskey.png
new file mode 100644
index 0000000..1096c13
Binary files /dev/null and b/static/icons/vendor/homarr/png/misskey.png differ
diff --git a/static/icons/vendor/homarr/png/mistral-ai.png b/static/icons/vendor/homarr/png/mistral-ai.png
new file mode 100644
index 0000000..4f764bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/mistral-ai.png differ
diff --git a/static/icons/vendor/homarr/png/mitra.png b/static/icons/vendor/homarr/png/mitra.png
new file mode 100644
index 0000000..e8cc357
Binary files /dev/null and b/static/icons/vendor/homarr/png/mitra.png differ
diff --git a/static/icons/vendor/homarr/png/mixpost.png b/static/icons/vendor/homarr/png/mixpost.png
new file mode 100644
index 0000000..6827fdc
Binary files /dev/null and b/static/icons/vendor/homarr/png/mixpost.png differ
diff --git a/static/icons/vendor/homarr/png/mkdocs-light.png b/static/icons/vendor/homarr/png/mkdocs-light.png
new file mode 100644
index 0000000..498a5fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/mkdocs-light.png differ
diff --git a/static/icons/vendor/homarr/png/mkdocs.png b/static/icons/vendor/homarr/png/mkdocs.png
new file mode 100644
index 0000000..bf93a82
Binary files /dev/null and b/static/icons/vendor/homarr/png/mkdocs.png differ
diff --git a/static/icons/vendor/homarr/png/mkvtoolnix.png b/static/icons/vendor/homarr/png/mkvtoolnix.png
new file mode 100644
index 0000000..07c88ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/mkvtoolnix.png differ
diff --git a/static/icons/vendor/homarr/png/ml-flow-wordmark-dark.png b/static/icons/vendor/homarr/png/ml-flow-wordmark-dark.png
new file mode 100644
index 0000000..ed3db83
Binary files /dev/null and b/static/icons/vendor/homarr/png/ml-flow-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ml-flow-wordmark.png b/static/icons/vendor/homarr/png/ml-flow-wordmark.png
new file mode 100644
index 0000000..eb1c689
Binary files /dev/null and b/static/icons/vendor/homarr/png/ml-flow-wordmark.png differ
diff --git a/static/icons/vendor/homarr/png/mobaxterm.png b/static/icons/vendor/homarr/png/mobaxterm.png
new file mode 100644
index 0000000..6b664d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/mobaxterm.png differ
diff --git a/static/icons/vendor/homarr/png/mobilizon.png b/static/icons/vendor/homarr/png/mobilizon.png
new file mode 100644
index 0000000..930091e
Binary files /dev/null and b/static/icons/vendor/homarr/png/mobilizon.png differ
diff --git a/static/icons/vendor/homarr/png/mobotix-light.png b/static/icons/vendor/homarr/png/mobotix-light.png
new file mode 100644
index 0000000..87d35c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/mobotix-light.png differ
diff --git a/static/icons/vendor/homarr/png/mobotix.png b/static/icons/vendor/homarr/png/mobotix.png
new file mode 100644
index 0000000..1f0d64e
Binary files /dev/null and b/static/icons/vendor/homarr/png/mobotix.png differ
diff --git a/static/icons/vendor/homarr/png/mochahost.png b/static/icons/vendor/homarr/png/mochahost.png
new file mode 100644
index 0000000..98142fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/mochahost.png differ
diff --git a/static/icons/vendor/homarr/png/modrinth.png b/static/icons/vendor/homarr/png/modrinth.png
new file mode 100644
index 0000000..40a4c53
Binary files /dev/null and b/static/icons/vendor/homarr/png/modrinth.png differ
diff --git a/static/icons/vendor/homarr/png/mojeek.png b/static/icons/vendor/homarr/png/mojeek.png
new file mode 100644
index 0000000..fb15351
Binary files /dev/null and b/static/icons/vendor/homarr/png/mojeek.png differ
diff --git a/static/icons/vendor/homarr/png/molecule.png b/static/icons/vendor/homarr/png/molecule.png
new file mode 100644
index 0000000..552c165
Binary files /dev/null and b/static/icons/vendor/homarr/png/molecule.png differ
diff --git a/static/icons/vendor/homarr/png/monero.png b/static/icons/vendor/homarr/png/monero.png
new file mode 100644
index 0000000..9fd9612
Binary files /dev/null and b/static/icons/vendor/homarr/png/monero.png differ
diff --git a/static/icons/vendor/homarr/png/mongodb.png b/static/icons/vendor/homarr/png/mongodb.png
new file mode 100644
index 0000000..685f7c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/mongodb.png differ
diff --git a/static/icons/vendor/homarr/png/monica-light.png b/static/icons/vendor/homarr/png/monica-light.png
new file mode 100644
index 0000000..dea31ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/monica-light.png differ
diff --git a/static/icons/vendor/homarr/png/monica.png b/static/icons/vendor/homarr/png/monica.png
new file mode 100644
index 0000000..a741e62
Binary files /dev/null and b/static/icons/vendor/homarr/png/monica.png differ
diff --git a/static/icons/vendor/homarr/png/monit.png b/static/icons/vendor/homarr/png/monit.png
new file mode 100644
index 0000000..1aa7658
Binary files /dev/null and b/static/icons/vendor/homarr/png/monit.png differ
diff --git a/static/icons/vendor/homarr/png/monkeytype.png b/static/icons/vendor/homarr/png/monkeytype.png
new file mode 100644
index 0000000..05a9b0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/monkeytype.png differ
diff --git a/static/icons/vendor/homarr/png/moode-audio.png b/static/icons/vendor/homarr/png/moode-audio.png
new file mode 100644
index 0000000..71be351
Binary files /dev/null and b/static/icons/vendor/homarr/png/moode-audio.png differ
diff --git a/static/icons/vendor/homarr/png/moodist-dark.png b/static/icons/vendor/homarr/png/moodist-dark.png
new file mode 100644
index 0000000..e75e075
Binary files /dev/null and b/static/icons/vendor/homarr/png/moodist-dark.png differ
diff --git a/static/icons/vendor/homarr/png/moodist.png b/static/icons/vendor/homarr/png/moodist.png
new file mode 100644
index 0000000..343158e
Binary files /dev/null and b/static/icons/vendor/homarr/png/moodist.png differ
diff --git a/static/icons/vendor/homarr/png/moodle-light.png b/static/icons/vendor/homarr/png/moodle-light.png
new file mode 100644
index 0000000..3314640
Binary files /dev/null and b/static/icons/vendor/homarr/png/moodle-light.png differ
diff --git a/static/icons/vendor/homarr/png/moodle.png b/static/icons/vendor/homarr/png/moodle.png
new file mode 100644
index 0000000..6d46492
Binary files /dev/null and b/static/icons/vendor/homarr/png/moodle.png differ
diff --git a/static/icons/vendor/homarr/png/morphos.png b/static/icons/vendor/homarr/png/morphos.png
new file mode 100644
index 0000000..48aafea
Binary files /dev/null and b/static/icons/vendor/homarr/png/morphos.png differ
diff --git a/static/icons/vendor/homarr/png/morss.png b/static/icons/vendor/homarr/png/morss.png
new file mode 100644
index 0000000..405710d
Binary files /dev/null and b/static/icons/vendor/homarr/png/morss.png differ
diff --git a/static/icons/vendor/homarr/png/mosquitto.png b/static/icons/vendor/homarr/png/mosquitto.png
new file mode 100644
index 0000000..207feb7
Binary files /dev/null and b/static/icons/vendor/homarr/png/mosquitto.png differ
diff --git a/static/icons/vendor/homarr/png/motioneye-dark.png b/static/icons/vendor/homarr/png/motioneye-dark.png
new file mode 100644
index 0000000..1823460
Binary files /dev/null and b/static/icons/vendor/homarr/png/motioneye-dark.png differ
diff --git a/static/icons/vendor/homarr/png/motioneye.png b/static/icons/vendor/homarr/png/motioneye.png
new file mode 100644
index 0000000..16cba05
Binary files /dev/null and b/static/icons/vendor/homarr/png/motioneye.png differ
diff --git a/static/icons/vendor/homarr/png/mousehole-dark.png b/static/icons/vendor/homarr/png/mousehole-dark.png
new file mode 100644
index 0000000..b83e952
Binary files /dev/null and b/static/icons/vendor/homarr/png/mousehole-dark.png differ
diff --git a/static/icons/vendor/homarr/png/mousehole.png b/static/icons/vendor/homarr/png/mousehole.png
new file mode 100644
index 0000000..0bcace9
Binary files /dev/null and b/static/icons/vendor/homarr/png/mousehole.png differ
diff --git a/static/icons/vendor/homarr/png/movie-pilot.png b/static/icons/vendor/homarr/png/movie-pilot.png
new file mode 100644
index 0000000..c87a4e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/movie-pilot.png differ
diff --git a/static/icons/vendor/homarr/png/mpm.png b/static/icons/vendor/homarr/png/mpm.png
new file mode 100644
index 0000000..87d8568
Binary files /dev/null and b/static/icons/vendor/homarr/png/mpm.png differ
diff --git a/static/icons/vendor/homarr/png/mqtt.png b/static/icons/vendor/homarr/png/mqtt.png
new file mode 100644
index 0000000..846b8f2
Binary files /dev/null and b/static/icons/vendor/homarr/png/mqtt.png differ
diff --git a/static/icons/vendor/homarr/png/mstream.png b/static/icons/vendor/homarr/png/mstream.png
new file mode 100644
index 0000000..eff2e01
Binary files /dev/null and b/static/icons/vendor/homarr/png/mstream.png differ
diff --git a/static/icons/vendor/homarr/png/mtlynch-picoshare.png b/static/icons/vendor/homarr/png/mtlynch-picoshare.png
new file mode 100644
index 0000000..dbdf72b
Binary files /dev/null and b/static/icons/vendor/homarr/png/mtlynch-picoshare.png differ
diff --git a/static/icons/vendor/homarr/png/mubi-dark.png b/static/icons/vendor/homarr/png/mubi-dark.png
new file mode 100644
index 0000000..a05896b
Binary files /dev/null and b/static/icons/vendor/homarr/png/mubi-dark.png differ
diff --git a/static/icons/vendor/homarr/png/mubi.png b/static/icons/vendor/homarr/png/mubi.png
new file mode 100644
index 0000000..e660fb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/mubi.png differ
diff --git a/static/icons/vendor/homarr/png/mullvad-browser.png b/static/icons/vendor/homarr/png/mullvad-browser.png
new file mode 100644
index 0000000..88759bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/mullvad-browser.png differ
diff --git a/static/icons/vendor/homarr/png/mullvad-vpn.png b/static/icons/vendor/homarr/png/mullvad-vpn.png
new file mode 100644
index 0000000..e4a1109
Binary files /dev/null and b/static/icons/vendor/homarr/png/mullvad-vpn.png differ
diff --git a/static/icons/vendor/homarr/png/mullvad.png b/static/icons/vendor/homarr/png/mullvad.png
new file mode 100644
index 0000000..c9f36fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/mullvad.png differ
diff --git a/static/icons/vendor/homarr/png/multi-scrobbler.png b/static/icons/vendor/homarr/png/multi-scrobbler.png
new file mode 100644
index 0000000..080798a
Binary files /dev/null and b/static/icons/vendor/homarr/png/multi-scrobbler.png differ
diff --git a/static/icons/vendor/homarr/png/mumble-light.png b/static/icons/vendor/homarr/png/mumble-light.png
new file mode 100644
index 0000000..f0b8ca0
Binary files /dev/null and b/static/icons/vendor/homarr/png/mumble-light.png differ
diff --git a/static/icons/vendor/homarr/png/mumble.png b/static/icons/vendor/homarr/png/mumble.png
new file mode 100644
index 0000000..36d6d2c
Binary files /dev/null and b/static/icons/vendor/homarr/png/mumble.png differ
diff --git a/static/icons/vendor/homarr/png/musescore.png b/static/icons/vendor/homarr/png/musescore.png
new file mode 100644
index 0000000..57a9e53
Binary files /dev/null and b/static/icons/vendor/homarr/png/musescore.png differ
diff --git a/static/icons/vendor/homarr/png/music-assistant-light.png b/static/icons/vendor/homarr/png/music-assistant-light.png
new file mode 100644
index 0000000..44e883c
Binary files /dev/null and b/static/icons/vendor/homarr/png/music-assistant-light.png differ
diff --git a/static/icons/vendor/homarr/png/music-assistant.png b/static/icons/vendor/homarr/png/music-assistant.png
new file mode 100644
index 0000000..8b5d4e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/music-assistant.png differ
diff --git a/static/icons/vendor/homarr/png/musicbrainz.png b/static/icons/vendor/homarr/png/musicbrainz.png
new file mode 100644
index 0000000..5a7dd99
Binary files /dev/null and b/static/icons/vendor/homarr/png/musicbrainz.png differ
diff --git a/static/icons/vendor/homarr/png/my-guitar-tabs.png b/static/icons/vendor/homarr/png/my-guitar-tabs.png
new file mode 100644
index 0000000..beadc43
Binary files /dev/null and b/static/icons/vendor/homarr/png/my-guitar-tabs.png differ
diff --git a/static/icons/vendor/homarr/png/myheats-light.png b/static/icons/vendor/homarr/png/myheats-light.png
new file mode 100644
index 0000000..7f817fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/myheats-light.png differ
diff --git a/static/icons/vendor/homarr/png/myheats.png b/static/icons/vendor/homarr/png/myheats.png
new file mode 100644
index 0000000..4068ff6
Binary files /dev/null and b/static/icons/vendor/homarr/png/myheats.png differ
diff --git a/static/icons/vendor/homarr/png/mylar.png b/static/icons/vendor/homarr/png/mylar.png
new file mode 100644
index 0000000..c89a180
Binary files /dev/null and b/static/icons/vendor/homarr/png/mylar.png differ
diff --git a/static/icons/vendor/homarr/png/mympd.png b/static/icons/vendor/homarr/png/mympd.png
new file mode 100644
index 0000000..0f862d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/mympd.png differ
diff --git a/static/icons/vendor/homarr/png/myspeed.png b/static/icons/vendor/homarr/png/myspeed.png
new file mode 100644
index 0000000..af38e74
Binary files /dev/null and b/static/icons/vendor/homarr/png/myspeed.png differ
diff --git a/static/icons/vendor/homarr/png/mysql.png b/static/icons/vendor/homarr/png/mysql.png
new file mode 100644
index 0000000..a2a1893
Binary files /dev/null and b/static/icons/vendor/homarr/png/mysql.png differ
diff --git a/static/icons/vendor/homarr/png/mysterium.png b/static/icons/vendor/homarr/png/mysterium.png
new file mode 100644
index 0000000..6ba1a2e
Binary files /dev/null and b/static/icons/vendor/homarr/png/mysterium.png differ
diff --git a/static/icons/vendor/homarr/png/mythtv.png b/static/icons/vendor/homarr/png/mythtv.png
new file mode 100644
index 0000000..3be66d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/mythtv.png differ
diff --git a/static/icons/vendor/homarr/png/n8n.png b/static/icons/vendor/homarr/png/n8n.png
new file mode 100644
index 0000000..e55b821
Binary files /dev/null and b/static/icons/vendor/homarr/png/n8n.png differ
diff --git a/static/icons/vendor/homarr/png/nagios.png b/static/icons/vendor/homarr/png/nagios.png
new file mode 100644
index 0000000..e4f98fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/nagios.png differ
diff --git a/static/icons/vendor/homarr/png/name-silo.png b/static/icons/vendor/homarr/png/name-silo.png
new file mode 100644
index 0000000..ebf8c92
Binary files /dev/null and b/static/icons/vendor/homarr/png/name-silo.png differ
diff --git a/static/icons/vendor/homarr/png/namecheap.png b/static/icons/vendor/homarr/png/namecheap.png
new file mode 100644
index 0000000..5f1b7e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/namecheap.png differ
diff --git a/static/icons/vendor/homarr/png/nasa.png b/static/icons/vendor/homarr/png/nasa.png
new file mode 100644
index 0000000..8f93026
Binary files /dev/null and b/static/icons/vendor/homarr/png/nasa.png differ
diff --git a/static/icons/vendor/homarr/png/nastool.png b/static/icons/vendor/homarr/png/nastool.png
new file mode 100644
index 0000000..8813da6
Binary files /dev/null and b/static/icons/vendor/homarr/png/nastool.png differ
diff --git a/static/icons/vendor/homarr/png/natwest.png b/static/icons/vendor/homarr/png/natwest.png
new file mode 100644
index 0000000..89c0dc3
Binary files /dev/null and b/static/icons/vendor/homarr/png/natwest.png differ
diff --git a/static/icons/vendor/homarr/png/nautical-backup.png b/static/icons/vendor/homarr/png/nautical-backup.png
new file mode 100644
index 0000000..6d7b489
Binary files /dev/null and b/static/icons/vendor/homarr/png/nautical-backup.png differ
diff --git a/static/icons/vendor/homarr/png/navidrome-light.png b/static/icons/vendor/homarr/png/navidrome-light.png
new file mode 100644
index 0000000..6998aa0
Binary files /dev/null and b/static/icons/vendor/homarr/png/navidrome-light.png differ
diff --git a/static/icons/vendor/homarr/png/navidrome.png b/static/icons/vendor/homarr/png/navidrome.png
new file mode 100644
index 0000000..0c4ebd6
Binary files /dev/null and b/static/icons/vendor/homarr/png/navidrome.png differ
diff --git a/static/icons/vendor/homarr/png/ncore.png b/static/icons/vendor/homarr/png/ncore.png
new file mode 100644
index 0000000..dea792e
Binary files /dev/null and b/static/icons/vendor/homarr/png/ncore.png differ
diff --git a/static/icons/vendor/homarr/png/neko-light.png b/static/icons/vendor/homarr/png/neko-light.png
new file mode 100644
index 0000000..247eacd
Binary files /dev/null and b/static/icons/vendor/homarr/png/neko-light.png differ
diff --git a/static/icons/vendor/homarr/png/neko.png b/static/icons/vendor/homarr/png/neko.png
new file mode 100644
index 0000000..b7bc0d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/neko.png differ
diff --git a/static/icons/vendor/homarr/png/neo4j.png b/static/icons/vendor/homarr/png/neo4j.png
new file mode 100644
index 0000000..bbb9b4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/neo4j.png differ
diff --git a/static/icons/vendor/homarr/png/neocities.png b/static/icons/vendor/homarr/png/neocities.png
new file mode 100644
index 0000000..947ebcb
Binary files /dev/null and b/static/icons/vendor/homarr/png/neocities.png differ
diff --git a/static/icons/vendor/homarr/png/neodb.png b/static/icons/vendor/homarr/png/neodb.png
new file mode 100644
index 0000000..8290360
Binary files /dev/null and b/static/icons/vendor/homarr/png/neodb.png differ
diff --git a/static/icons/vendor/homarr/png/neon-tech.png b/static/icons/vendor/homarr/png/neon-tech.png
new file mode 100644
index 0000000..8220eea
Binary files /dev/null and b/static/icons/vendor/homarr/png/neon-tech.png differ
diff --git a/static/icons/vendor/homarr/png/neonlink.png b/static/icons/vendor/homarr/png/neonlink.png
new file mode 100644
index 0000000..5112ffc
Binary files /dev/null and b/static/icons/vendor/homarr/png/neonlink.png differ
diff --git a/static/icons/vendor/homarr/png/netalertx-light.png b/static/icons/vendor/homarr/png/netalertx-light.png
new file mode 100644
index 0000000..54ddb19
Binary files /dev/null and b/static/icons/vendor/homarr/png/netalertx-light.png differ
diff --git a/static/icons/vendor/homarr/png/netalertx.png b/static/icons/vendor/homarr/png/netalertx.png
new file mode 100644
index 0000000..ca83bab
Binary files /dev/null and b/static/icons/vendor/homarr/png/netalertx.png differ
diff --git a/static/icons/vendor/homarr/png/netapp-light.png b/static/icons/vendor/homarr/png/netapp-light.png
new file mode 100644
index 0000000..5c26900
Binary files /dev/null and b/static/icons/vendor/homarr/png/netapp-light.png differ
diff --git a/static/icons/vendor/homarr/png/netapp.png b/static/icons/vendor/homarr/png/netapp.png
new file mode 100644
index 0000000..1d29e9e
Binary files /dev/null and b/static/icons/vendor/homarr/png/netapp.png differ
diff --git a/static/icons/vendor/homarr/png/netatmo.png b/static/icons/vendor/homarr/png/netatmo.png
new file mode 100644
index 0000000..b8a12fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/netatmo.png differ
diff --git a/static/icons/vendor/homarr/png/netbird.png b/static/icons/vendor/homarr/png/netbird.png
new file mode 100644
index 0000000..901d176
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbird.png differ
diff --git a/static/icons/vendor/homarr/png/netboot.png b/static/icons/vendor/homarr/png/netboot.png
new file mode 100644
index 0000000..8c955f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/netboot.png differ
diff --git a/static/icons/vendor/homarr/png/netbootxyz.png b/static/icons/vendor/homarr/png/netbootxyz.png
new file mode 100644
index 0000000..d46ff62
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbootxyz.png differ
diff --git a/static/icons/vendor/homarr/png/netbox-dark.png b/static/icons/vendor/homarr/png/netbox-dark.png
new file mode 100644
index 0000000..5533c75
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbox-dark.png differ
diff --git a/static/icons/vendor/homarr/png/netbox-full-dark.png b/static/icons/vendor/homarr/png/netbox-full-dark.png
new file mode 100644
index 0000000..062ce52
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbox-full-dark.png differ
diff --git a/static/icons/vendor/homarr/png/netbox-full.png b/static/icons/vendor/homarr/png/netbox-full.png
new file mode 100644
index 0000000..a3a296d
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbox-full.png differ
diff --git a/static/icons/vendor/homarr/png/netbox.png b/static/icons/vendor/homarr/png/netbox.png
new file mode 100644
index 0000000..2819f8d
Binary files /dev/null and b/static/icons/vendor/homarr/png/netbox.png differ
diff --git a/static/icons/vendor/homarr/png/netcam-studio.png b/static/icons/vendor/homarr/png/netcam-studio.png
new file mode 100644
index 0000000..96fc795
Binary files /dev/null and b/static/icons/vendor/homarr/png/netcam-studio.png differ
diff --git a/static/icons/vendor/homarr/png/netdata.png b/static/icons/vendor/homarr/png/netdata.png
new file mode 100644
index 0000000..5f2404f
Binary files /dev/null and b/static/icons/vendor/homarr/png/netdata.png differ
diff --git a/static/icons/vendor/homarr/png/netflix.png b/static/icons/vendor/homarr/png/netflix.png
new file mode 100644
index 0000000..140f340
Binary files /dev/null and b/static/icons/vendor/homarr/png/netflix.png differ
diff --git a/static/icons/vendor/homarr/png/netgear-light.png b/static/icons/vendor/homarr/png/netgear-light.png
new file mode 100644
index 0000000..51e27a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/netgear-light.png differ
diff --git a/static/icons/vendor/homarr/png/netgear-orbi.png b/static/icons/vendor/homarr/png/netgear-orbi.png
new file mode 100644
index 0000000..f5cf205
Binary files /dev/null and b/static/icons/vendor/homarr/png/netgear-orbi.png differ
diff --git a/static/icons/vendor/homarr/png/netgear.png b/static/icons/vendor/homarr/png/netgear.png
new file mode 100644
index 0000000..4540f11
Binary files /dev/null and b/static/icons/vendor/homarr/png/netgear.png differ
diff --git a/static/icons/vendor/homarr/png/netlify.png b/static/icons/vendor/homarr/png/netlify.png
new file mode 100644
index 0000000..0b582f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/netlify.png differ
diff --git a/static/icons/vendor/homarr/png/netmaker.png b/static/icons/vendor/homarr/png/netmaker.png
new file mode 100644
index 0000000..d945603
Binary files /dev/null and b/static/icons/vendor/homarr/png/netmaker.png differ
diff --git a/static/icons/vendor/homarr/png/netronome.png b/static/icons/vendor/homarr/png/netronome.png
new file mode 100644
index 0000000..ead9ae0
Binary files /dev/null and b/static/icons/vendor/homarr/png/netronome.png differ
diff --git a/static/icons/vendor/homarr/png/netsurf-light.png b/static/icons/vendor/homarr/png/netsurf-light.png
new file mode 100644
index 0000000..1dc74d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/netsurf-light.png differ
diff --git a/static/icons/vendor/homarr/png/netsurf.png b/static/icons/vendor/homarr/png/netsurf.png
new file mode 100644
index 0000000..48efd85
Binary files /dev/null and b/static/icons/vendor/homarr/png/netsurf.png differ
diff --git a/static/icons/vendor/homarr/png/network-ups-tools.png b/static/icons/vendor/homarr/png/network-ups-tools.png
new file mode 100644
index 0000000..2393ed0
Binary files /dev/null and b/static/icons/vendor/homarr/png/network-ups-tools.png differ
diff --git a/static/icons/vendor/homarr/png/network-weathermap.png b/static/icons/vendor/homarr/png/network-weathermap.png
new file mode 100644
index 0000000..f08474a
Binary files /dev/null and b/static/icons/vendor/homarr/png/network-weathermap.png differ
diff --git a/static/icons/vendor/homarr/png/networking-toolbox-dark.png b/static/icons/vendor/homarr/png/networking-toolbox-dark.png
new file mode 100644
index 0000000..1b3881b
Binary files /dev/null and b/static/icons/vendor/homarr/png/networking-toolbox-dark.png differ
diff --git a/static/icons/vendor/homarr/png/networking-toolbox.png b/static/icons/vendor/homarr/png/networking-toolbox.png
new file mode 100644
index 0000000..7a09b09
Binary files /dev/null and b/static/icons/vendor/homarr/png/networking-toolbox.png differ
diff --git a/static/icons/vendor/homarr/png/newegg.png b/static/icons/vendor/homarr/png/newegg.png
new file mode 100644
index 0000000..25b1d59
Binary files /dev/null and b/static/icons/vendor/homarr/png/newegg.png differ
diff --git a/static/icons/vendor/homarr/png/newsblur.png b/static/icons/vendor/homarr/png/newsblur.png
new file mode 100644
index 0000000..2e0a1c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/newsblur.png differ
diff --git a/static/icons/vendor/homarr/png/newshosting-dark.png b/static/icons/vendor/homarr/png/newshosting-dark.png
new file mode 100644
index 0000000..36b2427
Binary files /dev/null and b/static/icons/vendor/homarr/png/newshosting-dark.png differ
diff --git a/static/icons/vendor/homarr/png/newshosting.png b/static/icons/vendor/homarr/png/newshosting.png
new file mode 100644
index 0000000..b2227e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/newshosting.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-blue.png b/static/icons/vendor/homarr/png/nextcloud-blue.png
new file mode 100644
index 0000000..d4ff9da
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-blue.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-calendar.png b/static/icons/vendor/homarr/png/nextcloud-calendar.png
new file mode 100644
index 0000000..47fbd27
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-calendar.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-contacts.png b/static/icons/vendor/homarr/png/nextcloud-contacts.png
new file mode 100644
index 0000000..302b420
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-contacts.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-cookbook.png b/static/icons/vendor/homarr/png/nextcloud-cookbook.png
new file mode 100644
index 0000000..ac66519
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-cookbook.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-cospend.png b/static/icons/vendor/homarr/png/nextcloud-cospend.png
new file mode 100644
index 0000000..7478a7f
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-cospend.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-deck.png b/static/icons/vendor/homarr/png/nextcloud-deck.png
new file mode 100644
index 0000000..3806359
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-deck.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-files.png b/static/icons/vendor/homarr/png/nextcloud-files.png
new file mode 100644
index 0000000..63f48e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-files.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-ncdownloader.png b/static/icons/vendor/homarr/png/nextcloud-ncdownloader.png
new file mode 100644
index 0000000..5a8c7e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-ncdownloader.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-news.png b/static/icons/vendor/homarr/png/nextcloud-news.png
new file mode 100644
index 0000000..d9090a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-news.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-notes.png b/static/icons/vendor/homarr/png/nextcloud-notes.png
new file mode 100644
index 0000000..b7311cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-notes.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-photos.png b/static/icons/vendor/homarr/png/nextcloud-photos.png
new file mode 100644
index 0000000..5555d7e
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-photos.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-social.png b/static/icons/vendor/homarr/png/nextcloud-social.png
new file mode 100644
index 0000000..ce7036b
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-social.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-tables.png b/static/icons/vendor/homarr/png/nextcloud-tables.png
new file mode 100644
index 0000000..e452025
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-tables.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-talk.png b/static/icons/vendor/homarr/png/nextcloud-talk.png
new file mode 100644
index 0000000..8456e27
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-talk.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-tasks.png b/static/icons/vendor/homarr/png/nextcloud-tasks.png
new file mode 100644
index 0000000..4c1021d
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-tasks.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-timemanager.png b/static/icons/vendor/homarr/png/nextcloud-timemanager.png
new file mode 100644
index 0000000..fb67ec2
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-timemanager.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud-white.png b/static/icons/vendor/homarr/png/nextcloud-white.png
new file mode 100644
index 0000000..d402a3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud-white.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloud.png b/static/icons/vendor/homarr/png/nextcloud.png
new file mode 100644
index 0000000..7098752
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloud.png differ
diff --git a/static/icons/vendor/homarr/png/nextcloudpi.png b/static/icons/vendor/homarr/png/nextcloudpi.png
new file mode 100644
index 0000000..11e464a
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextcloudpi.png differ
diff --git a/static/icons/vendor/homarr/png/nextdns.png b/static/icons/vendor/homarr/png/nextdns.png
new file mode 100644
index 0000000..c2029d5
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextdns.png differ
diff --git a/static/icons/vendor/homarr/png/nexterm.png b/static/icons/vendor/homarr/png/nexterm.png
new file mode 100644
index 0000000..0974d0d
Binary files /dev/null and b/static/icons/vendor/homarr/png/nexterm.png differ
diff --git a/static/icons/vendor/homarr/png/nextexplorer.png b/static/icons/vendor/homarr/png/nextexplorer.png
new file mode 100644
index 0000000..d4d7cf7
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextexplorer.png differ
diff --git a/static/icons/vendor/homarr/png/nextjs-light.png b/static/icons/vendor/homarr/png/nextjs-light.png
new file mode 100644
index 0000000..b6435db
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextjs-light.png differ
diff --git a/static/icons/vendor/homarr/png/nextjs.png b/static/icons/vendor/homarr/png/nextjs.png
new file mode 100644
index 0000000..4b5b396
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextjs.png differ
diff --git a/static/icons/vendor/homarr/png/nextpvr.png b/static/icons/vendor/homarr/png/nextpvr.png
new file mode 100644
index 0000000..7afc497
Binary files /dev/null and b/static/icons/vendor/homarr/png/nextpvr.png differ
diff --git a/static/icons/vendor/homarr/png/nexus-dark.png b/static/icons/vendor/homarr/png/nexus-dark.png
new file mode 100644
index 0000000..daf318d
Binary files /dev/null and b/static/icons/vendor/homarr/png/nexus-dark.png differ
diff --git a/static/icons/vendor/homarr/png/nexus.png b/static/icons/vendor/homarr/png/nexus.png
new file mode 100644
index 0000000..0d8660c
Binary files /dev/null and b/static/icons/vendor/homarr/png/nexus.png differ
diff --git a/static/icons/vendor/homarr/png/nezha.png b/static/icons/vendor/homarr/png/nezha.png
new file mode 100644
index 0000000..0d023a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/nezha.png differ
diff --git a/static/icons/vendor/homarr/png/nginx-proxy-manager.png b/static/icons/vendor/homarr/png/nginx-proxy-manager.png
new file mode 100644
index 0000000..355a586
Binary files /dev/null and b/static/icons/vendor/homarr/png/nginx-proxy-manager.png differ
diff --git a/static/icons/vendor/homarr/png/nginx.png b/static/icons/vendor/homarr/png/nginx.png
new file mode 100644
index 0000000..0871dd9
Binary files /dev/null and b/static/icons/vendor/homarr/png/nginx.png differ
diff --git a/static/icons/vendor/homarr/png/nicotine-plus.png b/static/icons/vendor/homarr/png/nicotine-plus.png
new file mode 100644
index 0000000..f3e6bd3
Binary files /dev/null and b/static/icons/vendor/homarr/png/nicotine-plus.png differ
diff --git a/static/icons/vendor/homarr/png/nightscout-light.png b/static/icons/vendor/homarr/png/nightscout-light.png
new file mode 100644
index 0000000..9c64dca
Binary files /dev/null and b/static/icons/vendor/homarr/png/nightscout-light.png differ
diff --git a/static/icons/vendor/homarr/png/nightscout.png b/static/icons/vendor/homarr/png/nightscout.png
new file mode 100644
index 0000000..1c459cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/nightscout.png differ
diff --git a/static/icons/vendor/homarr/png/nikku.png b/static/icons/vendor/homarr/png/nikku.png
new file mode 100644
index 0000000..d8de140
Binary files /dev/null and b/static/icons/vendor/homarr/png/nikku.png differ
diff --git a/static/icons/vendor/homarr/png/nintendo-switch.png b/static/icons/vendor/homarr/png/nintendo-switch.png
new file mode 100644
index 0000000..fa8e12c
Binary files /dev/null and b/static/icons/vendor/homarr/png/nintendo-switch.png differ
diff --git a/static/icons/vendor/homarr/png/niri-wordmark-light.png b/static/icons/vendor/homarr/png/niri-wordmark-light.png
new file mode 100644
index 0000000..525dacd
Binary files /dev/null and b/static/icons/vendor/homarr/png/niri-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/niri.png b/static/icons/vendor/homarr/png/niri.png
new file mode 100644
index 0000000..514608f
Binary files /dev/null and b/static/icons/vendor/homarr/png/niri.png differ
diff --git a/static/icons/vendor/homarr/png/nitter.png b/static/icons/vendor/homarr/png/nitter.png
new file mode 100644
index 0000000..bdbcc3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/nitter.png differ
diff --git a/static/icons/vendor/homarr/png/nixos.png b/static/icons/vendor/homarr/png/nixos.png
new file mode 100644
index 0000000..c343051
Binary files /dev/null and b/static/icons/vendor/homarr/png/nixos.png differ
diff --git a/static/icons/vendor/homarr/png/no-ip.png b/static/icons/vendor/homarr/png/no-ip.png
new file mode 100644
index 0000000..1fdebbc
Binary files /dev/null and b/static/icons/vendor/homarr/png/no-ip.png differ
diff --git a/static/icons/vendor/homarr/png/nocobase-light.png b/static/icons/vendor/homarr/png/nocobase-light.png
new file mode 100644
index 0000000..00ce9c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/nocobase-light.png differ
diff --git a/static/icons/vendor/homarr/png/nocobase.png b/static/icons/vendor/homarr/png/nocobase.png
new file mode 100644
index 0000000..7649fe1
Binary files /dev/null and b/static/icons/vendor/homarr/png/nocobase.png differ
diff --git a/static/icons/vendor/homarr/png/nocodb.png b/static/icons/vendor/homarr/png/nocodb.png
new file mode 100644
index 0000000..342279e
Binary files /dev/null and b/static/icons/vendor/homarr/png/nocodb.png differ
diff --git a/static/icons/vendor/homarr/png/node-red.png b/static/icons/vendor/homarr/png/node-red.png
new file mode 100644
index 0000000..b78c9cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/node-red.png differ
diff --git a/static/icons/vendor/homarr/png/nodebb.png b/static/icons/vendor/homarr/png/nodebb.png
new file mode 100644
index 0000000..c21174f
Binary files /dev/null and b/static/icons/vendor/homarr/png/nodebb.png differ
diff --git a/static/icons/vendor/homarr/png/nodecast-tv.png b/static/icons/vendor/homarr/png/nodecast-tv.png
new file mode 100644
index 0000000..9460705
Binary files /dev/null and b/static/icons/vendor/homarr/png/nodecast-tv.png differ
diff --git a/static/icons/vendor/homarr/png/nodejs-alt.png b/static/icons/vendor/homarr/png/nodejs-alt.png
new file mode 100644
index 0000000..f4de445
Binary files /dev/null and b/static/icons/vendor/homarr/png/nodejs-alt.png differ
diff --git a/static/icons/vendor/homarr/png/nodejs.png b/static/icons/vendor/homarr/png/nodejs.png
new file mode 100644
index 0000000..030d396
Binary files /dev/null and b/static/icons/vendor/homarr/png/nodejs.png differ
diff --git a/static/icons/vendor/homarr/png/noisedash.png b/static/icons/vendor/homarr/png/noisedash.png
new file mode 100644
index 0000000..a16fe31
Binary files /dev/null and b/static/icons/vendor/homarr/png/noisedash.png differ
diff --git a/static/icons/vendor/homarr/png/nomad.png b/static/icons/vendor/homarr/png/nomad.png
new file mode 100644
index 0000000..02f3b29
Binary files /dev/null and b/static/icons/vendor/homarr/png/nomad.png differ
diff --git a/static/icons/vendor/homarr/png/nomie.png b/static/icons/vendor/homarr/png/nomie.png
new file mode 100644
index 0000000..714bad0
Binary files /dev/null and b/static/icons/vendor/homarr/png/nomie.png differ
diff --git a/static/icons/vendor/homarr/png/nordvpn.png b/static/icons/vendor/homarr/png/nordvpn.png
new file mode 100644
index 0000000..89e44bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/nordvpn.png differ
diff --git a/static/icons/vendor/homarr/png/note-mark.png b/static/icons/vendor/homarr/png/note-mark.png
new file mode 100644
index 0000000..13199b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/note-mark.png differ
diff --git a/static/icons/vendor/homarr/png/notebook-lm-dark.png b/static/icons/vendor/homarr/png/notebook-lm-dark.png
new file mode 100644
index 0000000..6dc146c
Binary files /dev/null and b/static/icons/vendor/homarr/png/notebook-lm-dark.png differ
diff --git a/static/icons/vendor/homarr/png/notebook-lm.png b/static/icons/vendor/homarr/png/notebook-lm.png
new file mode 100644
index 0000000..ac43c7a
Binary files /dev/null and b/static/icons/vendor/homarr/png/notebook-lm.png differ
diff --git a/static/icons/vendor/homarr/png/notediscovery.png b/static/icons/vendor/homarr/png/notediscovery.png
new file mode 100644
index 0000000..be899c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/notediscovery.png differ
diff --git a/static/icons/vendor/homarr/png/notesnook-light.png b/static/icons/vendor/homarr/png/notesnook-light.png
new file mode 100644
index 0000000..b3a716a
Binary files /dev/null and b/static/icons/vendor/homarr/png/notesnook-light.png differ
diff --git a/static/icons/vendor/homarr/png/notesnook.png b/static/icons/vendor/homarr/png/notesnook.png
new file mode 100644
index 0000000..2dc1de9
Binary files /dev/null and b/static/icons/vendor/homarr/png/notesnook.png differ
diff --git a/static/icons/vendor/homarr/png/notifiarr.png b/static/icons/vendor/homarr/png/notifiarr.png
new file mode 100644
index 0000000..23874bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/notifiarr.png differ
diff --git a/static/icons/vendor/homarr/png/notion-calendar.png b/static/icons/vendor/homarr/png/notion-calendar.png
new file mode 100644
index 0000000..5098526
Binary files /dev/null and b/static/icons/vendor/homarr/png/notion-calendar.png differ
diff --git a/static/icons/vendor/homarr/png/notion-light.png b/static/icons/vendor/homarr/png/notion-light.png
new file mode 100644
index 0000000..a252c34
Binary files /dev/null and b/static/icons/vendor/homarr/png/notion-light.png differ
diff --git a/static/icons/vendor/homarr/png/notion-mail.png b/static/icons/vendor/homarr/png/notion-mail.png
new file mode 100644
index 0000000..81f1d5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/notion-mail.png differ
diff --git a/static/icons/vendor/homarr/png/notion.png b/static/icons/vendor/homarr/png/notion.png
new file mode 100644
index 0000000..ced2626
Binary files /dev/null and b/static/icons/vendor/homarr/png/notion.png differ
diff --git a/static/icons/vendor/homarr/png/nowshowing.png b/static/icons/vendor/homarr/png/nowshowing.png
new file mode 100644
index 0000000..40dcfba
Binary files /dev/null and b/static/icons/vendor/homarr/png/nowshowing.png differ
diff --git a/static/icons/vendor/homarr/png/npm.png b/static/icons/vendor/homarr/png/npm.png
new file mode 100644
index 0000000..264ebd1
Binary files /dev/null and b/static/icons/vendor/homarr/png/npm.png differ
diff --git a/static/icons/vendor/homarr/png/nsg.png b/static/icons/vendor/homarr/png/nsg.png
new file mode 100644
index 0000000..920b040
Binary files /dev/null and b/static/icons/vendor/homarr/png/nsg.png differ
diff --git a/static/icons/vendor/homarr/png/ntfy.png b/static/icons/vendor/homarr/png/ntfy.png
new file mode 100644
index 0000000..62f5228
Binary files /dev/null and b/static/icons/vendor/homarr/png/ntfy.png differ
diff --git a/static/icons/vendor/homarr/png/ntop.png b/static/icons/vendor/homarr/png/ntop.png
new file mode 100644
index 0000000..6bcc289
Binary files /dev/null and b/static/icons/vendor/homarr/png/ntop.png differ
diff --git a/static/icons/vendor/homarr/png/ntopng.png b/static/icons/vendor/homarr/png/ntopng.png
new file mode 100644
index 0000000..86cae85
Binary files /dev/null and b/static/icons/vendor/homarr/png/ntopng.png differ
diff --git a/static/icons/vendor/homarr/png/nu-nl.png b/static/icons/vendor/homarr/png/nu-nl.png
new file mode 100644
index 0000000..9030c98
Binary files /dev/null and b/static/icons/vendor/homarr/png/nu-nl.png differ
diff --git a/static/icons/vendor/homarr/png/nut-webgui.png b/static/icons/vendor/homarr/png/nut-webgui.png
new file mode 100644
index 0000000..08f209d
Binary files /dev/null and b/static/icons/vendor/homarr/png/nut-webgui.png differ
diff --git a/static/icons/vendor/homarr/png/nut.png b/static/icons/vendor/homarr/png/nut.png
new file mode 100644
index 0000000..f0ef53c
Binary files /dev/null and b/static/icons/vendor/homarr/png/nut.png differ
diff --git a/static/icons/vendor/homarr/png/nutanix.png b/static/icons/vendor/homarr/png/nutanix.png
new file mode 100644
index 0000000..e86b55d
Binary files /dev/null and b/static/icons/vendor/homarr/png/nutanix.png differ
diff --git a/static/icons/vendor/homarr/png/nutify.png b/static/icons/vendor/homarr/png/nutify.png
new file mode 100644
index 0000000..a0e0965
Binary files /dev/null and b/static/icons/vendor/homarr/png/nutify.png differ
diff --git a/static/icons/vendor/homarr/png/nvidia.png b/static/icons/vendor/homarr/png/nvidia.png
new file mode 100644
index 0000000..4bbd8e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/nvidia.png differ
diff --git a/static/icons/vendor/homarr/png/nxfilter.png b/static/icons/vendor/homarr/png/nxfilter.png
new file mode 100644
index 0000000..756d719
Binary files /dev/null and b/static/icons/vendor/homarr/png/nxfilter.png differ
diff --git a/static/icons/vendor/homarr/png/nxlog.png b/static/icons/vendor/homarr/png/nxlog.png
new file mode 100644
index 0000000..a1919c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/nxlog.png differ
diff --git a/static/icons/vendor/homarr/png/nzbdav.png b/static/icons/vendor/homarr/png/nzbdav.png
new file mode 100644
index 0000000..cbb1c73
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbdav.png differ
diff --git a/static/icons/vendor/homarr/png/nzbgeek.png b/static/icons/vendor/homarr/png/nzbgeek.png
new file mode 100644
index 0000000..47ac920
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbgeek.png differ
diff --git a/static/icons/vendor/homarr/png/nzbget.png b/static/icons/vendor/homarr/png/nzbget.png
new file mode 100644
index 0000000..10339ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbget.png differ
diff --git a/static/icons/vendor/homarr/png/nzbhydra.png b/static/icons/vendor/homarr/png/nzbhydra.png
new file mode 100644
index 0000000..b6b64d0
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbhydra.png differ
diff --git a/static/icons/vendor/homarr/png/nzbhydra2-light.png b/static/icons/vendor/homarr/png/nzbhydra2-light.png
new file mode 100644
index 0000000..ad58087
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbhydra2-light.png differ
diff --git a/static/icons/vendor/homarr/png/nzbhydra2.png b/static/icons/vendor/homarr/png/nzbhydra2.png
new file mode 100644
index 0000000..0177fe0
Binary files /dev/null and b/static/icons/vendor/homarr/png/nzbhydra2.png differ
diff --git a/static/icons/vendor/homarr/png/oase.png b/static/icons/vendor/homarr/png/oase.png
new file mode 100644
index 0000000..a974d3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/oase.png differ
diff --git a/static/icons/vendor/homarr/png/oauth2-proxy.png b/static/icons/vendor/homarr/png/oauth2-proxy.png
new file mode 100644
index 0000000..bf99696
Binary files /dev/null and b/static/icons/vendor/homarr/png/oauth2-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/obico.png b/static/icons/vendor/homarr/png/obico.png
new file mode 100644
index 0000000..4b621b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/obico.png differ
diff --git a/static/icons/vendor/homarr/png/obitalk.png b/static/icons/vendor/homarr/png/obitalk.png
new file mode 100644
index 0000000..f28b22c
Binary files /dev/null and b/static/icons/vendor/homarr/png/obitalk.png differ
diff --git a/static/icons/vendor/homarr/png/observium.png b/static/icons/vendor/homarr/png/observium.png
new file mode 100644
index 0000000..70655ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/observium.png differ
diff --git a/static/icons/vendor/homarr/png/observo-ai.png b/static/icons/vendor/homarr/png/observo-ai.png
new file mode 100644
index 0000000..5472e4f
Binary files /dev/null and b/static/icons/vendor/homarr/png/observo-ai.png differ
diff --git a/static/icons/vendor/homarr/png/obsidian.png b/static/icons/vendor/homarr/png/obsidian.png
new file mode 100644
index 0000000..65d9d8d
Binary files /dev/null and b/static/icons/vendor/homarr/png/obsidian.png differ
diff --git a/static/icons/vendor/homarr/png/obtainium.png b/static/icons/vendor/homarr/png/obtainium.png
new file mode 100644
index 0000000..2148061
Binary files /dev/null and b/static/icons/vendor/homarr/png/obtainium.png differ
diff --git a/static/icons/vendor/homarr/png/octoeverywhere.png b/static/icons/vendor/homarr/png/octoeverywhere.png
new file mode 100644
index 0000000..717cdec
Binary files /dev/null and b/static/icons/vendor/homarr/png/octoeverywhere.png differ
diff --git a/static/icons/vendor/homarr/png/octoprint.png b/static/icons/vendor/homarr/png/octoprint.png
new file mode 100644
index 0000000..1eca964
Binary files /dev/null and b/static/icons/vendor/homarr/png/octoprint.png differ
diff --git a/static/icons/vendor/homarr/png/ocular.png b/static/icons/vendor/homarr/png/ocular.png
new file mode 100644
index 0000000..97d0751
Binary files /dev/null and b/static/icons/vendor/homarr/png/ocular.png differ
diff --git a/static/icons/vendor/homarr/png/oculus-light.png b/static/icons/vendor/homarr/png/oculus-light.png
new file mode 100644
index 0000000..f5c7523
Binary files /dev/null and b/static/icons/vendor/homarr/png/oculus-light.png differ
diff --git a/static/icons/vendor/homarr/png/oculus.png b/static/icons/vendor/homarr/png/oculus.png
new file mode 100644
index 0000000..999134c
Binary files /dev/null and b/static/icons/vendor/homarr/png/oculus.png differ
diff --git a/static/icons/vendor/homarr/png/odoo.png b/static/icons/vendor/homarr/png/odoo.png
new file mode 100644
index 0000000..c79ff8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/odoo.png differ
diff --git a/static/icons/vendor/homarr/png/odysee-full-dark.png b/static/icons/vendor/homarr/png/odysee-full-dark.png
new file mode 100644
index 0000000..dff3705
Binary files /dev/null and b/static/icons/vendor/homarr/png/odysee-full-dark.png differ
diff --git a/static/icons/vendor/homarr/png/odysee-full-light.png b/static/icons/vendor/homarr/png/odysee-full-light.png
new file mode 100644
index 0000000..e754c07
Binary files /dev/null and b/static/icons/vendor/homarr/png/odysee-full-light.png differ
diff --git a/static/icons/vendor/homarr/png/odysee.png b/static/icons/vendor/homarr/png/odysee.png
new file mode 100644
index 0000000..253b471
Binary files /dev/null and b/static/icons/vendor/homarr/png/odysee.png differ
diff --git a/static/icons/vendor/homarr/png/office-365.png b/static/icons/vendor/homarr/png/office-365.png
new file mode 100644
index 0000000..f3c41e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/office-365.png differ
diff --git a/static/icons/vendor/homarr/png/oh-my-posh-dark.png b/static/icons/vendor/homarr/png/oh-my-posh-dark.png
new file mode 100644
index 0000000..c194a27
Binary files /dev/null and b/static/icons/vendor/homarr/png/oh-my-posh-dark.png differ
diff --git a/static/icons/vendor/homarr/png/oh-my-posh.png b/static/icons/vendor/homarr/png/oh-my-posh.png
new file mode 100644
index 0000000..3d3d56e
Binary files /dev/null and b/static/icons/vendor/homarr/png/oh-my-posh.png differ
diff --git a/static/icons/vendor/homarr/png/okta-dark.png b/static/icons/vendor/homarr/png/okta-dark.png
new file mode 100644
index 0000000..73e1b9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/okta-dark.png differ
diff --git a/static/icons/vendor/homarr/png/okta.png b/static/icons/vendor/homarr/png/okta.png
new file mode 100644
index 0000000..6660654
Binary files /dev/null and b/static/icons/vendor/homarr/png/okta.png differ
diff --git a/static/icons/vendor/homarr/png/olivetin-light.png b/static/icons/vendor/homarr/png/olivetin-light.png
new file mode 100644
index 0000000..7a786f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/olivetin-light.png differ
diff --git a/static/icons/vendor/homarr/png/olivetin.png b/static/icons/vendor/homarr/png/olivetin.png
new file mode 100644
index 0000000..c658a57
Binary files /dev/null and b/static/icons/vendor/homarr/png/olivetin.png differ
diff --git a/static/icons/vendor/homarr/png/ollama-dark.png b/static/icons/vendor/homarr/png/ollama-dark.png
new file mode 100644
index 0000000..db9d463
Binary files /dev/null and b/static/icons/vendor/homarr/png/ollama-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ollama.png b/static/icons/vendor/homarr/png/ollama.png
new file mode 100644
index 0000000..aa70b78
Binary files /dev/null and b/static/icons/vendor/homarr/png/ollama.png differ
diff --git a/static/icons/vendor/homarr/png/omada.png b/static/icons/vendor/homarr/png/omada.png
new file mode 100644
index 0000000..8dff258
Binary files /dev/null and b/static/icons/vendor/homarr/png/omada.png differ
diff --git a/static/icons/vendor/homarr/png/ombi.png b/static/icons/vendor/homarr/png/ombi.png
new file mode 100644
index 0000000..1585e3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/ombi.png differ
diff --git a/static/icons/vendor/homarr/png/omni-tools-full.png b/static/icons/vendor/homarr/png/omni-tools-full.png
new file mode 100644
index 0000000..f9e68c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/omni-tools-full.png differ
diff --git a/static/icons/vendor/homarr/png/omni-tools.png b/static/icons/vendor/homarr/png/omni-tools.png
new file mode 100644
index 0000000..a506362
Binary files /dev/null and b/static/icons/vendor/homarr/png/omni-tools.png differ
diff --git a/static/icons/vendor/homarr/png/omnic-forge-dark.png b/static/icons/vendor/homarr/png/omnic-forge-dark.png
new file mode 100644
index 0000000..03a1e5e
Binary files /dev/null and b/static/icons/vendor/homarr/png/omnic-forge-dark.png differ
diff --git a/static/icons/vendor/homarr/png/omnic-forge.png b/static/icons/vendor/homarr/png/omnic-forge.png
new file mode 100644
index 0000000..8360633
Binary files /dev/null and b/static/icons/vendor/homarr/png/omnic-forge.png differ
diff --git a/static/icons/vendor/homarr/png/omnidb.png b/static/icons/vendor/homarr/png/omnidb.png
new file mode 100644
index 0000000..78e4a0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/omnidb.png differ
diff --git a/static/icons/vendor/homarr/png/omnivore.png b/static/icons/vendor/homarr/png/omnivore.png
new file mode 100644
index 0000000..2479c4c
Binary files /dev/null and b/static/icons/vendor/homarr/png/omnivore.png differ
diff --git a/static/icons/vendor/homarr/png/onedev-light.png b/static/icons/vendor/homarr/png/onedev-light.png
new file mode 100644
index 0000000..b1bd4b8
Binary files /dev/null and b/static/icons/vendor/homarr/png/onedev-light.png differ
diff --git a/static/icons/vendor/homarr/png/onedev.png b/static/icons/vendor/homarr/png/onedev.png
new file mode 100644
index 0000000..b4cbdfa
Binary files /dev/null and b/static/icons/vendor/homarr/png/onedev.png differ
diff --git a/static/icons/vendor/homarr/png/oneuptime-light.png b/static/icons/vendor/homarr/png/oneuptime-light.png
new file mode 100644
index 0000000..fe3cc24
Binary files /dev/null and b/static/icons/vendor/homarr/png/oneuptime-light.png differ
diff --git a/static/icons/vendor/homarr/png/oneuptime.png b/static/icons/vendor/homarr/png/oneuptime.png
new file mode 100644
index 0000000..fb94fc9
Binary files /dev/null and b/static/icons/vendor/homarr/png/oneuptime.png differ
diff --git a/static/icons/vendor/homarr/png/onlyfans-dark.png b/static/icons/vendor/homarr/png/onlyfans-dark.png
new file mode 100644
index 0000000..de49f31
Binary files /dev/null and b/static/icons/vendor/homarr/png/onlyfans-dark.png differ
diff --git a/static/icons/vendor/homarr/png/onlyfans.png b/static/icons/vendor/homarr/png/onlyfans.png
new file mode 100644
index 0000000..bdf09e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/onlyfans.png differ
diff --git a/static/icons/vendor/homarr/png/onlyoffice.png b/static/icons/vendor/homarr/png/onlyoffice.png
new file mode 100644
index 0000000..2d61316
Binary files /dev/null and b/static/icons/vendor/homarr/png/onlyoffice.png differ
diff --git a/static/icons/vendor/homarr/png/onshape-dark.png b/static/icons/vendor/homarr/png/onshape-dark.png
new file mode 100644
index 0000000..b3a7163
Binary files /dev/null and b/static/icons/vendor/homarr/png/onshape-dark.png differ
diff --git a/static/icons/vendor/homarr/png/onshape.png b/static/icons/vendor/homarr/png/onshape.png
new file mode 100644
index 0000000..bdcd5de
Binary files /dev/null and b/static/icons/vendor/homarr/png/onshape.png differ
diff --git a/static/icons/vendor/homarr/png/ookla-speedtest.png b/static/icons/vendor/homarr/png/ookla-speedtest.png
new file mode 100644
index 0000000..13cae98
Binary files /dev/null and b/static/icons/vendor/homarr/png/ookla-speedtest.png differ
diff --git a/static/icons/vendor/homarr/png/open-classrooms.png b/static/icons/vendor/homarr/png/open-classrooms.png
new file mode 100644
index 0000000..808a73f
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-classrooms.png differ
diff --git a/static/icons/vendor/homarr/png/open-cloud-dark.png b/static/icons/vendor/homarr/png/open-cloud-dark.png
new file mode 100644
index 0000000..79d704e
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-cloud-dark.png differ
diff --git a/static/icons/vendor/homarr/png/open-cloud.png b/static/icons/vendor/homarr/png/open-cloud.png
new file mode 100644
index 0000000..d3db157
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/open-observe.png b/static/icons/vendor/homarr/png/open-observe.png
new file mode 100644
index 0000000..1b3e919
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-observe.png differ
diff --git a/static/icons/vendor/homarr/png/open-regex.png b/static/icons/vendor/homarr/png/open-regex.png
new file mode 100644
index 0000000..bc9aac8
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-regex.png differ
diff --git a/static/icons/vendor/homarr/png/open-resume.png b/static/icons/vendor/homarr/png/open-resume.png
new file mode 100644
index 0000000..1f4b417
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-resume.png differ
diff --git a/static/icons/vendor/homarr/png/open-router-dark.png b/static/icons/vendor/homarr/png/open-router-dark.png
new file mode 100644
index 0000000..3ea4abf
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-router-dark.png differ
diff --git a/static/icons/vendor/homarr/png/open-router.png b/static/icons/vendor/homarr/png/open-router.png
new file mode 100644
index 0000000..17773b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-router.png differ
diff --git a/static/icons/vendor/homarr/png/open-source-initiative.png b/static/icons/vendor/homarr/png/open-source-initiative.png
new file mode 100644
index 0000000..92a35e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-source-initiative.png differ
diff --git a/static/icons/vendor/homarr/png/open-wb.png b/static/icons/vendor/homarr/png/open-wb.png
new file mode 100644
index 0000000..8e71a96
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-wb.png differ
diff --git a/static/icons/vendor/homarr/png/open-webui-light.png b/static/icons/vendor/homarr/png/open-webui-light.png
new file mode 100644
index 0000000..d83c405
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-webui-light.png differ
diff --git a/static/icons/vendor/homarr/png/open-webui.png b/static/icons/vendor/homarr/png/open-webui.png
new file mode 100644
index 0000000..df1da98
Binary files /dev/null and b/static/icons/vendor/homarr/png/open-webui.png differ
diff --git a/static/icons/vendor/homarr/png/openai-light.png b/static/icons/vendor/homarr/png/openai-light.png
new file mode 100644
index 0000000..f498858
Binary files /dev/null and b/static/icons/vendor/homarr/png/openai-light.png differ
diff --git a/static/icons/vendor/homarr/png/openai.png b/static/icons/vendor/homarr/png/openai.png
new file mode 100644
index 0000000..4b7fb0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/openai.png differ
diff --git a/static/icons/vendor/homarr/png/openaudible.png b/static/icons/vendor/homarr/png/openaudible.png
new file mode 100644
index 0000000..ce6fd1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/openaudible.png differ
diff --git a/static/icons/vendor/homarr/png/openchangelog-light.png b/static/icons/vendor/homarr/png/openchangelog-light.png
new file mode 100644
index 0000000..5452619
Binary files /dev/null and b/static/icons/vendor/homarr/png/openchangelog-light.png differ
diff --git a/static/icons/vendor/homarr/png/openchangelog.png b/static/icons/vendor/homarr/png/openchangelog.png
new file mode 100644
index 0000000..99e1f83
Binary files /dev/null and b/static/icons/vendor/homarr/png/openchangelog.png differ
diff --git a/static/icons/vendor/homarr/png/openclaw-dark.png b/static/icons/vendor/homarr/png/openclaw-dark.png
new file mode 100644
index 0000000..525515b
Binary files /dev/null and b/static/icons/vendor/homarr/png/openclaw-dark.png differ
diff --git a/static/icons/vendor/homarr/png/openclaw-wordmark-dark.png b/static/icons/vendor/homarr/png/openclaw-wordmark-dark.png
new file mode 100644
index 0000000..6581e39
Binary files /dev/null and b/static/icons/vendor/homarr/png/openclaw-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/openclaw-wordmark-light.png b/static/icons/vendor/homarr/png/openclaw-wordmark-light.png
new file mode 100644
index 0000000..e1d1adf
Binary files /dev/null and b/static/icons/vendor/homarr/png/openclaw-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/openclaw.png b/static/icons/vendor/homarr/png/openclaw.png
new file mode 100644
index 0000000..525515b
Binary files /dev/null and b/static/icons/vendor/homarr/png/openclaw.png differ
diff --git a/static/icons/vendor/homarr/png/opencode-dark.png b/static/icons/vendor/homarr/png/opencode-dark.png
new file mode 100644
index 0000000..5533179
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencode-dark.png differ
diff --git a/static/icons/vendor/homarr/png/opencode-light.png b/static/icons/vendor/homarr/png/opencode-light.png
new file mode 100644
index 0000000..f64c1ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencode-light.png differ
diff --git a/static/icons/vendor/homarr/png/opencode-wordmark-dark.png b/static/icons/vendor/homarr/png/opencode-wordmark-dark.png
new file mode 100644
index 0000000..4d39df7
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencode-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/opencode-wordmark-light.png b/static/icons/vendor/homarr/png/opencode-wordmark-light.png
new file mode 100644
index 0000000..78c1543
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencode-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/opencode.png b/static/icons/vendor/homarr/png/opencode.png
new file mode 100644
index 0000000..f64c1ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencode.png differ
diff --git a/static/icons/vendor/homarr/png/opencost.png b/static/icons/vendor/homarr/png/opencost.png
new file mode 100644
index 0000000..ec415de
Binary files /dev/null and b/static/icons/vendor/homarr/png/opencost.png differ
diff --git a/static/icons/vendor/homarr/png/openeats-light.png b/static/icons/vendor/homarr/png/openeats-light.png
new file mode 100644
index 0000000..97d18d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/openeats-light.png differ
diff --git a/static/icons/vendor/homarr/png/openeats.png b/static/icons/vendor/homarr/png/openeats.png
new file mode 100644
index 0000000..f66362b
Binary files /dev/null and b/static/icons/vendor/homarr/png/openeats.png differ
diff --git a/static/icons/vendor/homarr/png/openemr-light.png b/static/icons/vendor/homarr/png/openemr-light.png
new file mode 100644
index 0000000..cff78c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/openemr-light.png differ
diff --git a/static/icons/vendor/homarr/png/openemr.png b/static/icons/vendor/homarr/png/openemr.png
new file mode 100644
index 0000000..196f66c
Binary files /dev/null and b/static/icons/vendor/homarr/png/openemr.png differ
diff --git a/static/icons/vendor/homarr/png/opengarage.png b/static/icons/vendor/homarr/png/opengarage.png
new file mode 100644
index 0000000..d232357
Binary files /dev/null and b/static/icons/vendor/homarr/png/opengarage.png differ
diff --git a/static/icons/vendor/homarr/png/opengist-light.png b/static/icons/vendor/homarr/png/opengist-light.png
new file mode 100644
index 0000000..b4288a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/opengist-light.png differ
diff --git a/static/icons/vendor/homarr/png/opengist.png b/static/icons/vendor/homarr/png/opengist.png
new file mode 100644
index 0000000..06389b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/opengist.png differ
diff --git a/static/icons/vendor/homarr/png/openhab.png b/static/icons/vendor/homarr/png/openhab.png
new file mode 100644
index 0000000..415e70e
Binary files /dev/null and b/static/icons/vendor/homarr/png/openhab.png differ
diff --git a/static/icons/vendor/homarr/png/openldap.png b/static/icons/vendor/homarr/png/openldap.png
new file mode 100644
index 0000000..114f930
Binary files /dev/null and b/static/icons/vendor/homarr/png/openldap.png differ
diff --git a/static/icons/vendor/homarr/png/openlist.png b/static/icons/vendor/homarr/png/openlist.png
new file mode 100644
index 0000000..68dff12
Binary files /dev/null and b/static/icons/vendor/homarr/png/openlist.png differ
diff --git a/static/icons/vendor/homarr/png/openmaptiles.png b/static/icons/vendor/homarr/png/openmaptiles.png
new file mode 100644
index 0000000..b85fd6c
Binary files /dev/null and b/static/icons/vendor/homarr/png/openmaptiles.png differ
diff --git a/static/icons/vendor/homarr/png/openmediavault.png b/static/icons/vendor/homarr/png/openmediavault.png
new file mode 100644
index 0000000..82311ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/openmediavault.png differ
diff --git a/static/icons/vendor/homarr/png/openoffice.png b/static/icons/vendor/homarr/png/openoffice.png
new file mode 100644
index 0000000..e9a80f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/openoffice.png differ
diff --git a/static/icons/vendor/homarr/png/openpanel-light.png b/static/icons/vendor/homarr/png/openpanel-light.png
new file mode 100644
index 0000000..04eb087
Binary files /dev/null and b/static/icons/vendor/homarr/png/openpanel-light.png differ
diff --git a/static/icons/vendor/homarr/png/openpanel.png b/static/icons/vendor/homarr/png/openpanel.png
new file mode 100644
index 0000000..7a091ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/openpanel.png differ
diff --git a/static/icons/vendor/homarr/png/openproject.png b/static/icons/vendor/homarr/png/openproject.png
new file mode 100644
index 0000000..3fe146a
Binary files /dev/null and b/static/icons/vendor/homarr/png/openproject.png differ
diff --git a/static/icons/vendor/homarr/png/openreads.png b/static/icons/vendor/homarr/png/openreads.png
new file mode 100644
index 0000000..c889c3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/openreads.png differ
diff --git a/static/icons/vendor/homarr/png/opensearch.png b/static/icons/vendor/homarr/png/opensearch.png
new file mode 100644
index 0000000..b3fed15
Binary files /dev/null and b/static/icons/vendor/homarr/png/opensearch.png differ
diff --git a/static/icons/vendor/homarr/png/openshift-dark.png b/static/icons/vendor/homarr/png/openshift-dark.png
new file mode 100644
index 0000000..1b0c618
Binary files /dev/null and b/static/icons/vendor/homarr/png/openshift-dark.png differ
diff --git a/static/icons/vendor/homarr/png/openshift.png b/static/icons/vendor/homarr/png/openshift.png
new file mode 100644
index 0000000..1d1f7ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/openshift.png differ
diff --git a/static/icons/vendor/homarr/png/openspeedtest.png b/static/icons/vendor/homarr/png/openspeedtest.png
new file mode 100644
index 0000000..723a87c
Binary files /dev/null and b/static/icons/vendor/homarr/png/openspeedtest.png differ
diff --git a/static/icons/vendor/homarr/png/opensprinkler.png b/static/icons/vendor/homarr/png/opensprinkler.png
new file mode 100644
index 0000000..551ab22
Binary files /dev/null and b/static/icons/vendor/homarr/png/opensprinkler.png differ
diff --git a/static/icons/vendor/homarr/png/openstack.png b/static/icons/vendor/homarr/png/openstack.png
new file mode 100644
index 0000000..b15b9dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/openstack.png differ
diff --git a/static/icons/vendor/homarr/png/openstreetmap.png b/static/icons/vendor/homarr/png/openstreetmap.png
new file mode 100644
index 0000000..5c56457
Binary files /dev/null and b/static/icons/vendor/homarr/png/openstreetmap.png differ
diff --git a/static/icons/vendor/homarr/png/opensuse.png b/static/icons/vendor/homarr/png/opensuse.png
new file mode 100644
index 0000000..2b97714
Binary files /dev/null and b/static/icons/vendor/homarr/png/opensuse.png differ
diff --git a/static/icons/vendor/homarr/png/opentalk.png b/static/icons/vendor/homarr/png/opentalk.png
new file mode 100644
index 0000000..b5569e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/opentalk.png differ
diff --git a/static/icons/vendor/homarr/png/opentofu.png b/static/icons/vendor/homarr/png/opentofu.png
new file mode 100644
index 0000000..c812e1a
Binary files /dev/null and b/static/icons/vendor/homarr/png/opentofu.png differ
diff --git a/static/icons/vendor/homarr/png/openvas.png b/static/icons/vendor/homarr/png/openvas.png
new file mode 100644
index 0000000..f1dd9d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/openvas.png differ
diff --git a/static/icons/vendor/homarr/png/openvpn.png b/static/icons/vendor/homarr/png/openvpn.png
new file mode 100644
index 0000000..8debdb1
Binary files /dev/null and b/static/icons/vendor/homarr/png/openvpn.png differ
diff --git a/static/icons/vendor/homarr/png/openwebrx-plus-dark.png b/static/icons/vendor/homarr/png/openwebrx-plus-dark.png
new file mode 100644
index 0000000..0df5b3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/openwebrx-plus-dark.png differ
diff --git a/static/icons/vendor/homarr/png/openwebrx-plus.png b/static/icons/vendor/homarr/png/openwebrx-plus.png
new file mode 100644
index 0000000..d0f6788
Binary files /dev/null and b/static/icons/vendor/homarr/png/openwebrx-plus.png differ
diff --git a/static/icons/vendor/homarr/png/openwrt.png b/static/icons/vendor/homarr/png/openwrt.png
new file mode 100644
index 0000000..9415eea
Binary files /dev/null and b/static/icons/vendor/homarr/png/openwrt.png differ
diff --git a/static/icons/vendor/homarr/png/openziti.png b/static/icons/vendor/homarr/png/openziti.png
new file mode 100644
index 0000000..b730dbe
Binary files /dev/null and b/static/icons/vendor/homarr/png/openziti.png differ
diff --git a/static/icons/vendor/homarr/png/opera-beta.png b/static/icons/vendor/homarr/png/opera-beta.png
new file mode 100644
index 0000000..76e6d69
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-beta.png differ
diff --git a/static/icons/vendor/homarr/png/opera-developer.png b/static/icons/vendor/homarr/png/opera-developer.png
new file mode 100644
index 0000000..e40b984
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-developer.png differ
diff --git a/static/icons/vendor/homarr/png/opera-mini-beta.png b/static/icons/vendor/homarr/png/opera-mini-beta.png
new file mode 100644
index 0000000..c78f0c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-mini-beta.png differ
diff --git a/static/icons/vendor/homarr/png/opera-mini.png b/static/icons/vendor/homarr/png/opera-mini.png
new file mode 100644
index 0000000..11a9bda
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-mini.png differ
diff --git a/static/icons/vendor/homarr/png/opera-neon.png b/static/icons/vendor/homarr/png/opera-neon.png
new file mode 100644
index 0000000..ee8a147
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-neon.png differ
diff --git a/static/icons/vendor/homarr/png/opera-touch.png b/static/icons/vendor/homarr/png/opera-touch.png
new file mode 100644
index 0000000..ad2545c
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera-touch.png differ
diff --git a/static/icons/vendor/homarr/png/opera.png b/static/icons/vendor/homarr/png/opera.png
new file mode 100644
index 0000000..7b6b017
Binary files /dev/null and b/static/icons/vendor/homarr/png/opera.png differ
diff --git a/static/icons/vendor/homarr/png/opnform.png b/static/icons/vendor/homarr/png/opnform.png
new file mode 100644
index 0000000..4333a8e
Binary files /dev/null and b/static/icons/vendor/homarr/png/opnform.png differ
diff --git a/static/icons/vendor/homarr/png/opnsense.png b/static/icons/vendor/homarr/png/opnsense.png
new file mode 100644
index 0000000..ba2b54f
Binary files /dev/null and b/static/icons/vendor/homarr/png/opnsense.png differ
diff --git a/static/icons/vendor/homarr/png/oracle-cloud.png b/static/icons/vendor/homarr/png/oracle-cloud.png
new file mode 100644
index 0000000..9cac576
Binary files /dev/null and b/static/icons/vendor/homarr/png/oracle-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/oracle.png b/static/icons/vendor/homarr/png/oracle.png
new file mode 100644
index 0000000..9cac576
Binary files /dev/null and b/static/icons/vendor/homarr/png/oracle.png differ
diff --git a/static/icons/vendor/homarr/png/orange.png b/static/icons/vendor/homarr/png/orange.png
new file mode 100644
index 0000000..098d6d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/orange.png differ
diff --git a/static/icons/vendor/homarr/png/orb.png b/static/icons/vendor/homarr/png/orb.png
new file mode 100644
index 0000000..57bdaee
Binary files /dev/null and b/static/icons/vendor/homarr/png/orb.png differ
diff --git a/static/icons/vendor/homarr/png/orcaslicer.png b/static/icons/vendor/homarr/png/orcaslicer.png
new file mode 100644
index 0000000..b135811
Binary files /dev/null and b/static/icons/vendor/homarr/png/orcaslicer.png differ
diff --git a/static/icons/vendor/homarr/png/oreilly-dark.png b/static/icons/vendor/homarr/png/oreilly-dark.png
new file mode 100644
index 0000000..037b364
Binary files /dev/null and b/static/icons/vendor/homarr/png/oreilly-dark.png differ
diff --git a/static/icons/vendor/homarr/png/oreilly.png b/static/icons/vendor/homarr/png/oreilly.png
new file mode 100644
index 0000000..93f2af9
Binary files /dev/null and b/static/icons/vendor/homarr/png/oreilly.png differ
diff --git a/static/icons/vendor/homarr/png/organizr.png b/static/icons/vendor/homarr/png/organizr.png
new file mode 100644
index 0000000..0826872
Binary files /dev/null and b/static/icons/vendor/homarr/png/organizr.png differ
diff --git a/static/icons/vendor/homarr/png/origin.png b/static/icons/vendor/homarr/png/origin.png
new file mode 100644
index 0000000..30b5dcd
Binary files /dev/null and b/static/icons/vendor/homarr/png/origin.png differ
diff --git a/static/icons/vendor/homarr/png/oscarr-light.png b/static/icons/vendor/homarr/png/oscarr-light.png
new file mode 100644
index 0000000..a46556b
Binary files /dev/null and b/static/icons/vendor/homarr/png/oscarr-light.png differ
diff --git a/static/icons/vendor/homarr/png/oscarr.png b/static/icons/vendor/homarr/png/oscarr.png
new file mode 100644
index 0000000..2865ca7
Binary files /dev/null and b/static/icons/vendor/homarr/png/oscarr.png differ
diff --git a/static/icons/vendor/homarr/png/osticket.png b/static/icons/vendor/homarr/png/osticket.png
new file mode 100644
index 0000000..22615cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/osticket.png differ
diff --git a/static/icons/vendor/homarr/png/osu.png b/static/icons/vendor/homarr/png/osu.png
new file mode 100644
index 0000000..eeb846c
Binary files /dev/null and b/static/icons/vendor/homarr/png/osu.png differ
diff --git a/static/icons/vendor/homarr/png/otter-wiki-dark.png b/static/icons/vendor/homarr/png/otter-wiki-dark.png
new file mode 100644
index 0000000..b392ad0
Binary files /dev/null and b/static/icons/vendor/homarr/png/otter-wiki-dark.png differ
diff --git a/static/icons/vendor/homarr/png/otter-wiki.png b/static/icons/vendor/homarr/png/otter-wiki.png
new file mode 100644
index 0000000..25e9869
Binary files /dev/null and b/static/icons/vendor/homarr/png/otter-wiki.png differ
diff --git a/static/icons/vendor/homarr/png/our-shopping-list.png b/static/icons/vendor/homarr/png/our-shopping-list.png
new file mode 100644
index 0000000..939ebc5
Binary files /dev/null and b/static/icons/vendor/homarr/png/our-shopping-list.png differ
diff --git a/static/icons/vendor/homarr/png/outline-light.png b/static/icons/vendor/homarr/png/outline-light.png
new file mode 100644
index 0000000..06b20df
Binary files /dev/null and b/static/icons/vendor/homarr/png/outline-light.png differ
diff --git a/static/icons/vendor/homarr/png/outline.png b/static/icons/vendor/homarr/png/outline.png
new file mode 100644
index 0000000..4e494a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/outline.png differ
diff --git a/static/icons/vendor/homarr/png/overclockers.png b/static/icons/vendor/homarr/png/overclockers.png
new file mode 100644
index 0000000..d68b674
Binary files /dev/null and b/static/icons/vendor/homarr/png/overclockers.png differ
diff --git a/static/icons/vendor/homarr/png/overleaf.png b/static/icons/vendor/homarr/png/overleaf.png
new file mode 100644
index 0000000..d0ef9c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/overleaf.png differ
diff --git a/static/icons/vendor/homarr/png/overseerr.png b/static/icons/vendor/homarr/png/overseerr.png
new file mode 100644
index 0000000..36dddc8
Binary files /dev/null and b/static/icons/vendor/homarr/png/overseerr.png differ
diff --git a/static/icons/vendor/homarr/png/ovh.png b/static/icons/vendor/homarr/png/ovh.png
new file mode 100644
index 0000000..f9b27f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/ovh.png differ
diff --git a/static/icons/vendor/homarr/png/ovirt-light.png b/static/icons/vendor/homarr/png/ovirt-light.png
new file mode 100644
index 0000000..fc6827b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ovirt-light.png differ
diff --git a/static/icons/vendor/homarr/png/ovirt.png b/static/icons/vendor/homarr/png/ovirt.png
new file mode 100644
index 0000000..8e28fd9
Binary files /dev/null and b/static/icons/vendor/homarr/png/ovirt.png differ
diff --git a/static/icons/vendor/homarr/png/owasp-zap.png b/static/icons/vendor/homarr/png/owasp-zap.png
new file mode 100644
index 0000000..a21f563
Binary files /dev/null and b/static/icons/vendor/homarr/png/owasp-zap.png differ
diff --git a/static/icons/vendor/homarr/png/owncast.png b/static/icons/vendor/homarr/png/owncast.png
new file mode 100644
index 0000000..fab34ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/owncast.png differ
diff --git a/static/icons/vendor/homarr/png/owncloud.png b/static/icons/vendor/homarr/png/owncloud.png
new file mode 100644
index 0000000..2b8efd1
Binary files /dev/null and b/static/icons/vendor/homarr/png/owncloud.png differ
diff --git a/static/icons/vendor/homarr/png/ownphotos-light.png b/static/icons/vendor/homarr/png/ownphotos-light.png
new file mode 100644
index 0000000..3ef10f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/ownphotos-light.png differ
diff --git a/static/icons/vendor/homarr/png/ownphotos.png b/static/icons/vendor/homarr/png/ownphotos.png
new file mode 100644
index 0000000..c35eeb4
Binary files /dev/null and b/static/icons/vendor/homarr/png/ownphotos.png differ
diff --git a/static/icons/vendor/homarr/png/owntone.png b/static/icons/vendor/homarr/png/owntone.png
new file mode 100644
index 0000000..878738e
Binary files /dev/null and b/static/icons/vendor/homarr/png/owntone.png differ
diff --git a/static/icons/vendor/homarr/png/owntracks.png b/static/icons/vendor/homarr/png/owntracks.png
new file mode 100644
index 0000000..f6e9beb
Binary files /dev/null and b/static/icons/vendor/homarr/png/owntracks.png differ
diff --git a/static/icons/vendor/homarr/png/oxker-light.png b/static/icons/vendor/homarr/png/oxker-light.png
new file mode 100644
index 0000000..3a1be7f
Binary files /dev/null and b/static/icons/vendor/homarr/png/oxker-light.png differ
diff --git a/static/icons/vendor/homarr/png/oxker.png b/static/icons/vendor/homarr/png/oxker.png
new file mode 100644
index 0000000..a547c15
Binary files /dev/null and b/static/icons/vendor/homarr/png/oxker.png differ
diff --git a/static/icons/vendor/homarr/png/p-cal.png b/static/icons/vendor/homarr/png/p-cal.png
new file mode 100644
index 0000000..70bb9ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/p-cal.png differ
diff --git a/static/icons/vendor/homarr/png/p1ib.png b/static/icons/vendor/homarr/png/p1ib.png
new file mode 100644
index 0000000..ae0f3d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/p1ib.png differ
diff --git a/static/icons/vendor/homarr/png/packetfence-dark.png b/static/icons/vendor/homarr/png/packetfence-dark.png
new file mode 100644
index 0000000..e22bbe4
Binary files /dev/null and b/static/icons/vendor/homarr/png/packetfence-dark.png differ
diff --git a/static/icons/vendor/homarr/png/packetfence-full-dark.png b/static/icons/vendor/homarr/png/packetfence-full-dark.png
new file mode 100644
index 0000000..88b7a5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/packetfence-full-dark.png differ
diff --git a/static/icons/vendor/homarr/png/packetfence-full.png b/static/icons/vendor/homarr/png/packetfence-full.png
new file mode 100644
index 0000000..6a11168
Binary files /dev/null and b/static/icons/vendor/homarr/png/packetfence-full.png differ
diff --git a/static/icons/vendor/homarr/png/packetfence.png b/static/icons/vendor/homarr/png/packetfence.png
new file mode 100644
index 0000000..d2c66f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/packetfence.png differ
diff --git a/static/icons/vendor/homarr/png/pagerduty.png b/static/icons/vendor/homarr/png/pagerduty.png
new file mode 100644
index 0000000..532f612
Binary files /dev/null and b/static/icons/vendor/homarr/png/pagerduty.png differ
diff --git a/static/icons/vendor/homarr/png/pairdrop.png b/static/icons/vendor/homarr/png/pairdrop.png
new file mode 100644
index 0000000..2f90a4a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pairdrop.png differ
diff --git a/static/icons/vendor/homarr/png/palemoon.png b/static/icons/vendor/homarr/png/palemoon.png
new file mode 100644
index 0000000..7049c9e
Binary files /dev/null and b/static/icons/vendor/homarr/png/palemoon.png differ
diff --git a/static/icons/vendor/homarr/png/palmr.png b/static/icons/vendor/homarr/png/palmr.png
new file mode 100644
index 0000000..2e37642
Binary files /dev/null and b/static/icons/vendor/homarr/png/palmr.png differ
diff --git a/static/icons/vendor/homarr/png/palo-alto.png b/static/icons/vendor/homarr/png/palo-alto.png
new file mode 100644
index 0000000..02c8bed
Binary files /dev/null and b/static/icons/vendor/homarr/png/palo-alto.png differ
diff --git a/static/icons/vendor/homarr/png/pangolin.png b/static/icons/vendor/homarr/png/pangolin.png
new file mode 100644
index 0000000..4c3e806
Binary files /dev/null and b/static/icons/vendor/homarr/png/pangolin.png differ
diff --git a/static/icons/vendor/homarr/png/paperless-ai.png b/static/icons/vendor/homarr/png/paperless-ai.png
new file mode 100644
index 0000000..ba21f93
Binary files /dev/null and b/static/icons/vendor/homarr/png/paperless-ai.png differ
diff --git a/static/icons/vendor/homarr/png/paperless-gpt.png b/static/icons/vendor/homarr/png/paperless-gpt.png
new file mode 100644
index 0000000..cd384d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/paperless-gpt.png differ
diff --git a/static/icons/vendor/homarr/png/paperless-ng.png b/static/icons/vendor/homarr/png/paperless-ng.png
new file mode 100644
index 0000000..5c6287b
Binary files /dev/null and b/static/icons/vendor/homarr/png/paperless-ng.png differ
diff --git a/static/icons/vendor/homarr/png/paperless-ngx.png b/static/icons/vendor/homarr/png/paperless-ngx.png
new file mode 100644
index 0000000..73cb9bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/paperless-ngx.png differ
diff --git a/static/icons/vendor/homarr/png/paperless.png b/static/icons/vendor/homarr/png/paperless.png
new file mode 100644
index 0000000..a4acbf5
Binary files /dev/null and b/static/icons/vendor/homarr/png/paperless.png differ
diff --git a/static/icons/vendor/homarr/png/papermark-light.png b/static/icons/vendor/homarr/png/papermark-light.png
new file mode 100644
index 0000000..20584a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/papermark-light.png differ
diff --git a/static/icons/vendor/homarr/png/papermark.png b/static/icons/vendor/homarr/png/papermark.png
new file mode 100644
index 0000000..19c72b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/papermark.png differ
diff --git a/static/icons/vendor/homarr/png/papermerge-light.png b/static/icons/vendor/homarr/png/papermerge-light.png
new file mode 100644
index 0000000..4a75bff
Binary files /dev/null and b/static/icons/vendor/homarr/png/papermerge-light.png differ
diff --git a/static/icons/vendor/homarr/png/papermerge.png b/static/icons/vendor/homarr/png/papermerge.png
new file mode 100644
index 0000000..482ccc3
Binary files /dev/null and b/static/icons/vendor/homarr/png/papermerge.png differ
diff --git a/static/icons/vendor/homarr/png/papra.png b/static/icons/vendor/homarr/png/papra.png
new file mode 100644
index 0000000..5f74c26
Binary files /dev/null and b/static/icons/vendor/homarr/png/papra.png differ
diff --git a/static/icons/vendor/homarr/png/parseable.png b/static/icons/vendor/homarr/png/parseable.png
new file mode 100644
index 0000000..5cd5004
Binary files /dev/null and b/static/icons/vendor/homarr/png/parseable.png differ
diff --git a/static/icons/vendor/homarr/png/part-db-light.png b/static/icons/vendor/homarr/png/part-db-light.png
new file mode 100644
index 0000000..796bd57
Binary files /dev/null and b/static/icons/vendor/homarr/png/part-db-light.png differ
diff --git a/static/icons/vendor/homarr/png/part-db.png b/static/icons/vendor/homarr/png/part-db.png
new file mode 100644
index 0000000..e8fb065
Binary files /dev/null and b/static/icons/vendor/homarr/png/part-db.png differ
diff --git a/static/icons/vendor/homarr/png/partkeepr.png b/static/icons/vendor/homarr/png/partkeepr.png
new file mode 100644
index 0000000..f417d08
Binary files /dev/null and b/static/icons/vendor/homarr/png/partkeepr.png differ
diff --git a/static/icons/vendor/homarr/png/passbolt.png b/static/icons/vendor/homarr/png/passbolt.png
new file mode 100644
index 0000000..9ade3fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/passbolt.png differ
diff --git a/static/icons/vendor/homarr/png/passwordpusher-light.png b/static/icons/vendor/homarr/png/passwordpusher-light.png
new file mode 100644
index 0000000..4c09754
Binary files /dev/null and b/static/icons/vendor/homarr/png/passwordpusher-light.png differ
diff --git a/static/icons/vendor/homarr/png/passwordpusher.png b/static/icons/vendor/homarr/png/passwordpusher.png
new file mode 100644
index 0000000..eddc101
Binary files /dev/null and b/static/icons/vendor/homarr/png/passwordpusher.png differ
diff --git a/static/icons/vendor/homarr/png/passwork.png b/static/icons/vendor/homarr/png/passwork.png
new file mode 100644
index 0000000..cc641c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/passwork.png differ
diff --git a/static/icons/vendor/homarr/png/pastatool-light.png b/static/icons/vendor/homarr/png/pastatool-light.png
new file mode 100644
index 0000000..49b16c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pastatool-light.png differ
diff --git a/static/icons/vendor/homarr/png/pastatool.png b/static/icons/vendor/homarr/png/pastatool.png
new file mode 100644
index 0000000..ccc1db2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pastatool.png differ
diff --git a/static/icons/vendor/homarr/png/pastebin-dark.png b/static/icons/vendor/homarr/png/pastebin-dark.png
new file mode 100644
index 0000000..2fe64a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pastebin-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pastebin.png b/static/icons/vendor/homarr/png/pastebin.png
new file mode 100644
index 0000000..e7a28bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/pastebin.png differ
diff --git a/static/icons/vendor/homarr/png/pastey.png b/static/icons/vendor/homarr/png/pastey.png
new file mode 100644
index 0000000..95b7719
Binary files /dev/null and b/static/icons/vendor/homarr/png/pastey.png differ
diff --git a/static/icons/vendor/homarr/png/patchmon.png b/static/icons/vendor/homarr/png/patchmon.png
new file mode 100644
index 0000000..ce5ef64
Binary files /dev/null and b/static/icons/vendor/homarr/png/patchmon.png differ
diff --git a/static/icons/vendor/homarr/png/patreon-light.png b/static/icons/vendor/homarr/png/patreon-light.png
new file mode 100644
index 0000000..12dcc47
Binary files /dev/null and b/static/icons/vendor/homarr/png/patreon-light.png differ
diff --git a/static/icons/vendor/homarr/png/patreon.png b/static/icons/vendor/homarr/png/patreon.png
new file mode 100644
index 0000000..24f7665
Binary files /dev/null and b/static/icons/vendor/homarr/png/patreon.png differ
diff --git a/static/icons/vendor/homarr/png/payload-light.png b/static/icons/vendor/homarr/png/payload-light.png
new file mode 100644
index 0000000..e9d1428
Binary files /dev/null and b/static/icons/vendor/homarr/png/payload-light.png differ
diff --git a/static/icons/vendor/homarr/png/payload.png b/static/icons/vendor/homarr/png/payload.png
new file mode 100644
index 0000000..a7c0913
Binary files /dev/null and b/static/icons/vendor/homarr/png/payload.png differ
diff --git a/static/icons/vendor/homarr/png/paymenter.png b/static/icons/vendor/homarr/png/paymenter.png
new file mode 100644
index 0000000..f8e9080
Binary files /dev/null and b/static/icons/vendor/homarr/png/paymenter.png differ
diff --git a/static/icons/vendor/homarr/png/paypal.png b/static/icons/vendor/homarr/png/paypal.png
new file mode 100644
index 0000000..b4cc271
Binary files /dev/null and b/static/icons/vendor/homarr/png/paypal.png differ
diff --git a/static/icons/vendor/homarr/png/pdfding-light.png b/static/icons/vendor/homarr/png/pdfding-light.png
new file mode 100644
index 0000000..b3b918a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pdfding-light.png differ
diff --git a/static/icons/vendor/homarr/png/pdfding.png b/static/icons/vendor/homarr/png/pdfding.png
new file mode 100644
index 0000000..6c3f7e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pdfding.png differ
diff --git a/static/icons/vendor/homarr/png/peacock-light.png b/static/icons/vendor/homarr/png/peacock-light.png
new file mode 100644
index 0000000..f8b21b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/peacock-light.png differ
diff --git a/static/icons/vendor/homarr/png/peacock.png b/static/icons/vendor/homarr/png/peacock.png
new file mode 100644
index 0000000..69007a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/peacock.png differ
diff --git a/static/icons/vendor/homarr/png/peanut-light.png b/static/icons/vendor/homarr/png/peanut-light.png
new file mode 100644
index 0000000..d72a7cd
Binary files /dev/null and b/static/icons/vendor/homarr/png/peanut-light.png differ
diff --git a/static/icons/vendor/homarr/png/peanut.png b/static/icons/vendor/homarr/png/peanut.png
new file mode 100644
index 0000000..6c4e001
Binary files /dev/null and b/static/icons/vendor/homarr/png/peanut.png differ
diff --git a/static/icons/vendor/homarr/png/peertube.png b/static/icons/vendor/homarr/png/peertube.png
new file mode 100644
index 0000000..d30d30b
Binary files /dev/null and b/static/icons/vendor/homarr/png/peertube.png differ
diff --git a/static/icons/vendor/homarr/png/pelican-panel.png b/static/icons/vendor/homarr/png/pelican-panel.png
new file mode 100644
index 0000000..fe0956e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pelican-panel.png differ
diff --git a/static/icons/vendor/homarr/png/penpot-light.png b/static/icons/vendor/homarr/png/penpot-light.png
new file mode 100644
index 0000000..cbeeea7
Binary files /dev/null and b/static/icons/vendor/homarr/png/penpot-light.png differ
diff --git a/static/icons/vendor/homarr/png/penpot.png b/static/icons/vendor/homarr/png/penpot.png
new file mode 100644
index 0000000..44ef96a
Binary files /dev/null and b/static/icons/vendor/homarr/png/penpot.png differ
diff --git a/static/icons/vendor/homarr/png/pepperbox-tv-dark.png b/static/icons/vendor/homarr/png/pepperbox-tv-dark.png
new file mode 100644
index 0000000..73a61c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pepperbox-tv-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pepperbox-tv.png b/static/icons/vendor/homarr/png/pepperbox-tv.png
new file mode 100644
index 0000000..5df81fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/pepperbox-tv.png differ
diff --git a/static/icons/vendor/homarr/png/peppermint.png b/static/icons/vendor/homarr/png/peppermint.png
new file mode 100644
index 0000000..2e6297c
Binary files /dev/null and b/static/icons/vendor/homarr/png/peppermint.png differ
diff --git a/static/icons/vendor/homarr/png/pepperminty-wiki.png b/static/icons/vendor/homarr/png/pepperminty-wiki.png
new file mode 100644
index 0000000..e0b50e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pepperminty-wiki.png differ
diff --git a/static/icons/vendor/homarr/png/perlite.png b/static/icons/vendor/homarr/png/perlite.png
new file mode 100644
index 0000000..d4d06e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/perlite.png differ
diff --git a/static/icons/vendor/homarr/png/perplexity-dark.png b/static/icons/vendor/homarr/png/perplexity-dark.png
new file mode 100644
index 0000000..810438c
Binary files /dev/null and b/static/icons/vendor/homarr/png/perplexity-dark.png differ
diff --git a/static/icons/vendor/homarr/png/perplexity-light.png b/static/icons/vendor/homarr/png/perplexity-light.png
new file mode 100644
index 0000000..c399144
Binary files /dev/null and b/static/icons/vendor/homarr/png/perplexity-light.png differ
diff --git a/static/icons/vendor/homarr/png/perplexity-wordmark-dark.png b/static/icons/vendor/homarr/png/perplexity-wordmark-dark.png
new file mode 100644
index 0000000..02021fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/perplexity-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/perplexity-wordmark-light.png b/static/icons/vendor/homarr/png/perplexity-wordmark-light.png
new file mode 100644
index 0000000..7cfd3f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/perplexity-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/perplexity.png b/static/icons/vendor/homarr/png/perplexity.png
new file mode 100644
index 0000000..9357472
Binary files /dev/null and b/static/icons/vendor/homarr/png/perplexity.png differ
diff --git a/static/icons/vendor/homarr/png/petio.png b/static/icons/vendor/homarr/png/petio.png
new file mode 100644
index 0000000..50fca22
Binary files /dev/null and b/static/icons/vendor/homarr/png/petio.png differ
diff --git a/static/icons/vendor/homarr/png/pfsense-light.png b/static/icons/vendor/homarr/png/pfsense-light.png
new file mode 100644
index 0000000..a0cd918
Binary files /dev/null and b/static/icons/vendor/homarr/png/pfsense-light.png differ
diff --git a/static/icons/vendor/homarr/png/pfsense.png b/static/icons/vendor/homarr/png/pfsense.png
new file mode 100644
index 0000000..7ccc570
Binary files /dev/null and b/static/icons/vendor/homarr/png/pfsense.png differ
diff --git a/static/icons/vendor/homarr/png/pg-back-web.png b/static/icons/vendor/homarr/png/pg-back-web.png
new file mode 100644
index 0000000..324e36f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pg-back-web.png differ
diff --git a/static/icons/vendor/homarr/png/pgadmin.png b/static/icons/vendor/homarr/png/pgadmin.png
new file mode 100644
index 0000000..daf9f72
Binary files /dev/null and b/static/icons/vendor/homarr/png/pgadmin.png differ
diff --git a/static/icons/vendor/homarr/png/pgbackweb-dark.png b/static/icons/vendor/homarr/png/pgbackweb-dark.png
new file mode 100644
index 0000000..c524378
Binary files /dev/null and b/static/icons/vendor/homarr/png/pgbackweb-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pgbackweb-light.png b/static/icons/vendor/homarr/png/pgbackweb-light.png
new file mode 100644
index 0000000..2faff05
Binary files /dev/null and b/static/icons/vendor/homarr/png/pgbackweb-light.png differ
diff --git a/static/icons/vendor/homarr/png/phanpy.png b/static/icons/vendor/homarr/png/phanpy.png
new file mode 100644
index 0000000..fba18dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/phanpy.png differ
diff --git a/static/icons/vendor/homarr/png/phantombot.png b/static/icons/vendor/homarr/png/phantombot.png
new file mode 100644
index 0000000..157b31a
Binary files /dev/null and b/static/icons/vendor/homarr/png/phantombot.png differ
diff --git a/static/icons/vendor/homarr/png/phase-dark.png b/static/icons/vendor/homarr/png/phase-dark.png
new file mode 100644
index 0000000..5fdd786
Binary files /dev/null and b/static/icons/vendor/homarr/png/phase-dark.png differ
diff --git a/static/icons/vendor/homarr/png/phase.png b/static/icons/vendor/homarr/png/phase.png
new file mode 100644
index 0000000..0f1302f
Binary files /dev/null and b/static/icons/vendor/homarr/png/phase.png differ
diff --git a/static/icons/vendor/homarr/png/phoneinfoga-light.png b/static/icons/vendor/homarr/png/phoneinfoga-light.png
new file mode 100644
index 0000000..b0ae906
Binary files /dev/null and b/static/icons/vendor/homarr/png/phoneinfoga-light.png differ
diff --git a/static/icons/vendor/homarr/png/phoneinfoga.png b/static/icons/vendor/homarr/png/phoneinfoga.png
new file mode 100644
index 0000000..52d0e3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/phoneinfoga.png differ
diff --git a/static/icons/vendor/homarr/png/phorge-light.png b/static/icons/vendor/homarr/png/phorge-light.png
new file mode 100644
index 0000000..fc033c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/phorge-light.png differ
diff --git a/static/icons/vendor/homarr/png/phorge.png b/static/icons/vendor/homarr/png/phorge.png
new file mode 100644
index 0000000..317065c
Binary files /dev/null and b/static/icons/vendor/homarr/png/phorge.png differ
diff --git a/static/icons/vendor/homarr/png/phoscon-light.png b/static/icons/vendor/homarr/png/phoscon-light.png
new file mode 100644
index 0000000..8e6d302
Binary files /dev/null and b/static/icons/vendor/homarr/png/phoscon-light.png differ
diff --git a/static/icons/vendor/homarr/png/phoscon.png b/static/icons/vendor/homarr/png/phoscon.png
new file mode 100644
index 0000000..558285d
Binary files /dev/null and b/static/icons/vendor/homarr/png/phoscon.png differ
diff --git a/static/icons/vendor/homarr/png/photonix-light.png b/static/icons/vendor/homarr/png/photonix-light.png
new file mode 100644
index 0000000..ee72d3d
Binary files /dev/null and b/static/icons/vendor/homarr/png/photonix-light.png differ
diff --git a/static/icons/vendor/homarr/png/photonix.png b/static/icons/vendor/homarr/png/photonix.png
new file mode 100644
index 0000000..325c553
Binary files /dev/null and b/static/icons/vendor/homarr/png/photonix.png differ
diff --git a/static/icons/vendor/homarr/png/photopea.png b/static/icons/vendor/homarr/png/photopea.png
new file mode 100644
index 0000000..accc929
Binary files /dev/null and b/static/icons/vendor/homarr/png/photopea.png differ
diff --git a/static/icons/vendor/homarr/png/photoprism-light.png b/static/icons/vendor/homarr/png/photoprism-light.png
new file mode 100644
index 0000000..7a40a64
Binary files /dev/null and b/static/icons/vendor/homarr/png/photoprism-light.png differ
diff --git a/static/icons/vendor/homarr/png/photoprism.png b/static/icons/vendor/homarr/png/photoprism.png
new file mode 100644
index 0000000..e58d4e7
Binary files /dev/null and b/static/icons/vendor/homarr/png/photoprism.png differ
diff --git a/static/icons/vendor/homarr/png/photostructure-dark.png b/static/icons/vendor/homarr/png/photostructure-dark.png
new file mode 100644
index 0000000..1ae6506
Binary files /dev/null and b/static/icons/vendor/homarr/png/photostructure-dark.png differ
diff --git a/static/icons/vendor/homarr/png/photostructure.png b/static/icons/vendor/homarr/png/photostructure.png
new file mode 100644
index 0000000..fe37348
Binary files /dev/null and b/static/icons/vendor/homarr/png/photostructure.png differ
diff --git a/static/icons/vendor/homarr/png/photoview.png b/static/icons/vendor/homarr/png/photoview.png
new file mode 100644
index 0000000..7fdeb76
Binary files /dev/null and b/static/icons/vendor/homarr/png/photoview.png differ
diff --git a/static/icons/vendor/homarr/png/php-light.png b/static/icons/vendor/homarr/png/php-light.png
new file mode 100644
index 0000000..982d4c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/php-light.png differ
diff --git a/static/icons/vendor/homarr/png/php.png b/static/icons/vendor/homarr/png/php.png
new file mode 100644
index 0000000..582f6fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/php.png differ
diff --git a/static/icons/vendor/homarr/png/phpipam.png b/static/icons/vendor/homarr/png/phpipam.png
new file mode 100644
index 0000000..38bf098
Binary files /dev/null and b/static/icons/vendor/homarr/png/phpipam.png differ
diff --git a/static/icons/vendor/homarr/png/phpldapadmin.png b/static/icons/vendor/homarr/png/phpldapadmin.png
new file mode 100644
index 0000000..ab2bcc5
Binary files /dev/null and b/static/icons/vendor/homarr/png/phpldapadmin.png differ
diff --git a/static/icons/vendor/homarr/png/phpmyadmin.png b/static/icons/vendor/homarr/png/phpmyadmin.png
new file mode 100644
index 0000000..02b9b60
Binary files /dev/null and b/static/icons/vendor/homarr/png/phpmyadmin.png differ
diff --git a/static/icons/vendor/homarr/png/pi-alert.png b/static/icons/vendor/homarr/png/pi-alert.png
new file mode 100644
index 0000000..f1ea11b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pi-alert.png differ
diff --git a/static/icons/vendor/homarr/png/pi-hole-unbound.png b/static/icons/vendor/homarr/png/pi-hole-unbound.png
new file mode 100644
index 0000000..4f2c7b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pi-hole-unbound.png differ
diff --git a/static/icons/vendor/homarr/png/pi-hole.png b/static/icons/vendor/homarr/png/pi-hole.png
new file mode 100644
index 0000000..b4abd97
Binary files /dev/null and b/static/icons/vendor/homarr/png/pi-hole.png differ
diff --git a/static/icons/vendor/homarr/png/pia.png b/static/icons/vendor/homarr/png/pia.png
new file mode 100644
index 0000000..2c98adf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pia.png differ
diff --git a/static/icons/vendor/homarr/png/piaware.png b/static/icons/vendor/homarr/png/piaware.png
new file mode 100644
index 0000000..f1e87c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/piaware.png differ
diff --git a/static/icons/vendor/homarr/png/picsur-light.png b/static/icons/vendor/homarr/png/picsur-light.png
new file mode 100644
index 0000000..9f7989a
Binary files /dev/null and b/static/icons/vendor/homarr/png/picsur-light.png differ
diff --git a/static/icons/vendor/homarr/png/picsur.png b/static/icons/vendor/homarr/png/picsur.png
new file mode 100644
index 0000000..7d0de59
Binary files /dev/null and b/static/icons/vendor/homarr/png/picsur.png differ
diff --git a/static/icons/vendor/homarr/png/pigallery2-dark.png b/static/icons/vendor/homarr/png/pigallery2-dark.png
new file mode 100644
index 0000000..3954ead
Binary files /dev/null and b/static/icons/vendor/homarr/png/pigallery2-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pigallery2.png b/static/icons/vendor/homarr/png/pigallery2.png
new file mode 100644
index 0000000..a801a4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pigallery2.png differ
diff --git a/static/icons/vendor/homarr/png/pigeonpod.png b/static/icons/vendor/homarr/png/pigeonpod.png
new file mode 100644
index 0000000..106fe25
Binary files /dev/null and b/static/icons/vendor/homarr/png/pigeonpod.png differ
diff --git a/static/icons/vendor/homarr/png/pikapods.png b/static/icons/vendor/homarr/png/pikapods.png
new file mode 100644
index 0000000..fb34e5c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pikapods.png differ
diff --git a/static/icons/vendor/homarr/png/pikvm-light.png b/static/icons/vendor/homarr/png/pikvm-light.png
new file mode 100644
index 0000000..bf0a19c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pikvm-light.png differ
diff --git a/static/icons/vendor/homarr/png/pikvm.png b/static/icons/vendor/homarr/png/pikvm.png
new file mode 100644
index 0000000..79c4bd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pikvm.png differ
diff --git a/static/icons/vendor/homarr/png/pinchflat.png b/static/icons/vendor/homarr/png/pinchflat.png
new file mode 100644
index 0000000..1efcc8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinchflat.png differ
diff --git a/static/icons/vendor/homarr/png/pinepods.png b/static/icons/vendor/homarr/png/pinepods.png
new file mode 100644
index 0000000..3c93489
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinepods.png differ
diff --git a/static/icons/vendor/homarr/png/pingdom-light.png b/static/icons/vendor/homarr/png/pingdom-light.png
new file mode 100644
index 0000000..eb14a47
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingdom-light.png differ
diff --git a/static/icons/vendor/homarr/png/pingdom.png b/static/icons/vendor/homarr/png/pingdom.png
new file mode 100644
index 0000000..75e1e99
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingdom.png differ
diff --git a/static/icons/vendor/homarr/png/pingvin-dark.png b/static/icons/vendor/homarr/png/pingvin-dark.png
new file mode 100644
index 0000000..03bd6da
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingvin-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pingvin-share-dark.png b/static/icons/vendor/homarr/png/pingvin-share-dark.png
new file mode 100644
index 0000000..03bd6da
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingvin-share-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pingvin-share.png b/static/icons/vendor/homarr/png/pingvin-share.png
new file mode 100644
index 0000000..1bb5403
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingvin-share.png differ
diff --git a/static/icons/vendor/homarr/png/pingvin.png b/static/icons/vendor/homarr/png/pingvin.png
new file mode 100644
index 0000000..3008b16
Binary files /dev/null and b/static/icons/vendor/homarr/png/pingvin.png differ
diff --git a/static/icons/vendor/homarr/png/pinia.png b/static/icons/vendor/homarr/png/pinia.png
new file mode 100644
index 0000000..ed98db0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinia.png differ
diff --git a/static/icons/vendor/homarr/png/pinkary.png b/static/icons/vendor/homarr/png/pinkary.png
new file mode 100644
index 0000000..1549ad0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinkary.png differ
diff --git a/static/icons/vendor/homarr/png/pinry.png b/static/icons/vendor/homarr/png/pinry.png
new file mode 100644
index 0000000..adbcc28
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinry.png differ
diff --git a/static/icons/vendor/homarr/png/pinterest.png b/static/icons/vendor/homarr/png/pinterest.png
new file mode 100644
index 0000000..6889f18
Binary files /dev/null and b/static/icons/vendor/homarr/png/pinterest.png differ
diff --git a/static/icons/vendor/homarr/png/pioneer-light.png b/static/icons/vendor/homarr/png/pioneer-light.png
new file mode 100644
index 0000000..842ab20
Binary files /dev/null and b/static/icons/vendor/homarr/png/pioneer-light.png differ
diff --git a/static/icons/vendor/homarr/png/pioneer.png b/static/icons/vendor/homarr/png/pioneer.png
new file mode 100644
index 0000000..9ffe728
Binary files /dev/null and b/static/icons/vendor/homarr/png/pioneer.png differ
diff --git a/static/icons/vendor/homarr/png/piped.png b/static/icons/vendor/homarr/png/piped.png
new file mode 100644
index 0000000..8f203eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/piped.png differ
diff --git a/static/icons/vendor/homarr/png/pirate-proxy.png b/static/icons/vendor/homarr/png/pirate-proxy.png
new file mode 100644
index 0000000..157730e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pirate-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/pivpn.png b/static/icons/vendor/homarr/png/pivpn.png
new file mode 100644
index 0000000..b52d602
Binary files /dev/null and b/static/icons/vendor/homarr/png/pivpn.png differ
diff --git a/static/icons/vendor/homarr/png/piwigo.png b/static/icons/vendor/homarr/png/piwigo.png
new file mode 100644
index 0000000..94183e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/piwigo.png differ
diff --git a/static/icons/vendor/homarr/png/pixelfed.png b/static/icons/vendor/homarr/png/pixelfed.png
new file mode 100644
index 0000000..4135a7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pixelfed.png differ
diff --git a/static/icons/vendor/homarr/png/plane-finder.png b/static/icons/vendor/homarr/png/plane-finder.png
new file mode 100644
index 0000000..bbe18a8
Binary files /dev/null and b/static/icons/vendor/homarr/png/plane-finder.png differ
diff --git a/static/icons/vendor/homarr/png/plane.png b/static/icons/vendor/homarr/png/plane.png
new file mode 100644
index 0000000..c730bee
Binary files /dev/null and b/static/icons/vendor/homarr/png/plane.png differ
diff --git a/static/icons/vendor/homarr/png/planka-dark.png b/static/icons/vendor/homarr/png/planka-dark.png
new file mode 100644
index 0000000..c339dc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/planka-dark.png differ
diff --git a/static/icons/vendor/homarr/png/planka.png b/static/icons/vendor/homarr/png/planka.png
new file mode 100644
index 0000000..54a62dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/planka.png differ
diff --git a/static/icons/vendor/homarr/png/plant-it.png b/static/icons/vendor/homarr/png/plant-it.png
new file mode 100644
index 0000000..943bb3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/plant-it.png differ
diff --git a/static/icons/vendor/homarr/png/plantuml.png b/static/icons/vendor/homarr/png/plantuml.png
new file mode 100644
index 0000000..85b93cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/plantuml.png differ
diff --git a/static/icons/vendor/homarr/png/platzi.png b/static/icons/vendor/homarr/png/platzi.png
new file mode 100644
index 0000000..c83d47b
Binary files /dev/null and b/static/icons/vendor/homarr/png/platzi.png differ
diff --git a/static/icons/vendor/homarr/png/plausible.png b/static/icons/vendor/homarr/png/plausible.png
new file mode 100644
index 0000000..ac37225
Binary files /dev/null and b/static/icons/vendor/homarr/png/plausible.png differ
diff --git a/static/icons/vendor/homarr/png/playstation.png b/static/icons/vendor/homarr/png/playstation.png
new file mode 100644
index 0000000..655b453
Binary files /dev/null and b/static/icons/vendor/homarr/png/playstation.png differ
diff --git a/static/icons/vendor/homarr/png/pleroma.png b/static/icons/vendor/homarr/png/pleroma.png
new file mode 100644
index 0000000..a6f5785
Binary files /dev/null and b/static/icons/vendor/homarr/png/pleroma.png differ
diff --git a/static/icons/vendor/homarr/png/plesk.png b/static/icons/vendor/homarr/png/plesk.png
new file mode 100644
index 0000000..880fbee
Binary files /dev/null and b/static/icons/vendor/homarr/png/plesk.png differ
diff --git a/static/icons/vendor/homarr/png/plex-alt-light.png b/static/icons/vendor/homarr/png/plex-alt-light.png
new file mode 100644
index 0000000..a1d32b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-alt-light.png differ
diff --git a/static/icons/vendor/homarr/png/plex-alt.png b/static/icons/vendor/homarr/png/plex-alt.png
new file mode 100644
index 0000000..3abab1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-alt.png differ
diff --git a/static/icons/vendor/homarr/png/plex-light.png b/static/icons/vendor/homarr/png/plex-light.png
new file mode 100644
index 0000000..fa7b329
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-light.png differ
diff --git a/static/icons/vendor/homarr/png/plex-meta-manager-light.png b/static/icons/vendor/homarr/png/plex-meta-manager-light.png
new file mode 100644
index 0000000..68d06f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-meta-manager-light.png differ
diff --git a/static/icons/vendor/homarr/png/plex-meta-manager.png b/static/icons/vendor/homarr/png/plex-meta-manager.png
new file mode 100644
index 0000000..9e1823d
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-meta-manager.png differ
diff --git a/static/icons/vendor/homarr/png/plex-rewind.png b/static/icons/vendor/homarr/png/plex-rewind.png
new file mode 100644
index 0000000..21a09b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex-rewind.png differ
diff --git a/static/icons/vendor/homarr/png/plex.png b/static/icons/vendor/homarr/png/plex.png
new file mode 100644
index 0000000..d1c4398
Binary files /dev/null and b/static/icons/vendor/homarr/png/plex.png differ
diff --git a/static/icons/vendor/homarr/png/plexdrive.png b/static/icons/vendor/homarr/png/plexdrive.png
new file mode 100644
index 0000000..de20337
Binary files /dev/null and b/static/icons/vendor/homarr/png/plexdrive.png differ
diff --git a/static/icons/vendor/homarr/png/plexrequests-light.png b/static/icons/vendor/homarr/png/plexrequests-light.png
new file mode 100644
index 0000000..de5b9da
Binary files /dev/null and b/static/icons/vendor/homarr/png/plexrequests-light.png differ
diff --git a/static/icons/vendor/homarr/png/plexrequests.png b/static/icons/vendor/homarr/png/plexrequests.png
new file mode 100644
index 0000000..c2057a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/plexrequests.png differ
diff --git a/static/icons/vendor/homarr/png/plexripper.png b/static/icons/vendor/homarr/png/plexripper.png
new file mode 100644
index 0000000..2382996
Binary files /dev/null and b/static/icons/vendor/homarr/png/plexripper.png differ
diff --git a/static/icons/vendor/homarr/png/plume.png b/static/icons/vendor/homarr/png/plume.png
new file mode 100644
index 0000000..d651ecc
Binary files /dev/null and b/static/icons/vendor/homarr/png/plume.png differ
diff --git a/static/icons/vendor/homarr/png/pluralsight.png b/static/icons/vendor/homarr/png/pluralsight.png
new file mode 100644
index 0000000..accacca
Binary files /dev/null and b/static/icons/vendor/homarr/png/pluralsight.png differ
diff --git a/static/icons/vendor/homarr/png/pluto-tv.png b/static/icons/vendor/homarr/png/pluto-tv.png
new file mode 100644
index 0000000..25da879
Binary files /dev/null and b/static/icons/vendor/homarr/png/pluto-tv.png differ
diff --git a/static/icons/vendor/homarr/png/pocket-casts-dark.png b/static/icons/vendor/homarr/png/pocket-casts-dark.png
new file mode 100644
index 0000000..46c680d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocket-casts-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pocket-casts.png b/static/icons/vendor/homarr/png/pocket-casts.png
new file mode 100644
index 0000000..268ad5c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocket-casts.png differ
diff --git a/static/icons/vendor/homarr/png/pocket-id-light.png b/static/icons/vendor/homarr/png/pocket-id-light.png
new file mode 100644
index 0000000..01983e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocket-id-light.png differ
diff --git a/static/icons/vendor/homarr/png/pocket-id.png b/static/icons/vendor/homarr/png/pocket-id.png
new file mode 100644
index 0000000..dd4118e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocket-id.png differ
diff --git a/static/icons/vendor/homarr/png/pocketbase-dark.png b/static/icons/vendor/homarr/png/pocketbase-dark.png
new file mode 100644
index 0000000..af108e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocketbase-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pocketbase.png b/static/icons/vendor/homarr/png/pocketbase.png
new file mode 100644
index 0000000..dd85f54
Binary files /dev/null and b/static/icons/vendor/homarr/png/pocketbase.png differ
diff --git a/static/icons/vendor/homarr/png/podfetch-light.png b/static/icons/vendor/homarr/png/podfetch-light.png
new file mode 100644
index 0000000..6f20639
Binary files /dev/null and b/static/icons/vendor/homarr/png/podfetch-light.png differ
diff --git a/static/icons/vendor/homarr/png/podfetch.png b/static/icons/vendor/homarr/png/podfetch.png
new file mode 100644
index 0000000..9a8998a
Binary files /dev/null and b/static/icons/vendor/homarr/png/podfetch.png differ
diff --git a/static/icons/vendor/homarr/png/podgrab.png b/static/icons/vendor/homarr/png/podgrab.png
new file mode 100644
index 0000000..2111598
Binary files /dev/null and b/static/icons/vendor/homarr/png/podgrab.png differ
diff --git a/static/icons/vendor/homarr/png/podify.png b/static/icons/vendor/homarr/png/podify.png
new file mode 100644
index 0000000..bb7946d
Binary files /dev/null and b/static/icons/vendor/homarr/png/podify.png differ
diff --git a/static/icons/vendor/homarr/png/podman.png b/static/icons/vendor/homarr/png/podman.png
new file mode 100644
index 0000000..6082271
Binary files /dev/null and b/static/icons/vendor/homarr/png/podman.png differ
diff --git a/static/icons/vendor/homarr/png/podnapisi.png b/static/icons/vendor/homarr/png/podnapisi.png
new file mode 100644
index 0000000..cbd98ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/podnapisi.png differ
diff --git a/static/icons/vendor/homarr/png/policycontroller.png b/static/icons/vendor/homarr/png/policycontroller.png
new file mode 100644
index 0000000..d3712c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/policycontroller.png differ
diff --git a/static/icons/vendor/homarr/png/poly.png b/static/icons/vendor/homarr/png/poly.png
new file mode 100644
index 0000000..7017036
Binary files /dev/null and b/static/icons/vendor/homarr/png/poly.png differ
diff --git a/static/icons/vendor/homarr/png/polywork.png b/static/icons/vendor/homarr/png/polywork.png
new file mode 100644
index 0000000..0ce51d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/polywork.png differ
diff --git a/static/icons/vendor/homarr/png/porkbun.png b/static/icons/vendor/homarr/png/porkbun.png
new file mode 100644
index 0000000..f34914c
Binary files /dev/null and b/static/icons/vendor/homarr/png/porkbun.png differ
diff --git a/static/icons/vendor/homarr/png/port-note.png b/static/icons/vendor/homarr/png/port-note.png
new file mode 100644
index 0000000..bab42bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/port-note.png differ
diff --git a/static/icons/vendor/homarr/png/portainer-alt.png b/static/icons/vendor/homarr/png/portainer-alt.png
new file mode 100644
index 0000000..9cd4e92
Binary files /dev/null and b/static/icons/vendor/homarr/png/portainer-alt.png differ
diff --git a/static/icons/vendor/homarr/png/portainer-be-dark.png b/static/icons/vendor/homarr/png/portainer-be-dark.png
new file mode 100644
index 0000000..10e3eaf
Binary files /dev/null and b/static/icons/vendor/homarr/png/portainer-be-dark.png differ
diff --git a/static/icons/vendor/homarr/png/portainer-be.png b/static/icons/vendor/homarr/png/portainer-be.png
new file mode 100644
index 0000000..a48f596
Binary files /dev/null and b/static/icons/vendor/homarr/png/portainer-be.png differ
diff --git a/static/icons/vendor/homarr/png/portainer-dark.png b/static/icons/vendor/homarr/png/portainer-dark.png
new file mode 100644
index 0000000..d4b4b62
Binary files /dev/null and b/static/icons/vendor/homarr/png/portainer-dark.png differ
diff --git a/static/icons/vendor/homarr/png/portainer.png b/static/icons/vendor/homarr/png/portainer.png
new file mode 100644
index 0000000..5a8a585
Binary files /dev/null and b/static/icons/vendor/homarr/png/portainer.png differ
diff --git a/static/icons/vendor/homarr/png/portracker-dark.png b/static/icons/vendor/homarr/png/portracker-dark.png
new file mode 100644
index 0000000..2af0ed8
Binary files /dev/null and b/static/icons/vendor/homarr/png/portracker-dark.png differ
diff --git a/static/icons/vendor/homarr/png/portracker.png b/static/icons/vendor/homarr/png/portracker.png
new file mode 100644
index 0000000..8e8a169
Binary files /dev/null and b/static/icons/vendor/homarr/png/portracker.png differ
diff --git a/static/icons/vendor/homarr/png/portus.png b/static/icons/vendor/homarr/png/portus.png
new file mode 100644
index 0000000..754b783
Binary files /dev/null and b/static/icons/vendor/homarr/png/portus.png differ
diff --git a/static/icons/vendor/homarr/png/postal.png b/static/icons/vendor/homarr/png/postal.png
new file mode 100644
index 0000000..18fe45e
Binary files /dev/null and b/static/icons/vendor/homarr/png/postal.png differ
diff --git a/static/icons/vendor/homarr/png/poste.png b/static/icons/vendor/homarr/png/poste.png
new file mode 100644
index 0000000..578ee55
Binary files /dev/null and b/static/icons/vendor/homarr/png/poste.png differ
diff --git a/static/icons/vendor/homarr/png/posteria.png b/static/icons/vendor/homarr/png/posteria.png
new file mode 100644
index 0000000..f084f9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/posteria.png differ
diff --git a/static/icons/vendor/homarr/png/posterizarr.png b/static/icons/vendor/homarr/png/posterizarr.png
new file mode 100644
index 0000000..2b0cc78
Binary files /dev/null and b/static/icons/vendor/homarr/png/posterizarr.png differ
diff --git a/static/icons/vendor/homarr/png/postgres.png b/static/icons/vendor/homarr/png/postgres.png
new file mode 100644
index 0000000..daf9f72
Binary files /dev/null and b/static/icons/vendor/homarr/png/postgres.png differ
diff --git a/static/icons/vendor/homarr/png/postgresql.png b/static/icons/vendor/homarr/png/postgresql.png
new file mode 100644
index 0000000..2c4e4df
Binary files /dev/null and b/static/icons/vendor/homarr/png/postgresql.png differ
diff --git a/static/icons/vendor/homarr/png/postgresus.png b/static/icons/vendor/homarr/png/postgresus.png
new file mode 100644
index 0000000..bafa65a
Binary files /dev/null and b/static/icons/vendor/homarr/png/postgresus.png differ
diff --git a/static/icons/vendor/homarr/png/posthog-light.png b/static/icons/vendor/homarr/png/posthog-light.png
new file mode 100644
index 0000000..6844775
Binary files /dev/null and b/static/icons/vendor/homarr/png/posthog-light.png differ
diff --git a/static/icons/vendor/homarr/png/posthog.png b/static/icons/vendor/homarr/png/posthog.png
new file mode 100644
index 0000000..e7a0f66
Binary files /dev/null and b/static/icons/vendor/homarr/png/posthog.png differ
diff --git a/static/icons/vendor/homarr/png/postiz-dark.png b/static/icons/vendor/homarr/png/postiz-dark.png
new file mode 100644
index 0000000..d0535eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/postiz-dark.png differ
diff --git a/static/icons/vendor/homarr/png/postiz.png b/static/icons/vendor/homarr/png/postiz.png
new file mode 100644
index 0000000..436ef65
Binary files /dev/null and b/static/icons/vendor/homarr/png/postiz.png differ
diff --git a/static/icons/vendor/homarr/png/powerbi.png b/static/icons/vendor/homarr/png/powerbi.png
new file mode 100644
index 0000000..62b49d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/powerbi.png differ
diff --git a/static/icons/vendor/homarr/png/powerdns.png b/static/icons/vendor/homarr/png/powerdns.png
new file mode 100644
index 0000000..7327d42
Binary files /dev/null and b/static/icons/vendor/homarr/png/powerdns.png differ
diff --git a/static/icons/vendor/homarr/png/powerpanel.png b/static/icons/vendor/homarr/png/powerpanel.png
new file mode 100644
index 0000000..dfe193a
Binary files /dev/null and b/static/icons/vendor/homarr/png/powerpanel.png differ
diff --git a/static/icons/vendor/homarr/png/premium-mobile.png b/static/icons/vendor/homarr/png/premium-mobile.png
new file mode 100644
index 0000000..14c68dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/premium-mobile.png differ
diff --git a/static/icons/vendor/homarr/png/premiumize.png b/static/icons/vendor/homarr/png/premiumize.png
new file mode 100644
index 0000000..cdc6563
Binary files /dev/null and b/static/icons/vendor/homarr/png/premiumize.png differ
diff --git a/static/icons/vendor/homarr/png/pretix.png b/static/icons/vendor/homarr/png/pretix.png
new file mode 100644
index 0000000..7c89ca2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pretix.png differ
diff --git a/static/icons/vendor/homarr/png/price-buddy.png b/static/icons/vendor/homarr/png/price-buddy.png
new file mode 100644
index 0000000..81464e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/price-buddy.png differ
diff --git a/static/icons/vendor/homarr/png/primal.png b/static/icons/vendor/homarr/png/primal.png
new file mode 100644
index 0000000..d4eb4c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/primal.png differ
diff --git a/static/icons/vendor/homarr/png/prime-video-alt-dark.png b/static/icons/vendor/homarr/png/prime-video-alt-dark.png
new file mode 100644
index 0000000..042bda4
Binary files /dev/null and b/static/icons/vendor/homarr/png/prime-video-alt-dark.png differ
diff --git a/static/icons/vendor/homarr/png/prime-video-alt.png b/static/icons/vendor/homarr/png/prime-video-alt.png
new file mode 100644
index 0000000..9e7cfbf
Binary files /dev/null and b/static/icons/vendor/homarr/png/prime-video-alt.png differ
diff --git a/static/icons/vendor/homarr/png/prime-video-light.png b/static/icons/vendor/homarr/png/prime-video-light.png
new file mode 100644
index 0000000..c14cb91
Binary files /dev/null and b/static/icons/vendor/homarr/png/prime-video-light.png differ
diff --git a/static/icons/vendor/homarr/png/prime-video.png b/static/icons/vendor/homarr/png/prime-video.png
new file mode 100644
index 0000000..538c9c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/prime-video.png differ
diff --git a/static/icons/vendor/homarr/png/printables.png b/static/icons/vendor/homarr/png/printables.png
new file mode 100644
index 0000000..04eed9f
Binary files /dev/null and b/static/icons/vendor/homarr/png/printables.png differ
diff --git a/static/icons/vendor/homarr/png/printer.png b/static/icons/vendor/homarr/png/printer.png
new file mode 100644
index 0000000..c7a5be0
Binary files /dev/null and b/static/icons/vendor/homarr/png/printer.png differ
diff --git a/static/icons/vendor/homarr/png/pritunl.png b/static/icons/vendor/homarr/png/pritunl.png
new file mode 100644
index 0000000..910886a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pritunl.png differ
diff --git a/static/icons/vendor/homarr/png/privacyidea.png b/static/icons/vendor/homarr/png/privacyidea.png
new file mode 100644
index 0000000..a827eda
Binary files /dev/null and b/static/icons/vendor/homarr/png/privacyidea.png differ
diff --git a/static/icons/vendor/homarr/png/private-internet-access.png b/static/icons/vendor/homarr/png/private-internet-access.png
new file mode 100644
index 0000000..28571bd
Binary files /dev/null and b/static/icons/vendor/homarr/png/private-internet-access.png differ
diff --git a/static/icons/vendor/homarr/png/privatebin.png b/static/icons/vendor/homarr/png/privatebin.png
new file mode 100644
index 0000000..5350850
Binary files /dev/null and b/static/icons/vendor/homarr/png/privatebin.png differ
diff --git a/static/icons/vendor/homarr/png/profilarr.png b/static/icons/vendor/homarr/png/profilarr.png
new file mode 100644
index 0000000..da971fa
Binary files /dev/null and b/static/icons/vendor/homarr/png/profilarr.png differ
diff --git a/static/icons/vendor/homarr/png/projection-lab.png b/static/icons/vendor/homarr/png/projection-lab.png
new file mode 100644
index 0000000..537c5d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/projection-lab.png differ
diff --git a/static/icons/vendor/homarr/png/projectsend.png b/static/icons/vendor/homarr/png/projectsend.png
new file mode 100644
index 0000000..eb3ef34
Binary files /dev/null and b/static/icons/vendor/homarr/png/projectsend.png differ
diff --git a/static/icons/vendor/homarr/png/prolific.png b/static/icons/vendor/homarr/png/prolific.png
new file mode 100644
index 0000000..f3adef6
Binary files /dev/null and b/static/icons/vendor/homarr/png/prolific.png differ
diff --git a/static/icons/vendor/homarr/png/prometheus.png b/static/icons/vendor/homarr/png/prometheus.png
new file mode 100644
index 0000000..d9790fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/prometheus.png differ
diff --git a/static/icons/vendor/homarr/png/proton-calendar.png b/static/icons/vendor/homarr/png/proton-calendar.png
new file mode 100644
index 0000000..886ff6e
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-calendar.png differ
diff --git a/static/icons/vendor/homarr/png/proton-docs.png b/static/icons/vendor/homarr/png/proton-docs.png
new file mode 100644
index 0000000..64a0de3
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-docs.png differ
diff --git a/static/icons/vendor/homarr/png/proton-drive.png b/static/icons/vendor/homarr/png/proton-drive.png
new file mode 100644
index 0000000..b35ac32
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-drive.png differ
diff --git a/static/icons/vendor/homarr/png/proton-lumo.png b/static/icons/vendor/homarr/png/proton-lumo.png
new file mode 100644
index 0000000..f48cd48
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-lumo.png differ
diff --git a/static/icons/vendor/homarr/png/proton-mail.png b/static/icons/vendor/homarr/png/proton-mail.png
new file mode 100644
index 0000000..5a85576
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-mail.png differ
diff --git a/static/icons/vendor/homarr/png/proton-pass.png b/static/icons/vendor/homarr/png/proton-pass.png
new file mode 100644
index 0000000..839bb95
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-pass.png differ
diff --git a/static/icons/vendor/homarr/png/proton-vpn.png b/static/icons/vendor/homarr/png/proton-vpn.png
new file mode 100644
index 0000000..e7aa545
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-vpn.png differ
diff --git a/static/icons/vendor/homarr/png/proton-wallet.png b/static/icons/vendor/homarr/png/proton-wallet.png
new file mode 100644
index 0000000..42dd114
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton-wallet.png differ
diff --git a/static/icons/vendor/homarr/png/proton.png b/static/icons/vendor/homarr/png/proton.png
new file mode 100644
index 0000000..b7a8866
Binary files /dev/null and b/static/icons/vendor/homarr/png/proton.png differ
diff --git a/static/icons/vendor/homarr/png/protondb.png b/static/icons/vendor/homarr/png/protondb.png
new file mode 100644
index 0000000..fb61eb3
Binary files /dev/null and b/static/icons/vendor/homarr/png/protondb.png differ
diff --git a/static/icons/vendor/homarr/png/prowlarr.png b/static/icons/vendor/homarr/png/prowlarr.png
new file mode 100644
index 0000000..c2d5a02
Binary files /dev/null and b/static/icons/vendor/homarr/png/prowlarr.png differ
diff --git a/static/icons/vendor/homarr/png/proxmenu.png b/static/icons/vendor/homarr/png/proxmenu.png
new file mode 100644
index 0000000..16609dc
Binary files /dev/null and b/static/icons/vendor/homarr/png/proxmenu.png differ
diff --git a/static/icons/vendor/homarr/png/proxmox-light.png b/static/icons/vendor/homarr/png/proxmox-light.png
new file mode 100644
index 0000000..6fdbec7
Binary files /dev/null and b/static/icons/vendor/homarr/png/proxmox-light.png differ
diff --git a/static/icons/vendor/homarr/png/proxmox.png b/static/icons/vendor/homarr/png/proxmox.png
new file mode 100644
index 0000000..f6619f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/proxmox.png differ
diff --git a/static/icons/vendor/homarr/png/prtg.png b/static/icons/vendor/homarr/png/prtg.png
new file mode 100644
index 0000000..85fb3f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/prtg.png differ
diff --git a/static/icons/vendor/homarr/png/prunemate.png b/static/icons/vendor/homarr/png/prunemate.png
new file mode 100644
index 0000000..77d0383
Binary files /dev/null and b/static/icons/vendor/homarr/png/prunemate.png differ
diff --git a/static/icons/vendor/homarr/png/prusa-research.png b/static/icons/vendor/homarr/png/prusa-research.png
new file mode 100644
index 0000000..1c3640f
Binary files /dev/null and b/static/icons/vendor/homarr/png/prusa-research.png differ
diff --git a/static/icons/vendor/homarr/png/psitransfer.png b/static/icons/vendor/homarr/png/psitransfer.png
new file mode 100644
index 0000000..a486c8a
Binary files /dev/null and b/static/icons/vendor/homarr/png/psitransfer.png differ
diff --git a/static/icons/vendor/homarr/png/pterodactyl.png b/static/icons/vendor/homarr/png/pterodactyl.png
new file mode 100644
index 0000000..2111230
Binary files /dev/null and b/static/icons/vendor/homarr/png/pterodactyl.png differ
diff --git a/static/icons/vendor/homarr/png/public-pool.png b/static/icons/vendor/homarr/png/public-pool.png
new file mode 100644
index 0000000..7452b12
Binary files /dev/null and b/static/icons/vendor/homarr/png/public-pool.png differ
diff --git a/static/icons/vendor/homarr/png/pufferpanel.png b/static/icons/vendor/homarr/png/pufferpanel.png
new file mode 100644
index 0000000..4934d8c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pufferpanel.png differ
diff --git a/static/icons/vendor/homarr/png/pulsarr.png b/static/icons/vendor/homarr/png/pulsarr.png
new file mode 100644
index 0000000..bedefec
Binary files /dev/null and b/static/icons/vendor/homarr/png/pulsarr.png differ
diff --git a/static/icons/vendor/homarr/png/pulse.png b/static/icons/vendor/homarr/png/pulse.png
new file mode 100644
index 0000000..32bd251
Binary files /dev/null and b/static/icons/vendor/homarr/png/pulse.png differ
diff --git a/static/icons/vendor/homarr/png/pure-storage.png b/static/icons/vendor/homarr/png/pure-storage.png
new file mode 100644
index 0000000..f0ecc95
Binary files /dev/null and b/static/icons/vendor/homarr/png/pure-storage.png differ
diff --git a/static/icons/vendor/homarr/png/purelymail.png b/static/icons/vendor/homarr/png/purelymail.png
new file mode 100644
index 0000000..9b8303c
Binary files /dev/null and b/static/icons/vendor/homarr/png/purelymail.png differ
diff --git a/static/icons/vendor/homarr/png/pushfish.png b/static/icons/vendor/homarr/png/pushfish.png
new file mode 100644
index 0000000..93fa49c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pushfish.png differ
diff --git a/static/icons/vendor/homarr/png/pushover.png b/static/icons/vendor/homarr/png/pushover.png
new file mode 100644
index 0000000..dab9bf0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pushover.png differ
diff --git a/static/icons/vendor/homarr/png/putty.png b/static/icons/vendor/homarr/png/putty.png
new file mode 100644
index 0000000..c321f90
Binary files /dev/null and b/static/icons/vendor/homarr/png/putty.png differ
diff --git a/static/icons/vendor/homarr/png/pve-scripts-local.png b/static/icons/vendor/homarr/png/pve-scripts-local.png
new file mode 100644
index 0000000..0441b12
Binary files /dev/null and b/static/icons/vendor/homarr/png/pve-scripts-local.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ai-dark.png b/static/icons/vendor/homarr/png/pvy-ai-dark.png
new file mode 100644
index 0000000..e5cac47
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ai-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ai-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-ai-wordmark-dark.png
new file mode 100644
index 0000000..e5cac47
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ai-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ai-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-ai-wordmark-light.png
new file mode 100644
index 0000000..332e83a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ai-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ai.png b/static/icons/vendor/homarr/png/pvy-ai.png
new file mode 100644
index 0000000..623dc46
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ai.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-analytics-dark.png b/static/icons/vendor/homarr/png/pvy-analytics-dark.png
new file mode 100644
index 0000000..b0b51e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-analytics-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-analytics-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-analytics-wordmark-dark.png
new file mode 100644
index 0000000..ec16739
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-analytics-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-analytics-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-analytics-wordmark-light.png
new file mode 100644
index 0000000..9ed53ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-analytics-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-analytics.png b/static/icons/vendor/homarr/png/pvy-analytics.png
new file mode 100644
index 0000000..2d452f8
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-analytics.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-applytics-dark.png b/static/icons/vendor/homarr/png/pvy-applytics-dark.png
new file mode 100644
index 0000000..3b30edf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-applytics-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-applytics-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-applytics-wordmark-dark.png
new file mode 100644
index 0000000..7378434
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-applytics-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-applytics-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-applytics-wordmark-light.png
new file mode 100644
index 0000000..7951ec3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-applytics-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-applytics.png b/static/icons/vendor/homarr/png/pvy-applytics.png
new file mode 100644
index 0000000..32c24de
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-applytics.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-appstore-dark.png b/static/icons/vendor/homarr/png/pvy-appstore-dark.png
new file mode 100644
index 0000000..f6bde7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-appstore-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-appstore-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-appstore-wordmark-dark.png
new file mode 100644
index 0000000..72326ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-appstore-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-appstore-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-appstore-wordmark-light.png
new file mode 100644
index 0000000..fe1a5c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-appstore-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-appstore.png b/static/icons/vendor/homarr/png/pvy-appstore.png
new file mode 100644
index 0000000..fe1b5b7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-appstore.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-archiver-dark.png b/static/icons/vendor/homarr/png/pvy-archiver-dark.png
new file mode 100644
index 0000000..6855e8f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-archiver-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-archiver-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-archiver-wordmark-dark.png
new file mode 100644
index 0000000..8deab39
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-archiver-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-archiver-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-archiver-wordmark-light.png
new file mode 100644
index 0000000..cb6c580
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-archiver-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-archiver.png b/static/icons/vendor/homarr/png/pvy-archiver.png
new file mode 100644
index 0000000..4fae1f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-archiver.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-assets-dark.png b/static/icons/vendor/homarr/png/pvy-assets-dark.png
new file mode 100644
index 0000000..64db428
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-assets-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-assets-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-assets-wordmark-dark.png
new file mode 100644
index 0000000..1528b21
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-assets-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-assets-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-assets-wordmark-light.png
new file mode 100644
index 0000000..7de0598
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-assets-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-assets.png b/static/icons/vendor/homarr/png/pvy-assets.png
new file mode 100644
index 0000000..9347bf2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-assets.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-automat-dark.png b/static/icons/vendor/homarr/png/pvy-automat-dark.png
new file mode 100644
index 0000000..6965be1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-automat-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-automat-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-automat-wordmark-dark.png
new file mode 100644
index 0000000..33e66fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-automat-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-automat-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-automat-wordmark-light.png
new file mode 100644
index 0000000..53d4260
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-automat-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-automat.png b/static/icons/vendor/homarr/png/pvy-automat.png
new file mode 100644
index 0000000..b558bd5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-automat.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-backup-dark.png b/static/icons/vendor/homarr/png/pvy-backup-dark.png
new file mode 100644
index 0000000..1ca4b5a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-backup-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-backup-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-backup-wordmark-dark.png
new file mode 100644
index 0000000..dd53a73
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-backup-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-backup-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-backup-wordmark-light.png
new file mode 100644
index 0000000..1ed3429
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-backup-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-backup.png b/static/icons/vendor/homarr/png/pvy-backup.png
new file mode 100644
index 0000000..13369db
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-backup.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-base-dark.png b/static/icons/vendor/homarr/png/pvy-base-dark.png
new file mode 100644
index 0000000..cb389dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-base-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-base-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-base-wordmark-dark.png
new file mode 100644
index 0000000..2de11ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-base-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-base-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-base-wordmark-light.png
new file mode 100644
index 0000000..87aea8f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-base-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-base.png b/static/icons/vendor/homarr/png/pvy-base.png
new file mode 100644
index 0000000..6b2316d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-base.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bookmarks-dark.png b/static/icons/vendor/homarr/png/pvy-bookmarks-dark.png
new file mode 100644
index 0000000..d2ba566
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bookmarks-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-dark.png
new file mode 100644
index 0000000..02b9291
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-light.png
new file mode 100644
index 0000000..d09729e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bookmarks-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bookmarks.png b/static/icons/vendor/homarr/png/pvy-bookmarks.png
new file mode 100644
index 0000000..3e6de61
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bookmarks.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bot-dark.png b/static/icons/vendor/homarr/png/pvy-bot-dark.png
new file mode 100644
index 0000000..af0116c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bot-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bot-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-bot-wordmark-dark.png
new file mode 100644
index 0000000..d1e91a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bot-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bot-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-bot-wordmark-light.png
new file mode 100644
index 0000000..9688907
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bot-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bot.png b/static/icons/vendor/homarr/png/pvy-bot.png
new file mode 100644
index 0000000..dc6c999
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bot.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buddy-dark.png b/static/icons/vendor/homarr/png/pvy-buddy-dark.png
new file mode 100644
index 0000000..c53164a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buddy-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buddy-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-buddy-wordmark-dark.png
new file mode 100644
index 0000000..da95504
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buddy-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buddy-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-buddy-wordmark-light.png
new file mode 100644
index 0000000..cc5b068
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buddy-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buddy.png b/static/icons/vendor/homarr/png/pvy-buddy.png
new file mode 100644
index 0000000..22c4998
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buddy.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bugtracker-dark.png b/static/icons/vendor/homarr/png/pvy-bugtracker-dark.png
new file mode 100644
index 0000000..b2ce21f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bugtracker-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-dark.png
new file mode 100644
index 0000000..09721da
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-light.png
new file mode 100644
index 0000000..47ed9dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bugtracker-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-bugtracker.png b/static/icons/vendor/homarr/png/pvy-bugtracker.png
new file mode 100644
index 0000000..41b0acb
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-bugtracker.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-businessos-dark.png b/static/icons/vendor/homarr/png/pvy-businessos-dark.png
new file mode 100644
index 0000000..a0a12ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-businessos-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-businessos-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-businessos-wordmark-dark.png
new file mode 100644
index 0000000..3bfd009
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-businessos-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-businessos-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-businessos-wordmark-light.png
new file mode 100644
index 0000000..c99dde3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-businessos-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-businessos.png b/static/icons/vendor/homarr/png/pvy-businessos.png
new file mode 100644
index 0000000..d080f52
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-businessos.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buttler-dark.png b/static/icons/vendor/homarr/png/pvy-buttler-dark.png
new file mode 100644
index 0000000..d635adc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buttler-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buttler-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-buttler-wordmark-dark.png
new file mode 100644
index 0000000..2d42e3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buttler-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buttler-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-buttler-wordmark-light.png
new file mode 100644
index 0000000..35e05b5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buttler-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-buttler.png b/static/icons/vendor/homarr/png/pvy-buttler.png
new file mode 100644
index 0000000..8c73c07
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-buttler.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-cal-dark.png b/static/icons/vendor/homarr/png/pvy-cal-dark.png
new file mode 100644
index 0000000..9be2ddc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-cal-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-cal-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-cal-wordmark-dark.png
new file mode 100644
index 0000000..f50866a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-cal-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-cal-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-cal-wordmark-light.png
new file mode 100644
index 0000000..228071e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-cal-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-cal.png b/static/icons/vendor/homarr/png/pvy-cal.png
new file mode 100644
index 0000000..d037cd9
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-cal.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-captcha-dark.png b/static/icons/vendor/homarr/png/pvy-captcha-dark.png
new file mode 100644
index 0000000..e297f74
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-captcha-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-captcha-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-captcha-wordmark-dark.png
new file mode 100644
index 0000000..bd2ca29
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-captcha-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-captcha-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-captcha-wordmark-light.png
new file mode 100644
index 0000000..a6fb56e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-captcha-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-captcha.png b/static/icons/vendor/homarr/png/pvy-captcha.png
new file mode 100644
index 0000000..4a6b559
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-captcha.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-central-dark.png b/static/icons/vendor/homarr/png/pvy-central-dark.png
new file mode 100644
index 0000000..40f92d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-central-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-central-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-central-wordmark-dark.png
new file mode 100644
index 0000000..6b3625b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-central-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-central-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-central-wordmark-light.png
new file mode 100644
index 0000000..426aa73
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-central-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-central.png b/static/icons/vendor/homarr/png/pvy-central.png
new file mode 100644
index 0000000..031c7bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-central.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-code-dark.png b/static/icons/vendor/homarr/png/pvy-code-dark.png
new file mode 100644
index 0000000..9e5f229
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-code-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-code-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-code-wordmark-dark.png
new file mode 100644
index 0000000..c588c5c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-code-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-code-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-code-wordmark-light.png
new file mode 100644
index 0000000..9cc5b08
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-code-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-code.png b/static/icons/vendor/homarr/png/pvy-code.png
new file mode 100644
index 0000000..eb8ad4d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-code.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-community-dark.png b/static/icons/vendor/homarr/png/pvy-community-dark.png
new file mode 100644
index 0000000..f0c1fdb
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-community-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-community-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-community-wordmark-dark.png
new file mode 100644
index 0000000..358643b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-community-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-community-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-community-wordmark-light.png
new file mode 100644
index 0000000..d2092a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-community-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-community.png b/static/icons/vendor/homarr/png/pvy-community.png
new file mode 100644
index 0000000..3a20ae2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-community.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-devices-dark.png b/static/icons/vendor/homarr/png/pvy-devices-dark.png
new file mode 100644
index 0000000..da72aa2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-devices-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-devices-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-devices-wordmark-dark.png
new file mode 100644
index 0000000..e4c3f9b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-devices-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-devices-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-devices-wordmark-light.png
new file mode 100644
index 0000000..f5cbc76
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-devices-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-devices.png b/static/icons/vendor/homarr/png/pvy-devices.png
new file mode 100644
index 0000000..4eee82a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-devices.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-files-dark.png b/static/icons/vendor/homarr/png/pvy-files-dark.png
new file mode 100644
index 0000000..6e43f61
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-files-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-files-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-files-wordmark-dark.png
new file mode 100644
index 0000000..82b3963
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-files-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-files-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-files-wordmark-light.png
new file mode 100644
index 0000000..e09865d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-files-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-files.png b/static/icons/vendor/homarr/png/pvy-files.png
new file mode 100644
index 0000000..7f492b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-files.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-forms-dark.png b/static/icons/vendor/homarr/png/pvy-forms-dark.png
new file mode 100644
index 0000000..6fcd290
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-forms-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-forms-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-forms-wordmark-dark.png
new file mode 100644
index 0000000..605833e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-forms-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-forms-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-forms-wordmark-light.png
new file mode 100644
index 0000000..e6de887
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-forms-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-forms.png b/static/icons/vendor/homarr/png/pvy-forms.png
new file mode 100644
index 0000000..84f37ec
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-forms.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-groupware-dark.png b/static/icons/vendor/homarr/png/pvy-groupware-dark.png
new file mode 100644
index 0000000..037a2fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-groupware-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-groupware-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-groupware-wordmark-dark.png
new file mode 100644
index 0000000..46823cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-groupware-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-groupware-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-groupware-wordmark-light.png
new file mode 100644
index 0000000..b44f228
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-groupware-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-groupware.png b/static/icons/vendor/homarr/png/pvy-groupware.png
new file mode 100644
index 0000000..84104e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-groupware.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-gtd-dark.png b/static/icons/vendor/homarr/png/pvy-gtd-dark.png
new file mode 100644
index 0000000..0947859
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-gtd-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-gtd-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-gtd-wordmark-dark.png
new file mode 100644
index 0000000..ca10d7a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-gtd-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-gtd-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-gtd-wordmark-light.png
new file mode 100644
index 0000000..61aff32
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-gtd-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-gtd.png b/static/icons/vendor/homarr/png/pvy-gtd.png
new file mode 100644
index 0000000..52a899d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-gtd.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-homeassistant-dark.png b/static/icons/vendor/homarr/png/pvy-homeassistant-dark.png
new file mode 100644
index 0000000..c45f5ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-homeassistant-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-dark.png
new file mode 100644
index 0000000..5727439
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-light.png
new file mode 100644
index 0000000..80ed0f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-homeassistant-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-homeassistant.png b/static/icons/vendor/homarr/png/pvy-homeassistant.png
new file mode 100644
index 0000000..8e31eb5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-homeassistant.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-id-dark.png b/static/icons/vendor/homarr/png/pvy-id-dark.png
new file mode 100644
index 0000000..bc3a9ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-id-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-id-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-id-wordmark-dark.png
new file mode 100644
index 0000000..c7b8123
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-id-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-id-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-id-wordmark-light.png
new file mode 100644
index 0000000..ece1d7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-id-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-id.png b/static/icons/vendor/homarr/png/pvy-id.png
new file mode 100644
index 0000000..ae2b21d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-id.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-lnkr-dark.png b/static/icons/vendor/homarr/png/pvy-lnkr-dark.png
new file mode 100644
index 0000000..5a77438
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-lnkr-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-dark.png
new file mode 100644
index 0000000..c36b663
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-light.png
new file mode 100644
index 0000000..3d006c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-lnkr-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-lnkr.png b/static/icons/vendor/homarr/png/pvy-lnkr.png
new file mode 100644
index 0000000..849a71c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-lnkr.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-local-dark.png b/static/icons/vendor/homarr/png/pvy-local-dark.png
new file mode 100644
index 0000000..a7e4309
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-local-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-local-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-local-wordmark-dark.png
new file mode 100644
index 0000000..4630991
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-local-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-local-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-local-wordmark-light.png
new file mode 100644
index 0000000..6cb62aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-local-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-local.png b/static/icons/vendor/homarr/png/pvy-local.png
new file mode 100644
index 0000000..5510539
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-local.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-localize-dark.png b/static/icons/vendor/homarr/png/pvy-localize-dark.png
new file mode 100644
index 0000000..617d125
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-localize-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-localize-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-localize-wordmark-dark.png
new file mode 100644
index 0000000..bc5668d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-localize-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-localize-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-localize-wordmark-light.png
new file mode 100644
index 0000000..96776f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-localize-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-localize.png b/static/icons/vendor/homarr/png/pvy-localize.png
new file mode 100644
index 0000000..57b4197
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-localize.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailarchiver-dark.png b/static/icons/vendor/homarr/png/pvy-mailarchiver-dark.png
new file mode 100644
index 0000000..bf6b591
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailarchiver-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-dark.png
new file mode 100644
index 0000000..bb3af0d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-light.png
new file mode 100644
index 0000000..cdb1821
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailarchiver-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailarchiver.png b/static/icons/vendor/homarr/png/pvy-mailarchiver.png
new file mode 100644
index 0000000..008e68a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailarchiver.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailr-dark.png b/static/icons/vendor/homarr/png/pvy-mailr-dark.png
new file mode 100644
index 0000000..e80fe9c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailr-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailr-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-mailr-wordmark-dark.png
new file mode 100644
index 0000000..b0c4f6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailr-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailr-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-mailr-wordmark-light.png
new file mode 100644
index 0000000..6801be3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailr-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mailr.png b/static/icons/vendor/homarr/png/pvy-mailr.png
new file mode 100644
index 0000000..7dce0b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mailr.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-maps-dark.png b/static/icons/vendor/homarr/png/pvy-maps-dark.png
new file mode 100644
index 0000000..f04a9cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-maps-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-maps-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-maps-wordmark-dark.png
new file mode 100644
index 0000000..e97dceb
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-maps-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-maps-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-maps-wordmark-light.png
new file mode 100644
index 0000000..848d850
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-maps-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-maps.png b/static/icons/vendor/homarr/png/pvy-maps.png
new file mode 100644
index 0000000..6ea3838
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-maps.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mdm-dark.png b/static/icons/vendor/homarr/png/pvy-mdm-dark.png
new file mode 100644
index 0000000..fa37303
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mdm-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mdm-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-mdm-wordmark-dark.png
new file mode 100644
index 0000000..ae0619e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mdm-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mdm-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-mdm-wordmark-light.png
new file mode 100644
index 0000000..a08ac11
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mdm-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mdm.png b/static/icons/vendor/homarr/png/pvy-mdm.png
new file mode 100644
index 0000000..e8c0af3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mdm.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-media-dark.png b/static/icons/vendor/homarr/png/pvy-media-dark.png
new file mode 100644
index 0000000..b6a565b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-media-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-media-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-media-wordmark-dark.png
new file mode 100644
index 0000000..c160ede
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-media-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-media-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-media-wordmark-light.png
new file mode 100644
index 0000000..a3056da
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-media-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-media.png b/static/icons/vendor/homarr/png/pvy-media.png
new file mode 100644
index 0000000..7e5318f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-media.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mediahub-dark.png b/static/icons/vendor/homarr/png/pvy-mediahub-dark.png
new file mode 100644
index 0000000..4b99b88
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mediahub-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-dark.png
new file mode 100644
index 0000000..2abcf6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-light.png
new file mode 100644
index 0000000..b86cbb4
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mediahub-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mediahub.png b/static/icons/vendor/homarr/png/pvy-mediahub.png
new file mode 100644
index 0000000..664995b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mediahub.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-meeting-dark.png b/static/icons/vendor/homarr/png/pvy-meeting-dark.png
new file mode 100644
index 0000000..974c042
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-meeting-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-meeting-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-meeting-wordmark-dark.png
new file mode 100644
index 0000000..4c8b27f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-meeting-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-meeting-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-meeting-wordmark-light.png
new file mode 100644
index 0000000..06a1489
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-meeting-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-meeting.png b/static/icons/vendor/homarr/png/pvy-meeting.png
new file mode 100644
index 0000000..bf4ff17
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-meeting.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mesh-dark.png b/static/icons/vendor/homarr/png/pvy-mesh-dark.png
new file mode 100644
index 0000000..65db37a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mesh-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mesh-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-mesh-wordmark-dark.png
new file mode 100644
index 0000000..2387ece
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mesh-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mesh-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-mesh-wordmark-light.png
new file mode 100644
index 0000000..05a8250
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mesh-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-mesh.png b/static/icons/vendor/homarr/png/pvy-mesh.png
new file mode 100644
index 0000000..2dcaaa0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-mesh.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-messenger-dark.png b/static/icons/vendor/homarr/png/pvy-messenger-dark.png
new file mode 100644
index 0000000..413f58c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-messenger-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-messenger-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-messenger-wordmark-dark.png
new file mode 100644
index 0000000..af7f296
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-messenger-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-messenger-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-messenger-wordmark-light.png
new file mode 100644
index 0000000..907906f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-messenger-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-messenger.png b/static/icons/vendor/homarr/png/pvy-messenger.png
new file mode 100644
index 0000000..2f2e37e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-messenger.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-news-dark.png b/static/icons/vendor/homarr/png/pvy-news-dark.png
new file mode 100644
index 0000000..4ac23ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-news-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-news-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-news-wordmark-dark.png
new file mode 100644
index 0000000..ce36820
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-news-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-news-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-news-wordmark-light.png
new file mode 100644
index 0000000..163cc76
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-news-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-news.png b/static/icons/vendor/homarr/png/pvy-news.png
new file mode 100644
index 0000000..dc890de
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-news.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-notes-dark.png b/static/icons/vendor/homarr/png/pvy-notes-dark.png
new file mode 100644
index 0000000..493ed4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-notes-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-notes-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-notes-wordmark-dark.png
new file mode 100644
index 0000000..3be85a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-notes-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-notes-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-notes-wordmark-light.png
new file mode 100644
index 0000000..bbf84d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-notes-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-notes.png b/static/icons/vendor/homarr/png/pvy-notes.png
new file mode 100644
index 0000000..9c11a0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-notes.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-office-dark.png b/static/icons/vendor/homarr/png/pvy-office-dark.png
new file mode 100644
index 0000000..6bc8031
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-office-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-office-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-office-wordmark-dark.png
new file mode 100644
index 0000000..1e975af
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-office-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-office-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-office-wordmark-light.png
new file mode 100644
index 0000000..1e975af
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-office-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-office.png b/static/icons/vendor/homarr/png/pvy-office.png
new file mode 100644
index 0000000..ea0098c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-office.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pad-dark.png b/static/icons/vendor/homarr/png/pvy-pad-dark.png
new file mode 100644
index 0000000..0b79e28
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pad-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pad-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-pad-wordmark-dark.png
new file mode 100644
index 0000000..b9390a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pad-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pad-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-pad-wordmark-light.png
new file mode 100644
index 0000000..60c0f31
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pad-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pad.png b/static/icons/vendor/homarr/png/pvy-pad.png
new file mode 100644
index 0000000..2e9992a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pad.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pbx-dark.png b/static/icons/vendor/homarr/png/pvy-pbx-dark.png
new file mode 100644
index 0000000..ccef82b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pbx-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pbx-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-pbx-wordmark-dark.png
new file mode 100644
index 0000000..120f124
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pbx-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pbx-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-pbx-wordmark-light.png
new file mode 100644
index 0000000..b01bebc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pbx-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-pbx.png b/static/icons/vendor/homarr/png/pvy-pbx.png
new file mode 100644
index 0000000..7a3c95a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-pbx.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-photo-dark.png b/static/icons/vendor/homarr/png/pvy-photo-dark.png
new file mode 100644
index 0000000..f889c50
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-photo-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-photo-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-photo-wordmark-dark.png
new file mode 100644
index 0000000..908d90d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-photo-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-photo-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-photo-wordmark-light.png
new file mode 100644
index 0000000..225805f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-photo-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-photo.png b/static/icons/vendor/homarr/png/pvy-photo.png
new file mode 100644
index 0000000..450870d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-photo.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-remote-dark.png b/static/icons/vendor/homarr/png/pvy-remote-dark.png
new file mode 100644
index 0000000..a60a0bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-remote-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-remote-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-remote-wordmark-dark.png
new file mode 100644
index 0000000..d187b4c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-remote-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-remote-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-remote-wordmark-light.png
new file mode 100644
index 0000000..56996b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-remote-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-remote.png b/static/icons/vendor/homarr/png/pvy-remote.png
new file mode 100644
index 0000000..42b9832
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-remote.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-safe-dark.png b/static/icons/vendor/homarr/png/pvy-safe-dark.png
new file mode 100644
index 0000000..41ac53f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-safe-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-safe-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-safe-wordmark-dark.png
new file mode 100644
index 0000000..69fd048
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-safe-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-safe-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-safe-wordmark-light.png
new file mode 100644
index 0000000..69fd048
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-safe-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-safe.png b/static/icons/vendor/homarr/png/pvy-safe.png
new file mode 100644
index 0000000..d278e3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-safe.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-search-dark.png b/static/icons/vendor/homarr/png/pvy-search-dark.png
new file mode 100644
index 0000000..4eab6c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-search-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-search-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-search-wordmark-dark.png
new file mode 100644
index 0000000..3c04c5e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-search-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-search-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-search-wordmark-light.png
new file mode 100644
index 0000000..d46e552
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-search-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-search.png b/static/icons/vendor/homarr/png/pvy-search.png
new file mode 100644
index 0000000..238335d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-search.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-servicedesk-dark.png b/static/icons/vendor/homarr/png/pvy-servicedesk-dark.png
new file mode 100644
index 0000000..a069270
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-servicedesk-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-dark.png
new file mode 100644
index 0000000..1a61603
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-light.png
new file mode 100644
index 0000000..9fd29c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-servicedesk-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-servicedesk.png b/static/icons/vendor/homarr/png/pvy-servicedesk.png
new file mode 100644
index 0000000..b36632a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-servicedesk.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-sign-dark.png b/static/icons/vendor/homarr/png/pvy-sign-dark.png
new file mode 100644
index 0000000..047c8bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-sign-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-sign-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-sign-wordmark-dark.png
new file mode 100644
index 0000000..8f08917
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-sign-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-sign-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-sign-wordmark-light.png
new file mode 100644
index 0000000..9177bf2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-sign-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-sign.png b/static/icons/vendor/homarr/png/pvy-sign.png
new file mode 100644
index 0000000..5fcb691
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-sign.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-snippets-dark.png b/static/icons/vendor/homarr/png/pvy-snippets-dark.png
new file mode 100644
index 0000000..e77eae3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-snippets-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-snippets-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-snippets-wordmark-dark.png
new file mode 100644
index 0000000..0144dd0
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-snippets-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-snippets-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-snippets-wordmark-light.png
new file mode 100644
index 0000000..27ba8ec
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-snippets-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-snippets.png b/static/icons/vendor/homarr/png/pvy-snippets.png
new file mode 100644
index 0000000..6f311c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-snippets.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-spreadsheet-dark.png b/static/icons/vendor/homarr/png/pvy-spreadsheet-dark.png
new file mode 100644
index 0000000..f73fa65
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-spreadsheet-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-dark.png
new file mode 100644
index 0000000..5879516
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-light.png
new file mode 100644
index 0000000..ca2db02
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-spreadsheet-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-spreadsheet.png b/static/icons/vendor/homarr/png/pvy-spreadsheet.png
new file mode 100644
index 0000000..886e91c
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-spreadsheet.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-start-dark.png b/static/icons/vendor/homarr/png/pvy-start-dark.png
new file mode 100644
index 0000000..52222c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-start-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-start-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-start-wordmark-dark.png
new file mode 100644
index 0000000..a3b34d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-start-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-start-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-start-wordmark-light.png
new file mode 100644
index 0000000..ee6ef15
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-start-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-start.png b/static/icons/vendor/homarr/png/pvy-start.png
new file mode 100644
index 0000000..6e8f66a
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-start.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-timer-dark.png b/static/icons/vendor/homarr/png/pvy-timer-dark.png
new file mode 100644
index 0000000..d899d7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-timer-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-timer-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-timer-wordmark-dark.png
new file mode 100644
index 0000000..445b8e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-timer-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-timer-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-timer-wordmark-light.png
new file mode 100644
index 0000000..7a78e91
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-timer-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-timer.png b/static/icons/vendor/homarr/png/pvy-timer.png
new file mode 100644
index 0000000..47b4694
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-timer.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ux-dark.png b/static/icons/vendor/homarr/png/pvy-ux-dark.png
new file mode 100644
index 0000000..5a00aec
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ux-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ux-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-ux-wordmark-dark.png
new file mode 100644
index 0000000..3141407
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ux-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ux-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-ux-wordmark-light.png
new file mode 100644
index 0000000..2a6ba28
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ux-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-ux.png b/static/icons/vendor/homarr/png/pvy-ux.png
new file mode 100644
index 0000000..0d55995
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-ux.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vault-dark.png b/static/icons/vendor/homarr/png/pvy-vault-dark.png
new file mode 100644
index 0000000..5f5bde6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vault-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vault-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-vault-wordmark-dark.png
new file mode 100644
index 0000000..f3ea9ff
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vault-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vault-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-vault-wordmark-light.png
new file mode 100644
index 0000000..7b94158
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vault-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vault.png b/static/icons/vendor/homarr/png/pvy-vault.png
new file mode 100644
index 0000000..c6daab7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vault.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vpn-dark.png b/static/icons/vendor/homarr/png/pvy-vpn-dark.png
new file mode 100644
index 0000000..bf87efc
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vpn-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vpn-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-vpn-wordmark-dark.png
new file mode 100644
index 0000000..e096405
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vpn-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vpn-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-vpn-wordmark-light.png
new file mode 100644
index 0000000..a877cd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vpn-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-vpn.png b/static/icons/vendor/homarr/png/pvy-vpn.png
new file mode 100644
index 0000000..a6da0b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-vpn.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-webcall-dark.png b/static/icons/vendor/homarr/png/pvy-webcall-dark.png
new file mode 100644
index 0000000..804c087
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-webcall-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-webcall-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-webcall-wordmark-dark.png
new file mode 100644
index 0000000..bdc51af
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-webcall-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-webcall-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-webcall-wordmark-light.png
new file mode 100644
index 0000000..d619a35
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-webcall-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-webcall.png b/static/icons/vendor/homarr/png/pvy-webcall.png
new file mode 100644
index 0000000..f22ae3e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-webcall.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-wiki-dark.png b/static/icons/vendor/homarr/png/pvy-wiki-dark.png
new file mode 100644
index 0000000..931585e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-wiki-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-wiki-wordmark-dark.png b/static/icons/vendor/homarr/png/pvy-wiki-wordmark-dark.png
new file mode 100644
index 0000000..f4e985f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-wiki-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-wiki-wordmark-light.png b/static/icons/vendor/homarr/png/pvy-wiki-wordmark-light.png
new file mode 100644
index 0000000..6d56bbf
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-wiki-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvy-wiki.png b/static/icons/vendor/homarr/png/pvy-wiki.png
new file mode 100644
index 0000000..1ca9cd3
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvy-wiki.png differ
diff --git a/static/icons/vendor/homarr/png/pvyaffiliate-dark.png b/static/icons/vendor/homarr/png/pvyaffiliate-dark.png
new file mode 100644
index 0000000..8f9a551
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvyaffiliate-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-dark.png b/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-dark.png
new file mode 100644
index 0000000..66dd126
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-light.png b/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-light.png
new file mode 100644
index 0000000..4ddc8f1
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvyaffiliate-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pvyaffiliate.png b/static/icons/vendor/homarr/png/pvyaffiliate.png
new file mode 100644
index 0000000..d29bf0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/pvyaffiliate.png differ
diff --git a/static/icons/vendor/homarr/png/pwndrop-light.png b/static/icons/vendor/homarr/png/pwndrop-light.png
new file mode 100644
index 0000000..da62dc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/pwndrop-light.png differ
diff --git a/static/icons/vendor/homarr/png/pwndrop.png b/static/icons/vendor/homarr/png/pwndrop.png
new file mode 100644
index 0000000..dc72623
Binary files /dev/null and b/static/icons/vendor/homarr/png/pwndrop.png differ
diff --git a/static/icons/vendor/homarr/png/pwpush-light.png b/static/icons/vendor/homarr/png/pwpush-light.png
new file mode 100644
index 0000000..4c09754
Binary files /dev/null and b/static/icons/vendor/homarr/png/pwpush-light.png differ
diff --git a/static/icons/vendor/homarr/png/pwpush.png b/static/icons/vendor/homarr/png/pwpush.png
new file mode 100644
index 0000000..eddc101
Binary files /dev/null and b/static/icons/vendor/homarr/png/pwpush.png differ
diff --git a/static/icons/vendor/homarr/png/pydio.png b/static/icons/vendor/homarr/png/pydio.png
new file mode 100644
index 0000000..f342a88
Binary files /dev/null and b/static/icons/vendor/homarr/png/pydio.png differ
diff --git a/static/icons/vendor/homarr/png/pyload.png b/static/icons/vendor/homarr/png/pyload.png
new file mode 100644
index 0000000..00ce24f
Binary files /dev/null and b/static/icons/vendor/homarr/png/pyload.png differ
diff --git a/static/icons/vendor/homarr/png/pypi-wordmark-light.png b/static/icons/vendor/homarr/png/pypi-wordmark-light.png
new file mode 100644
index 0000000..4fac398
Binary files /dev/null and b/static/icons/vendor/homarr/png/pypi-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pypi.png b/static/icons/vendor/homarr/png/pypi.png
new file mode 100644
index 0000000..b4dbaad
Binary files /dev/null and b/static/icons/vendor/homarr/png/pypi.png differ
diff --git a/static/icons/vendor/homarr/png/python.png b/static/icons/vendor/homarr/png/python.png
new file mode 100644
index 0000000..dbf1847
Binary files /dev/null and b/static/icons/vendor/homarr/png/python.png differ
diff --git a/static/icons/vendor/homarr/png/pytorch-light.png b/static/icons/vendor/homarr/png/pytorch-light.png
new file mode 100644
index 0000000..2dec601
Binary files /dev/null and b/static/icons/vendor/homarr/png/pytorch-light.png differ
diff --git a/static/icons/vendor/homarr/png/pytorch-wordmark-light.png b/static/icons/vendor/homarr/png/pytorch-wordmark-light.png
new file mode 100644
index 0000000..8d837d5
Binary files /dev/null and b/static/icons/vendor/homarr/png/pytorch-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/pytorch.png b/static/icons/vendor/homarr/png/pytorch.png
new file mode 100644
index 0000000..b35c55d
Binary files /dev/null and b/static/icons/vendor/homarr/png/pytorch.png differ
diff --git a/static/icons/vendor/homarr/png/qbitmanage.png b/static/icons/vendor/homarr/png/qbitmanage.png
new file mode 100644
index 0000000..90739ab
Binary files /dev/null and b/static/icons/vendor/homarr/png/qbitmanage.png differ
diff --git a/static/icons/vendor/homarr/png/qbittorrent.png b/static/icons/vendor/homarr/png/qbittorrent.png
new file mode 100644
index 0000000..001149f
Binary files /dev/null and b/static/icons/vendor/homarr/png/qbittorrent.png differ
diff --git a/static/icons/vendor/homarr/png/qd-today.png b/static/icons/vendor/homarr/png/qd-today.png
new file mode 100644
index 0000000..da9015c
Binary files /dev/null and b/static/icons/vendor/homarr/png/qd-today.png differ
diff --git a/static/icons/vendor/homarr/png/qdirstat.png b/static/icons/vendor/homarr/png/qdirstat.png
new file mode 100644
index 0000000..6cc55ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/qdirstat.png differ
diff --git a/static/icons/vendor/homarr/png/qdrant.png b/static/icons/vendor/homarr/png/qdrant.png
new file mode 100644
index 0000000..3498aad
Binary files /dev/null and b/static/icons/vendor/homarr/png/qdrant.png differ
diff --git a/static/icons/vendor/homarr/png/qinglong.png b/static/icons/vendor/homarr/png/qinglong.png
new file mode 100644
index 0000000..9f46702
Binary files /dev/null and b/static/icons/vendor/homarr/png/qinglong.png differ
diff --git a/static/icons/vendor/homarr/png/qnap.png b/static/icons/vendor/homarr/png/qnap.png
new file mode 100644
index 0000000..23ae0ad
Binary files /dev/null and b/static/icons/vendor/homarr/png/qnap.png differ
diff --git a/static/icons/vendor/homarr/png/quant-ux.png b/static/icons/vendor/homarr/png/quant-ux.png
new file mode 100644
index 0000000..fe48260
Binary files /dev/null and b/static/icons/vendor/homarr/png/quant-ux.png differ
diff --git a/static/icons/vendor/homarr/png/quay.png b/static/icons/vendor/homarr/png/quay.png
new file mode 100644
index 0000000..27aab78
Binary files /dev/null and b/static/icons/vendor/homarr/png/quay.png differ
diff --git a/static/icons/vendor/homarr/png/questarr-wordmark-light.png b/static/icons/vendor/homarr/png/questarr-wordmark-light.png
new file mode 100644
index 0000000..9485cc1
Binary files /dev/null and b/static/icons/vendor/homarr/png/questarr-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/questarr.png b/static/icons/vendor/homarr/png/questarr.png
new file mode 100644
index 0000000..849cf54
Binary files /dev/null and b/static/icons/vendor/homarr/png/questarr.png differ
diff --git a/static/icons/vendor/homarr/png/questdb.png b/static/icons/vendor/homarr/png/questdb.png
new file mode 100644
index 0000000..f3936a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/questdb.png differ
diff --git a/static/icons/vendor/homarr/png/quetre.png b/static/icons/vendor/homarr/png/quetre.png
new file mode 100644
index 0000000..3ecd82d
Binary files /dev/null and b/static/icons/vendor/homarr/png/quetre.png differ
diff --git a/static/icons/vendor/homarr/png/qui.png b/static/icons/vendor/homarr/png/qui.png
new file mode 100644
index 0000000..3779f96
Binary files /dev/null and b/static/icons/vendor/homarr/png/qui.png differ
diff --git a/static/icons/vendor/homarr/png/quickshare.png b/static/icons/vendor/homarr/png/quickshare.png
new file mode 100644
index 0000000..de38383
Binary files /dev/null and b/static/icons/vendor/homarr/png/quickshare.png differ
diff --git a/static/icons/vendor/homarr/png/quickwit.png b/static/icons/vendor/homarr/png/quickwit.png
new file mode 100644
index 0000000..edc8ee1
Binary files /dev/null and b/static/icons/vendor/homarr/png/quickwit.png differ
diff --git a/static/icons/vendor/homarr/png/quizlet.png b/static/icons/vendor/homarr/png/quizlet.png
new file mode 100644
index 0000000..68c35b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/quizlet.png differ
diff --git a/static/icons/vendor/homarr/png/qutebrowser.png b/static/icons/vendor/homarr/png/qutebrowser.png
new file mode 100644
index 0000000..893e096
Binary files /dev/null and b/static/icons/vendor/homarr/png/qutebrowser.png differ
diff --git a/static/icons/vendor/homarr/png/qwen.png b/static/icons/vendor/homarr/png/qwen.png
new file mode 100644
index 0000000..d4f1cad
Binary files /dev/null and b/static/icons/vendor/homarr/png/qwen.png differ
diff --git a/static/icons/vendor/homarr/png/qwik.png b/static/icons/vendor/homarr/png/qwik.png
new file mode 100644
index 0000000..5ab95a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/qwik.png differ
diff --git a/static/icons/vendor/homarr/png/r.png b/static/icons/vendor/homarr/png/r.png
new file mode 100644
index 0000000..17f961d
Binary files /dev/null and b/static/icons/vendor/homarr/png/r.png differ
diff --git a/static/icons/vendor/homarr/png/rabbitmq.png b/static/icons/vendor/homarr/png/rabbitmq.png
new file mode 100644
index 0000000..2337484
Binary files /dev/null and b/static/icons/vendor/homarr/png/rabbitmq.png differ
diff --git a/static/icons/vendor/homarr/png/racknerd-dark.png b/static/icons/vendor/homarr/png/racknerd-dark.png
new file mode 100644
index 0000000..fe90871
Binary files /dev/null and b/static/icons/vendor/homarr/png/racknerd-dark.png differ
diff --git a/static/icons/vendor/homarr/png/racknerd.png b/static/icons/vendor/homarr/png/racknerd.png
new file mode 100644
index 0000000..3ba4eaf
Binary files /dev/null and b/static/icons/vendor/homarr/png/racknerd.png differ
diff --git a/static/icons/vendor/homarr/png/rackula-dark.png b/static/icons/vendor/homarr/png/rackula-dark.png
new file mode 100644
index 0000000..eb14881
Binary files /dev/null and b/static/icons/vendor/homarr/png/rackula-dark.png differ
diff --git a/static/icons/vendor/homarr/png/rackula-light.png b/static/icons/vendor/homarr/png/rackula-light.png
new file mode 100644
index 0000000..e7a4ea4
Binary files /dev/null and b/static/icons/vendor/homarr/png/rackula-light.png differ
diff --git a/static/icons/vendor/homarr/png/rackula.png b/static/icons/vendor/homarr/png/rackula.png
new file mode 100644
index 0000000..e7a4ea4
Binary files /dev/null and b/static/icons/vendor/homarr/png/rackula.png differ
diff --git a/static/icons/vendor/homarr/png/radarr-4k.png b/static/icons/vendor/homarr/png/radarr-4k.png
new file mode 100644
index 0000000..c59bd1d
Binary files /dev/null and b/static/icons/vendor/homarr/png/radarr-4k.png differ
diff --git a/static/icons/vendor/homarr/png/radarr-dv.png b/static/icons/vendor/homarr/png/radarr-dv.png
new file mode 100644
index 0000000..aae9b00
Binary files /dev/null and b/static/icons/vendor/homarr/png/radarr-dv.png differ
diff --git a/static/icons/vendor/homarr/png/radarr.png b/static/icons/vendor/homarr/png/radarr.png
new file mode 100644
index 0000000..417f77f
Binary files /dev/null and b/static/icons/vendor/homarr/png/radarr.png differ
diff --git a/static/icons/vendor/homarr/png/radicale.png b/static/icons/vendor/homarr/png/radicale.png
new file mode 100644
index 0000000..ca4ba99
Binary files /dev/null and b/static/icons/vendor/homarr/png/radicale.png differ
diff --git a/static/icons/vendor/homarr/png/rainloop.png b/static/icons/vendor/homarr/png/rainloop.png
new file mode 100644
index 0000000..2903919
Binary files /dev/null and b/static/icons/vendor/homarr/png/rainloop.png differ
diff --git a/static/icons/vendor/homarr/png/rallly.png b/static/icons/vendor/homarr/png/rallly.png
new file mode 100644
index 0000000..f5c0681
Binary files /dev/null and b/static/icons/vendor/homarr/png/rallly.png differ
diff --git a/static/icons/vendor/homarr/png/ramp-dark.png b/static/icons/vendor/homarr/png/ramp-dark.png
new file mode 100644
index 0000000..e5dc034
Binary files /dev/null and b/static/icons/vendor/homarr/png/ramp-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ramp.png b/static/icons/vendor/homarr/png/ramp.png
new file mode 100644
index 0000000..1e4ee75
Binary files /dev/null and b/static/icons/vendor/homarr/png/ramp.png differ
diff --git a/static/icons/vendor/homarr/png/rancher.png b/static/icons/vendor/homarr/png/rancher.png
new file mode 100644
index 0000000..32a133c
Binary files /dev/null and b/static/icons/vendor/homarr/png/rancher.png differ
diff --git a/static/icons/vendor/homarr/png/raneto.png b/static/icons/vendor/homarr/png/raneto.png
new file mode 100644
index 0000000..b0e8ba8
Binary files /dev/null and b/static/icons/vendor/homarr/png/raneto.png differ
diff --git a/static/icons/vendor/homarr/png/raritan-light.png b/static/icons/vendor/homarr/png/raritan-light.png
new file mode 100644
index 0000000..7356018
Binary files /dev/null and b/static/icons/vendor/homarr/png/raritan-light.png differ
diff --git a/static/icons/vendor/homarr/png/raritan.png b/static/icons/vendor/homarr/png/raritan.png
new file mode 100644
index 0000000..3d41da1
Binary files /dev/null and b/static/icons/vendor/homarr/png/raritan.png differ
diff --git a/static/icons/vendor/homarr/png/raspberry-pi-light.png b/static/icons/vendor/homarr/png/raspberry-pi-light.png
new file mode 100644
index 0000000..d63273a
Binary files /dev/null and b/static/icons/vendor/homarr/png/raspberry-pi-light.png differ
diff --git a/static/icons/vendor/homarr/png/raspberry-pi.png b/static/icons/vendor/homarr/png/raspberry-pi.png
new file mode 100644
index 0000000..610d36a
Binary files /dev/null and b/static/icons/vendor/homarr/png/raspberry-pi.png differ
diff --git a/static/icons/vendor/homarr/png/raspberrymatic.png b/static/icons/vendor/homarr/png/raspberrymatic.png
new file mode 100644
index 0000000..c9e367d
Binary files /dev/null and b/static/icons/vendor/homarr/png/raspberrymatic.png differ
diff --git a/static/icons/vendor/homarr/png/rathole.png b/static/icons/vendor/homarr/png/rathole.png
new file mode 100644
index 0000000..25744ff
Binary files /dev/null and b/static/icons/vendor/homarr/png/rathole.png differ
diff --git a/static/icons/vendor/homarr/png/rclone.png b/static/icons/vendor/homarr/png/rclone.png
new file mode 100644
index 0000000..a5f64cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/rclone.png differ
diff --git a/static/icons/vendor/homarr/png/rdt-client.png b/static/icons/vendor/homarr/png/rdt-client.png
new file mode 100644
index 0000000..2314984
Binary files /dev/null and b/static/icons/vendor/homarr/png/rdt-client.png differ
diff --git a/static/icons/vendor/homarr/png/reactive-resume-light.png b/static/icons/vendor/homarr/png/reactive-resume-light.png
new file mode 100644
index 0000000..3717d24
Binary files /dev/null and b/static/icons/vendor/homarr/png/reactive-resume-light.png differ
diff --git a/static/icons/vendor/homarr/png/reactive-resume.png b/static/icons/vendor/homarr/png/reactive-resume.png
new file mode 100644
index 0000000..a0f42ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/reactive-resume.png differ
diff --git a/static/icons/vendor/homarr/png/reactjs.png b/static/icons/vendor/homarr/png/reactjs.png
new file mode 100644
index 0000000..7331cf2
Binary files /dev/null and b/static/icons/vendor/homarr/png/reactjs.png differ
diff --git a/static/icons/vendor/homarr/png/read-me-a-book.png b/static/icons/vendor/homarr/png/read-me-a-book.png
new file mode 100644
index 0000000..73c5dd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/read-me-a-book.png differ
diff --git a/static/icons/vendor/homarr/png/readarr.png b/static/icons/vendor/homarr/png/readarr.png
new file mode 100644
index 0000000..c95c324
Binary files /dev/null and b/static/icons/vendor/homarr/png/readarr.png differ
diff --git a/static/icons/vendor/homarr/png/readeck.png b/static/icons/vendor/homarr/png/readeck.png
new file mode 100644
index 0000000..a9ff749
Binary files /dev/null and b/static/icons/vendor/homarr/png/readeck.png differ
diff --git a/static/icons/vendor/homarr/png/readthedocs-light.png b/static/icons/vendor/homarr/png/readthedocs-light.png
new file mode 100644
index 0000000..a437ded
Binary files /dev/null and b/static/icons/vendor/homarr/png/readthedocs-light.png differ
diff --git a/static/icons/vendor/homarr/png/readthedocs.png b/static/icons/vendor/homarr/png/readthedocs.png
new file mode 100644
index 0000000..ebac9c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/readthedocs.png differ
diff --git a/static/icons/vendor/homarr/png/readwise-reader-dark.png b/static/icons/vendor/homarr/png/readwise-reader-dark.png
new file mode 100644
index 0000000..425857b
Binary files /dev/null and b/static/icons/vendor/homarr/png/readwise-reader-dark.png differ
diff --git a/static/icons/vendor/homarr/png/readwise-reader.png b/static/icons/vendor/homarr/png/readwise-reader.png
new file mode 100644
index 0000000..6a37027
Binary files /dev/null and b/static/icons/vendor/homarr/png/readwise-reader.png differ
diff --git a/static/icons/vendor/homarr/png/real-debrid.png b/static/icons/vendor/homarr/png/real-debrid.png
new file mode 100644
index 0000000..2314984
Binary files /dev/null and b/static/icons/vendor/homarr/png/real-debrid.png differ
diff --git a/static/icons/vendor/homarr/png/realhosting.png b/static/icons/vendor/homarr/png/realhosting.png
new file mode 100644
index 0000000..9e00508
Binary files /dev/null and b/static/icons/vendor/homarr/png/realhosting.png differ
diff --git a/static/icons/vendor/homarr/png/recalbox.png b/static/icons/vendor/homarr/png/recalbox.png
new file mode 100644
index 0000000..b8056f2
Binary files /dev/null and b/static/icons/vendor/homarr/png/recalbox.png differ
diff --git a/static/icons/vendor/homarr/png/receipt-wrangler.png b/static/icons/vendor/homarr/png/receipt-wrangler.png
new file mode 100644
index 0000000..71096e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/receipt-wrangler.png differ
diff --git a/static/icons/vendor/homarr/png/recipesage.png b/static/icons/vendor/homarr/png/recipesage.png
new file mode 100644
index 0000000..7c4230d
Binary files /dev/null and b/static/icons/vendor/homarr/png/recipesage.png differ
diff --git a/static/icons/vendor/homarr/png/recipya.png b/static/icons/vendor/homarr/png/recipya.png
new file mode 100644
index 0000000..6bbf7f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/recipya.png differ
diff --git a/static/icons/vendor/homarr/png/recomendarr.png b/static/icons/vendor/homarr/png/recomendarr.png
new file mode 100644
index 0000000..427e336
Binary files /dev/null and b/static/icons/vendor/homarr/png/recomendarr.png differ
diff --git a/static/icons/vendor/homarr/png/recyclarr.png b/static/icons/vendor/homarr/png/recyclarr.png
new file mode 100644
index 0000000..c55ed82
Binary files /dev/null and b/static/icons/vendor/homarr/png/recyclarr.png differ
diff --git a/static/icons/vendor/homarr/png/reddit.png b/static/icons/vendor/homarr/png/reddit.png
new file mode 100644
index 0000000..69ba3e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/reddit.png differ
diff --git a/static/icons/vendor/homarr/png/redhat-linux.png b/static/icons/vendor/homarr/png/redhat-linux.png
new file mode 100644
index 0000000..aef4144
Binary files /dev/null and b/static/icons/vendor/homarr/png/redhat-linux.png differ
diff --git a/static/icons/vendor/homarr/png/redict.png b/static/icons/vendor/homarr/png/redict.png
new file mode 100644
index 0000000..5c6cc80
Binary files /dev/null and b/static/icons/vendor/homarr/png/redict.png differ
diff --git a/static/icons/vendor/homarr/png/redis.png b/static/icons/vendor/homarr/png/redis.png
new file mode 100644
index 0000000..3696a7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/redis.png differ
diff --git a/static/icons/vendor/homarr/png/redlib-light.png b/static/icons/vendor/homarr/png/redlib-light.png
new file mode 100644
index 0000000..4e6deb5
Binary files /dev/null and b/static/icons/vendor/homarr/png/redlib-light.png differ
diff --git a/static/icons/vendor/homarr/png/redlib.png b/static/icons/vendor/homarr/png/redlib.png
new file mode 100644
index 0000000..4285e0a
Binary files /dev/null and b/static/icons/vendor/homarr/png/redlib.png differ
diff --git a/static/icons/vendor/homarr/png/redmine.png b/static/icons/vendor/homarr/png/redmine.png
new file mode 100644
index 0000000..116aff0
Binary files /dev/null and b/static/icons/vendor/homarr/png/redmine.png differ
diff --git a/static/icons/vendor/homarr/png/rekor.png b/static/icons/vendor/homarr/png/rekor.png
new file mode 100644
index 0000000..054652b
Binary files /dev/null and b/static/icons/vendor/homarr/png/rekor.png differ
diff --git a/static/icons/vendor/homarr/png/release-argus.png b/static/icons/vendor/homarr/png/release-argus.png
new file mode 100644
index 0000000..e468686
Binary files /dev/null and b/static/icons/vendor/homarr/png/release-argus.png differ
diff --git a/static/icons/vendor/homarr/png/remmina.png b/static/icons/vendor/homarr/png/remmina.png
new file mode 100644
index 0000000..98edcb2
Binary files /dev/null and b/static/icons/vendor/homarr/png/remmina.png differ
diff --git a/static/icons/vendor/homarr/png/remnawave.png b/static/icons/vendor/homarr/png/remnawave.png
new file mode 100644
index 0000000..86539f3
Binary files /dev/null and b/static/icons/vendor/homarr/png/remnawave.png differ
diff --git a/static/icons/vendor/homarr/png/remnote.png b/static/icons/vendor/homarr/png/remnote.png
new file mode 100644
index 0000000..113e955
Binary files /dev/null and b/static/icons/vendor/homarr/png/remnote.png differ
diff --git a/static/icons/vendor/homarr/png/remotely.png b/static/icons/vendor/homarr/png/remotely.png
new file mode 100644
index 0000000..46ea1a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/remotely.png differ
diff --git a/static/icons/vendor/homarr/png/renovate.png b/static/icons/vendor/homarr/png/renovate.png
new file mode 100644
index 0000000..4b9b697
Binary files /dev/null and b/static/icons/vendor/homarr/png/renovate.png differ
diff --git a/static/icons/vendor/homarr/png/reolink.png b/static/icons/vendor/homarr/png/reolink.png
new file mode 100644
index 0000000..c5b2639
Binary files /dev/null and b/static/icons/vendor/homarr/png/reolink.png differ
diff --git a/static/icons/vendor/homarr/png/reposilite-dark.png b/static/icons/vendor/homarr/png/reposilite-dark.png
new file mode 100644
index 0000000..284c2a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/reposilite-dark.png differ
diff --git a/static/icons/vendor/homarr/png/reposilite.png b/static/icons/vendor/homarr/png/reposilite.png
new file mode 100644
index 0000000..7873b43
Binary files /dev/null and b/static/icons/vendor/homarr/png/reposilite.png differ
diff --git a/static/icons/vendor/homarr/png/requestly.png b/static/icons/vendor/homarr/png/requestly.png
new file mode 100644
index 0000000..b74e5c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/requestly.png differ
diff --git a/static/icons/vendor/homarr/png/requestrr.png b/static/icons/vendor/homarr/png/requestrr.png
new file mode 100644
index 0000000..ed15dbc
Binary files /dev/null and b/static/icons/vendor/homarr/png/requestrr.png differ
diff --git a/static/icons/vendor/homarr/png/resiliosync-full-dark.png b/static/icons/vendor/homarr/png/resiliosync-full-dark.png
new file mode 100644
index 0000000..c3ef94c
Binary files /dev/null and b/static/icons/vendor/homarr/png/resiliosync-full-dark.png differ
diff --git a/static/icons/vendor/homarr/png/resiliosync-full.png b/static/icons/vendor/homarr/png/resiliosync-full.png
new file mode 100644
index 0000000..368fb01
Binary files /dev/null and b/static/icons/vendor/homarr/png/resiliosync-full.png differ
diff --git a/static/icons/vendor/homarr/png/resiliosync.png b/static/icons/vendor/homarr/png/resiliosync.png
new file mode 100644
index 0000000..60805a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/resiliosync.png differ
diff --git a/static/icons/vendor/homarr/png/restic.png b/static/icons/vendor/homarr/png/restic.png
new file mode 100644
index 0000000..951e193
Binary files /dev/null and b/static/icons/vendor/homarr/png/restic.png differ
diff --git a/static/icons/vendor/homarr/png/restreamer.png b/static/icons/vendor/homarr/png/restreamer.png
new file mode 100644
index 0000000..9b15411
Binary files /dev/null and b/static/icons/vendor/homarr/png/restreamer.png differ
diff --git a/static/icons/vendor/homarr/png/retrom.png b/static/icons/vendor/homarr/png/retrom.png
new file mode 100644
index 0000000..085ea80
Binary files /dev/null and b/static/icons/vendor/homarr/png/retrom.png differ
diff --git a/static/icons/vendor/homarr/png/revanced-manager.png b/static/icons/vendor/homarr/png/revanced-manager.png
new file mode 100644
index 0000000..3543b52
Binary files /dev/null and b/static/icons/vendor/homarr/png/revanced-manager.png differ
diff --git a/static/icons/vendor/homarr/png/revolt-light.png b/static/icons/vendor/homarr/png/revolt-light.png
new file mode 100644
index 0000000..f880f6b
Binary files /dev/null and b/static/icons/vendor/homarr/png/revolt-light.png differ
diff --git a/static/icons/vendor/homarr/png/revolt.png b/static/icons/vendor/homarr/png/revolt.png
new file mode 100644
index 0000000..6bb6287
Binary files /dev/null and b/static/icons/vendor/homarr/png/revolt.png differ
diff --git a/static/icons/vendor/homarr/png/rhasspy-dark.png b/static/icons/vendor/homarr/png/rhasspy-dark.png
new file mode 100644
index 0000000..bb00edd
Binary files /dev/null and b/static/icons/vendor/homarr/png/rhasspy-dark.png differ
diff --git a/static/icons/vendor/homarr/png/rhasspy.png b/static/icons/vendor/homarr/png/rhasspy.png
new file mode 100644
index 0000000..89df572
Binary files /dev/null and b/static/icons/vendor/homarr/png/rhasspy.png differ
diff --git a/static/icons/vendor/homarr/png/rhodecode.png b/static/icons/vendor/homarr/png/rhodecode.png
new file mode 100644
index 0000000..c515c15
Binary files /dev/null and b/static/icons/vendor/homarr/png/rhodecode.png differ
diff --git a/static/icons/vendor/homarr/png/richy.png b/static/icons/vendor/homarr/png/richy.png
new file mode 100644
index 0000000..d805b93
Binary files /dev/null and b/static/icons/vendor/homarr/png/richy.png differ
diff --git a/static/icons/vendor/homarr/png/rimgo-light.png b/static/icons/vendor/homarr/png/rimgo-light.png
new file mode 100644
index 0000000..04afb62
Binary files /dev/null and b/static/icons/vendor/homarr/png/rimgo-light.png differ
diff --git a/static/icons/vendor/homarr/png/rimgo.png b/static/icons/vendor/homarr/png/rimgo.png
new file mode 100644
index 0000000..90ba9bf
Binary files /dev/null and b/static/icons/vendor/homarr/png/rimgo.png differ
diff --git a/static/icons/vendor/homarr/png/riot.png b/static/icons/vendor/homarr/png/riot.png
new file mode 100644
index 0000000..af65128
Binary files /dev/null and b/static/icons/vendor/homarr/png/riot.png differ
diff --git a/static/icons/vendor/homarr/png/ripe.png b/static/icons/vendor/homarr/png/ripe.png
new file mode 100644
index 0000000..032b5d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/ripe.png differ
diff --git a/static/icons/vendor/homarr/png/riverside-fm-light.png b/static/icons/vendor/homarr/png/riverside-fm-light.png
new file mode 100644
index 0000000..be0b499
Binary files /dev/null and b/static/icons/vendor/homarr/png/riverside-fm-light.png differ
diff --git a/static/icons/vendor/homarr/png/riverside-fm.png b/static/icons/vendor/homarr/png/riverside-fm.png
new file mode 100644
index 0000000..5f6d66e
Binary files /dev/null and b/static/icons/vendor/homarr/png/riverside-fm.png differ
diff --git a/static/icons/vendor/homarr/png/robinhood.png b/static/icons/vendor/homarr/png/robinhood.png
new file mode 100644
index 0000000..be48578
Binary files /dev/null and b/static/icons/vendor/homarr/png/robinhood.png differ
diff --git a/static/icons/vendor/homarr/png/rocket-chat.png b/static/icons/vendor/homarr/png/rocket-chat.png
new file mode 100644
index 0000000..3587693
Binary files /dev/null and b/static/icons/vendor/homarr/png/rocket-chat.png differ
diff --git a/static/icons/vendor/homarr/png/rocky-linux.png b/static/icons/vendor/homarr/png/rocky-linux.png
new file mode 100644
index 0000000..66da31f
Binary files /dev/null and b/static/icons/vendor/homarr/png/rocky-linux.png differ
diff --git a/static/icons/vendor/homarr/png/romm.png b/static/icons/vendor/homarr/png/romm.png
new file mode 100644
index 0000000..87e98af
Binary files /dev/null and b/static/icons/vendor/homarr/png/romm.png differ
diff --git a/static/icons/vendor/homarr/png/rompya.png b/static/icons/vendor/homarr/png/rompya.png
new file mode 100644
index 0000000..cb3d7ad
Binary files /dev/null and b/static/icons/vendor/homarr/png/rompya.png differ
diff --git a/static/icons/vendor/homarr/png/rook.png b/static/icons/vendor/homarr/png/rook.png
new file mode 100644
index 0000000..fd7637c
Binary files /dev/null and b/static/icons/vendor/homarr/png/rook.png differ
diff --git a/static/icons/vendor/homarr/png/roon.png b/static/icons/vendor/homarr/png/roon.png
new file mode 100644
index 0000000..3659e1a
Binary files /dev/null and b/static/icons/vendor/homarr/png/roon.png differ
diff --git a/static/icons/vendor/homarr/png/root-me-dark.png b/static/icons/vendor/homarr/png/root-me-dark.png
new file mode 100644
index 0000000..b3241c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/root-me-dark.png differ
diff --git a/static/icons/vendor/homarr/png/root-me.png b/static/icons/vendor/homarr/png/root-me.png
new file mode 100644
index 0000000..fa3b629
Binary files /dev/null and b/static/icons/vendor/homarr/png/root-me.png differ
diff --git a/static/icons/vendor/homarr/png/rotki.png b/static/icons/vendor/homarr/png/rotki.png
new file mode 100644
index 0000000..62f722f
Binary files /dev/null and b/static/icons/vendor/homarr/png/rotki.png differ
diff --git a/static/icons/vendor/homarr/png/roundcube.png b/static/icons/vendor/homarr/png/roundcube.png
new file mode 100644
index 0000000..f001ef6
Binary files /dev/null and b/static/icons/vendor/homarr/png/roundcube.png differ
diff --git a/static/icons/vendor/homarr/png/router.png b/static/icons/vendor/homarr/png/router.png
new file mode 100644
index 0000000..f46a09d
Binary files /dev/null and b/static/icons/vendor/homarr/png/router.png differ
diff --git a/static/icons/vendor/homarr/png/rozetkaua.png b/static/icons/vendor/homarr/png/rozetkaua.png
new file mode 100644
index 0000000..de441a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/rozetkaua.png differ
diff --git a/static/icons/vendor/homarr/png/rpi-monitor.png b/static/icons/vendor/homarr/png/rpi-monitor.png
new file mode 100644
index 0000000..c9539da
Binary files /dev/null and b/static/icons/vendor/homarr/png/rpi-monitor.png differ
diff --git a/static/icons/vendor/homarr/png/rport.png b/static/icons/vendor/homarr/png/rport.png
new file mode 100644
index 0000000..5dbb9da
Binary files /dev/null and b/static/icons/vendor/homarr/png/rport.png differ
diff --git a/static/icons/vendor/homarr/png/rspamd.png b/static/icons/vendor/homarr/png/rspamd.png
new file mode 100644
index 0000000..81b1233
Binary files /dev/null and b/static/icons/vendor/homarr/png/rspamd.png differ
diff --git a/static/icons/vendor/homarr/png/rss-bridge.png b/static/icons/vendor/homarr/png/rss-bridge.png
new file mode 100644
index 0000000..59a251b
Binary files /dev/null and b/static/icons/vendor/homarr/png/rss-bridge.png differ
diff --git a/static/icons/vendor/homarr/png/rss-translator.png b/static/icons/vendor/homarr/png/rss-translator.png
new file mode 100644
index 0000000..2263a30
Binary files /dev/null and b/static/icons/vendor/homarr/png/rss-translator.png differ
diff --git a/static/icons/vendor/homarr/png/rsshub.png b/static/icons/vendor/homarr/png/rsshub.png
new file mode 100644
index 0000000..15ba763
Binary files /dev/null and b/static/icons/vendor/homarr/png/rsshub.png differ
diff --git a/static/icons/vendor/homarr/png/rstudio.png b/static/icons/vendor/homarr/png/rstudio.png
new file mode 100644
index 0000000..695659b
Binary files /dev/null and b/static/icons/vendor/homarr/png/rstudio.png differ
diff --git a/static/icons/vendor/homarr/png/rstudioserver.png b/static/icons/vendor/homarr/png/rstudioserver.png
new file mode 100644
index 0000000..695659b
Binary files /dev/null and b/static/icons/vendor/homarr/png/rstudioserver.png differ
diff --git a/static/icons/vendor/homarr/png/ruby-on-rails.png b/static/icons/vendor/homarr/png/ruby-on-rails.png
new file mode 100644
index 0000000..d4da86b
Binary files /dev/null and b/static/icons/vendor/homarr/png/ruby-on-rails.png differ
diff --git a/static/icons/vendor/homarr/png/ruby.png b/static/icons/vendor/homarr/png/ruby.png
new file mode 100644
index 0000000..3cd8898
Binary files /dev/null and b/static/icons/vendor/homarr/png/ruby.png differ
diff --git a/static/icons/vendor/homarr/png/ruckus-unleashed.png b/static/icons/vendor/homarr/png/ruckus-unleashed.png
new file mode 100644
index 0000000..b718b91
Binary files /dev/null and b/static/icons/vendor/homarr/png/ruckus-unleashed.png differ
diff --git a/static/icons/vendor/homarr/png/rumble.png b/static/icons/vendor/homarr/png/rumble.png
new file mode 100644
index 0000000..1f6b2b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/rumble.png differ
diff --git a/static/icons/vendor/homarr/png/rundeck.png b/static/icons/vendor/homarr/png/rundeck.png
new file mode 100644
index 0000000..ef9738d
Binary files /dev/null and b/static/icons/vendor/homarr/png/rundeck.png differ
diff --git a/static/icons/vendor/homarr/png/runeaudio.png b/static/icons/vendor/homarr/png/runeaudio.png
new file mode 100644
index 0000000..07aa69e
Binary files /dev/null and b/static/icons/vendor/homarr/png/runeaudio.png differ
diff --git a/static/icons/vendor/homarr/png/runonflux.png b/static/icons/vendor/homarr/png/runonflux.png
new file mode 100644
index 0000000..55d4cf9
Binary files /dev/null and b/static/icons/vendor/homarr/png/runonflux.png differ
diff --git a/static/icons/vendor/homarr/png/runson-light.png b/static/icons/vendor/homarr/png/runson-light.png
new file mode 100644
index 0000000..8afb067
Binary files /dev/null and b/static/icons/vendor/homarr/png/runson-light.png differ
diff --git a/static/icons/vendor/homarr/png/runson.png b/static/icons/vendor/homarr/png/runson.png
new file mode 100644
index 0000000..bc4b275
Binary files /dev/null and b/static/icons/vendor/homarr/png/runson.png differ
diff --git a/static/icons/vendor/homarr/png/rust-dark.png b/static/icons/vendor/homarr/png/rust-dark.png
new file mode 100644
index 0000000..db006e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/rust-dark.png differ
diff --git a/static/icons/vendor/homarr/png/rust.png b/static/icons/vendor/homarr/png/rust.png
new file mode 100644
index 0000000..f827fde
Binary files /dev/null and b/static/icons/vendor/homarr/png/rust.png differ
diff --git a/static/icons/vendor/homarr/png/rustdesk.png b/static/icons/vendor/homarr/png/rustdesk.png
new file mode 100644
index 0000000..0e55253
Binary files /dev/null and b/static/icons/vendor/homarr/png/rustdesk.png differ
diff --git a/static/icons/vendor/homarr/png/rustfs.png b/static/icons/vendor/homarr/png/rustfs.png
new file mode 100644
index 0000000..371d7dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/rustfs.png differ
diff --git a/static/icons/vendor/homarr/png/rutorrent.png b/static/icons/vendor/homarr/png/rutorrent.png
new file mode 100644
index 0000000..fecdf6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/rutorrent.png differ
diff --git a/static/icons/vendor/homarr/png/rybbit-dark.png b/static/icons/vendor/homarr/png/rybbit-dark.png
new file mode 100644
index 0000000..c6a4124
Binary files /dev/null and b/static/icons/vendor/homarr/png/rybbit-dark.png differ
diff --git a/static/icons/vendor/homarr/png/rybbit.png b/static/icons/vendor/homarr/png/rybbit.png
new file mode 100644
index 0000000..42799a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/rybbit.png differ
diff --git a/static/icons/vendor/homarr/png/ryot-light.png b/static/icons/vendor/homarr/png/ryot-light.png
new file mode 100644
index 0000000..374a414
Binary files /dev/null and b/static/icons/vendor/homarr/png/ryot-light.png differ
diff --git a/static/icons/vendor/homarr/png/ryot.png b/static/icons/vendor/homarr/png/ryot.png
new file mode 100644
index 0000000..feeec8c
Binary files /dev/null and b/static/icons/vendor/homarr/png/ryot.png differ
diff --git a/static/icons/vendor/homarr/png/sabnzbd-light.png b/static/icons/vendor/homarr/png/sabnzbd-light.png
new file mode 100644
index 0000000..a276c70
Binary files /dev/null and b/static/icons/vendor/homarr/png/sabnzbd-light.png differ
diff --git a/static/icons/vendor/homarr/png/sabnzbd.png b/static/icons/vendor/homarr/png/sabnzbd.png
new file mode 100644
index 0000000..c562e77
Binary files /dev/null and b/static/icons/vendor/homarr/png/sabnzbd.png differ
diff --git a/static/icons/vendor/homarr/png/safari-ios.png b/static/icons/vendor/homarr/png/safari-ios.png
new file mode 100644
index 0000000..77133a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/safari-ios.png differ
diff --git a/static/icons/vendor/homarr/png/safari.png b/static/icons/vendor/homarr/png/safari.png
new file mode 100644
index 0000000..77133a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/safari.png differ
diff --git a/static/icons/vendor/homarr/png/safeline.png b/static/icons/vendor/homarr/png/safeline.png
new file mode 100644
index 0000000..9eb917c
Binary files /dev/null and b/static/icons/vendor/homarr/png/safeline.png differ
diff --git a/static/icons/vendor/homarr/png/sagemcom.png b/static/icons/vendor/homarr/png/sagemcom.png
new file mode 100644
index 0000000..8e695ff
Binary files /dev/null and b/static/icons/vendor/homarr/png/sagemcom.png differ
diff --git a/static/icons/vendor/homarr/png/salad.png b/static/icons/vendor/homarr/png/salad.png
new file mode 100644
index 0000000..3e392bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/salad.png differ
diff --git a/static/icons/vendor/homarr/png/salt-project.png b/static/icons/vendor/homarr/png/salt-project.png
new file mode 100644
index 0000000..16ff713
Binary files /dev/null and b/static/icons/vendor/homarr/png/salt-project.png differ
diff --git a/static/icons/vendor/homarr/png/saltcorn.png b/static/icons/vendor/homarr/png/saltcorn.png
new file mode 100644
index 0000000..45189f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/saltcorn.png differ
diff --git a/static/icons/vendor/homarr/png/samba-server.png b/static/icons/vendor/homarr/png/samba-server.png
new file mode 100644
index 0000000..ab4ed2a
Binary files /dev/null and b/static/icons/vendor/homarr/png/samba-server.png differ
diff --git a/static/icons/vendor/homarr/png/samsung-internet.png b/static/icons/vendor/homarr/png/samsung-internet.png
new file mode 100644
index 0000000..307c81b
Binary files /dev/null and b/static/icons/vendor/homarr/png/samsung-internet.png differ
diff --git a/static/icons/vendor/homarr/png/sandstorm.png b/static/icons/vendor/homarr/png/sandstorm.png
new file mode 100644
index 0000000..d5bac35
Binary files /dev/null and b/static/icons/vendor/homarr/png/sandstorm.png differ
diff --git a/static/icons/vendor/homarr/png/satisfactory.png b/static/icons/vendor/homarr/png/satisfactory.png
new file mode 100644
index 0000000..0aa8fd7
Binary files /dev/null and b/static/icons/vendor/homarr/png/satisfactory.png differ
diff --git a/static/icons/vendor/homarr/png/scanopy.png b/static/icons/vendor/homarr/png/scanopy.png
new file mode 100644
index 0000000..4351b12
Binary files /dev/null and b/static/icons/vendor/homarr/png/scanopy.png differ
diff --git a/static/icons/vendor/homarr/png/scanservjs.png b/static/icons/vendor/homarr/png/scanservjs.png
new file mode 100644
index 0000000..75afdb4
Binary files /dev/null and b/static/icons/vendor/homarr/png/scanservjs.png differ
diff --git a/static/icons/vendor/homarr/png/schedulearn-dark.png b/static/icons/vendor/homarr/png/schedulearn-dark.png
new file mode 100644
index 0000000..b3ec7b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/schedulearn-dark.png differ
diff --git a/static/icons/vendor/homarr/png/schedulearn.png b/static/icons/vendor/homarr/png/schedulearn.png
new file mode 100644
index 0000000..0c12fa7
Binary files /dev/null and b/static/icons/vendor/homarr/png/schedulearn.png differ
diff --git a/static/icons/vendor/homarr/png/schneider.png b/static/icons/vendor/homarr/png/schneider.png
new file mode 100644
index 0000000..253594f
Binary files /dev/null and b/static/icons/vendor/homarr/png/schneider.png differ
diff --git a/static/icons/vendor/homarr/png/scraperr.png b/static/icons/vendor/homarr/png/scraperr.png
new file mode 100644
index 0000000..8fcf12d
Binary files /dev/null and b/static/icons/vendor/homarr/png/scraperr.png differ
diff --git a/static/icons/vendor/homarr/png/scrcpy.png b/static/icons/vendor/homarr/png/scrcpy.png
new file mode 100644
index 0000000..7b8b249
Binary files /dev/null and b/static/icons/vendor/homarr/png/scrcpy.png differ
diff --git a/static/icons/vendor/homarr/png/screenconnect.png b/static/icons/vendor/homarr/png/screenconnect.png
new file mode 100644
index 0000000..bd1e3d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/screenconnect.png differ
diff --git a/static/icons/vendor/homarr/png/scrutiny-light.png b/static/icons/vendor/homarr/png/scrutiny-light.png
new file mode 100644
index 0000000..686a7fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/scrutiny-light.png differ
diff --git a/static/icons/vendor/homarr/png/scrutiny.png b/static/icons/vendor/homarr/png/scrutiny.png
new file mode 100644
index 0000000..f7d44e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/scrutiny.png differ
diff --git a/static/icons/vendor/homarr/png/scrypted.png b/static/icons/vendor/homarr/png/scrypted.png
new file mode 100644
index 0000000..a26550b
Binary files /dev/null and b/static/icons/vendor/homarr/png/scrypted.png differ
diff --git a/static/icons/vendor/homarr/png/seafile.png b/static/icons/vendor/homarr/png/seafile.png
new file mode 100644
index 0000000..69b10da
Binary files /dev/null and b/static/icons/vendor/homarr/png/seafile.png differ
diff --git a/static/icons/vendor/homarr/png/searx.png b/static/icons/vendor/homarr/png/searx.png
new file mode 100644
index 0000000..31f4332
Binary files /dev/null and b/static/icons/vendor/homarr/png/searx.png differ
diff --git a/static/icons/vendor/homarr/png/searxng.png b/static/icons/vendor/homarr/png/searxng.png
new file mode 100644
index 0000000..e2d8f6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/searxng.png differ
diff --git a/static/icons/vendor/homarr/png/secureai-tools-light.png b/static/icons/vendor/homarr/png/secureai-tools-light.png
new file mode 100644
index 0000000..a85852d
Binary files /dev/null and b/static/icons/vendor/homarr/png/secureai-tools-light.png differ
diff --git a/static/icons/vendor/homarr/png/secureai-tools.png b/static/icons/vendor/homarr/png/secureai-tools.png
new file mode 100644
index 0000000..346da1d
Binary files /dev/null and b/static/icons/vendor/homarr/png/secureai-tools.png differ
diff --git a/static/icons/vendor/homarr/png/security-onion-dark.png b/static/icons/vendor/homarr/png/security-onion-dark.png
new file mode 100644
index 0000000..06b2864
Binary files /dev/null and b/static/icons/vendor/homarr/png/security-onion-dark.png differ
diff --git a/static/icons/vendor/homarr/png/security-onion.png b/static/icons/vendor/homarr/png/security-onion.png
new file mode 100644
index 0000000..1b35aaa
Binary files /dev/null and b/static/icons/vendor/homarr/png/security-onion.png differ
diff --git a/static/icons/vendor/homarr/png/seelf.png b/static/icons/vendor/homarr/png/seelf.png
new file mode 100644
index 0000000..ae5bdfa
Binary files /dev/null and b/static/icons/vendor/homarr/png/seelf.png differ
diff --git a/static/icons/vendor/homarr/png/seerr.png b/static/icons/vendor/homarr/png/seerr.png
new file mode 100644
index 0000000..ed196f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/seerr.png differ
diff --git a/static/icons/vendor/homarr/png/selenium.png b/static/icons/vendor/homarr/png/selenium.png
new file mode 100644
index 0000000..60423b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/selenium.png differ
diff --git a/static/icons/vendor/homarr/png/self-hosted-gateway.png b/static/icons/vendor/homarr/png/self-hosted-gateway.png
new file mode 100644
index 0000000..ecf63fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/self-hosted-gateway.png differ
diff --git a/static/icons/vendor/homarr/png/selfh-st-light.png b/static/icons/vendor/homarr/png/selfh-st-light.png
new file mode 100644
index 0000000..992a38c
Binary files /dev/null and b/static/icons/vendor/homarr/png/selfh-st-light.png differ
diff --git a/static/icons/vendor/homarr/png/selfh-st.png b/static/icons/vendor/homarr/png/selfh-st.png
new file mode 100644
index 0000000..93d0040
Binary files /dev/null and b/static/icons/vendor/homarr/png/selfh-st.png differ
diff --git a/static/icons/vendor/homarr/png/selfhosted-light.png b/static/icons/vendor/homarr/png/selfhosted-light.png
new file mode 100644
index 0000000..47410bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/selfhosted-light.png differ
diff --git a/static/icons/vendor/homarr/png/selfhosted.png b/static/icons/vendor/homarr/png/selfhosted.png
new file mode 100644
index 0000000..5bfbf85
Binary files /dev/null and b/static/icons/vendor/homarr/png/selfhosted.png differ
diff --git a/static/icons/vendor/homarr/png/semaphore-dark.png b/static/icons/vendor/homarr/png/semaphore-dark.png
new file mode 100644
index 0000000..04f4fe2
Binary files /dev/null and b/static/icons/vendor/homarr/png/semaphore-dark.png differ
diff --git a/static/icons/vendor/homarr/png/semaphore.png b/static/icons/vendor/homarr/png/semaphore.png
new file mode 100644
index 0000000..cd0188c
Binary files /dev/null and b/static/icons/vendor/homarr/png/semaphore.png differ
diff --git a/static/icons/vendor/homarr/png/send.png b/static/icons/vendor/homarr/png/send.png
new file mode 100644
index 0000000..f1636aa
Binary files /dev/null and b/static/icons/vendor/homarr/png/send.png differ
diff --git a/static/icons/vendor/homarr/png/sendgrid.png b/static/icons/vendor/homarr/png/sendgrid.png
new file mode 100644
index 0000000..83520e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/sendgrid.png differ
diff --git a/static/icons/vendor/homarr/png/sendinblue.png b/static/icons/vendor/homarr/png/sendinblue.png
new file mode 100644
index 0000000..ea3c419
Binary files /dev/null and b/static/icons/vendor/homarr/png/sendinblue.png differ
diff --git a/static/icons/vendor/homarr/png/sensu.png b/static/icons/vendor/homarr/png/sensu.png
new file mode 100644
index 0000000..bc7c966
Binary files /dev/null and b/static/icons/vendor/homarr/png/sensu.png differ
diff --git a/static/icons/vendor/homarr/png/sentry-light.png b/static/icons/vendor/homarr/png/sentry-light.png
new file mode 100644
index 0000000..cf3adf2
Binary files /dev/null and b/static/icons/vendor/homarr/png/sentry-light.png differ
diff --git a/static/icons/vendor/homarr/png/sentry.png b/static/icons/vendor/homarr/png/sentry.png
new file mode 100644
index 0000000..fb6ae99
Binary files /dev/null and b/static/icons/vendor/homarr/png/sentry.png differ
diff --git a/static/icons/vendor/homarr/png/seq.png b/static/icons/vendor/homarr/png/seq.png
new file mode 100644
index 0000000..4f3e278
Binary files /dev/null and b/static/icons/vendor/homarr/png/seq.png differ
diff --git a/static/icons/vendor/homarr/png/series-troxide.png b/static/icons/vendor/homarr/png/series-troxide.png
new file mode 100644
index 0000000..b0d691b
Binary files /dev/null and b/static/icons/vendor/homarr/png/series-troxide.png differ
diff --git a/static/icons/vendor/homarr/png/serpbear.png b/static/icons/vendor/homarr/png/serpbear.png
new file mode 100644
index 0000000..add5f87
Binary files /dev/null and b/static/icons/vendor/homarr/png/serpbear.png differ
diff --git a/static/icons/vendor/homarr/png/servarr-light.png b/static/icons/vendor/homarr/png/servarr-light.png
new file mode 100644
index 0000000..18162cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/servarr-light.png differ
diff --git a/static/icons/vendor/homarr/png/servarr.png b/static/icons/vendor/homarr/png/servarr.png
new file mode 100644
index 0000000..ddde70b
Binary files /dev/null and b/static/icons/vendor/homarr/png/servarr.png differ
diff --git a/static/icons/vendor/homarr/png/serverjockey.png b/static/icons/vendor/homarr/png/serverjockey.png
new file mode 100644
index 0000000..4caa5ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/serverjockey.png differ
diff --git a/static/icons/vendor/homarr/png/servicenow-wordmark-dark.png b/static/icons/vendor/homarr/png/servicenow-wordmark-dark.png
new file mode 100644
index 0000000..28c1424
Binary files /dev/null and b/static/icons/vendor/homarr/png/servicenow-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/servicenow-wordmark-light.png b/static/icons/vendor/homarr/png/servicenow-wordmark-light.png
new file mode 100644
index 0000000..0c3c161
Binary files /dev/null and b/static/icons/vendor/homarr/png/servicenow-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/servicenow.png b/static/icons/vendor/homarr/png/servicenow.png
new file mode 100644
index 0000000..dfec3e7
Binary files /dev/null and b/static/icons/vendor/homarr/png/servicenow.png differ
diff --git a/static/icons/vendor/homarr/png/serviio-light.png b/static/icons/vendor/homarr/png/serviio-light.png
new file mode 100644
index 0000000..1df26be
Binary files /dev/null and b/static/icons/vendor/homarr/png/serviio-light.png differ
diff --git a/static/icons/vendor/homarr/png/serviio.png b/static/icons/vendor/homarr/png/serviio.png
new file mode 100644
index 0000000..2fb0de8
Binary files /dev/null and b/static/icons/vendor/homarr/png/serviio.png differ
diff --git a/static/icons/vendor/homarr/png/session.png b/static/icons/vendor/homarr/png/session.png
new file mode 100644
index 0000000..59e0b61
Binary files /dev/null and b/static/icons/vendor/homarr/png/session.png differ
diff --git a/static/icons/vendor/homarr/png/seznam.png b/static/icons/vendor/homarr/png/seznam.png
new file mode 100644
index 0000000..9fa6d53
Binary files /dev/null and b/static/icons/vendor/homarr/png/seznam.png differ
diff --git a/static/icons/vendor/homarr/png/sftpgo.png b/static/icons/vendor/homarr/png/sftpgo.png
new file mode 100644
index 0000000..25c14ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/sftpgo.png differ
diff --git a/static/icons/vendor/homarr/png/shaarli.png b/static/icons/vendor/homarr/png/shaarli.png
new file mode 100644
index 0000000..3439af9
Binary files /dev/null and b/static/icons/vendor/homarr/png/shaarli.png differ
diff --git a/static/icons/vendor/homarr/png/sharewood.png b/static/icons/vendor/homarr/png/sharewood.png
new file mode 100644
index 0000000..95e42f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/sharewood.png differ
diff --git a/static/icons/vendor/homarr/png/shelfmark.png b/static/icons/vendor/homarr/png/shelfmark.png
new file mode 100644
index 0000000..1e5a713
Binary files /dev/null and b/static/icons/vendor/homarr/png/shelfmark.png differ
diff --git a/static/icons/vendor/homarr/png/shell-light.png b/static/icons/vendor/homarr/png/shell-light.png
new file mode 100644
index 0000000..adfb131
Binary files /dev/null and b/static/icons/vendor/homarr/png/shell-light.png differ
diff --git a/static/icons/vendor/homarr/png/shell-tips-light.png b/static/icons/vendor/homarr/png/shell-tips-light.png
new file mode 100644
index 0000000..8b1f743
Binary files /dev/null and b/static/icons/vendor/homarr/png/shell-tips-light.png differ
diff --git a/static/icons/vendor/homarr/png/shell-tips.png b/static/icons/vendor/homarr/png/shell-tips.png
new file mode 100644
index 0000000..678bdc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/shell-tips.png differ
diff --git a/static/icons/vendor/homarr/png/shell.png b/static/icons/vendor/homarr/png/shell.png
new file mode 100644
index 0000000..7e63927
Binary files /dev/null and b/static/icons/vendor/homarr/png/shell.png differ
diff --git a/static/icons/vendor/homarr/png/shellhub.png b/static/icons/vendor/homarr/png/shellhub.png
new file mode 100644
index 0000000..be8ddd4
Binary files /dev/null and b/static/icons/vendor/homarr/png/shellhub.png differ
diff --git a/static/icons/vendor/homarr/png/shellngn.png b/static/icons/vendor/homarr/png/shellngn.png
new file mode 100644
index 0000000..7aed9d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/shellngn.png differ
diff --git a/static/icons/vendor/homarr/png/shelly.png b/static/icons/vendor/homarr/png/shelly.png
new file mode 100644
index 0000000..8bb8229
Binary files /dev/null and b/static/icons/vendor/homarr/png/shelly.png differ
diff --git a/static/icons/vendor/homarr/png/shinkro.png b/static/icons/vendor/homarr/png/shinkro.png
new file mode 100644
index 0000000..de98d7a
Binary files /dev/null and b/static/icons/vendor/homarr/png/shinkro.png differ
diff --git a/static/icons/vendor/homarr/png/shinobi.png b/static/icons/vendor/homarr/png/shinobi.png
new file mode 100644
index 0000000..ada5f62
Binary files /dev/null and b/static/icons/vendor/homarr/png/shinobi.png differ
diff --git a/static/icons/vendor/homarr/png/shiori.png b/static/icons/vendor/homarr/png/shiori.png
new file mode 100644
index 0000000..25931f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/shiori.png differ
diff --git a/static/icons/vendor/homarr/png/shlink.png b/static/icons/vendor/homarr/png/shlink.png
new file mode 100644
index 0000000..71d4046
Binary files /dev/null and b/static/icons/vendor/homarr/png/shlink.png differ
diff --git a/static/icons/vendor/homarr/png/shoko-server.png b/static/icons/vendor/homarr/png/shoko-server.png
new file mode 100644
index 0000000..a45d6ac
Binary files /dev/null and b/static/icons/vendor/homarr/png/shoko-server.png differ
diff --git a/static/icons/vendor/homarr/png/shoko.png b/static/icons/vendor/homarr/png/shoko.png
new file mode 100644
index 0000000..0bb5b10
Binary files /dev/null and b/static/icons/vendor/homarr/png/shoko.png differ
diff --git a/static/icons/vendor/homarr/png/shokoanime.png b/static/icons/vendor/homarr/png/shokoanime.png
new file mode 100644
index 0000000..e8fd8c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/shokoanime.png differ
diff --git a/static/icons/vendor/homarr/png/shopify.png b/static/icons/vendor/homarr/png/shopify.png
new file mode 100644
index 0000000..f9c37de
Binary files /dev/null and b/static/icons/vendor/homarr/png/shopify.png differ
diff --git a/static/icons/vendor/homarr/png/shortcut.png b/static/icons/vendor/homarr/png/shortcut.png
new file mode 100644
index 0000000..03f9fd3
Binary files /dev/null and b/static/icons/vendor/homarr/png/shortcut.png differ
diff --git a/static/icons/vendor/homarr/png/sickbeard.png b/static/icons/vendor/homarr/png/sickbeard.png
new file mode 100644
index 0000000..6c81aa2
Binary files /dev/null and b/static/icons/vendor/homarr/png/sickbeard.png differ
diff --git a/static/icons/vendor/homarr/png/sickchill.png b/static/icons/vendor/homarr/png/sickchill.png
new file mode 100644
index 0000000..5b535e9
Binary files /dev/null and b/static/icons/vendor/homarr/png/sickchill.png differ
diff --git a/static/icons/vendor/homarr/png/sickgear.png b/static/icons/vendor/homarr/png/sickgear.png
new file mode 100644
index 0000000..69c894f
Binary files /dev/null and b/static/icons/vendor/homarr/png/sickgear.png differ
diff --git a/static/icons/vendor/homarr/png/signal.png b/static/icons/vendor/homarr/png/signal.png
new file mode 100644
index 0000000..3511294
Binary files /dev/null and b/static/icons/vendor/homarr/png/signal.png differ
diff --git a/static/icons/vendor/homarr/png/signoz.png b/static/icons/vendor/homarr/png/signoz.png
new file mode 100644
index 0000000..38eb4fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/signoz.png differ
diff --git a/static/icons/vendor/homarr/png/sigstore.png b/static/icons/vendor/homarr/png/sigstore.png
new file mode 100644
index 0000000..e5c23da
Binary files /dev/null and b/static/icons/vendor/homarr/png/sigstore.png differ
diff --git a/static/icons/vendor/homarr/png/silae.png b/static/icons/vendor/homarr/png/silae.png
new file mode 100644
index 0000000..3de5161
Binary files /dev/null and b/static/icons/vendor/homarr/png/silae.png differ
diff --git a/static/icons/vendor/homarr/png/sillytavern.png b/static/icons/vendor/homarr/png/sillytavern.png
new file mode 100644
index 0000000..14768e8
Binary files /dev/null and b/static/icons/vendor/homarr/png/sillytavern.png differ
diff --git a/static/icons/vendor/homarr/png/silverbullet.png b/static/icons/vendor/homarr/png/silverbullet.png
new file mode 100644
index 0000000..e5e33a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/silverbullet.png differ
diff --git a/static/icons/vendor/homarr/png/simkl.png b/static/icons/vendor/homarr/png/simkl.png
new file mode 100644
index 0000000..fbe2c1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/simkl.png differ
diff --git a/static/icons/vendor/homarr/png/simplelogin.png b/static/icons/vendor/homarr/png/simplelogin.png
new file mode 100644
index 0000000..fc7f2a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/simplelogin.png differ
diff --git a/static/icons/vendor/homarr/png/simplex-chat.png b/static/icons/vendor/homarr/png/simplex-chat.png
new file mode 100644
index 0000000..70892f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/simplex-chat.png differ
diff --git a/static/icons/vendor/homarr/png/sinusbot.png b/static/icons/vendor/homarr/png/sinusbot.png
new file mode 100644
index 0000000..4cdc271
Binary files /dev/null and b/static/icons/vendor/homarr/png/sinusbot.png differ
diff --git a/static/icons/vendor/homarr/png/sipeed.png b/static/icons/vendor/homarr/png/sipeed.png
new file mode 100644
index 0000000..4c8fe2d
Binary files /dev/null and b/static/icons/vendor/homarr/png/sipeed.png differ
diff --git a/static/icons/vendor/homarr/png/siyuan.png b/static/icons/vendor/homarr/png/siyuan.png
new file mode 100644
index 0000000..a19d931
Binary files /dev/null and b/static/icons/vendor/homarr/png/siyuan.png differ
diff --git a/static/icons/vendor/homarr/png/sketchup-make.png b/static/icons/vendor/homarr/png/sketchup-make.png
new file mode 100644
index 0000000..509cf14
Binary files /dev/null and b/static/icons/vendor/homarr/png/sketchup-make.png differ
diff --git a/static/icons/vendor/homarr/png/skylink-fibernet.png b/static/icons/vendor/homarr/png/skylink-fibernet.png
new file mode 100644
index 0000000..ef2eb14
Binary files /dev/null and b/static/icons/vendor/homarr/png/skylink-fibernet.png differ
diff --git a/static/icons/vendor/homarr/png/skype.png b/static/icons/vendor/homarr/png/skype.png
new file mode 100644
index 0000000..5750848
Binary files /dev/null and b/static/icons/vendor/homarr/png/skype.png differ
diff --git a/static/icons/vendor/homarr/png/slaanesh.png b/static/icons/vendor/homarr/png/slaanesh.png
new file mode 100644
index 0000000..4ad3430
Binary files /dev/null and b/static/icons/vendor/homarr/png/slaanesh.png differ
diff --git a/static/icons/vendor/homarr/png/slack.png b/static/icons/vendor/homarr/png/slack.png
new file mode 100644
index 0000000..285ade8
Binary files /dev/null and b/static/icons/vendor/homarr/png/slack.png differ
diff --git a/static/icons/vendor/homarr/png/slash-light.png b/static/icons/vendor/homarr/png/slash-light.png
new file mode 100644
index 0000000..a353b1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/slash-light.png differ
diff --git a/static/icons/vendor/homarr/png/slash.png b/static/icons/vendor/homarr/png/slash.png
new file mode 100644
index 0000000..50de46b
Binary files /dev/null and b/static/icons/vendor/homarr/png/slash.png differ
diff --git a/static/icons/vendor/homarr/png/slice.png b/static/icons/vendor/homarr/png/slice.png
new file mode 100644
index 0000000..cedc5fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/slice.png differ
diff --git a/static/icons/vendor/homarr/png/slidev.png b/static/icons/vendor/homarr/png/slidev.png
new file mode 100644
index 0000000..2e5d728
Binary files /dev/null and b/static/icons/vendor/homarr/png/slidev.png differ
diff --git a/static/icons/vendor/homarr/png/slink-light.png b/static/icons/vendor/homarr/png/slink-light.png
new file mode 100644
index 0000000..7c6cc45
Binary files /dev/null and b/static/icons/vendor/homarr/png/slink-light.png differ
diff --git a/static/icons/vendor/homarr/png/slink.png b/static/icons/vendor/homarr/png/slink.png
new file mode 100644
index 0000000..b16a689
Binary files /dev/null and b/static/icons/vendor/homarr/png/slink.png differ
diff --git a/static/icons/vendor/homarr/png/slskd.png b/static/icons/vendor/homarr/png/slskd.png
new file mode 100644
index 0000000..945d1df
Binary files /dev/null and b/static/icons/vendor/homarr/png/slskd.png differ
diff --git a/static/icons/vendor/homarr/png/slurpit-dark.png b/static/icons/vendor/homarr/png/slurpit-dark.png
new file mode 100644
index 0000000..75c76a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/slurpit-dark.png differ
diff --git a/static/icons/vendor/homarr/png/slurpit.png b/static/icons/vendor/homarr/png/slurpit.png
new file mode 100644
index 0000000..ec936a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/slurpit.png differ
diff --git a/static/icons/vendor/homarr/png/smartfox.png b/static/icons/vendor/homarr/png/smartfox.png
new file mode 100644
index 0000000..daebb00
Binary files /dev/null and b/static/icons/vendor/homarr/png/smartfox.png differ
diff --git a/static/icons/vendor/homarr/png/smlight.png b/static/icons/vendor/homarr/png/smlight.png
new file mode 100644
index 0000000..5ed9167
Binary files /dev/null and b/static/icons/vendor/homarr/png/smlight.png differ
diff --git a/static/icons/vendor/homarr/png/smokeping.png b/static/icons/vendor/homarr/png/smokeping.png
new file mode 100644
index 0000000..d483481
Binary files /dev/null and b/static/icons/vendor/homarr/png/smokeping.png differ
diff --git a/static/icons/vendor/homarr/png/snapcast.png b/static/icons/vendor/homarr/png/snapcast.png
new file mode 100644
index 0000000..bd5bd9a
Binary files /dev/null and b/static/icons/vendor/homarr/png/snapcast.png differ
diff --git a/static/icons/vendor/homarr/png/snapchat-dark.png b/static/icons/vendor/homarr/png/snapchat-dark.png
new file mode 100644
index 0000000..25e1326
Binary files /dev/null and b/static/icons/vendor/homarr/png/snapchat-dark.png differ
diff --git a/static/icons/vendor/homarr/png/snapchat.png b/static/icons/vendor/homarr/png/snapchat.png
new file mode 100644
index 0000000..8a72c6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/snapchat.png differ
diff --git a/static/icons/vendor/homarr/png/snapdrop.png b/static/icons/vendor/homarr/png/snapdrop.png
new file mode 100644
index 0000000..2c0f4de
Binary files /dev/null and b/static/icons/vendor/homarr/png/snapdrop.png differ
diff --git a/static/icons/vendor/homarr/png/snappymail-light.png b/static/icons/vendor/homarr/png/snappymail-light.png
new file mode 100644
index 0000000..7a52600
Binary files /dev/null and b/static/icons/vendor/homarr/png/snappymail-light.png differ
diff --git a/static/icons/vendor/homarr/png/snappymail.png b/static/icons/vendor/homarr/png/snappymail.png
new file mode 100644
index 0000000..87217c3
Binary files /dev/null and b/static/icons/vendor/homarr/png/snappymail.png differ
diff --git a/static/icons/vendor/homarr/png/snibox.png b/static/icons/vendor/homarr/png/snibox.png
new file mode 100644
index 0000000..33f4f4c
Binary files /dev/null and b/static/icons/vendor/homarr/png/snibox.png differ
diff --git a/static/icons/vendor/homarr/png/snikket.png b/static/icons/vendor/homarr/png/snikket.png
new file mode 100644
index 0000000..c7eb0f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/snikket.png differ
diff --git a/static/icons/vendor/homarr/png/snipe-it.png b/static/icons/vendor/homarr/png/snipe-it.png
new file mode 100644
index 0000000..9844690
Binary files /dev/null and b/static/icons/vendor/homarr/png/snipe-it.png differ
diff --git a/static/icons/vendor/homarr/png/snippetbox.png b/static/icons/vendor/homarr/png/snippetbox.png
new file mode 100644
index 0000000..e23b245
Binary files /dev/null and b/static/icons/vendor/homarr/png/snippetbox.png differ
diff --git a/static/icons/vendor/homarr/png/socialhome.png b/static/icons/vendor/homarr/png/socialhome.png
new file mode 100644
index 0000000..2b89af1
Binary files /dev/null and b/static/icons/vendor/homarr/png/socialhome.png differ
diff --git a/static/icons/vendor/homarr/png/sogo.png b/static/icons/vendor/homarr/png/sogo.png
new file mode 100644
index 0000000..c409247
Binary files /dev/null and b/static/icons/vendor/homarr/png/sogo.png differ
diff --git a/static/icons/vendor/homarr/png/solaar.png b/static/icons/vendor/homarr/png/solaar.png
new file mode 100644
index 0000000..33210c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/solaar.png differ
diff --git a/static/icons/vendor/homarr/png/solarwinds-wordmark-light.png b/static/icons/vendor/homarr/png/solarwinds-wordmark-light.png
new file mode 100644
index 0000000..c14b4f4
Binary files /dev/null and b/static/icons/vendor/homarr/png/solarwinds-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/solarwinds.png b/static/icons/vendor/homarr/png/solarwinds.png
new file mode 100644
index 0000000..c902ee8
Binary files /dev/null and b/static/icons/vendor/homarr/png/solarwinds.png differ
diff --git a/static/icons/vendor/homarr/png/solid-invoice.png b/static/icons/vendor/homarr/png/solid-invoice.png
new file mode 100644
index 0000000..65579e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/solid-invoice.png differ
diff --git a/static/icons/vendor/homarr/png/solidtime-light.png b/static/icons/vendor/homarr/png/solidtime-light.png
new file mode 100644
index 0000000..e60138a
Binary files /dev/null and b/static/icons/vendor/homarr/png/solidtime-light.png differ
diff --git a/static/icons/vendor/homarr/png/solidtime.png b/static/icons/vendor/homarr/png/solidtime.png
new file mode 100644
index 0000000..6e718a9
Binary files /dev/null and b/static/icons/vendor/homarr/png/solidtime.png differ
diff --git a/static/icons/vendor/homarr/png/sonarqube.png b/static/icons/vendor/homarr/png/sonarqube.png
new file mode 100644
index 0000000..0d1ada1
Binary files /dev/null and b/static/icons/vendor/homarr/png/sonarqube.png differ
diff --git a/static/icons/vendor/homarr/png/sonarr-4k.png b/static/icons/vendor/homarr/png/sonarr-4k.png
new file mode 100644
index 0000000..e8596c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/sonarr-4k.png differ
diff --git a/static/icons/vendor/homarr/png/sonarr-dark.png b/static/icons/vendor/homarr/png/sonarr-dark.png
new file mode 100644
index 0000000..2cf2976
Binary files /dev/null and b/static/icons/vendor/homarr/png/sonarr-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sonarr-dv.png b/static/icons/vendor/homarr/png/sonarr-dv.png
new file mode 100644
index 0000000..27a9d64
Binary files /dev/null and b/static/icons/vendor/homarr/png/sonarr-dv.png differ
diff --git a/static/icons/vendor/homarr/png/sonarr.png b/static/icons/vendor/homarr/png/sonarr.png
new file mode 100644
index 0000000..8e08f05
Binary files /dev/null and b/static/icons/vendor/homarr/png/sonarr.png differ
diff --git a/static/icons/vendor/homarr/png/sophos-dark.png b/static/icons/vendor/homarr/png/sophos-dark.png
new file mode 100644
index 0000000..9e015dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/sophos-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sophos.png b/static/icons/vendor/homarr/png/sophos.png
new file mode 100644
index 0000000..60bbcc8
Binary files /dev/null and b/static/icons/vendor/homarr/png/sophos.png differ
diff --git a/static/icons/vendor/homarr/png/soulseek.png b/static/icons/vendor/homarr/png/soulseek.png
new file mode 100644
index 0000000..f0d4374
Binary files /dev/null and b/static/icons/vendor/homarr/png/soulseek.png differ
diff --git a/static/icons/vendor/homarr/png/soundcloud-dark.png b/static/icons/vendor/homarr/png/soundcloud-dark.png
new file mode 100644
index 0000000..93a3a5b
Binary files /dev/null and b/static/icons/vendor/homarr/png/soundcloud-dark.png differ
diff --git a/static/icons/vendor/homarr/png/soundcloud.png b/static/icons/vendor/homarr/png/soundcloud.png
new file mode 100644
index 0000000..8884264
Binary files /dev/null and b/static/icons/vendor/homarr/png/soundcloud.png differ
diff --git a/static/icons/vendor/homarr/png/sourcebot-dark.png b/static/icons/vendor/homarr/png/sourcebot-dark.png
new file mode 100644
index 0000000..a593ef7
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcebot-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sourcebot.png b/static/icons/vendor/homarr/png/sourcebot.png
new file mode 100644
index 0000000..e5e624c
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcebot.png differ
diff --git a/static/icons/vendor/homarr/png/sourcegraph.png b/static/icons/vendor/homarr/png/sourcegraph.png
new file mode 100644
index 0000000..c8946b0
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcegraph.png differ
diff --git a/static/icons/vendor/homarr/png/sourcehut-dark.png b/static/icons/vendor/homarr/png/sourcehut-dark.png
new file mode 100644
index 0000000..c6e7bbb
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcehut-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sourcehut-wordmark-dark.png b/static/icons/vendor/homarr/png/sourcehut-wordmark-dark.png
new file mode 100644
index 0000000..cd8d524
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcehut-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sourcehut-wordmark-light.png b/static/icons/vendor/homarr/png/sourcehut-wordmark-light.png
new file mode 100644
index 0000000..05b8989
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcehut-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/sourcehut.png b/static/icons/vendor/homarr/png/sourcehut.png
new file mode 100644
index 0000000..3cc7245
Binary files /dev/null and b/static/icons/vendor/homarr/png/sourcehut.png differ
diff --git a/static/icons/vendor/homarr/png/spamassassin.png b/static/icons/vendor/homarr/png/spamassassin.png
new file mode 100644
index 0000000..b1269c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/spamassassin.png differ
diff --git a/static/icons/vendor/homarr/png/spark.png b/static/icons/vendor/homarr/png/spark.png
new file mode 100644
index 0000000..e0e3e1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/spark.png differ
diff --git a/static/icons/vendor/homarr/png/sparkleshare.png b/static/icons/vendor/homarr/png/sparkleshare.png
new file mode 100644
index 0000000..904bdde
Binary files /dev/null and b/static/icons/vendor/homarr/png/sparkleshare.png differ
diff --git a/static/icons/vendor/homarr/png/sparky-fitness.png b/static/icons/vendor/homarr/png/sparky-fitness.png
new file mode 100644
index 0000000..6a22fb9
Binary files /dev/null and b/static/icons/vendor/homarr/png/sparky-fitness.png differ
diff --git a/static/icons/vendor/homarr/png/specifically-clementines.png b/static/icons/vendor/homarr/png/specifically-clementines.png
new file mode 100644
index 0000000..a030149
Binary files /dev/null and b/static/icons/vendor/homarr/png/specifically-clementines.png differ
diff --git a/static/icons/vendor/homarr/png/specter-desktop.png b/static/icons/vendor/homarr/png/specter-desktop.png
new file mode 100644
index 0000000..7d78b32
Binary files /dev/null and b/static/icons/vendor/homarr/png/specter-desktop.png differ
diff --git a/static/icons/vendor/homarr/png/speedtest-tracker.png b/static/icons/vendor/homarr/png/speedtest-tracker.png
new file mode 100644
index 0000000..0a99247
Binary files /dev/null and b/static/icons/vendor/homarr/png/speedtest-tracker.png differ
diff --git a/static/icons/vendor/homarr/png/sphinx-doc.png b/static/icons/vendor/homarr/png/sphinx-doc.png
new file mode 100644
index 0000000..f81564f
Binary files /dev/null and b/static/icons/vendor/homarr/png/sphinx-doc.png differ
diff --git a/static/icons/vendor/homarr/png/sphinx-relay.png b/static/icons/vendor/homarr/png/sphinx-relay.png
new file mode 100644
index 0000000..6e2d52b
Binary files /dev/null and b/static/icons/vendor/homarr/png/sphinx-relay.png differ
diff --git a/static/icons/vendor/homarr/png/sphinx.png b/static/icons/vendor/homarr/png/sphinx.png
new file mode 100644
index 0000000..f81564f
Binary files /dev/null and b/static/icons/vendor/homarr/png/sphinx.png differ
diff --git a/static/icons/vendor/homarr/png/spiceworks.png b/static/icons/vendor/homarr/png/spiceworks.png
new file mode 100644
index 0000000..2c67ff8
Binary files /dev/null and b/static/icons/vendor/homarr/png/spiceworks.png differ
diff --git a/static/icons/vendor/homarr/png/spiderfoot.png b/static/icons/vendor/homarr/png/spiderfoot.png
new file mode 100644
index 0000000..a83cb84
Binary files /dev/null and b/static/icons/vendor/homarr/png/spiderfoot.png differ
diff --git a/static/icons/vendor/homarr/png/spliit.png b/static/icons/vendor/homarr/png/spliit.png
new file mode 100644
index 0000000..0d1b999
Binary files /dev/null and b/static/icons/vendor/homarr/png/spliit.png differ
diff --git a/static/icons/vendor/homarr/png/splunk.png b/static/icons/vendor/homarr/png/splunk.png
new file mode 100644
index 0000000..e88ce9e
Binary files /dev/null and b/static/icons/vendor/homarr/png/splunk.png differ
diff --git a/static/icons/vendor/homarr/png/sponsorblock.png b/static/icons/vendor/homarr/png/sponsorblock.png
new file mode 100644
index 0000000..915eb4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/sponsorblock.png differ
diff --git a/static/icons/vendor/homarr/png/spoolman.png b/static/icons/vendor/homarr/png/spoolman.png
new file mode 100644
index 0000000..04ae0c4
Binary files /dev/null and b/static/icons/vendor/homarr/png/spoolman.png differ
diff --git a/static/icons/vendor/homarr/png/spotify.png b/static/icons/vendor/homarr/png/spotify.png
new file mode 100644
index 0000000..c24e183
Binary files /dev/null and b/static/icons/vendor/homarr/png/spotify.png differ
diff --git a/static/icons/vendor/homarr/png/spotnet.png b/static/icons/vendor/homarr/png/spotnet.png
new file mode 100644
index 0000000..ba504b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/spotnet.png differ
diff --git a/static/icons/vendor/homarr/png/spree-dark.png b/static/icons/vendor/homarr/png/spree-dark.png
new file mode 100644
index 0000000..d7d504d
Binary files /dev/null and b/static/icons/vendor/homarr/png/spree-dark.png differ
diff --git a/static/icons/vendor/homarr/png/spree.png b/static/icons/vendor/homarr/png/spree.png
new file mode 100644
index 0000000..f892f4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/spree.png differ
diff --git a/static/icons/vendor/homarr/png/springboot-initializer.png b/static/icons/vendor/homarr/png/springboot-initializer.png
new file mode 100644
index 0000000..22019e0
Binary files /dev/null and b/static/icons/vendor/homarr/png/springboot-initializer.png differ
diff --git a/static/icons/vendor/homarr/png/sqlitebrowser.png b/static/icons/vendor/homarr/png/sqlitebrowser.png
new file mode 100644
index 0000000..817a336
Binary files /dev/null and b/static/icons/vendor/homarr/png/sqlitebrowser.png differ
diff --git a/static/icons/vendor/homarr/png/squadrats.png b/static/icons/vendor/homarr/png/squadrats.png
new file mode 100644
index 0000000..53cc782
Binary files /dev/null and b/static/icons/vendor/homarr/png/squadrats.png differ
diff --git a/static/icons/vendor/homarr/png/squarespace.png b/static/icons/vendor/homarr/png/squarespace.png
new file mode 100644
index 0000000..533ad58
Binary files /dev/null and b/static/icons/vendor/homarr/png/squarespace.png differ
diff --git a/static/icons/vendor/homarr/png/squeezebox-server.png b/static/icons/vendor/homarr/png/squeezebox-server.png
new file mode 100644
index 0000000..d91de0c
Binary files /dev/null and b/static/icons/vendor/homarr/png/squeezebox-server.png differ
diff --git a/static/icons/vendor/homarr/png/squidex.png b/static/icons/vendor/homarr/png/squidex.png
new file mode 100644
index 0000000..6a8ee71
Binary files /dev/null and b/static/icons/vendor/homarr/png/squidex.png differ
diff --git a/static/icons/vendor/homarr/png/squirrel-servers-manager.png b/static/icons/vendor/homarr/png/squirrel-servers-manager.png
new file mode 100644
index 0000000..2c9a617
Binary files /dev/null and b/static/icons/vendor/homarr/png/squirrel-servers-manager.png differ
diff --git a/static/icons/vendor/homarr/png/sshwifty.png b/static/icons/vendor/homarr/png/sshwifty.png
new file mode 100644
index 0000000..5c8f9e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/sshwifty.png differ
diff --git a/static/icons/vendor/homarr/png/sst-dev-dark.png b/static/icons/vendor/homarr/png/sst-dev-dark.png
new file mode 100644
index 0000000..ea285ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/sst-dev-dark.png differ
diff --git a/static/icons/vendor/homarr/png/sst-dev.png b/static/icons/vendor/homarr/png/sst-dev.png
new file mode 100644
index 0000000..021392b
Binary files /dev/null and b/static/icons/vendor/homarr/png/sst-dev.png differ
diff --git a/static/icons/vendor/homarr/png/stalwart-mail-server.png b/static/icons/vendor/homarr/png/stalwart-mail-server.png
new file mode 100644
index 0000000..9d3fece
Binary files /dev/null and b/static/icons/vendor/homarr/png/stalwart-mail-server.png differ
diff --git a/static/icons/vendor/homarr/png/stalwart.png b/static/icons/vendor/homarr/png/stalwart.png
new file mode 100644
index 0000000..205857e
Binary files /dev/null and b/static/icons/vendor/homarr/png/stalwart.png differ
diff --git a/static/icons/vendor/homarr/png/standard-notes.png b/static/icons/vendor/homarr/png/standard-notes.png
new file mode 100644
index 0000000..029faed
Binary files /dev/null and b/static/icons/vendor/homarr/png/standard-notes.png differ
diff --git a/static/icons/vendor/homarr/png/startpage.png b/static/icons/vendor/homarr/png/startpage.png
new file mode 100644
index 0000000..370b37d
Binary files /dev/null and b/static/icons/vendor/homarr/png/startpage.png differ
diff --git a/static/icons/vendor/homarr/png/stash.png b/static/icons/vendor/homarr/png/stash.png
new file mode 100644
index 0000000..77577f7
Binary files /dev/null and b/static/icons/vendor/homarr/png/stash.png differ
diff --git a/static/icons/vendor/homarr/png/statistics-for-strava.png b/static/icons/vendor/homarr/png/statistics-for-strava.png
new file mode 100644
index 0000000..e817a3d
Binary files /dev/null and b/static/icons/vendor/homarr/png/statistics-for-strava.png differ
diff --git a/static/icons/vendor/homarr/png/statping-ng.png b/static/icons/vendor/homarr/png/statping-ng.png
new file mode 100644
index 0000000..b9e2011
Binary files /dev/null and b/static/icons/vendor/homarr/png/statping-ng.png differ
diff --git a/static/icons/vendor/homarr/png/statping.png b/static/icons/vendor/homarr/png/statping.png
new file mode 100644
index 0000000..b9e2011
Binary files /dev/null and b/static/icons/vendor/homarr/png/statping.png differ
diff --git a/static/icons/vendor/homarr/png/stb-proxy.png b/static/icons/vendor/homarr/png/stb-proxy.png
new file mode 100644
index 0000000..8471263
Binary files /dev/null and b/static/icons/vendor/homarr/png/stb-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/steam.png b/static/icons/vendor/homarr/png/steam.png
new file mode 100644
index 0000000..4b7f5e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/steam.png differ
diff --git a/static/icons/vendor/homarr/png/step-ca.png b/static/icons/vendor/homarr/png/step-ca.png
new file mode 100644
index 0000000..665f0d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/step-ca.png differ
diff --git a/static/icons/vendor/homarr/png/stirling-pdf.png b/static/icons/vendor/homarr/png/stirling-pdf.png
new file mode 100644
index 0000000..7a936bc
Binary files /dev/null and b/static/icons/vendor/homarr/png/stirling-pdf.png differ
diff --git a/static/icons/vendor/homarr/png/storj.png b/static/icons/vendor/homarr/png/storj.png
new file mode 100644
index 0000000..07c15d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/storj.png differ
diff --git a/static/icons/vendor/homarr/png/storm.png b/static/icons/vendor/homarr/png/storm.png
new file mode 100644
index 0000000..2277edf
Binary files /dev/null and b/static/icons/vendor/homarr/png/storm.png differ
diff --git a/static/icons/vendor/homarr/png/stormkit.png b/static/icons/vendor/homarr/png/stormkit.png
new file mode 100644
index 0000000..3eb92b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/stormkit.png differ
diff --git a/static/icons/vendor/homarr/png/storyteller.png b/static/icons/vendor/homarr/png/storyteller.png
new file mode 100644
index 0000000..398d04f
Binary files /dev/null and b/static/icons/vendor/homarr/png/storyteller.png differ
diff --git a/static/icons/vendor/homarr/png/strapi.png b/static/icons/vendor/homarr/png/strapi.png
new file mode 100644
index 0000000..8575fc5
Binary files /dev/null and b/static/icons/vendor/homarr/png/strapi.png differ
diff --git a/static/icons/vendor/homarr/png/strava.png b/static/icons/vendor/homarr/png/strava.png
new file mode 100644
index 0000000..8a058de
Binary files /dev/null and b/static/icons/vendor/homarr/png/strava.png differ
diff --git a/static/icons/vendor/homarr/png/stream-harvestarr.png b/static/icons/vendor/homarr/png/stream-harvestarr.png
new file mode 100644
index 0000000..500b47f
Binary files /dev/null and b/static/icons/vendor/homarr/png/stream-harvestarr.png differ
diff --git a/static/icons/vendor/homarr/png/streama.png b/static/icons/vendor/homarr/png/streama.png
new file mode 100644
index 0000000..63c4426
Binary files /dev/null and b/static/icons/vendor/homarr/png/streama.png differ
diff --git a/static/icons/vendor/homarr/png/streamyfin.png b/static/icons/vendor/homarr/png/streamyfin.png
new file mode 100644
index 0000000..7798daa
Binary files /dev/null and b/static/icons/vendor/homarr/png/streamyfin.png differ
diff --git a/static/icons/vendor/homarr/png/streamystats.png b/static/icons/vendor/homarr/png/streamystats.png
new file mode 100644
index 0000000..ae3f0ff
Binary files /dev/null and b/static/icons/vendor/homarr/png/streamystats.png differ
diff --git a/static/icons/vendor/homarr/png/stremio.png b/static/icons/vendor/homarr/png/stremio.png
new file mode 100644
index 0000000..442fb02
Binary files /dev/null and b/static/icons/vendor/homarr/png/stremio.png differ
diff --git a/static/icons/vendor/homarr/png/stump-alt.png b/static/icons/vendor/homarr/png/stump-alt.png
new file mode 100644
index 0000000..cf4f545
Binary files /dev/null and b/static/icons/vendor/homarr/png/stump-alt.png differ
diff --git a/static/icons/vendor/homarr/png/stump.png b/static/icons/vendor/homarr/png/stump.png
new file mode 100644
index 0000000..7a1ae69
Binary files /dev/null and b/static/icons/vendor/homarr/png/stump.png differ
diff --git a/static/icons/vendor/homarr/png/sub-store.png b/static/icons/vendor/homarr/png/sub-store.png
new file mode 100644
index 0000000..0e58277
Binary files /dev/null and b/static/icons/vendor/homarr/png/sub-store.png differ
diff --git a/static/icons/vendor/homarr/png/subatic.png b/static/icons/vendor/homarr/png/subatic.png
new file mode 100644
index 0000000..47483a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/subatic.png differ
diff --git a/static/icons/vendor/homarr/png/subdl.png b/static/icons/vendor/homarr/png/subdl.png
new file mode 100644
index 0000000..d93354d
Binary files /dev/null and b/static/icons/vendor/homarr/png/subdl.png differ
diff --git a/static/icons/vendor/homarr/png/substreamer.png b/static/icons/vendor/homarr/png/substreamer.png
new file mode 100644
index 0000000..95b1696
Binary files /dev/null and b/static/icons/vendor/homarr/png/substreamer.png differ
diff --git a/static/icons/vendor/homarr/png/suggest-arr.png b/static/icons/vendor/homarr/png/suggest-arr.png
new file mode 100644
index 0000000..5214ba5
Binary files /dev/null and b/static/icons/vendor/homarr/png/suggest-arr.png differ
diff --git a/static/icons/vendor/homarr/png/sun-panel.png b/static/icons/vendor/homarr/png/sun-panel.png
new file mode 100644
index 0000000..e7b0965
Binary files /dev/null and b/static/icons/vendor/homarr/png/sun-panel.png differ
diff --git a/static/icons/vendor/homarr/png/sunsama.png b/static/icons/vendor/homarr/png/sunsama.png
new file mode 100644
index 0000000..eb9a922
Binary files /dev/null and b/static/icons/vendor/homarr/png/sunsama.png differ
diff --git a/static/icons/vendor/homarr/png/sunshine.png b/static/icons/vendor/homarr/png/sunshine.png
new file mode 100644
index 0000000..b4e54df
Binary files /dev/null and b/static/icons/vendor/homarr/png/sunshine.png differ
diff --git a/static/icons/vendor/homarr/png/supabase.png b/static/icons/vendor/homarr/png/supabase.png
new file mode 100644
index 0000000..100e6a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/supabase.png differ
diff --git a/static/icons/vendor/homarr/png/super-productivity.png b/static/icons/vendor/homarr/png/super-productivity.png
new file mode 100644
index 0000000..40129d4
Binary files /dev/null and b/static/icons/vendor/homarr/png/super-productivity.png differ
diff --git a/static/icons/vendor/homarr/png/superlist.png b/static/icons/vendor/homarr/png/superlist.png
new file mode 100644
index 0000000..0f01f37
Binary files /dev/null and b/static/icons/vendor/homarr/png/superlist.png differ
diff --git a/static/icons/vendor/homarr/png/supermicro.png b/static/icons/vendor/homarr/png/supermicro.png
new file mode 100644
index 0000000..0c09af3
Binary files /dev/null and b/static/icons/vendor/homarr/png/supermicro.png differ
diff --git a/static/icons/vendor/homarr/png/surveymonkey.png b/static/icons/vendor/homarr/png/surveymonkey.png
new file mode 100644
index 0000000..5e2b915
Binary files /dev/null and b/static/icons/vendor/homarr/png/surveymonkey.png differ
diff --git a/static/icons/vendor/homarr/png/suwayomi-light.png b/static/icons/vendor/homarr/png/suwayomi-light.png
new file mode 100644
index 0000000..5a22b2f
Binary files /dev/null and b/static/icons/vendor/homarr/png/suwayomi-light.png differ
diff --git a/static/icons/vendor/homarr/png/suwayomi.png b/static/icons/vendor/homarr/png/suwayomi.png
new file mode 100644
index 0000000..85ab8da
Binary files /dev/null and b/static/icons/vendor/homarr/png/suwayomi.png differ
diff --git a/static/icons/vendor/homarr/png/svelte.png b/static/icons/vendor/homarr/png/svelte.png
new file mode 100644
index 0000000..e7df578
Binary files /dev/null and b/static/icons/vendor/homarr/png/svelte.png differ
diff --git a/static/icons/vendor/homarr/png/svg.png b/static/icons/vendor/homarr/png/svg.png
new file mode 100644
index 0000000..7061d50
Binary files /dev/null and b/static/icons/vendor/homarr/png/svg.png differ
diff --git a/static/icons/vendor/homarr/png/swagger.png b/static/icons/vendor/homarr/png/swagger.png
new file mode 100644
index 0000000..91c8335
Binary files /dev/null and b/static/icons/vendor/homarr/png/swagger.png differ
diff --git a/static/icons/vendor/homarr/png/swarmpit.png b/static/icons/vendor/homarr/png/swarmpit.png
new file mode 100644
index 0000000..79ccace
Binary files /dev/null and b/static/icons/vendor/homarr/png/swarmpit.png differ
diff --git a/static/icons/vendor/homarr/png/swift.png b/static/icons/vendor/homarr/png/swift.png
new file mode 100644
index 0000000..fae7cd8
Binary files /dev/null and b/static/icons/vendor/homarr/png/swift.png differ
diff --git a/static/icons/vendor/homarr/png/swingmusic.png b/static/icons/vendor/homarr/png/swingmusic.png
new file mode 100644
index 0000000..2edc031
Binary files /dev/null and b/static/icons/vendor/homarr/png/swingmusic.png differ
diff --git a/static/icons/vendor/homarr/png/swiparr.png b/static/icons/vendor/homarr/png/swiparr.png
new file mode 100644
index 0000000..db9df74
Binary files /dev/null and b/static/icons/vendor/homarr/png/swiparr.png differ
diff --git a/static/icons/vendor/homarr/png/swizzin.png b/static/icons/vendor/homarr/png/swizzin.png
new file mode 100644
index 0000000..6c3ab6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/swizzin.png differ
diff --git a/static/icons/vendor/homarr/png/syft.png b/static/icons/vendor/homarr/png/syft.png
new file mode 100644
index 0000000..6072d5f
Binary files /dev/null and b/static/icons/vendor/homarr/png/syft.png differ
diff --git a/static/icons/vendor/homarr/png/symedia.png b/static/icons/vendor/homarr/png/symedia.png
new file mode 100644
index 0000000..a8b47de
Binary files /dev/null and b/static/icons/vendor/homarr/png/symedia.png differ
diff --git a/static/icons/vendor/homarr/png/symmetricom-light.png b/static/icons/vendor/homarr/png/symmetricom-light.png
new file mode 100644
index 0000000..86a1ddd
Binary files /dev/null and b/static/icons/vendor/homarr/png/symmetricom-light.png differ
diff --git a/static/icons/vendor/homarr/png/symmetricom.png b/static/icons/vendor/homarr/png/symmetricom.png
new file mode 100644
index 0000000..29c9ca6
Binary files /dev/null and b/static/icons/vendor/homarr/png/symmetricom.png differ
diff --git a/static/icons/vendor/homarr/png/sympa.png b/static/icons/vendor/homarr/png/sympa.png
new file mode 100644
index 0000000..2bc77e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/sympa.png differ
diff --git a/static/icons/vendor/homarr/png/synapse-light.png b/static/icons/vendor/homarr/png/synapse-light.png
new file mode 100644
index 0000000..4c8674a
Binary files /dev/null and b/static/icons/vendor/homarr/png/synapse-light.png differ
diff --git a/static/icons/vendor/homarr/png/synapse.png b/static/icons/vendor/homarr/png/synapse.png
new file mode 100644
index 0000000..63e69e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/synapse.png differ
diff --git a/static/icons/vendor/homarr/png/syncany.png b/static/icons/vendor/homarr/png/syncany.png
new file mode 100644
index 0000000..e0fbf13
Binary files /dev/null and b/static/icons/vendor/homarr/png/syncany.png differ
diff --git a/static/icons/vendor/homarr/png/synclounge-light.png b/static/icons/vendor/homarr/png/synclounge-light.png
new file mode 100644
index 0000000..1b504a3
Binary files /dev/null and b/static/icons/vendor/homarr/png/synclounge-light.png differ
diff --git a/static/icons/vendor/homarr/png/synclounge.png b/static/icons/vendor/homarr/png/synclounge.png
new file mode 100644
index 0000000..b9999c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/synclounge.png differ
diff --git a/static/icons/vendor/homarr/png/syncplay.png b/static/icons/vendor/homarr/png/syncplay.png
new file mode 100644
index 0000000..eebe44a
Binary files /dev/null and b/static/icons/vendor/homarr/png/syncplay.png differ
diff --git a/static/icons/vendor/homarr/png/syncthing-dark.png b/static/icons/vendor/homarr/png/syncthing-dark.png
new file mode 100644
index 0000000..43974bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/syncthing-dark.png differ
diff --git a/static/icons/vendor/homarr/png/syncthing.png b/static/icons/vendor/homarr/png/syncthing.png
new file mode 100644
index 0000000..82f0d36
Binary files /dev/null and b/static/icons/vendor/homarr/png/syncthing.png differ
diff --git a/static/icons/vendor/homarr/png/synology-audio-station.png b/static/icons/vendor/homarr/png/synology-audio-station.png
new file mode 100644
index 0000000..3066e9c
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-audio-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-calendar.png b/static/icons/vendor/homarr/png/synology-calendar.png
new file mode 100644
index 0000000..cb19178
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-calendar.png differ
diff --git a/static/icons/vendor/homarr/png/synology-chat.png b/static/icons/vendor/homarr/png/synology-chat.png
new file mode 100644
index 0000000..62da3da
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-chat.png differ
diff --git a/static/icons/vendor/homarr/png/synology-cloud-sync.png b/static/icons/vendor/homarr/png/synology-cloud-sync.png
new file mode 100644
index 0000000..53115a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-cloud-sync.png differ
diff --git a/static/icons/vendor/homarr/png/synology-contacts.png b/static/icons/vendor/homarr/png/synology-contacts.png
new file mode 100644
index 0000000..0fa313e
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-contacts.png differ
diff --git a/static/icons/vendor/homarr/png/synology-document-viewer.png b/static/icons/vendor/homarr/png/synology-document-viewer.png
new file mode 100644
index 0000000..5c92e03
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-document-viewer.png differ
diff --git a/static/icons/vendor/homarr/png/synology-download-station.png b/static/icons/vendor/homarr/png/synology-download-station.png
new file mode 100644
index 0000000..d3c8fab
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-download-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-drive-server.png b/static/icons/vendor/homarr/png/synology-drive-server.png
new file mode 100644
index 0000000..40d776b
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-drive-server.png differ
diff --git a/static/icons/vendor/homarr/png/synology-drive.png b/static/icons/vendor/homarr/png/synology-drive.png
new file mode 100644
index 0000000..40d776b
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-drive.png differ
diff --git a/static/icons/vendor/homarr/png/synology-dsm.png b/static/icons/vendor/homarr/png/synology-dsm.png
new file mode 100644
index 0000000..9847a2d
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-dsm.png differ
diff --git a/static/icons/vendor/homarr/png/synology-file-station.png b/static/icons/vendor/homarr/png/synology-file-station.png
new file mode 100644
index 0000000..287afed
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-file-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-light.png b/static/icons/vendor/homarr/png/synology-light.png
new file mode 100644
index 0000000..d062543
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-light.png differ
diff --git a/static/icons/vendor/homarr/png/synology-mail-plus.png b/static/icons/vendor/homarr/png/synology-mail-plus.png
new file mode 100644
index 0000000..d559753
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-mail-plus.png differ
diff --git a/static/icons/vendor/homarr/png/synology-mail-station.png b/static/icons/vendor/homarr/png/synology-mail-station.png
new file mode 100644
index 0000000..cf21bd8
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-mail-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-note-station.png b/static/icons/vendor/homarr/png/synology-note-station.png
new file mode 100644
index 0000000..df0cf47
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-note-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-office.png b/static/icons/vendor/homarr/png/synology-office.png
new file mode 100644
index 0000000..12ad330
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-office.png differ
diff --git a/static/icons/vendor/homarr/png/synology-pdfviewer.png b/static/icons/vendor/homarr/png/synology-pdfviewer.png
new file mode 100644
index 0000000..5c92e03
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-pdfviewer.png differ
diff --git a/static/icons/vendor/homarr/png/synology-photo-station.png b/static/icons/vendor/homarr/png/synology-photo-station.png
new file mode 100644
index 0000000..362c252
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-photo-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-photos.png b/static/icons/vendor/homarr/png/synology-photos.png
new file mode 100644
index 0000000..483f5a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-photos.png differ
diff --git a/static/icons/vendor/homarr/png/synology-surveillance-station.png b/static/icons/vendor/homarr/png/synology-surveillance-station.png
new file mode 100644
index 0000000..3f6c7ed
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-surveillance-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-text-editor.png b/static/icons/vendor/homarr/png/synology-text-editor.png
new file mode 100644
index 0000000..97c3ced
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-text-editor.png differ
diff --git a/static/icons/vendor/homarr/png/synology-video-station.png b/static/icons/vendor/homarr/png/synology-video-station.png
new file mode 100644
index 0000000..e140d83
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-video-station.png differ
diff --git a/static/icons/vendor/homarr/png/synology-vmm.png b/static/icons/vendor/homarr/png/synology-vmm.png
new file mode 100644
index 0000000..2e82389
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-vmm.png differ
diff --git a/static/icons/vendor/homarr/png/synology-webstation.png b/static/icons/vendor/homarr/png/synology-webstation.png
new file mode 100644
index 0000000..6bb5068
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology-webstation.png differ
diff --git a/static/icons/vendor/homarr/png/synology.png b/static/icons/vendor/homarr/png/synology.png
new file mode 100644
index 0000000..94456a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/synology.png differ
diff --git a/static/icons/vendor/homarr/png/sysreptor.png b/static/icons/vendor/homarr/png/sysreptor.png
new file mode 100644
index 0000000..eedb2b2
Binary files /dev/null and b/static/icons/vendor/homarr/png/sysreptor.png differ
diff --git a/static/icons/vendor/homarr/png/t-pot.png b/static/icons/vendor/homarr/png/t-pot.png
new file mode 100644
index 0000000..67a1be8
Binary files /dev/null and b/static/icons/vendor/homarr/png/t-pot.png differ
diff --git a/static/icons/vendor/homarr/png/t3-chat.png b/static/icons/vendor/homarr/png/t3-chat.png
new file mode 100644
index 0000000..33b9581
Binary files /dev/null and b/static/icons/vendor/homarr/png/t3-chat.png differ
diff --git a/static/icons/vendor/homarr/png/tabula.png b/static/icons/vendor/homarr/png/tabula.png
new file mode 100644
index 0000000..af7b322
Binary files /dev/null and b/static/icons/vendor/homarr/png/tabula.png differ
diff --git a/static/icons/vendor/homarr/png/tacticalrmm.png b/static/icons/vendor/homarr/png/tacticalrmm.png
new file mode 100644
index 0000000..03c2e8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/tacticalrmm.png differ
diff --git a/static/icons/vendor/homarr/png/taiga.png b/static/icons/vendor/homarr/png/taiga.png
new file mode 100644
index 0000000..d000178
Binary files /dev/null and b/static/icons/vendor/homarr/png/taiga.png differ
diff --git a/static/icons/vendor/homarr/png/tailscale-light.png b/static/icons/vendor/homarr/png/tailscale-light.png
new file mode 100644
index 0000000..2026eea
Binary files /dev/null and b/static/icons/vendor/homarr/png/tailscale-light.png differ
diff --git a/static/icons/vendor/homarr/png/tailscale.png b/static/icons/vendor/homarr/png/tailscale.png
new file mode 100644
index 0000000..0b7934f
Binary files /dev/null and b/static/icons/vendor/homarr/png/tailscale.png differ
diff --git a/static/icons/vendor/homarr/png/tailwind.png b/static/icons/vendor/homarr/png/tailwind.png
new file mode 100644
index 0000000..26e3398
Binary files /dev/null and b/static/icons/vendor/homarr/png/tailwind.png differ
diff --git a/static/icons/vendor/homarr/png/talos.png b/static/icons/vendor/homarr/png/talos.png
new file mode 100644
index 0000000..a821af6
Binary files /dev/null and b/static/icons/vendor/homarr/png/talos.png differ
diff --git a/static/icons/vendor/homarr/png/tandoor-recipes.png b/static/icons/vendor/homarr/png/tandoor-recipes.png
new file mode 100644
index 0000000..7416eeb
Binary files /dev/null and b/static/icons/vendor/homarr/png/tandoor-recipes.png differ
diff --git a/static/icons/vendor/homarr/png/tangerine-ui.png b/static/icons/vendor/homarr/png/tangerine-ui.png
new file mode 100644
index 0000000..a0bda05
Binary files /dev/null and b/static/icons/vendor/homarr/png/tangerine-ui.png differ
diff --git a/static/icons/vendor/homarr/png/tanoshi.png b/static/icons/vendor/homarr/png/tanoshi.png
new file mode 100644
index 0000000..b0ca574
Binary files /dev/null and b/static/icons/vendor/homarr/png/tanoshi.png differ
diff --git a/static/icons/vendor/homarr/png/tar1090.png b/static/icons/vendor/homarr/png/tar1090.png
new file mode 100644
index 0000000..c21fd82
Binary files /dev/null and b/static/icons/vendor/homarr/png/tar1090.png differ
diff --git a/static/icons/vendor/homarr/png/taskcafe.png b/static/icons/vendor/homarr/png/taskcafe.png
new file mode 100644
index 0000000..7753b42
Binary files /dev/null and b/static/icons/vendor/homarr/png/taskcafe.png differ
diff --git a/static/icons/vendor/homarr/png/tasmoadmin.png b/static/icons/vendor/homarr/png/tasmoadmin.png
new file mode 100644
index 0000000..447d68b
Binary files /dev/null and b/static/icons/vendor/homarr/png/tasmoadmin.png differ
diff --git a/static/icons/vendor/homarr/png/tasmocompiler.png b/static/icons/vendor/homarr/png/tasmocompiler.png
new file mode 100644
index 0000000..33a79f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/tasmocompiler.png differ
diff --git a/static/icons/vendor/homarr/png/tasmota-light.png b/static/icons/vendor/homarr/png/tasmota-light.png
new file mode 100644
index 0000000..4a6c665
Binary files /dev/null and b/static/icons/vendor/homarr/png/tasmota-light.png differ
diff --git a/static/icons/vendor/homarr/png/tasmota.png b/static/icons/vendor/homarr/png/tasmota.png
new file mode 100644
index 0000000..7e3ab79
Binary files /dev/null and b/static/icons/vendor/homarr/png/tasmota.png differ
diff --git a/static/icons/vendor/homarr/png/tautulli.png b/static/icons/vendor/homarr/png/tautulli.png
new file mode 100644
index 0000000..6d7be64
Binary files /dev/null and b/static/icons/vendor/homarr/png/tautulli.png differ
diff --git a/static/icons/vendor/homarr/png/tdarr.png b/static/icons/vendor/homarr/png/tdarr.png
new file mode 100644
index 0000000..b507192
Binary files /dev/null and b/static/icons/vendor/homarr/png/tdarr.png differ
diff --git a/static/icons/vendor/homarr/png/team-viewer.png b/static/icons/vendor/homarr/png/team-viewer.png
new file mode 100644
index 0000000..1eda9b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/team-viewer.png differ
diff --git a/static/icons/vendor/homarr/png/teamcity-light.png b/static/icons/vendor/homarr/png/teamcity-light.png
new file mode 100644
index 0000000..273e371
Binary files /dev/null and b/static/icons/vendor/homarr/png/teamcity-light.png differ
diff --git a/static/icons/vendor/homarr/png/teamcity.png b/static/icons/vendor/homarr/png/teamcity.png
new file mode 100644
index 0000000..5b2896b
Binary files /dev/null and b/static/icons/vendor/homarr/png/teamcity.png differ
diff --git a/static/icons/vendor/homarr/png/teamspeak.png b/static/icons/vendor/homarr/png/teamspeak.png
new file mode 100644
index 0000000..ddc6629
Binary files /dev/null and b/static/icons/vendor/homarr/png/teamspeak.png differ
diff --git a/static/icons/vendor/homarr/png/teamtailor.png b/static/icons/vendor/homarr/png/teamtailor.png
new file mode 100644
index 0000000..f90f1d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/teamtailor.png differ
diff --git a/static/icons/vendor/homarr/png/technitium.png b/static/icons/vendor/homarr/png/technitium.png
new file mode 100644
index 0000000..09d325f
Binary files /dev/null and b/static/icons/vendor/homarr/png/technitium.png differ
diff --git a/static/icons/vendor/homarr/png/teddy-cloud.png b/static/icons/vendor/homarr/png/teddy-cloud.png
new file mode 100644
index 0000000..1f02fac
Binary files /dev/null and b/static/icons/vendor/homarr/png/teddy-cloud.png differ
diff --git a/static/icons/vendor/homarr/png/teedy.png b/static/icons/vendor/homarr/png/teedy.png
new file mode 100644
index 0000000..09fa157
Binary files /dev/null and b/static/icons/vendor/homarr/png/teedy.png differ
diff --git a/static/icons/vendor/homarr/png/telegraf.png b/static/icons/vendor/homarr/png/telegraf.png
new file mode 100644
index 0000000..f643f1f
Binary files /dev/null and b/static/icons/vendor/homarr/png/telegraf.png differ
diff --git a/static/icons/vendor/homarr/png/telegram.png b/static/icons/vendor/homarr/png/telegram.png
new file mode 100644
index 0000000..566f70a
Binary files /dev/null and b/static/icons/vendor/homarr/png/telegram.png differ
diff --git a/static/icons/vendor/homarr/png/telekom.png b/static/icons/vendor/homarr/png/telekom.png
new file mode 100644
index 0000000..19e702e
Binary files /dev/null and b/static/icons/vendor/homarr/png/telekom.png differ
diff --git a/static/icons/vendor/homarr/png/teleport.png b/static/icons/vendor/homarr/png/teleport.png
new file mode 100644
index 0000000..d950f26
Binary files /dev/null and b/static/icons/vendor/homarr/png/teleport.png differ
diff --git a/static/icons/vendor/homarr/png/tenable-dark.png b/static/icons/vendor/homarr/png/tenable-dark.png
new file mode 100644
index 0000000..54c9647
Binary files /dev/null and b/static/icons/vendor/homarr/png/tenable-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tenable.png b/static/icons/vendor/homarr/png/tenable.png
new file mode 100644
index 0000000..a91f768
Binary files /dev/null and b/static/icons/vendor/homarr/png/tenable.png differ
diff --git a/static/icons/vendor/homarr/png/tenda.png b/static/icons/vendor/homarr/png/tenda.png
new file mode 100644
index 0000000..8b2cd71
Binary files /dev/null and b/static/icons/vendor/homarr/png/tenda.png differ
diff --git a/static/icons/vendor/homarr/png/tensorflow-dark.png b/static/icons/vendor/homarr/png/tensorflow-dark.png
new file mode 100644
index 0000000..aa25dc9
Binary files /dev/null and b/static/icons/vendor/homarr/png/tensorflow-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tensorflow-light.png b/static/icons/vendor/homarr/png/tensorflow-light.png
new file mode 100644
index 0000000..179acf8
Binary files /dev/null and b/static/icons/vendor/homarr/png/tensorflow-light.png differ
diff --git a/static/icons/vendor/homarr/png/tensorflow-wordmark-dark.png b/static/icons/vendor/homarr/png/tensorflow-wordmark-dark.png
new file mode 100644
index 0000000..560cfd3
Binary files /dev/null and b/static/icons/vendor/homarr/png/tensorflow-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tensorflow-wordmark-light.png b/static/icons/vendor/homarr/png/tensorflow-wordmark-light.png
new file mode 100644
index 0000000..8404dab
Binary files /dev/null and b/static/icons/vendor/homarr/png/tensorflow-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/tensorflow.png b/static/icons/vendor/homarr/png/tensorflow.png
new file mode 100644
index 0000000..aa25dc9
Binary files /dev/null and b/static/icons/vendor/homarr/png/tensorflow.png differ
diff --git a/static/icons/vendor/homarr/png/terminal.png b/static/icons/vendor/homarr/png/terminal.png
new file mode 100644
index 0000000..f133c14
Binary files /dev/null and b/static/icons/vendor/homarr/png/terminal.png differ
diff --git a/static/icons/vendor/homarr/png/termix.png b/static/icons/vendor/homarr/png/termix.png
new file mode 100644
index 0000000..cf2dff8
Binary files /dev/null and b/static/icons/vendor/homarr/png/termix.png differ
diff --git a/static/icons/vendor/homarr/png/terraform.png b/static/icons/vendor/homarr/png/terraform.png
new file mode 100644
index 0000000..7d9c1b4
Binary files /dev/null and b/static/icons/vendor/homarr/png/terraform.png differ
diff --git a/static/icons/vendor/homarr/png/terraria.png b/static/icons/vendor/homarr/png/terraria.png
new file mode 100644
index 0000000..ba060f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/terraria.png differ
diff --git a/static/icons/vendor/homarr/png/teslamate-light.png b/static/icons/vendor/homarr/png/teslamate-light.png
new file mode 100644
index 0000000..fe29529
Binary files /dev/null and b/static/icons/vendor/homarr/png/teslamate-light.png differ
diff --git a/static/icons/vendor/homarr/png/teslamate.png b/static/icons/vendor/homarr/png/teslamate.png
new file mode 100644
index 0000000..7eb87d1
Binary files /dev/null and b/static/icons/vendor/homarr/png/teslamate.png differ
diff --git a/static/icons/vendor/homarr/png/tether-dark.png b/static/icons/vendor/homarr/png/tether-dark.png
new file mode 100644
index 0000000..936df5c
Binary files /dev/null and b/static/icons/vendor/homarr/png/tether-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tether-wordmark-dark.png b/static/icons/vendor/homarr/png/tether-wordmark-dark.png
new file mode 100644
index 0000000..b0e8d5e
Binary files /dev/null and b/static/icons/vendor/homarr/png/tether-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tether-wordmark-light.png b/static/icons/vendor/homarr/png/tether-wordmark-light.png
new file mode 100644
index 0000000..f39ffa5
Binary files /dev/null and b/static/icons/vendor/homarr/png/tether-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/tether.png b/static/icons/vendor/homarr/png/tether.png
new file mode 100644
index 0000000..ddc5ef9
Binary files /dev/null and b/static/icons/vendor/homarr/png/tether.png differ
diff --git a/static/icons/vendor/homarr/png/thanos.png b/static/icons/vendor/homarr/png/thanos.png
new file mode 100644
index 0000000..f8707ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/thanos.png differ
diff --git a/static/icons/vendor/homarr/png/the-onion.png b/static/icons/vendor/homarr/png/the-onion.png
new file mode 100644
index 0000000..e3c51e3
Binary files /dev/null and b/static/icons/vendor/homarr/png/the-onion.png differ
diff --git a/static/icons/vendor/homarr/png/the-pirate-bay.png b/static/icons/vendor/homarr/png/the-pirate-bay.png
new file mode 100644
index 0000000..7b2d1e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/the-pirate-bay.png differ
diff --git a/static/icons/vendor/homarr/png/the-proxy-bay.png b/static/icons/vendor/homarr/png/the-proxy-bay.png
new file mode 100644
index 0000000..7b2d1e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/the-proxy-bay.png differ
diff --git a/static/icons/vendor/homarr/png/thehive.png b/static/icons/vendor/homarr/png/thehive.png
new file mode 100644
index 0000000..e8b973d
Binary files /dev/null and b/static/icons/vendor/homarr/png/thehive.png differ
diff --git a/static/icons/vendor/homarr/png/theia-light.png b/static/icons/vendor/homarr/png/theia-light.png
new file mode 100644
index 0000000..636211e
Binary files /dev/null and b/static/icons/vendor/homarr/png/theia-light.png differ
diff --git a/static/icons/vendor/homarr/png/theia.png b/static/icons/vendor/homarr/png/theia.png
new file mode 100644
index 0000000..8778e31
Binary files /dev/null and b/static/icons/vendor/homarr/png/theia.png differ
diff --git a/static/icons/vendor/homarr/png/thelounge.png b/static/icons/vendor/homarr/png/thelounge.png
new file mode 100644
index 0000000..3ec59cc
Binary files /dev/null and b/static/icons/vendor/homarr/png/thelounge.png differ
diff --git a/static/icons/vendor/homarr/png/themepark.png b/static/icons/vendor/homarr/png/themepark.png
new file mode 100644
index 0000000..81431b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/themepark.png differ
diff --git a/static/icons/vendor/homarr/png/theodinproject.png b/static/icons/vendor/homarr/png/theodinproject.png
new file mode 100644
index 0000000..e34e5cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/theodinproject.png differ
diff --git a/static/icons/vendor/homarr/png/thin-linc.png b/static/icons/vendor/homarr/png/thin-linc.png
new file mode 100644
index 0000000..e4331d8
Binary files /dev/null and b/static/icons/vendor/homarr/png/thin-linc.png differ
diff --git a/static/icons/vendor/homarr/png/thingsboard.png b/static/icons/vendor/homarr/png/thingsboard.png
new file mode 100644
index 0000000..d94a70c
Binary files /dev/null and b/static/icons/vendor/homarr/png/thingsboard.png differ
diff --git a/static/icons/vendor/homarr/png/thread-wordmark-dark.png b/static/icons/vendor/homarr/png/thread-wordmark-dark.png
new file mode 100644
index 0000000..f6d86d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/thread-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/thread.png b/static/icons/vendor/homarr/png/thread.png
new file mode 100644
index 0000000..aa454b6
Binary files /dev/null and b/static/icons/vendor/homarr/png/thread.png differ
diff --git a/static/icons/vendor/homarr/png/threadfin.png b/static/icons/vendor/homarr/png/threadfin.png
new file mode 100644
index 0000000..ab8ae50
Binary files /dev/null and b/static/icons/vendor/homarr/png/threadfin.png differ
diff --git a/static/icons/vendor/homarr/png/threads-light.png b/static/icons/vendor/homarr/png/threads-light.png
new file mode 100644
index 0000000..18b41d6
Binary files /dev/null and b/static/icons/vendor/homarr/png/threads-light.png differ
diff --git a/static/icons/vendor/homarr/png/threads.png b/static/icons/vendor/homarr/png/threads.png
new file mode 100644
index 0000000..8b0ee86
Binary files /dev/null and b/static/icons/vendor/homarr/png/threads.png differ
diff --git a/static/icons/vendor/homarr/png/thunderbird.png b/static/icons/vendor/homarr/png/thunderbird.png
new file mode 100644
index 0000000..3f08abd
Binary files /dev/null and b/static/icons/vendor/homarr/png/thunderbird.png differ
diff --git a/static/icons/vendor/homarr/png/thunderhub-light.png b/static/icons/vendor/homarr/png/thunderhub-light.png
new file mode 100644
index 0000000..624e8ad
Binary files /dev/null and b/static/icons/vendor/homarr/png/thunderhub-light.png differ
diff --git a/static/icons/vendor/homarr/png/thunderhub.png b/static/icons/vendor/homarr/png/thunderhub.png
new file mode 100644
index 0000000..2a7f423
Binary files /dev/null and b/static/icons/vendor/homarr/png/thunderhub.png differ
diff --git a/static/icons/vendor/homarr/png/tianji-light.png b/static/icons/vendor/homarr/png/tianji-light.png
new file mode 100644
index 0000000..3402fae
Binary files /dev/null and b/static/icons/vendor/homarr/png/tianji-light.png differ
diff --git a/static/icons/vendor/homarr/png/tianji.png b/static/icons/vendor/homarr/png/tianji.png
new file mode 100644
index 0000000..1ebd19d
Binary files /dev/null and b/static/icons/vendor/homarr/png/tianji.png differ
diff --git a/static/icons/vendor/homarr/png/ticky.png b/static/icons/vendor/homarr/png/ticky.png
new file mode 100644
index 0000000..49fa06d
Binary files /dev/null and b/static/icons/vendor/homarr/png/ticky.png differ
diff --git a/static/icons/vendor/homarr/png/tidal-dark.png b/static/icons/vendor/homarr/png/tidal-dark.png
new file mode 100644
index 0000000..5fae372
Binary files /dev/null and b/static/icons/vendor/homarr/png/tidal-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tidal.png b/static/icons/vendor/homarr/png/tidal.png
new file mode 100644
index 0000000..a0aab55
Binary files /dev/null and b/static/icons/vendor/homarr/png/tidal.png differ
diff --git a/static/icons/vendor/homarr/png/tiddlywiki-light.png b/static/icons/vendor/homarr/png/tiddlywiki-light.png
new file mode 100644
index 0000000..97a9f13
Binary files /dev/null and b/static/icons/vendor/homarr/png/tiddlywiki-light.png differ
diff --git a/static/icons/vendor/homarr/png/tiddlywiki.png b/static/icons/vendor/homarr/png/tiddlywiki.png
new file mode 100644
index 0000000..535f121
Binary files /dev/null and b/static/icons/vendor/homarr/png/tiddlywiki.png differ
diff --git a/static/icons/vendor/homarr/png/tiktok-light.png b/static/icons/vendor/homarr/png/tiktok-light.png
new file mode 100644
index 0000000..b672aed
Binary files /dev/null and b/static/icons/vendor/homarr/png/tiktok-light.png differ
diff --git a/static/icons/vendor/homarr/png/tiktok.png b/static/icons/vendor/homarr/png/tiktok.png
new file mode 100644
index 0000000..528f781
Binary files /dev/null and b/static/icons/vendor/homarr/png/tiktok.png differ
diff --git a/static/icons/vendor/homarr/png/timemachines-light.png b/static/icons/vendor/homarr/png/timemachines-light.png
new file mode 100644
index 0000000..fcc49a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/timemachines-light.png differ
diff --git a/static/icons/vendor/homarr/png/timemachines.png b/static/icons/vendor/homarr/png/timemachines.png
new file mode 100644
index 0000000..dd4e9a5
Binary files /dev/null and b/static/icons/vendor/homarr/png/timemachines.png differ
diff --git a/static/icons/vendor/homarr/png/timetagger-light.png b/static/icons/vendor/homarr/png/timetagger-light.png
new file mode 100644
index 0000000..5ca5b08
Binary files /dev/null and b/static/icons/vendor/homarr/png/timetagger-light.png differ
diff --git a/static/icons/vendor/homarr/png/timetagger.png b/static/icons/vendor/homarr/png/timetagger.png
new file mode 100644
index 0000000..c10d7ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/timetagger.png differ
diff --git a/static/icons/vendor/homarr/png/ting-isp.png b/static/icons/vendor/homarr/png/ting-isp.png
new file mode 100644
index 0000000..6dcb897
Binary files /dev/null and b/static/icons/vendor/homarr/png/ting-isp.png differ
diff --git a/static/icons/vendor/homarr/png/tiny-media-manager.png b/static/icons/vendor/homarr/png/tiny-media-manager.png
new file mode 100644
index 0000000..9589d31
Binary files /dev/null and b/static/icons/vendor/homarr/png/tiny-media-manager.png differ
diff --git a/static/icons/vendor/homarr/png/tinyauth.png b/static/icons/vendor/homarr/png/tinyauth.png
new file mode 100644
index 0000000..4d4cdfc
Binary files /dev/null and b/static/icons/vendor/homarr/png/tinyauth.png differ
diff --git a/static/icons/vendor/homarr/png/tinypilot.png b/static/icons/vendor/homarr/png/tinypilot.png
new file mode 100644
index 0000000..4044c63
Binary files /dev/null and b/static/icons/vendor/homarr/png/tinypilot.png differ
diff --git a/static/icons/vendor/homarr/png/tinytinyrss.png b/static/icons/vendor/homarr/png/tinytinyrss.png
new file mode 100644
index 0000000..af5beba
Binary files /dev/null and b/static/icons/vendor/homarr/png/tinytinyrss.png differ
diff --git a/static/icons/vendor/homarr/png/tipi.png b/static/icons/vendor/homarr/png/tipi.png
new file mode 100644
index 0000000..207798a
Binary files /dev/null and b/static/icons/vendor/homarr/png/tipi.png differ
diff --git a/static/icons/vendor/homarr/png/title-card-maker-dark.png b/static/icons/vendor/homarr/png/title-card-maker-dark.png
new file mode 100644
index 0000000..fc91376
Binary files /dev/null and b/static/icons/vendor/homarr/png/title-card-maker-dark.png differ
diff --git a/static/icons/vendor/homarr/png/title-card-maker.png b/static/icons/vendor/homarr/png/title-card-maker.png
new file mode 100644
index 0000000..bdbccd2
Binary files /dev/null and b/static/icons/vendor/homarr/png/title-card-maker.png differ
diff --git a/static/icons/vendor/homarr/png/tmdb.png b/static/icons/vendor/homarr/png/tmdb.png
new file mode 100644
index 0000000..c48a560
Binary files /dev/null and b/static/icons/vendor/homarr/png/tmdb.png differ
diff --git a/static/icons/vendor/homarr/png/todoist-dark.png b/static/icons/vendor/homarr/png/todoist-dark.png
new file mode 100644
index 0000000..336c8c4
Binary files /dev/null and b/static/icons/vendor/homarr/png/todoist-dark.png differ
diff --git a/static/icons/vendor/homarr/png/todoist.png b/static/icons/vendor/homarr/png/todoist.png
new file mode 100644
index 0000000..66df432
Binary files /dev/null and b/static/icons/vendor/homarr/png/todoist.png differ
diff --git a/static/icons/vendor/homarr/png/toggl-dark.png b/static/icons/vendor/homarr/png/toggl-dark.png
new file mode 100644
index 0000000..7099a32
Binary files /dev/null and b/static/icons/vendor/homarr/png/toggl-dark.png differ
diff --git a/static/icons/vendor/homarr/png/toggl.png b/static/icons/vendor/homarr/png/toggl.png
new file mode 100644
index 0000000..6b3df6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/toggl.png differ
diff --git a/static/icons/vendor/homarr/png/tolgee.png b/static/icons/vendor/homarr/png/tolgee.png
new file mode 100644
index 0000000..a861966
Binary files /dev/null and b/static/icons/vendor/homarr/png/tolgee.png differ
diff --git a/static/icons/vendor/homarr/png/tooljet-dark.png b/static/icons/vendor/homarr/png/tooljet-dark.png
new file mode 100644
index 0000000..5ab1bba
Binary files /dev/null and b/static/icons/vendor/homarr/png/tooljet-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tooljet.png b/static/icons/vendor/homarr/png/tooljet.png
new file mode 100644
index 0000000..3f575f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/tooljet.png differ
diff --git a/static/icons/vendor/homarr/png/toolz.png b/static/icons/vendor/homarr/png/toolz.png
new file mode 100644
index 0000000..f1d40a0
Binary files /dev/null and b/static/icons/vendor/homarr/png/toolz.png differ
diff --git a/static/icons/vendor/homarr/png/topdesk.png b/static/icons/vendor/homarr/png/topdesk.png
new file mode 100644
index 0000000..347ce33
Binary files /dev/null and b/static/icons/vendor/homarr/png/topdesk.png differ
diff --git a/static/icons/vendor/homarr/png/tor.png b/static/icons/vendor/homarr/png/tor.png
new file mode 100644
index 0000000..38c9d40
Binary files /dev/null and b/static/icons/vendor/homarr/png/tor.png differ
diff --git a/static/icons/vendor/homarr/png/torrserver.png b/static/icons/vendor/homarr/png/torrserver.png
new file mode 100644
index 0000000..a59ad62
Binary files /dev/null and b/static/icons/vendor/homarr/png/torrserver.png differ
diff --git a/static/icons/vendor/homarr/png/touitomamout.png b/static/icons/vendor/homarr/png/touitomamout.png
new file mode 100644
index 0000000..08216d4
Binary files /dev/null and b/static/icons/vendor/homarr/png/touitomamout.png differ
diff --git a/static/icons/vendor/homarr/png/tp-link.png b/static/icons/vendor/homarr/png/tp-link.png
new file mode 100644
index 0000000..6c17d8e
Binary files /dev/null and b/static/icons/vendor/homarr/png/tp-link.png differ
diff --git a/static/icons/vendor/homarr/png/tpdb.png b/static/icons/vendor/homarr/png/tpdb.png
new file mode 100644
index 0000000..163f877
Binary files /dev/null and b/static/icons/vendor/homarr/png/tpdb.png differ
diff --git a/static/icons/vendor/homarr/png/traccar-dark.png b/static/icons/vendor/homarr/png/traccar-dark.png
new file mode 100644
index 0000000..2eebc34
Binary files /dev/null and b/static/icons/vendor/homarr/png/traccar-dark.png differ
diff --git a/static/icons/vendor/homarr/png/traccar.png b/static/icons/vendor/homarr/png/traccar.png
new file mode 100644
index 0000000..4982b6c
Binary files /dev/null and b/static/icons/vendor/homarr/png/traccar.png differ
diff --git a/static/icons/vendor/homarr/png/tracearr.png b/static/icons/vendor/homarr/png/tracearr.png
new file mode 100644
index 0000000..cbbe31c
Binary files /dev/null and b/static/icons/vendor/homarr/png/tracearr.png differ
diff --git a/static/icons/vendor/homarr/png/trading-view-dark.png b/static/icons/vendor/homarr/png/trading-view-dark.png
new file mode 100644
index 0000000..f170d6d
Binary files /dev/null and b/static/icons/vendor/homarr/png/trading-view-dark.png differ
diff --git a/static/icons/vendor/homarr/png/trading-view.png b/static/icons/vendor/homarr/png/trading-view.png
new file mode 100644
index 0000000..e3910e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/trading-view.png differ
diff --git a/static/icons/vendor/homarr/png/traefik-proxy.png b/static/icons/vendor/homarr/png/traefik-proxy.png
new file mode 100644
index 0000000..7fc8d65
Binary files /dev/null and b/static/icons/vendor/homarr/png/traefik-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/traefik.png b/static/icons/vendor/homarr/png/traefik.png
new file mode 100644
index 0000000..01e0caa
Binary files /dev/null and b/static/icons/vendor/homarr/png/traefik.png differ
diff --git a/static/icons/vendor/homarr/png/traggo.png b/static/icons/vendor/homarr/png/traggo.png
new file mode 100644
index 0000000..7608097
Binary files /dev/null and b/static/icons/vendor/homarr/png/traggo.png differ
diff --git a/static/icons/vendor/homarr/png/trailarr.png b/static/icons/vendor/homarr/png/trailarr.png
new file mode 100644
index 0000000..1142213
Binary files /dev/null and b/static/icons/vendor/homarr/png/trailarr.png differ
diff --git a/static/icons/vendor/homarr/png/trainerroad.png b/static/icons/vendor/homarr/png/trainerroad.png
new file mode 100644
index 0000000..43efe7a
Binary files /dev/null and b/static/icons/vendor/homarr/png/trainerroad.png differ
diff --git a/static/icons/vendor/homarr/png/trakt.png b/static/icons/vendor/homarr/png/trakt.png
new file mode 100644
index 0000000..2a31513
Binary files /dev/null and b/static/icons/vendor/homarr/png/trakt.png differ
diff --git a/static/icons/vendor/homarr/png/trala.png b/static/icons/vendor/homarr/png/trala.png
new file mode 100644
index 0000000..d22bc09
Binary files /dev/null and b/static/icons/vendor/homarr/png/trala.png differ
diff --git a/static/icons/vendor/homarr/png/transmission.png b/static/icons/vendor/homarr/png/transmission.png
new file mode 100644
index 0000000..57bedae
Binary files /dev/null and b/static/icons/vendor/homarr/png/transmission.png differ
diff --git a/static/icons/vendor/homarr/png/trash-guides.png b/static/icons/vendor/homarr/png/trash-guides.png
new file mode 100644
index 0000000..1257ca5
Binary files /dev/null and b/static/icons/vendor/homarr/png/trash-guides.png differ
diff --git a/static/icons/vendor/homarr/png/trellix-dark.png b/static/icons/vendor/homarr/png/trellix-dark.png
new file mode 100644
index 0000000..405f4a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/trellix-dark.png differ
diff --git a/static/icons/vendor/homarr/png/trellix.png b/static/icons/vendor/homarr/png/trellix.png
new file mode 100644
index 0000000..48c7886
Binary files /dev/null and b/static/icons/vendor/homarr/png/trellix.png differ
diff --git a/static/icons/vendor/homarr/png/trilium.png b/static/icons/vendor/homarr/png/trilium.png
new file mode 100644
index 0000000..17487d9
Binary files /dev/null and b/static/icons/vendor/homarr/png/trilium.png differ
diff --git a/static/icons/vendor/homarr/png/triliumnext.png b/static/icons/vendor/homarr/png/triliumnext.png
new file mode 100644
index 0000000..3253f2d
Binary files /dev/null and b/static/icons/vendor/homarr/png/triliumnext.png differ
diff --git a/static/icons/vendor/homarr/png/trivy.png b/static/icons/vendor/homarr/png/trivy.png
new file mode 100644
index 0000000..62eb1af
Binary files /dev/null and b/static/icons/vendor/homarr/png/trivy.png differ
diff --git a/static/icons/vendor/homarr/png/trmnl-android.png b/static/icons/vendor/homarr/png/trmnl-android.png
new file mode 100644
index 0000000..d675e46
Binary files /dev/null and b/static/icons/vendor/homarr/png/trmnl-android.png differ
diff --git a/static/icons/vendor/homarr/png/trmnl.png b/static/icons/vendor/homarr/png/trmnl.png
new file mode 100644
index 0000000..1aa22a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/trmnl.png differ
diff --git a/static/icons/vendor/homarr/png/troddit.png b/static/icons/vendor/homarr/png/troddit.png
new file mode 100644
index 0000000..6373b0e
Binary files /dev/null and b/static/icons/vendor/homarr/png/troddit.png differ
diff --git a/static/icons/vendor/homarr/png/trudesk.png b/static/icons/vendor/homarr/png/trudesk.png
new file mode 100644
index 0000000..c29fa60
Binary files /dev/null and b/static/icons/vendor/homarr/png/trudesk.png differ
diff --git a/static/icons/vendor/homarr/png/truecommand.png b/static/icons/vendor/homarr/png/truecommand.png
new file mode 100644
index 0000000..9ef4499
Binary files /dev/null and b/static/icons/vendor/homarr/png/truecommand.png differ
diff --git a/static/icons/vendor/homarr/png/truenas-core.png b/static/icons/vendor/homarr/png/truenas-core.png
new file mode 100644
index 0000000..9e18f81
Binary files /dev/null and b/static/icons/vendor/homarr/png/truenas-core.png differ
diff --git a/static/icons/vendor/homarr/png/truenas-enterprise.png b/static/icons/vendor/homarr/png/truenas-enterprise.png
new file mode 100644
index 0000000..4764566
Binary files /dev/null and b/static/icons/vendor/homarr/png/truenas-enterprise.png differ
diff --git a/static/icons/vendor/homarr/png/truenas-scale.png b/static/icons/vendor/homarr/png/truenas-scale.png
new file mode 100644
index 0000000..f96b67c
Binary files /dev/null and b/static/icons/vendor/homarr/png/truenas-scale.png differ
diff --git a/static/icons/vendor/homarr/png/truenas.png b/static/icons/vendor/homarr/png/truenas.png
new file mode 100644
index 0000000..bced815
Binary files /dev/null and b/static/icons/vendor/homarr/png/truenas.png differ
diff --git a/static/icons/vendor/homarr/png/tryhackme.png b/static/icons/vendor/homarr/png/tryhackme.png
new file mode 100644
index 0000000..10fce8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/tryhackme.png differ
diff --git a/static/icons/vendor/homarr/png/tsd-proxy.png b/static/icons/vendor/homarr/png/tsd-proxy.png
new file mode 100644
index 0000000..6ddeef2
Binary files /dev/null and b/static/icons/vendor/homarr/png/tsd-proxy.png differ
diff --git a/static/icons/vendor/homarr/png/tube-archivist-light.png b/static/icons/vendor/homarr/png/tube-archivist-light.png
new file mode 100644
index 0000000..d8c20df
Binary files /dev/null and b/static/icons/vendor/homarr/png/tube-archivist-light.png differ
diff --git a/static/icons/vendor/homarr/png/tube-archivist.png b/static/icons/vendor/homarr/png/tube-archivist.png
new file mode 100644
index 0000000..397ffbb
Binary files /dev/null and b/static/icons/vendor/homarr/png/tube-archivist.png differ
diff --git a/static/icons/vendor/homarr/png/tubesync-light.png b/static/icons/vendor/homarr/png/tubesync-light.png
new file mode 100644
index 0000000..db64ed4
Binary files /dev/null and b/static/icons/vendor/homarr/png/tubesync-light.png differ
diff --git a/static/icons/vendor/homarr/png/tubesync.png b/static/icons/vendor/homarr/png/tubesync.png
new file mode 100644
index 0000000..d1fb989
Binary files /dev/null and b/static/icons/vendor/homarr/png/tubesync.png differ
diff --git a/static/icons/vendor/homarr/png/tududi-dark.png b/static/icons/vendor/homarr/png/tududi-dark.png
new file mode 100644
index 0000000..85b83d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/tududi-dark.png differ
diff --git a/static/icons/vendor/homarr/png/tududi.png b/static/icons/vendor/homarr/png/tududi.png
new file mode 100644
index 0000000..ca257ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/tududi.png differ
diff --git a/static/icons/vendor/homarr/png/tugtainer.png b/static/icons/vendor/homarr/png/tugtainer.png
new file mode 100644
index 0000000..3027b05
Binary files /dev/null and b/static/icons/vendor/homarr/png/tugtainer.png differ
diff --git a/static/icons/vendor/homarr/png/tumblr.png b/static/icons/vendor/homarr/png/tumblr.png
new file mode 100644
index 0000000..d810234
Binary files /dev/null and b/static/icons/vendor/homarr/png/tumblr.png differ
diff --git a/static/icons/vendor/homarr/png/tunarr.png b/static/icons/vendor/homarr/png/tunarr.png
new file mode 100644
index 0000000..2aef2f0
Binary files /dev/null and b/static/icons/vendor/homarr/png/tunarr.png differ
diff --git a/static/icons/vendor/homarr/png/tunnelix.png b/static/icons/vendor/homarr/png/tunnelix.png
new file mode 100644
index 0000000..6d3eacd
Binary files /dev/null and b/static/icons/vendor/homarr/png/tunnelix.png differ
diff --git a/static/icons/vendor/homarr/png/turbopack-light.png b/static/icons/vendor/homarr/png/turbopack-light.png
new file mode 100644
index 0000000..fddb05b
Binary files /dev/null and b/static/icons/vendor/homarr/png/turbopack-light.png differ
diff --git a/static/icons/vendor/homarr/png/turbopack.png b/static/icons/vendor/homarr/png/turbopack.png
new file mode 100644
index 0000000..f9b42d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/turbopack.png differ
diff --git a/static/icons/vendor/homarr/png/tuta.png b/static/icons/vendor/homarr/png/tuta.png
new file mode 100644
index 0000000..04ee373
Binary files /dev/null and b/static/icons/vendor/homarr/png/tuta.png differ
diff --git a/static/icons/vendor/homarr/png/tux.png b/static/icons/vendor/homarr/png/tux.png
new file mode 100644
index 0000000..e624654
Binary files /dev/null and b/static/icons/vendor/homarr/png/tux.png differ
diff --git a/static/icons/vendor/homarr/png/tvdb.png b/static/icons/vendor/homarr/png/tvdb.png
new file mode 100644
index 0000000..e7d73e1
Binary files /dev/null and b/static/icons/vendor/homarr/png/tvdb.png differ
diff --git a/static/icons/vendor/homarr/png/tvheadend.png b/static/icons/vendor/homarr/png/tvheadend.png
new file mode 100644
index 0000000..7e7a0b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/tvheadend.png differ
diff --git a/static/icons/vendor/homarr/png/tvp-vod.png b/static/icons/vendor/homarr/png/tvp-vod.png
new file mode 100644
index 0000000..ec4f55e
Binary files /dev/null and b/static/icons/vendor/homarr/png/tvp-vod.png differ
diff --git a/static/icons/vendor/homarr/png/twake-mail-wordmark-light.png b/static/icons/vendor/homarr/png/twake-mail-wordmark-light.png
new file mode 100644
index 0000000..a9c589d
Binary files /dev/null and b/static/icons/vendor/homarr/png/twake-mail-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/twake-mail.png b/static/icons/vendor/homarr/png/twake-mail.png
new file mode 100644
index 0000000..babc0b1
Binary files /dev/null and b/static/icons/vendor/homarr/png/twake-mail.png differ
diff --git a/static/icons/vendor/homarr/png/tweakers.png b/static/icons/vendor/homarr/png/tweakers.png
new file mode 100644
index 0000000..e4e1dec
Binary files /dev/null and b/static/icons/vendor/homarr/png/tweakers.png differ
diff --git a/static/icons/vendor/homarr/png/twingate-light.png b/static/icons/vendor/homarr/png/twingate-light.png
new file mode 100644
index 0000000..5c3c444
Binary files /dev/null and b/static/icons/vendor/homarr/png/twingate-light.png differ
diff --git a/static/icons/vendor/homarr/png/twingate.png b/static/icons/vendor/homarr/png/twingate.png
new file mode 100644
index 0000000..220efe1
Binary files /dev/null and b/static/icons/vendor/homarr/png/twingate.png differ
diff --git a/static/icons/vendor/homarr/png/twitch.png b/static/icons/vendor/homarr/png/twitch.png
new file mode 100644
index 0000000..e73856e
Binary files /dev/null and b/static/icons/vendor/homarr/png/twitch.png differ
diff --git a/static/icons/vendor/homarr/png/twitter.png b/static/icons/vendor/homarr/png/twitter.png
new file mode 100644
index 0000000..5924481
Binary files /dev/null and b/static/icons/vendor/homarr/png/twitter.png differ
diff --git a/static/icons/vendor/homarr/png/txlog.png b/static/icons/vendor/homarr/png/txlog.png
new file mode 100644
index 0000000..9ce7725
Binary files /dev/null and b/static/icons/vendor/homarr/png/txlog.png differ
diff --git a/static/icons/vendor/homarr/png/tyepcho.png b/static/icons/vendor/homarr/png/tyepcho.png
new file mode 100644
index 0000000..d9dfb1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/tyepcho.png differ
diff --git a/static/icons/vendor/homarr/png/typemill-light.png b/static/icons/vendor/homarr/png/typemill-light.png
new file mode 100644
index 0000000..d66affb
Binary files /dev/null and b/static/icons/vendor/homarr/png/typemill-light.png differ
diff --git a/static/icons/vendor/homarr/png/typemill.png b/static/icons/vendor/homarr/png/typemill.png
new file mode 100644
index 0000000..498f482
Binary files /dev/null and b/static/icons/vendor/homarr/png/typemill.png differ
diff --git a/static/icons/vendor/homarr/png/typescript.png b/static/icons/vendor/homarr/png/typescript.png
new file mode 100644
index 0000000..f135911
Binary files /dev/null and b/static/icons/vendor/homarr/png/typescript.png differ
diff --git a/static/icons/vendor/homarr/png/typesense.png b/static/icons/vendor/homarr/png/typesense.png
new file mode 100644
index 0000000..00f41be
Binary files /dev/null and b/static/icons/vendor/homarr/png/typesense.png differ
diff --git a/static/icons/vendor/homarr/png/typo3.png b/static/icons/vendor/homarr/png/typo3.png
new file mode 100644
index 0000000..f047ff4
Binary files /dev/null and b/static/icons/vendor/homarr/png/typo3.png differ
diff --git a/static/icons/vendor/homarr/png/ubiquiti-networks.png b/static/icons/vendor/homarr/png/ubiquiti-networks.png
new file mode 100644
index 0000000..dff37ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubiquiti-networks.png differ
diff --git a/static/icons/vendor/homarr/png/ubiquiti-unifi.png b/static/icons/vendor/homarr/png/ubiquiti-unifi.png
new file mode 100644
index 0000000..c28ee7d
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubiquiti-unifi.png differ
diff --git a/static/icons/vendor/homarr/png/ubiquiti.png b/static/icons/vendor/homarr/png/ubiquiti.png
new file mode 100644
index 0000000..dff37ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubiquiti.png differ
diff --git a/static/icons/vendor/homarr/png/ubooquity.png b/static/icons/vendor/homarr/png/ubooquity.png
new file mode 100644
index 0000000..46a8442
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubooquity.png differ
diff --git a/static/icons/vendor/homarr/png/ubuntu-linux-alt.png b/static/icons/vendor/homarr/png/ubuntu-linux-alt.png
new file mode 100644
index 0000000..858dcbd
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubuntu-linux-alt.png differ
diff --git a/static/icons/vendor/homarr/png/ubuntu-linux.png b/static/icons/vendor/homarr/png/ubuntu-linux.png
new file mode 100644
index 0000000..31d501f
Binary files /dev/null and b/static/icons/vendor/homarr/png/ubuntu-linux.png differ
diff --git a/static/icons/vendor/homarr/png/uc-browser.png b/static/icons/vendor/homarr/png/uc-browser.png
new file mode 100644
index 0000000..d85af36
Binary files /dev/null and b/static/icons/vendor/homarr/png/uc-browser.png differ
diff --git a/static/icons/vendor/homarr/png/udemy-light.png b/static/icons/vendor/homarr/png/udemy-light.png
new file mode 100644
index 0000000..b149dbe
Binary files /dev/null and b/static/icons/vendor/homarr/png/udemy-light.png differ
diff --git a/static/icons/vendor/homarr/png/udemy.png b/static/icons/vendor/homarr/png/udemy.png
new file mode 100644
index 0000000..578c410
Binary files /dev/null and b/static/icons/vendor/homarr/png/udemy.png differ
diff --git a/static/icons/vendor/homarr/png/uefi.png b/static/icons/vendor/homarr/png/uefi.png
new file mode 100644
index 0000000..682d99f
Binary files /dev/null and b/static/icons/vendor/homarr/png/uefi.png differ
diff --git a/static/icons/vendor/homarr/png/ugreen-nas.png b/static/icons/vendor/homarr/png/ugreen-nas.png
new file mode 100644
index 0000000..7bee1fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/ugreen-nas.png differ
diff --git a/static/icons/vendor/homarr/png/ugreen.png b/static/icons/vendor/homarr/png/ugreen.png
new file mode 100644
index 0000000..85331a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/ugreen.png differ
diff --git a/static/icons/vendor/homarr/png/ultimate-guitar-light.png b/static/icons/vendor/homarr/png/ultimate-guitar-light.png
new file mode 100644
index 0000000..2e24aa6
Binary files /dev/null and b/static/icons/vendor/homarr/png/ultimate-guitar-light.png differ
diff --git a/static/icons/vendor/homarr/png/ultimate-guitar.png b/static/icons/vendor/homarr/png/ultimate-guitar.png
new file mode 100644
index 0000000..1cd5a95
Binary files /dev/null and b/static/icons/vendor/homarr/png/ultimate-guitar.png differ
diff --git a/static/icons/vendor/homarr/png/umami-light.png b/static/icons/vendor/homarr/png/umami-light.png
new file mode 100644
index 0000000..6fb6efc
Binary files /dev/null and b/static/icons/vendor/homarr/png/umami-light.png differ
diff --git a/static/icons/vendor/homarr/png/umami.png b/static/icons/vendor/homarr/png/umami.png
new file mode 100644
index 0000000..d593315
Binary files /dev/null and b/static/icons/vendor/homarr/png/umami.png differ
diff --git a/static/icons/vendor/homarr/png/umbrel.png b/static/icons/vendor/homarr/png/umbrel.png
new file mode 100644
index 0000000..713f3e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/umbrel.png differ
diff --git a/static/icons/vendor/homarr/png/unbound.png b/static/icons/vendor/homarr/png/unbound.png
new file mode 100644
index 0000000..a49ce34
Binary files /dev/null and b/static/icons/vendor/homarr/png/unbound.png differ
diff --git a/static/icons/vendor/homarr/png/uncomplicated-alert-receiver.png b/static/icons/vendor/homarr/png/uncomplicated-alert-receiver.png
new file mode 100644
index 0000000..18d0ab6
Binary files /dev/null and b/static/icons/vendor/homarr/png/uncomplicated-alert-receiver.png differ
diff --git a/static/icons/vendor/homarr/png/undb.png b/static/icons/vendor/homarr/png/undb.png
new file mode 100644
index 0000000..3804d81
Binary files /dev/null and b/static/icons/vendor/homarr/png/undb.png differ
diff --git a/static/icons/vendor/homarr/png/unifi-controller.png b/static/icons/vendor/homarr/png/unifi-controller.png
new file mode 100644
index 0000000..35b046a
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi-controller.png differ
diff --git a/static/icons/vendor/homarr/png/unifi-dark.png b/static/icons/vendor/homarr/png/unifi-dark.png
new file mode 100644
index 0000000..58c60af
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi-dark.png differ
diff --git a/static/icons/vendor/homarr/png/unifi-drive.png b/static/icons/vendor/homarr/png/unifi-drive.png
new file mode 100644
index 0000000..26ee3c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi-drive.png differ
diff --git a/static/icons/vendor/homarr/png/unifi-protect.png b/static/icons/vendor/homarr/png/unifi-protect.png
new file mode 100644
index 0000000..0af359a
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi-protect.png differ
diff --git a/static/icons/vendor/homarr/png/unifi-voucher-site.png b/static/icons/vendor/homarr/png/unifi-voucher-site.png
new file mode 100644
index 0000000..3a4d41c
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi-voucher-site.png differ
diff --git a/static/icons/vendor/homarr/png/unifi.png b/static/icons/vendor/homarr/png/unifi.png
new file mode 100644
index 0000000..dff37ea
Binary files /dev/null and b/static/icons/vendor/homarr/png/unifi.png differ
diff --git a/static/icons/vendor/homarr/png/unimus.png b/static/icons/vendor/homarr/png/unimus.png
new file mode 100644
index 0000000..bb29283
Binary files /dev/null and b/static/icons/vendor/homarr/png/unimus.png differ
diff --git a/static/icons/vendor/homarr/png/unity-dark.png b/static/icons/vendor/homarr/png/unity-dark.png
new file mode 100644
index 0000000..4c9dce9
Binary files /dev/null and b/static/icons/vendor/homarr/png/unity-dark.png differ
diff --git a/static/icons/vendor/homarr/png/unity.png b/static/icons/vendor/homarr/png/unity.png
new file mode 100644
index 0000000..12737fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/unity.png differ
diff --git a/static/icons/vendor/homarr/png/universal-media-server.png b/static/icons/vendor/homarr/png/universal-media-server.png
new file mode 100644
index 0000000..a14476e
Binary files /dev/null and b/static/icons/vendor/homarr/png/universal-media-server.png differ
diff --git a/static/icons/vendor/homarr/png/university-applied-sciences-brandenburg.png b/static/icons/vendor/homarr/png/university-applied-sciences-brandenburg.png
new file mode 100644
index 0000000..a81a35d
Binary files /dev/null and b/static/icons/vendor/homarr/png/university-applied-sciences-brandenburg.png differ
diff --git a/static/icons/vendor/homarr/png/unmanic.png b/static/icons/vendor/homarr/png/unmanic.png
new file mode 100644
index 0000000..2288c8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/unmanic.png differ
diff --git a/static/icons/vendor/homarr/png/unpoller.png b/static/icons/vendor/homarr/png/unpoller.png
new file mode 100644
index 0000000..3ec824f
Binary files /dev/null and b/static/icons/vendor/homarr/png/unpoller.png differ
diff --git a/static/icons/vendor/homarr/png/unraid.png b/static/icons/vendor/homarr/png/unraid.png
new file mode 100644
index 0000000..ada63c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/unraid.png differ
diff --git a/static/icons/vendor/homarr/png/unreal-engine-dark.png b/static/icons/vendor/homarr/png/unreal-engine-dark.png
new file mode 100644
index 0000000..6f08566
Binary files /dev/null and b/static/icons/vendor/homarr/png/unreal-engine-dark.png differ
diff --git a/static/icons/vendor/homarr/png/unreal-engine.png b/static/icons/vendor/homarr/png/unreal-engine.png
new file mode 100644
index 0000000..c1f71c9
Binary files /dev/null and b/static/icons/vendor/homarr/png/unreal-engine.png differ
diff --git a/static/icons/vendor/homarr/png/untangle.png b/static/icons/vendor/homarr/png/untangle.png
new file mode 100644
index 0000000..6f1eba8
Binary files /dev/null and b/static/icons/vendor/homarr/png/untangle.png differ
diff --git a/static/icons/vendor/homarr/png/updog.png b/static/icons/vendor/homarr/png/updog.png
new file mode 100644
index 0000000..b9aa91b
Binary files /dev/null and b/static/icons/vendor/homarr/png/updog.png differ
diff --git a/static/icons/vendor/homarr/png/ups.png b/static/icons/vendor/homarr/png/ups.png
new file mode 100644
index 0000000..c7aee92
Binary files /dev/null and b/static/icons/vendor/homarr/png/ups.png differ
diff --git a/static/icons/vendor/homarr/png/upsnap.png b/static/icons/vendor/homarr/png/upsnap.png
new file mode 100644
index 0000000..f9139d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/upsnap.png differ
diff --git a/static/icons/vendor/homarr/png/uptime-kuma.png b/static/icons/vendor/homarr/png/uptime-kuma.png
new file mode 100644
index 0000000..713ca37
Binary files /dev/null and b/static/icons/vendor/homarr/png/uptime-kuma.png differ
diff --git a/static/icons/vendor/homarr/png/uptimerobot.png b/static/icons/vendor/homarr/png/uptimerobot.png
new file mode 100644
index 0000000..3bad54a
Binary files /dev/null and b/static/icons/vendor/homarr/png/uptimerobot.png differ
diff --git a/static/icons/vendor/homarr/png/upvote-rss.png b/static/icons/vendor/homarr/png/upvote-rss.png
new file mode 100644
index 0000000..f4e28c0
Binary files /dev/null and b/static/icons/vendor/homarr/png/upvote-rss.png differ
diff --git a/static/icons/vendor/homarr/png/upwork.png b/static/icons/vendor/homarr/png/upwork.png
new file mode 100644
index 0000000..277f746
Binary files /dev/null and b/static/icons/vendor/homarr/png/upwork.png differ
diff --git a/static/icons/vendor/homarr/png/urbackup-server.png b/static/icons/vendor/homarr/png/urbackup-server.png
new file mode 100644
index 0000000..40458c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/urbackup-server.png differ
diff --git a/static/icons/vendor/homarr/png/urbackup.png b/static/icons/vendor/homarr/png/urbackup.png
new file mode 100644
index 0000000..40458c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/urbackup.png differ
diff --git a/static/icons/vendor/homarr/png/usenetstreamer.png b/static/icons/vendor/homarr/png/usenetstreamer.png
new file mode 100644
index 0000000..e942ea1
Binary files /dev/null and b/static/icons/vendor/homarr/png/usenetstreamer.png differ
diff --git a/static/icons/vendor/homarr/png/usermin.png b/static/icons/vendor/homarr/png/usermin.png
new file mode 100644
index 0000000..f88cab1
Binary files /dev/null and b/static/icons/vendor/homarr/png/usermin.png differ
diff --git a/static/icons/vendor/homarr/png/valetudo.png b/static/icons/vendor/homarr/png/valetudo.png
new file mode 100644
index 0000000..35ea834
Binary files /dev/null and b/static/icons/vendor/homarr/png/valetudo.png differ
diff --git a/static/icons/vendor/homarr/png/valkey.png b/static/icons/vendor/homarr/png/valkey.png
new file mode 100644
index 0000000..62f8364
Binary files /dev/null and b/static/icons/vendor/homarr/png/valkey.png differ
diff --git a/static/icons/vendor/homarr/png/vault-light.png b/static/icons/vendor/homarr/png/vault-light.png
new file mode 100644
index 0000000..30e4ead
Binary files /dev/null and b/static/icons/vendor/homarr/png/vault-light.png differ
diff --git a/static/icons/vendor/homarr/png/vault.png b/static/icons/vendor/homarr/png/vault.png
new file mode 100644
index 0000000..22dfbbe
Binary files /dev/null and b/static/icons/vendor/homarr/png/vault.png differ
diff --git a/static/icons/vendor/homarr/png/vaultwarden-light.png b/static/icons/vendor/homarr/png/vaultwarden-light.png
new file mode 100644
index 0000000..bdac415
Binary files /dev/null and b/static/icons/vendor/homarr/png/vaultwarden-light.png differ
diff --git a/static/icons/vendor/homarr/png/vaultwarden.png b/static/icons/vendor/homarr/png/vaultwarden.png
new file mode 100644
index 0000000..489851d
Binary files /dev/null and b/static/icons/vendor/homarr/png/vaultwarden.png differ
diff --git a/static/icons/vendor/homarr/png/vector.png b/static/icons/vendor/homarr/png/vector.png
new file mode 100644
index 0000000..affbc64
Binary files /dev/null and b/static/icons/vendor/homarr/png/vector.png differ
diff --git a/static/icons/vendor/homarr/png/veeam.png b/static/icons/vendor/homarr/png/veeam.png
new file mode 100644
index 0000000..81d7985
Binary files /dev/null and b/static/icons/vendor/homarr/png/veeam.png differ
diff --git a/static/icons/vendor/homarr/png/vera-crypt.png b/static/icons/vendor/homarr/png/vera-crypt.png
new file mode 100644
index 0000000..960a047
Binary files /dev/null and b/static/icons/vendor/homarr/png/vera-crypt.png differ
diff --git a/static/icons/vendor/homarr/png/vercel-light.png b/static/icons/vendor/homarr/png/vercel-light.png
new file mode 100644
index 0000000..aac87a6
Binary files /dev/null and b/static/icons/vendor/homarr/png/vercel-light.png differ
diff --git a/static/icons/vendor/homarr/png/vercel.png b/static/icons/vendor/homarr/png/vercel.png
new file mode 100644
index 0000000..54f24b5
Binary files /dev/null and b/static/icons/vendor/homarr/png/vercel.png differ
diff --git a/static/icons/vendor/homarr/png/verdaccio-dark.png b/static/icons/vendor/homarr/png/verdaccio-dark.png
new file mode 100644
index 0000000..74cddce
Binary files /dev/null and b/static/icons/vendor/homarr/png/verdaccio-dark.png differ
diff --git a/static/icons/vendor/homarr/png/verdaccio.png b/static/icons/vendor/homarr/png/verdaccio.png
new file mode 100644
index 0000000..6f80f6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/verdaccio.png differ
diff --git a/static/icons/vendor/homarr/png/verizon.png b/static/icons/vendor/homarr/png/verizon.png
new file mode 100644
index 0000000..ce4ad4b
Binary files /dev/null and b/static/icons/vendor/homarr/png/verizon.png differ
diff --git a/static/icons/vendor/homarr/png/verriflo.png b/static/icons/vendor/homarr/png/verriflo.png
new file mode 100644
index 0000000..1ca3da4
Binary files /dev/null and b/static/icons/vendor/homarr/png/verriflo.png differ
diff --git a/static/icons/vendor/homarr/png/vertiv-dark.png b/static/icons/vendor/homarr/png/vertiv-dark.png
new file mode 100644
index 0000000..8e9305a
Binary files /dev/null and b/static/icons/vendor/homarr/png/vertiv-dark.png differ
diff --git a/static/icons/vendor/homarr/png/vertiv.png b/static/icons/vendor/homarr/png/vertiv.png
new file mode 100644
index 0000000..4a9b02c
Binary files /dev/null and b/static/icons/vendor/homarr/png/vertiv.png differ
diff --git a/static/icons/vendor/homarr/png/vi.png b/static/icons/vendor/homarr/png/vi.png
new file mode 100644
index 0000000..4a66fa4
Binary files /dev/null and b/static/icons/vendor/homarr/png/vi.png differ
diff --git a/static/icons/vendor/homarr/png/viber.png b/static/icons/vendor/homarr/png/viber.png
new file mode 100644
index 0000000..10faa7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/viber.png differ
diff --git a/static/icons/vendor/homarr/png/victorialogs.png b/static/icons/vendor/homarr/png/victorialogs.png
new file mode 100644
index 0000000..7113917
Binary files /dev/null and b/static/icons/vendor/homarr/png/victorialogs.png differ
diff --git a/static/icons/vendor/homarr/png/victoriametrics-light.png b/static/icons/vendor/homarr/png/victoriametrics-light.png
new file mode 100644
index 0000000..c0ef450
Binary files /dev/null and b/static/icons/vendor/homarr/png/victoriametrics-light.png differ
diff --git a/static/icons/vendor/homarr/png/victoriametrics.png b/static/icons/vendor/homarr/png/victoriametrics.png
new file mode 100644
index 0000000..06776f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/victoriametrics.png differ
diff --git a/static/icons/vendor/homarr/png/victron-energy.png b/static/icons/vendor/homarr/png/victron-energy.png
new file mode 100644
index 0000000..d733892
Binary files /dev/null and b/static/icons/vendor/homarr/png/victron-energy.png differ
diff --git a/static/icons/vendor/homarr/png/videobuster.png b/static/icons/vendor/homarr/png/videobuster.png
new file mode 100644
index 0000000..90472a8
Binary files /dev/null and b/static/icons/vendor/homarr/png/videobuster.png differ
diff --git a/static/icons/vendor/homarr/png/vidzy.png b/static/icons/vendor/homarr/png/vidzy.png
new file mode 100644
index 0000000..0bcf977
Binary files /dev/null and b/static/icons/vendor/homarr/png/vidzy.png differ
diff --git a/static/icons/vendor/homarr/png/viewtube.png b/static/icons/vendor/homarr/png/viewtube.png
new file mode 100644
index 0000000..77b5c7f
Binary files /dev/null and b/static/icons/vendor/homarr/png/viewtube.png differ
diff --git a/static/icons/vendor/homarr/png/vikunja.png b/static/icons/vendor/homarr/png/vikunja.png
new file mode 100644
index 0000000..c2c9354
Binary files /dev/null and b/static/icons/vendor/homarr/png/vikunja.png differ
diff --git a/static/icons/vendor/homarr/png/vinchin-backup.png b/static/icons/vendor/homarr/png/vinchin-backup.png
new file mode 100644
index 0000000..871f457
Binary files /dev/null and b/static/icons/vendor/homarr/png/vinchin-backup.png differ
diff --git a/static/icons/vendor/homarr/png/virgin-media.png b/static/icons/vendor/homarr/png/virgin-media.png
new file mode 100644
index 0000000..6e3da0b
Binary files /dev/null and b/static/icons/vendor/homarr/png/virgin-media.png differ
diff --git a/static/icons/vendor/homarr/png/virtualmin.png b/static/icons/vendor/homarr/png/virtualmin.png
new file mode 100644
index 0000000..b696be5
Binary files /dev/null and b/static/icons/vendor/homarr/png/virtualmin.png differ
diff --git a/static/icons/vendor/homarr/png/virtualradarserver.png b/static/icons/vendor/homarr/png/virtualradarserver.png
new file mode 100644
index 0000000..5e7bc24
Binary files /dev/null and b/static/icons/vendor/homarr/png/virtualradarserver.png differ
diff --git a/static/icons/vendor/homarr/png/virustotal-dark.png b/static/icons/vendor/homarr/png/virustotal-dark.png
new file mode 100644
index 0000000..e0b5c72
Binary files /dev/null and b/static/icons/vendor/homarr/png/virustotal-dark.png differ
diff --git a/static/icons/vendor/homarr/png/virustotal-light.png b/static/icons/vendor/homarr/png/virustotal-light.png
new file mode 100644
index 0000000..4406e1e
Binary files /dev/null and b/static/icons/vendor/homarr/png/virustotal-light.png differ
diff --git a/static/icons/vendor/homarr/png/virustotal-wordmark-dark.png b/static/icons/vendor/homarr/png/virustotal-wordmark-dark.png
new file mode 100644
index 0000000..a3b34ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/virustotal-wordmark-dark.png differ
diff --git a/static/icons/vendor/homarr/png/virustotal-wordmark-light.png b/static/icons/vendor/homarr/png/virustotal-wordmark-light.png
new file mode 100644
index 0000000..6c43e1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/virustotal-wordmark-light.png differ
diff --git a/static/icons/vendor/homarr/png/virustotal.png b/static/icons/vendor/homarr/png/virustotal.png
new file mode 100644
index 0000000..6c43e1b
Binary files /dev/null and b/static/icons/vendor/homarr/png/virustotal.png differ
diff --git a/static/icons/vendor/homarr/png/viseron-light.png b/static/icons/vendor/homarr/png/viseron-light.png
new file mode 100644
index 0000000..5ce42fc
Binary files /dev/null and b/static/icons/vendor/homarr/png/viseron-light.png differ
diff --git a/static/icons/vendor/homarr/png/viseron.png b/static/icons/vendor/homarr/png/viseron.png
new file mode 100644
index 0000000..5cd9dba
Binary files /dev/null and b/static/icons/vendor/homarr/png/viseron.png differ
diff --git a/static/icons/vendor/homarr/png/visual-studio-code.png b/static/icons/vendor/homarr/png/visual-studio-code.png
new file mode 100644
index 0000000..ef22217
Binary files /dev/null and b/static/icons/vendor/homarr/png/visual-studio-code.png differ
diff --git a/static/icons/vendor/homarr/png/vitalpbx.png b/static/icons/vendor/homarr/png/vitalpbx.png
new file mode 100644
index 0000000..f959da4
Binary files /dev/null and b/static/icons/vendor/homarr/png/vitalpbx.png differ
diff --git a/static/icons/vendor/homarr/png/vite.png b/static/icons/vendor/homarr/png/vite.png
new file mode 100644
index 0000000..b3afd70
Binary files /dev/null and b/static/icons/vendor/homarr/png/vite.png differ
diff --git a/static/icons/vendor/homarr/png/vitest.png b/static/icons/vendor/homarr/png/vitest.png
new file mode 100644
index 0000000..49ff848
Binary files /dev/null and b/static/icons/vendor/homarr/png/vitest.png differ
diff --git a/static/icons/vendor/homarr/png/vito-deploy.png b/static/icons/vendor/homarr/png/vito-deploy.png
new file mode 100644
index 0000000..699d9ae
Binary files /dev/null and b/static/icons/vendor/homarr/png/vito-deploy.png differ
diff --git a/static/icons/vendor/homarr/png/vivaldi.png b/static/icons/vendor/homarr/png/vivaldi.png
new file mode 100644
index 0000000..13db241
Binary files /dev/null and b/static/icons/vendor/homarr/png/vivaldi.png differ
diff --git a/static/icons/vendor/homarr/png/vmware-esxi.png b/static/icons/vendor/homarr/png/vmware-esxi.png
new file mode 100644
index 0000000..18d1b28
Binary files /dev/null and b/static/icons/vendor/homarr/png/vmware-esxi.png differ
diff --git a/static/icons/vendor/homarr/png/vmware-horizon.png b/static/icons/vendor/homarr/png/vmware-horizon.png
new file mode 100644
index 0000000..41b4a10
Binary files /dev/null and b/static/icons/vendor/homarr/png/vmware-horizon.png differ
diff --git a/static/icons/vendor/homarr/png/vmware-vcenter.png b/static/icons/vendor/homarr/png/vmware-vcenter.png
new file mode 100644
index 0000000..9224af8
Binary files /dev/null and b/static/icons/vendor/homarr/png/vmware-vcenter.png differ
diff --git a/static/icons/vendor/homarr/png/vmware-workstation.png b/static/icons/vendor/homarr/png/vmware-workstation.png
new file mode 100644
index 0000000..c69e52c
Binary files /dev/null and b/static/icons/vendor/homarr/png/vmware-workstation.png differ
diff --git a/static/icons/vendor/homarr/png/vmware.png b/static/icons/vendor/homarr/png/vmware.png
new file mode 100644
index 0000000..8c2ca4a
Binary files /dev/null and b/static/icons/vendor/homarr/png/vmware.png differ
diff --git a/static/icons/vendor/homarr/png/vn-stat.png b/static/icons/vendor/homarr/png/vn-stat.png
new file mode 100644
index 0000000..853fe89
Binary files /dev/null and b/static/icons/vendor/homarr/png/vn-stat.png differ
diff --git a/static/icons/vendor/homarr/png/vodafone.png b/static/icons/vendor/homarr/png/vodafone.png
new file mode 100644
index 0000000..46e5404
Binary files /dev/null and b/static/icons/vendor/homarr/png/vodafone.png differ
diff --git a/static/icons/vendor/homarr/png/void-linux.png b/static/icons/vendor/homarr/png/void-linux.png
new file mode 100644
index 0000000..b6dc956
Binary files /dev/null and b/static/icons/vendor/homarr/png/void-linux.png differ
diff --git a/static/icons/vendor/homarr/png/voilib.png b/static/icons/vendor/homarr/png/voilib.png
new file mode 100644
index 0000000..f69204d
Binary files /dev/null and b/static/icons/vendor/homarr/png/voilib.png differ
diff --git a/static/icons/vendor/homarr/png/voip-info.png b/static/icons/vendor/homarr/png/voip-info.png
new file mode 100644
index 0000000..5cba51c
Binary files /dev/null and b/static/icons/vendor/homarr/png/voip-info.png differ
diff --git a/static/icons/vendor/homarr/png/voip-ms.png b/static/icons/vendor/homarr/png/voip-ms.png
new file mode 100644
index 0000000..978a76d
Binary files /dev/null and b/static/icons/vendor/homarr/png/voip-ms.png differ
diff --git a/static/icons/vendor/homarr/png/voltaserve-light.png b/static/icons/vendor/homarr/png/voltaserve-light.png
new file mode 100644
index 0000000..0516f68
Binary files /dev/null and b/static/icons/vendor/homarr/png/voltaserve-light.png differ
diff --git a/static/icons/vendor/homarr/png/voltaserve.png b/static/icons/vendor/homarr/png/voltaserve.png
new file mode 100644
index 0000000..93d7008
Binary files /dev/null and b/static/icons/vendor/homarr/png/voltaserve.png differ
diff --git a/static/icons/vendor/homarr/png/volumio-light.png b/static/icons/vendor/homarr/png/volumio-light.png
new file mode 100644
index 0000000..70863f5
Binary files /dev/null and b/static/icons/vendor/homarr/png/volumio-light.png differ
diff --git a/static/icons/vendor/homarr/png/volumio.png b/static/icons/vendor/homarr/png/volumio.png
new file mode 100644
index 0000000..ac2b158
Binary files /dev/null and b/static/icons/vendor/homarr/png/volumio.png differ
diff --git a/static/icons/vendor/homarr/png/voron.png b/static/icons/vendor/homarr/png/voron.png
new file mode 100644
index 0000000..c464561
Binary files /dev/null and b/static/icons/vendor/homarr/png/voron.png differ
diff --git a/static/icons/vendor/homarr/png/vouchervault.png b/static/icons/vendor/homarr/png/vouchervault.png
new file mode 100644
index 0000000..f360413
Binary files /dev/null and b/static/icons/vendor/homarr/png/vouchervault.png differ
diff --git a/static/icons/vendor/homarr/png/vscode.png b/static/icons/vendor/homarr/png/vscode.png
new file mode 100644
index 0000000..ca7b9db
Binary files /dev/null and b/static/icons/vendor/homarr/png/vscode.png differ
diff --git a/static/icons/vendor/homarr/png/vtvgo.png b/static/icons/vendor/homarr/png/vtvgo.png
new file mode 100644
index 0000000..c1431ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/vtvgo.png differ
diff --git a/static/icons/vendor/homarr/png/vue-js.png b/static/icons/vendor/homarr/png/vue-js.png
new file mode 100644
index 0000000..48ae961
Binary files /dev/null and b/static/icons/vendor/homarr/png/vue-js.png differ
diff --git a/static/icons/vendor/homarr/png/vuetorrent.png b/static/icons/vendor/homarr/png/vuetorrent.png
new file mode 100644
index 0000000..bc94842
Binary files /dev/null and b/static/icons/vendor/homarr/png/vuetorrent.png differ
diff --git a/static/icons/vendor/homarr/png/vultr.png b/static/icons/vendor/homarr/png/vultr.png
new file mode 100644
index 0000000..75086b3
Binary files /dev/null and b/static/icons/vendor/homarr/png/vultr.png differ
diff --git a/static/icons/vendor/homarr/png/vuplus.png b/static/icons/vendor/homarr/png/vuplus.png
new file mode 100644
index 0000000..691f67d
Binary files /dev/null and b/static/icons/vendor/homarr/png/vuplus.png differ
diff --git a/static/icons/vendor/homarr/png/wakapi.png b/static/icons/vendor/homarr/png/wakapi.png
new file mode 100644
index 0000000..8421406
Binary files /dev/null and b/static/icons/vendor/homarr/png/wakapi.png differ
diff --git a/static/icons/vendor/homarr/png/wakatime-light.png b/static/icons/vendor/homarr/png/wakatime-light.png
new file mode 100644
index 0000000..d53e07e
Binary files /dev/null and b/static/icons/vendor/homarr/png/wakatime-light.png differ
diff --git a/static/icons/vendor/homarr/png/wakatime.png b/static/icons/vendor/homarr/png/wakatime.png
new file mode 100644
index 0000000..a06996d
Binary files /dev/null and b/static/icons/vendor/homarr/png/wakatime.png differ
diff --git a/static/icons/vendor/homarr/png/wallabag-light.png b/static/icons/vendor/homarr/png/wallabag-light.png
new file mode 100644
index 0000000..5b43600
Binary files /dev/null and b/static/icons/vendor/homarr/png/wallabag-light.png differ
diff --git a/static/icons/vendor/homarr/png/wallabag.png b/static/icons/vendor/homarr/png/wallabag.png
new file mode 100644
index 0000000..4a02afa
Binary files /dev/null and b/static/icons/vendor/homarr/png/wallabag.png differ
diff --git a/static/icons/vendor/homarr/png/wallos.png b/static/icons/vendor/homarr/png/wallos.png
new file mode 100644
index 0000000..fd718dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/wallos.png differ
diff --git a/static/icons/vendor/homarr/png/wanderer-light.png b/static/icons/vendor/homarr/png/wanderer-light.png
new file mode 100644
index 0000000..54db3b7
Binary files /dev/null and b/static/icons/vendor/homarr/png/wanderer-light.png differ
diff --git a/static/icons/vendor/homarr/png/wanderer.png b/static/icons/vendor/homarr/png/wanderer.png
new file mode 100644
index 0000000..c12076c
Binary files /dev/null and b/static/icons/vendor/homarr/png/wanderer.png differ
diff --git a/static/icons/vendor/homarr/png/wanikani.png b/static/icons/vendor/homarr/png/wanikani.png
new file mode 100644
index 0000000..d0fb828
Binary files /dev/null and b/static/icons/vendor/homarr/png/wanikani.png differ
diff --git a/static/icons/vendor/homarr/png/ward.png b/static/icons/vendor/homarr/png/ward.png
new file mode 100644
index 0000000..97dfa26
Binary files /dev/null and b/static/icons/vendor/homarr/png/ward.png differ
diff --git a/static/icons/vendor/homarr/png/warpgate.png b/static/icons/vendor/homarr/png/warpgate.png
new file mode 100644
index 0000000..b43654b
Binary files /dev/null and b/static/icons/vendor/homarr/png/warpgate.png differ
diff --git a/static/icons/vendor/homarr/png/warracker.png b/static/icons/vendor/homarr/png/warracker.png
new file mode 100644
index 0000000..a24dd86
Binary files /dev/null and b/static/icons/vendor/homarr/png/warracker.png differ
diff --git a/static/icons/vendor/homarr/png/watcharr-light.png b/static/icons/vendor/homarr/png/watcharr-light.png
new file mode 100644
index 0000000..3e72c62
Binary files /dev/null and b/static/icons/vendor/homarr/png/watcharr-light.png differ
diff --git a/static/icons/vendor/homarr/png/watcharr.png b/static/icons/vendor/homarr/png/watcharr.png
new file mode 100644
index 0000000..a11653c
Binary files /dev/null and b/static/icons/vendor/homarr/png/watcharr.png differ
diff --git a/static/icons/vendor/homarr/png/watcher.png b/static/icons/vendor/homarr/png/watcher.png
new file mode 100644
index 0000000..cd590f9
Binary files /dev/null and b/static/icons/vendor/homarr/png/watcher.png differ
diff --git a/static/icons/vendor/homarr/png/watchlistarr.png b/static/icons/vendor/homarr/png/watchlistarr.png
new file mode 100644
index 0000000..711fead
Binary files /dev/null and b/static/icons/vendor/homarr/png/watchlistarr.png differ
diff --git a/static/icons/vendor/homarr/png/watchtower.png b/static/icons/vendor/homarr/png/watchtower.png
new file mode 100644
index 0000000..99fee82
Binary files /dev/null and b/static/icons/vendor/homarr/png/watchtower.png differ
diff --git a/static/icons/vendor/homarr/png/watchyourlan.png b/static/icons/vendor/homarr/png/watchyourlan.png
new file mode 100644
index 0000000..fd73e8d
Binary files /dev/null and b/static/icons/vendor/homarr/png/watchyourlan.png differ
diff --git a/static/icons/vendor/homarr/png/watchyourports.png b/static/icons/vendor/homarr/png/watchyourports.png
new file mode 100644
index 0000000..8fb6877
Binary files /dev/null and b/static/icons/vendor/homarr/png/watchyourports.png differ
diff --git a/static/icons/vendor/homarr/png/wavelog.png b/static/icons/vendor/homarr/png/wavelog.png
new file mode 100644
index 0000000..65aaedd
Binary files /dev/null and b/static/icons/vendor/homarr/png/wavelog.png differ
diff --git a/static/icons/vendor/homarr/png/wayland.png b/static/icons/vendor/homarr/png/wayland.png
new file mode 100644
index 0000000..ebb6347
Binary files /dev/null and b/static/icons/vendor/homarr/png/wayland.png differ
diff --git a/static/icons/vendor/homarr/png/waze.png b/static/icons/vendor/homarr/png/waze.png
new file mode 100644
index 0000000..7025419
Binary files /dev/null and b/static/icons/vendor/homarr/png/waze.png differ
diff --git a/static/icons/vendor/homarr/png/wazuh.png b/static/icons/vendor/homarr/png/wazuh.png
new file mode 100644
index 0000000..045b703
Binary files /dev/null and b/static/icons/vendor/homarr/png/wazuh.png differ
diff --git a/static/icons/vendor/homarr/png/wbo.png b/static/icons/vendor/homarr/png/wbo.png
new file mode 100644
index 0000000..0cd1fd9
Binary files /dev/null and b/static/icons/vendor/homarr/png/wbo.png differ
diff --git a/static/icons/vendor/homarr/png/wd-mycloud.png b/static/icons/vendor/homarr/png/wd-mycloud.png
new file mode 100644
index 0000000..138680d
Binary files /dev/null and b/static/icons/vendor/homarr/png/wd-mycloud.png differ
diff --git a/static/icons/vendor/homarr/png/web-check-dark.png b/static/icons/vendor/homarr/png/web-check-dark.png
new file mode 100644
index 0000000..94230cf
Binary files /dev/null and b/static/icons/vendor/homarr/png/web-check-dark.png differ
diff --git a/static/icons/vendor/homarr/png/web-check.png b/static/icons/vendor/homarr/png/web-check.png
new file mode 100644
index 0000000..70cbe83
Binary files /dev/null and b/static/icons/vendor/homarr/png/web-check.png differ
diff --git a/static/icons/vendor/homarr/png/web-whisper.png b/static/icons/vendor/homarr/png/web-whisper.png
new file mode 100644
index 0000000..cefdccf
Binary files /dev/null and b/static/icons/vendor/homarr/png/web-whisper.png differ
diff --git a/static/icons/vendor/homarr/png/webdav.png b/static/icons/vendor/homarr/png/webdav.png
new file mode 100644
index 0000000..9cf9982
Binary files /dev/null and b/static/icons/vendor/homarr/png/webdav.png differ
diff --git a/static/icons/vendor/homarr/png/webdb.png b/static/icons/vendor/homarr/png/webdb.png
new file mode 100644
index 0000000..e9992c8
Binary files /dev/null and b/static/icons/vendor/homarr/png/webdb.png differ
diff --git a/static/icons/vendor/homarr/png/webex.png b/static/icons/vendor/homarr/png/webex.png
new file mode 100644
index 0000000..872803a
Binary files /dev/null and b/static/icons/vendor/homarr/png/webex.png differ
diff --git a/static/icons/vendor/homarr/png/webhook.png b/static/icons/vendor/homarr/png/webhook.png
new file mode 100644
index 0000000..1513943
Binary files /dev/null and b/static/icons/vendor/homarr/png/webhook.png differ
diff --git a/static/icons/vendor/homarr/png/webhookd.png b/static/icons/vendor/homarr/png/webhookd.png
new file mode 100644
index 0000000..b3f64a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/webhookd.png differ
diff --git a/static/icons/vendor/homarr/png/webkit.png b/static/icons/vendor/homarr/png/webkit.png
new file mode 100644
index 0000000..4bf39a7
Binary files /dev/null and b/static/icons/vendor/homarr/png/webkit.png differ
diff --git a/static/icons/vendor/homarr/png/webmin.png b/static/icons/vendor/homarr/png/webmin.png
new file mode 100644
index 0000000..0b8ed19
Binary files /dev/null and b/static/icons/vendor/homarr/png/webmin.png differ
diff --git a/static/icons/vendor/homarr/png/webtools.png b/static/icons/vendor/homarr/png/webtools.png
new file mode 100644
index 0000000..437113c
Binary files /dev/null and b/static/icons/vendor/homarr/png/webtools.png differ
diff --git a/static/icons/vendor/homarr/png/webtop.png b/static/icons/vendor/homarr/png/webtop.png
new file mode 100644
index 0000000..ebb34e6
Binary files /dev/null and b/static/icons/vendor/homarr/png/webtop.png differ
diff --git a/static/icons/vendor/homarr/png/webtorrent.png b/static/icons/vendor/homarr/png/webtorrent.png
new file mode 100644
index 0000000..b4e6329
Binary files /dev/null and b/static/icons/vendor/homarr/png/webtorrent.png differ
diff --git a/static/icons/vendor/homarr/png/webtrees.png b/static/icons/vendor/homarr/png/webtrees.png
new file mode 100644
index 0000000..43bfd8b
Binary files /dev/null and b/static/icons/vendor/homarr/png/webtrees.png differ
diff --git a/static/icons/vendor/homarr/png/weibo.png b/static/icons/vendor/homarr/png/weibo.png
new file mode 100644
index 0000000..482505d
Binary files /dev/null and b/static/icons/vendor/homarr/png/weibo.png differ
diff --git a/static/icons/vendor/homarr/png/wekan.png b/static/icons/vendor/homarr/png/wekan.png
new file mode 100644
index 0000000..4bdaf0c
Binary files /dev/null and b/static/icons/vendor/homarr/png/wekan.png differ
diff --git a/static/icons/vendor/homarr/png/wero-dark.png b/static/icons/vendor/homarr/png/wero-dark.png
new file mode 100644
index 0000000..c034a74
Binary files /dev/null and b/static/icons/vendor/homarr/png/wero-dark.png differ
diff --git a/static/icons/vendor/homarr/png/wero.png b/static/icons/vendor/homarr/png/wero.png
new file mode 100644
index 0000000..05753fe
Binary files /dev/null and b/static/icons/vendor/homarr/png/wero.png differ
diff --git a/static/icons/vendor/homarr/png/western-digital.png b/static/icons/vendor/homarr/png/western-digital.png
new file mode 100644
index 0000000..22966c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/western-digital.png differ
diff --git a/static/icons/vendor/homarr/png/wetty.png b/static/icons/vendor/homarr/png/wetty.png
new file mode 100644
index 0000000..5a04e7b
Binary files /dev/null and b/static/icons/vendor/homarr/png/wetty.png differ
diff --git a/static/icons/vendor/homarr/png/wevr-labs.png b/static/icons/vendor/homarr/png/wevr-labs.png
new file mode 100644
index 0000000..f3af385
Binary files /dev/null and b/static/icons/vendor/homarr/png/wevr-labs.png differ
diff --git a/static/icons/vendor/homarr/png/wg-gen-web-light.png b/static/icons/vendor/homarr/png/wg-gen-web-light.png
new file mode 100644
index 0000000..ed9c6d3
Binary files /dev/null and b/static/icons/vendor/homarr/png/wg-gen-web-light.png differ
diff --git a/static/icons/vendor/homarr/png/wg-gen-web.png b/static/icons/vendor/homarr/png/wg-gen-web.png
new file mode 100644
index 0000000..f1b33fd
Binary files /dev/null and b/static/icons/vendor/homarr/png/wg-gen-web.png differ
diff --git a/static/icons/vendor/homarr/png/wger.png b/static/icons/vendor/homarr/png/wger.png
new file mode 100644
index 0000000..cd0999c
Binary files /dev/null and b/static/icons/vendor/homarr/png/wger.png differ
diff --git a/static/icons/vendor/homarr/png/whatnot.png b/static/icons/vendor/homarr/png/whatnot.png
new file mode 100644
index 0000000..7ee9e26
Binary files /dev/null and b/static/icons/vendor/homarr/png/whatnot.png differ
diff --git a/static/icons/vendor/homarr/png/whats-up-docker.png b/static/icons/vendor/homarr/png/whats-up-docker.png
new file mode 100644
index 0000000..3fc6e4f
Binary files /dev/null and b/static/icons/vendor/homarr/png/whats-up-docker.png differ
diff --git a/static/icons/vendor/homarr/png/whatsapp.png b/static/icons/vendor/homarr/png/whatsapp.png
new file mode 100644
index 0000000..10ecdfb
Binary files /dev/null and b/static/icons/vendor/homarr/png/whatsapp.png differ
diff --git a/static/icons/vendor/homarr/png/whatseerr.png b/static/icons/vendor/homarr/png/whatseerr.png
new file mode 100644
index 0000000..1fb3296
Binary files /dev/null and b/static/icons/vendor/homarr/png/whatseerr.png differ
diff --git a/static/icons/vendor/homarr/png/whisparr.png b/static/icons/vendor/homarr/png/whisparr.png
new file mode 100644
index 0000000..3b818e2
Binary files /dev/null and b/static/icons/vendor/homarr/png/whisparr.png differ
diff --git a/static/icons/vendor/homarr/png/whodb.png b/static/icons/vendor/homarr/png/whodb.png
new file mode 100644
index 0000000..ea3b4e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/whodb.png differ
diff --git a/static/icons/vendor/homarr/png/whoogle.png b/static/icons/vendor/homarr/png/whoogle.png
new file mode 100644
index 0000000..572c28b
Binary files /dev/null and b/static/icons/vendor/homarr/png/whoogle.png differ
diff --git a/static/icons/vendor/homarr/png/wifiman.png b/static/icons/vendor/homarr/png/wifiman.png
new file mode 100644
index 0000000..be54b81
Binary files /dev/null and b/static/icons/vendor/homarr/png/wifiman.png differ
diff --git a/static/icons/vendor/homarr/png/wiki-go.png b/static/icons/vendor/homarr/png/wiki-go.png
new file mode 100644
index 0000000..66a2343
Binary files /dev/null and b/static/icons/vendor/homarr/png/wiki-go.png differ
diff --git a/static/icons/vendor/homarr/png/wikidocs.png b/static/icons/vendor/homarr/png/wikidocs.png
new file mode 100644
index 0000000..a4c5589
Binary files /dev/null and b/static/icons/vendor/homarr/png/wikidocs.png differ
diff --git a/static/icons/vendor/homarr/png/wikijs-alt.png b/static/icons/vendor/homarr/png/wikijs-alt.png
new file mode 100644
index 0000000..5473847
Binary files /dev/null and b/static/icons/vendor/homarr/png/wikijs-alt.png differ
diff --git a/static/icons/vendor/homarr/png/wikijs.png b/static/icons/vendor/homarr/png/wikijs.png
new file mode 100644
index 0000000..842f73c
Binary files /dev/null and b/static/icons/vendor/homarr/png/wikijs.png differ
diff --git a/static/icons/vendor/homarr/png/wikipedia-light.png b/static/icons/vendor/homarr/png/wikipedia-light.png
new file mode 100644
index 0000000..8556e03
Binary files /dev/null and b/static/icons/vendor/homarr/png/wikipedia-light.png differ
diff --git a/static/icons/vendor/homarr/png/wikipedia.png b/static/icons/vendor/homarr/png/wikipedia.png
new file mode 100644
index 0000000..4d34f3b
Binary files /dev/null and b/static/icons/vendor/homarr/png/wikipedia.png differ
diff --git a/static/icons/vendor/homarr/png/willow.png b/static/icons/vendor/homarr/png/willow.png
new file mode 100644
index 0000000..86e672e
Binary files /dev/null and b/static/icons/vendor/homarr/png/willow.png differ
diff --git a/static/icons/vendor/homarr/png/windmill.png b/static/icons/vendor/homarr/png/windmill.png
new file mode 100644
index 0000000..4cd97c1
Binary files /dev/null and b/static/icons/vendor/homarr/png/windmill.png differ
diff --git a/static/icons/vendor/homarr/png/windows-10.png b/static/icons/vendor/homarr/png/windows-10.png
new file mode 100644
index 0000000..5be067f
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-10.png differ
diff --git a/static/icons/vendor/homarr/png/windows-11.png b/static/icons/vendor/homarr/png/windows-11.png
new file mode 100644
index 0000000..ce7b366
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-11.png differ
diff --git a/static/icons/vendor/homarr/png/windows-7.png b/static/icons/vendor/homarr/png/windows-7.png
new file mode 100644
index 0000000..bdf90f6
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-7.png differ
diff --git a/static/icons/vendor/homarr/png/windows-95-light.png b/static/icons/vendor/homarr/png/windows-95-light.png
new file mode 100644
index 0000000..cbad7bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-95-light.png differ
diff --git a/static/icons/vendor/homarr/png/windows-95.png b/static/icons/vendor/homarr/png/windows-95.png
new file mode 100644
index 0000000..e0545dd
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-95.png differ
diff --git a/static/icons/vendor/homarr/png/windows-98.png b/static/icons/vendor/homarr/png/windows-98.png
new file mode 100644
index 0000000..f84e066
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-98.png differ
diff --git a/static/icons/vendor/homarr/png/windows-explorer.png b/static/icons/vendor/homarr/png/windows-explorer.png
new file mode 100644
index 0000000..a5eb044
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-explorer.png differ
diff --git a/static/icons/vendor/homarr/png/windows-retro-light.png b/static/icons/vendor/homarr/png/windows-retro-light.png
new file mode 100644
index 0000000..78d0f75
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-retro-light.png differ
diff --git a/static/icons/vendor/homarr/png/windows-retro.png b/static/icons/vendor/homarr/png/windows-retro.png
new file mode 100644
index 0000000..79c8e9e
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-retro.png differ
diff --git a/static/icons/vendor/homarr/png/windows-vista.png b/static/icons/vendor/homarr/png/windows-vista.png
new file mode 100644
index 0000000..01cadf7
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-vista.png differ
diff --git a/static/icons/vendor/homarr/png/windows-xp.png b/static/icons/vendor/homarr/png/windows-xp.png
new file mode 100644
index 0000000..7caa7c7
Binary files /dev/null and b/static/icons/vendor/homarr/png/windows-xp.png differ
diff --git a/static/icons/vendor/homarr/png/wireguard.png b/static/icons/vendor/homarr/png/wireguard.png
new file mode 100644
index 0000000..6404000
Binary files /dev/null and b/static/icons/vendor/homarr/png/wireguard.png differ
diff --git a/static/icons/vendor/homarr/png/wirenboard.png b/static/icons/vendor/homarr/png/wirenboard.png
new file mode 100644
index 0000000..46031eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/wirenboard.png differ
diff --git a/static/icons/vendor/homarr/png/wireshark.png b/static/icons/vendor/homarr/png/wireshark.png
new file mode 100644
index 0000000..cd3bdf8
Binary files /dev/null and b/static/icons/vendor/homarr/png/wireshark.png differ
diff --git a/static/icons/vendor/homarr/png/wishlist.png b/static/icons/vendor/homarr/png/wishlist.png
new file mode 100644
index 0000000..4d70673
Binary files /dev/null and b/static/icons/vendor/homarr/png/wishlist.png differ
diff --git a/static/icons/vendor/homarr/png/wizarr.png b/static/icons/vendor/homarr/png/wizarr.png
new file mode 100644
index 0000000..6594b44
Binary files /dev/null and b/static/icons/vendor/homarr/png/wizarr.png differ
diff --git a/static/icons/vendor/homarr/png/wled.png b/static/icons/vendor/homarr/png/wled.png
new file mode 100644
index 0000000..192e938
Binary files /dev/null and b/static/icons/vendor/homarr/png/wled.png differ
diff --git a/static/icons/vendor/homarr/png/wolfi-light.png b/static/icons/vendor/homarr/png/wolfi-light.png
new file mode 100644
index 0000000..b0adacd
Binary files /dev/null and b/static/icons/vendor/homarr/png/wolfi-light.png differ
diff --git a/static/icons/vendor/homarr/png/wolfi.png b/static/icons/vendor/homarr/png/wolfi.png
new file mode 100644
index 0000000..35b7a98
Binary files /dev/null and b/static/icons/vendor/homarr/png/wolfi.png differ
diff --git a/static/icons/vendor/homarr/png/woocommerce.png b/static/icons/vendor/homarr/png/woocommerce.png
new file mode 100644
index 0000000..83b628a
Binary files /dev/null and b/static/icons/vendor/homarr/png/woocommerce.png differ
diff --git a/static/icons/vendor/homarr/png/woodpecker-ci.png b/static/icons/vendor/homarr/png/woodpecker-ci.png
new file mode 100644
index 0000000..55f3c64
Binary files /dev/null and b/static/icons/vendor/homarr/png/woodpecker-ci.png differ
diff --git a/static/icons/vendor/homarr/png/wooting-dark.png b/static/icons/vendor/homarr/png/wooting-dark.png
new file mode 100644
index 0000000..984b2c6
Binary files /dev/null and b/static/icons/vendor/homarr/png/wooting-dark.png differ
diff --git a/static/icons/vendor/homarr/png/wooting.png b/static/icons/vendor/homarr/png/wooting.png
new file mode 100644
index 0000000..d66cd38
Binary files /dev/null and b/static/icons/vendor/homarr/png/wooting.png differ
diff --git a/static/icons/vendor/homarr/png/wordpress.png b/static/icons/vendor/homarr/png/wordpress.png
new file mode 100644
index 0000000..ed28fe4
Binary files /dev/null and b/static/icons/vendor/homarr/png/wordpress.png differ
diff --git a/static/icons/vendor/homarr/png/workadventure.png b/static/icons/vendor/homarr/png/workadventure.png
new file mode 100644
index 0000000..97e6176
Binary files /dev/null and b/static/icons/vendor/homarr/png/workadventure.png differ
diff --git a/static/icons/vendor/homarr/png/worklenz.png b/static/icons/vendor/homarr/png/worklenz.png
new file mode 100644
index 0000000..6b79f2d
Binary files /dev/null and b/static/icons/vendor/homarr/png/worklenz.png differ
diff --git a/static/icons/vendor/homarr/png/wotdle-light.png b/static/icons/vendor/homarr/png/wotdle-light.png
new file mode 100644
index 0000000..9b185e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/wotdle-light.png differ
diff --git a/static/icons/vendor/homarr/png/wotdle.png b/static/icons/vendor/homarr/png/wotdle.png
new file mode 100644
index 0000000..5a63a91
Binary files /dev/null and b/static/icons/vendor/homarr/png/wotdle.png differ
diff --git a/static/icons/vendor/homarr/png/wownero.png b/static/icons/vendor/homarr/png/wownero.png
new file mode 100644
index 0000000..28a275d
Binary files /dev/null and b/static/icons/vendor/homarr/png/wownero.png differ
diff --git a/static/icons/vendor/homarr/png/writefreely-light.png b/static/icons/vendor/homarr/png/writefreely-light.png
new file mode 100644
index 0000000..7e98dc8
Binary files /dev/null and b/static/icons/vendor/homarr/png/writefreely-light.png differ
diff --git a/static/icons/vendor/homarr/png/writefreely.png b/static/icons/vendor/homarr/png/writefreely.png
new file mode 100644
index 0000000..7bc6369
Binary files /dev/null and b/static/icons/vendor/homarr/png/writefreely.png differ
diff --git a/static/icons/vendor/homarr/png/wsz.png b/static/icons/vendor/homarr/png/wsz.png
new file mode 100644
index 0000000..6e85aee
Binary files /dev/null and b/static/icons/vendor/homarr/png/wsz.png differ
diff --git a/static/icons/vendor/homarr/png/x-light.png b/static/icons/vendor/homarr/png/x-light.png
new file mode 100644
index 0000000..99131de
Binary files /dev/null and b/static/icons/vendor/homarr/png/x-light.png differ
diff --git a/static/icons/vendor/homarr/png/x.png b/static/icons/vendor/homarr/png/x.png
new file mode 100644
index 0000000..b466a62
Binary files /dev/null and b/static/icons/vendor/homarr/png/x.png differ
diff --git a/static/icons/vendor/homarr/png/xbackbone.png b/static/icons/vendor/homarr/png/xbackbone.png
new file mode 100644
index 0000000..a34b120
Binary files /dev/null and b/static/icons/vendor/homarr/png/xbackbone.png differ
diff --git a/static/icons/vendor/homarr/png/xbox-game-pass.png b/static/icons/vendor/homarr/png/xbox-game-pass.png
new file mode 100644
index 0000000..4f7c04c
Binary files /dev/null and b/static/icons/vendor/homarr/png/xbox-game-pass.png differ
diff --git a/static/icons/vendor/homarr/png/xbox.png b/static/icons/vendor/homarr/png/xbox.png
new file mode 100644
index 0000000..8b6da8e
Binary files /dev/null and b/static/icons/vendor/homarr/png/xbox.png differ
diff --git a/static/icons/vendor/homarr/png/xbrowsersync.png b/static/icons/vendor/homarr/png/xbrowsersync.png
new file mode 100644
index 0000000..3cfa130
Binary files /dev/null and b/static/icons/vendor/homarr/png/xbrowsersync.png differ
diff --git a/static/icons/vendor/homarr/png/xcp-ng.png b/static/icons/vendor/homarr/png/xcp-ng.png
new file mode 100644
index 0000000..226f0c2
Binary files /dev/null and b/static/icons/vendor/homarr/png/xcp-ng.png differ
diff --git a/static/icons/vendor/homarr/png/xen-orchestra.png b/static/icons/vendor/homarr/png/xen-orchestra.png
new file mode 100644
index 0000000..166edc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/xen-orchestra.png differ
diff --git a/static/icons/vendor/homarr/png/xiaomi-global.png b/static/icons/vendor/homarr/png/xiaomi-global.png
new file mode 100644
index 0000000..ffba268
Binary files /dev/null and b/static/icons/vendor/homarr/png/xiaomi-global.png differ
diff --git a/static/icons/vendor/homarr/png/xigmanas.png b/static/icons/vendor/homarr/png/xigmanas.png
new file mode 100644
index 0000000..3dfb9ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/xigmanas.png differ
diff --git a/static/icons/vendor/homarr/png/xmr.png b/static/icons/vendor/homarr/png/xmr.png
new file mode 100644
index 0000000..9fd9612
Binary files /dev/null and b/static/icons/vendor/homarr/png/xmr.png differ
diff --git a/static/icons/vendor/homarr/png/xmrig.png b/static/icons/vendor/homarr/png/xmrig.png
new file mode 100644
index 0000000..8453388
Binary files /dev/null and b/static/icons/vendor/homarr/png/xmrig.png differ
diff --git a/static/icons/vendor/homarr/png/xpipe.png b/static/icons/vendor/homarr/png/xpipe.png
new file mode 100644
index 0000000..a58ae0a
Binary files /dev/null and b/static/icons/vendor/homarr/png/xpipe.png differ
diff --git a/static/icons/vendor/homarr/png/xteve.png b/static/icons/vendor/homarr/png/xteve.png
new file mode 100644
index 0000000..87d8c9d
Binary files /dev/null and b/static/icons/vendor/homarr/png/xteve.png differ
diff --git a/static/icons/vendor/homarr/png/xubuntu-linux.png b/static/icons/vendor/homarr/png/xubuntu-linux.png
new file mode 100644
index 0000000..10efa92
Binary files /dev/null and b/static/icons/vendor/homarr/png/xubuntu-linux.png differ
diff --git a/static/icons/vendor/homarr/png/xwiki.png b/static/icons/vendor/homarr/png/xwiki.png
new file mode 100644
index 0000000..26faa30
Binary files /dev/null and b/static/icons/vendor/homarr/png/xwiki.png differ
diff --git a/static/icons/vendor/homarr/png/yaade.png b/static/icons/vendor/homarr/png/yaade.png
new file mode 100644
index 0000000..09fb0be
Binary files /dev/null and b/static/icons/vendor/homarr/png/yaade.png differ
diff --git a/static/icons/vendor/homarr/png/yac-reader.png b/static/icons/vendor/homarr/png/yac-reader.png
new file mode 100644
index 0000000..1dd01e4
Binary files /dev/null and b/static/icons/vendor/homarr/png/yac-reader.png differ
diff --git a/static/icons/vendor/homarr/png/yacd-blue.png b/static/icons/vendor/homarr/png/yacd-blue.png
new file mode 100644
index 0000000..f263ab5
Binary files /dev/null and b/static/icons/vendor/homarr/png/yacd-blue.png differ
diff --git a/static/icons/vendor/homarr/png/yacd.png b/static/icons/vendor/homarr/png/yacd.png
new file mode 100644
index 0000000..97bbd6f
Binary files /dev/null and b/static/icons/vendor/homarr/png/yacd.png differ
diff --git a/static/icons/vendor/homarr/png/yacht.png b/static/icons/vendor/homarr/png/yacht.png
new file mode 100644
index 0000000..2346b26
Binary files /dev/null and b/static/icons/vendor/homarr/png/yacht.png differ
diff --git a/static/icons/vendor/homarr/png/yahoo-mail.png b/static/icons/vendor/homarr/png/yahoo-mail.png
new file mode 100644
index 0000000..bc1588e
Binary files /dev/null and b/static/icons/vendor/homarr/png/yahoo-mail.png differ
diff --git a/static/icons/vendor/homarr/png/yahoo.png b/static/icons/vendor/homarr/png/yahoo.png
new file mode 100644
index 0000000..a16410a
Binary files /dev/null and b/static/icons/vendor/homarr/png/yahoo.png differ
diff --git a/static/icons/vendor/homarr/png/yamtrack-light.png b/static/icons/vendor/homarr/png/yamtrack-light.png
new file mode 100644
index 0000000..47a848d
Binary files /dev/null and b/static/icons/vendor/homarr/png/yamtrack-light.png differ
diff --git a/static/icons/vendor/homarr/png/yamtrack.png b/static/icons/vendor/homarr/png/yamtrack.png
new file mode 100644
index 0000000..87cdce4
Binary files /dev/null and b/static/icons/vendor/homarr/png/yamtrack.png differ
diff --git a/static/icons/vendor/homarr/png/yandex.png b/static/icons/vendor/homarr/png/yandex.png
new file mode 100644
index 0000000..99ab45c
Binary files /dev/null and b/static/icons/vendor/homarr/png/yandex.png differ
diff --git a/static/icons/vendor/homarr/png/yarn-social.png b/static/icons/vendor/homarr/png/yarn-social.png
new file mode 100644
index 0000000..b5e38e7
Binary files /dev/null and b/static/icons/vendor/homarr/png/yarn-social.png differ
diff --git a/static/icons/vendor/homarr/png/yarr-light.png b/static/icons/vendor/homarr/png/yarr-light.png
new file mode 100644
index 0000000..9dfbc18
Binary files /dev/null and b/static/icons/vendor/homarr/png/yarr-light.png differ
diff --git a/static/icons/vendor/homarr/png/yarr.png b/static/icons/vendor/homarr/png/yarr.png
new file mode 100644
index 0000000..fc3ccc6
Binary files /dev/null and b/static/icons/vendor/homarr/png/yarr.png differ
diff --git a/static/icons/vendor/homarr/png/yazi.png b/static/icons/vendor/homarr/png/yazi.png
new file mode 100644
index 0000000..1676d73
Binary files /dev/null and b/static/icons/vendor/homarr/png/yazi.png differ
diff --git a/static/icons/vendor/homarr/png/ycombinator-dark.png b/static/icons/vendor/homarr/png/ycombinator-dark.png
new file mode 100644
index 0000000..38a3f81
Binary files /dev/null and b/static/icons/vendor/homarr/png/ycombinator-dark.png differ
diff --git a/static/icons/vendor/homarr/png/ycombinator.png b/static/icons/vendor/homarr/png/ycombinator.png
new file mode 100644
index 0000000..19d2f8c
Binary files /dev/null and b/static/icons/vendor/homarr/png/ycombinator.png differ
diff --git a/static/icons/vendor/homarr/png/ymarks.png b/static/icons/vendor/homarr/png/ymarks.png
new file mode 100644
index 0000000..0d73929
Binary files /dev/null and b/static/icons/vendor/homarr/png/ymarks.png differ
diff --git a/static/icons/vendor/homarr/png/ynab.png b/static/icons/vendor/homarr/png/ynab.png
new file mode 100644
index 0000000..21ce33a
Binary files /dev/null and b/static/icons/vendor/homarr/png/ynab.png differ
diff --git a/static/icons/vendor/homarr/png/yopass.png b/static/icons/vendor/homarr/png/yopass.png
new file mode 100644
index 0000000..94109a1
Binary files /dev/null and b/static/icons/vendor/homarr/png/yopass.png differ
diff --git a/static/icons/vendor/homarr/png/your-spotify.png b/static/icons/vendor/homarr/png/your-spotify.png
new file mode 100644
index 0000000..ab54c61
Binary files /dev/null and b/static/icons/vendor/homarr/png/your-spotify.png differ
diff --git a/static/icons/vendor/homarr/png/yourls.png b/static/icons/vendor/homarr/png/yourls.png
new file mode 100644
index 0000000..bfa762a
Binary files /dev/null and b/static/icons/vendor/homarr/png/yourls.png differ
diff --git a/static/icons/vendor/homarr/png/youtarr.png b/static/icons/vendor/homarr/png/youtarr.png
new file mode 100644
index 0000000..21d79fb
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtarr.png differ
diff --git a/static/icons/vendor/homarr/png/youtube-dl.png b/static/icons/vendor/homarr/png/youtube-dl.png
new file mode 100644
index 0000000..20db015
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtube-dl.png differ
diff --git a/static/icons/vendor/homarr/png/youtube-kids.png b/static/icons/vendor/homarr/png/youtube-kids.png
new file mode 100644
index 0000000..4e676ce
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtube-kids.png differ
diff --git a/static/icons/vendor/homarr/png/youtube-music.png b/static/icons/vendor/homarr/png/youtube-music.png
new file mode 100644
index 0000000..51cbaa7
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtube-music.png differ
diff --git a/static/icons/vendor/homarr/png/youtube-tv.png b/static/icons/vendor/homarr/png/youtube-tv.png
new file mode 100644
index 0000000..8de96e5
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtube-tv.png differ
diff --git a/static/icons/vendor/homarr/png/youtube.png b/static/icons/vendor/homarr/png/youtube.png
new file mode 100644
index 0000000..46ed4ca
Binary files /dev/null and b/static/icons/vendor/homarr/png/youtube.png differ
diff --git a/static/icons/vendor/homarr/png/yt-dlp.png b/static/icons/vendor/homarr/png/yt-dlp.png
new file mode 100644
index 0000000..a9071de
Binary files /dev/null and b/static/icons/vendor/homarr/png/yt-dlp.png differ
diff --git a/static/icons/vendor/homarr/png/yts.png b/static/icons/vendor/homarr/png/yts.png
new file mode 100644
index 0000000..f390d5b
Binary files /dev/null and b/static/icons/vendor/homarr/png/yts.png differ
diff --git a/static/icons/vendor/homarr/png/yuno-host-light.png b/static/icons/vendor/homarr/png/yuno-host-light.png
new file mode 100644
index 0000000..e2c8756
Binary files /dev/null and b/static/icons/vendor/homarr/png/yuno-host-light.png differ
diff --git a/static/icons/vendor/homarr/png/yunohost.png b/static/icons/vendor/homarr/png/yunohost.png
new file mode 100644
index 0000000..5b884d2
Binary files /dev/null and b/static/icons/vendor/homarr/png/yunohost.png differ
diff --git a/static/icons/vendor/homarr/png/z-ai.png b/static/icons/vendor/homarr/png/z-ai.png
new file mode 100644
index 0000000..50f849e
Binary files /dev/null and b/static/icons/vendor/homarr/png/z-ai.png differ
diff --git a/static/icons/vendor/homarr/png/z-wave-js-ui.png b/static/icons/vendor/homarr/png/z-wave-js-ui.png
new file mode 100644
index 0000000..38883cb
Binary files /dev/null and b/static/icons/vendor/homarr/png/z-wave-js-ui.png differ
diff --git a/static/icons/vendor/homarr/png/zabbix.png b/static/icons/vendor/homarr/png/zabbix.png
new file mode 100644
index 0000000..11e557e
Binary files /dev/null and b/static/icons/vendor/homarr/png/zabbix.png differ
diff --git a/static/icons/vendor/homarr/png/zabka.png b/static/icons/vendor/homarr/png/zabka.png
new file mode 100644
index 0000000..5204301
Binary files /dev/null and b/static/icons/vendor/homarr/png/zabka.png differ
diff --git a/static/icons/vendor/homarr/png/zalo.png b/static/icons/vendor/homarr/png/zalo.png
new file mode 100644
index 0000000..6f964d7
Binary files /dev/null and b/static/icons/vendor/homarr/png/zalo.png differ
diff --git a/static/icons/vendor/homarr/png/zammad.png b/static/icons/vendor/homarr/png/zammad.png
new file mode 100644
index 0000000..46eafc0
Binary files /dev/null and b/static/icons/vendor/homarr/png/zammad.png differ
diff --git a/static/icons/vendor/homarr/png/zapier-dark.png b/static/icons/vendor/homarr/png/zapier-dark.png
new file mode 100644
index 0000000..06804c5
Binary files /dev/null and b/static/icons/vendor/homarr/png/zapier-dark.png differ
diff --git a/static/icons/vendor/homarr/png/zapier.png b/static/icons/vendor/homarr/png/zapier.png
new file mode 100644
index 0000000..8e9cb2b
Binary files /dev/null and b/static/icons/vendor/homarr/png/zapier.png differ
diff --git a/static/icons/vendor/homarr/png/zashboard-dark.png b/static/icons/vendor/homarr/png/zashboard-dark.png
new file mode 100644
index 0000000..6aea90d
Binary files /dev/null and b/static/icons/vendor/homarr/png/zashboard-dark.png differ
diff --git a/static/icons/vendor/homarr/png/zashboard.png b/static/icons/vendor/homarr/png/zashboard.png
new file mode 100644
index 0000000..3debdef
Binary files /dev/null and b/static/icons/vendor/homarr/png/zashboard.png differ
diff --git a/static/icons/vendor/homarr/png/zellij.png b/static/icons/vendor/homarr/png/zellij.png
new file mode 100644
index 0000000..f94f797
Binary files /dev/null and b/static/icons/vendor/homarr/png/zellij.png differ
diff --git a/static/icons/vendor/homarr/png/zen-browser-dark.png b/static/icons/vendor/homarr/png/zen-browser-dark.png
new file mode 100644
index 0000000..4db96b9
Binary files /dev/null and b/static/icons/vendor/homarr/png/zen-browser-dark.png differ
diff --git a/static/icons/vendor/homarr/png/zen-browser.png b/static/icons/vendor/homarr/png/zen-browser.png
new file mode 100644
index 0000000..a480592
Binary files /dev/null and b/static/icons/vendor/homarr/png/zen-browser.png differ
diff --git a/static/icons/vendor/homarr/png/zenarmor.png b/static/icons/vendor/homarr/png/zenarmor.png
new file mode 100644
index 0000000..8e6fe95
Binary files /dev/null and b/static/icons/vendor/homarr/png/zenarmor.png differ
diff --git a/static/icons/vendor/homarr/png/zendesk.png b/static/icons/vendor/homarr/png/zendesk.png
new file mode 100644
index 0000000..e6de457
Binary files /dev/null and b/static/icons/vendor/homarr/png/zendesk.png differ
diff --git a/static/icons/vendor/homarr/png/zerobyte.png b/static/icons/vendor/homarr/png/zerobyte.png
new file mode 100644
index 0000000..4b36ce1
Binary files /dev/null and b/static/icons/vendor/homarr/png/zerobyte.png differ
diff --git a/static/icons/vendor/homarr/png/zerotier-light.png b/static/icons/vendor/homarr/png/zerotier-light.png
new file mode 100644
index 0000000..4387fa5
Binary files /dev/null and b/static/icons/vendor/homarr/png/zerotier-light.png differ
diff --git a/static/icons/vendor/homarr/png/zerotier.png b/static/icons/vendor/homarr/png/zerotier.png
new file mode 100644
index 0000000..5de0920
Binary files /dev/null and b/static/icons/vendor/homarr/png/zerotier.png differ
diff --git a/static/icons/vendor/homarr/png/zigbee2mqtt-light.png b/static/icons/vendor/homarr/png/zigbee2mqtt-light.png
new file mode 100644
index 0000000..8ffd885
Binary files /dev/null and b/static/icons/vendor/homarr/png/zigbee2mqtt-light.png differ
diff --git a/static/icons/vendor/homarr/png/zigbee2mqtt.png b/static/icons/vendor/homarr/png/zigbee2mqtt.png
new file mode 100644
index 0000000..3641e3c
Binary files /dev/null and b/static/icons/vendor/homarr/png/zigbee2mqtt.png differ
diff --git a/static/icons/vendor/homarr/png/zima-os.png b/static/icons/vendor/homarr/png/zima-os.png
new file mode 100644
index 0000000..5f10ac1
Binary files /dev/null and b/static/icons/vendor/homarr/png/zima-os.png differ
diff --git a/static/icons/vendor/homarr/png/zimbra.png b/static/icons/vendor/homarr/png/zimbra.png
new file mode 100644
index 0000000..a32aedd
Binary files /dev/null and b/static/icons/vendor/homarr/png/zimbra.png differ
diff --git a/static/icons/vendor/homarr/png/zipcaptions.png b/static/icons/vendor/homarr/png/zipcaptions.png
new file mode 100644
index 0000000..bddc951
Binary files /dev/null and b/static/icons/vendor/homarr/png/zipcaptions.png differ
diff --git a/static/icons/vendor/homarr/png/zipline-diced.png b/static/icons/vendor/homarr/png/zipline-diced.png
new file mode 100644
index 0000000..8eae76e
Binary files /dev/null and b/static/icons/vendor/homarr/png/zipline-diced.png differ
diff --git a/static/icons/vendor/homarr/png/zipline-light.png b/static/icons/vendor/homarr/png/zipline-light.png
new file mode 100644
index 0000000..c2d62ba
Binary files /dev/null and b/static/icons/vendor/homarr/png/zipline-light.png differ
diff --git a/static/icons/vendor/homarr/png/zipline.png b/static/icons/vendor/homarr/png/zipline.png
new file mode 100644
index 0000000..cddd6bb
Binary files /dev/null and b/static/icons/vendor/homarr/png/zipline.png differ
diff --git a/static/icons/vendor/homarr/png/zitadel-light.png b/static/icons/vendor/homarr/png/zitadel-light.png
new file mode 100644
index 0000000..926f2a2
Binary files /dev/null and b/static/icons/vendor/homarr/png/zitadel-light.png differ
diff --git a/static/icons/vendor/homarr/png/zitadel.png b/static/icons/vendor/homarr/png/zitadel.png
new file mode 100644
index 0000000..f6fa863
Binary files /dev/null and b/static/icons/vendor/homarr/png/zitadel.png differ
diff --git a/static/icons/vendor/homarr/png/znc.png b/static/icons/vendor/homarr/png/znc.png
new file mode 100644
index 0000000..2f7c37e
Binary files /dev/null and b/static/icons/vendor/homarr/png/znc.png differ
diff --git a/static/icons/vendor/homarr/png/zohomail.png b/static/icons/vendor/homarr/png/zohomail.png
new file mode 100644
index 0000000..13a9571
Binary files /dev/null and b/static/icons/vendor/homarr/png/zohomail.png differ
diff --git a/static/icons/vendor/homarr/png/zomro.png b/static/icons/vendor/homarr/png/zomro.png
new file mode 100644
index 0000000..c4a91a4
Binary files /dev/null and b/static/icons/vendor/homarr/png/zomro.png differ
diff --git a/static/icons/vendor/homarr/png/zoneminder.png b/static/icons/vendor/homarr/png/zoneminder.png
new file mode 100644
index 0000000..4022e8f
Binary files /dev/null and b/static/icons/vendor/homarr/png/zoneminder.png differ
diff --git a/static/icons/vendor/homarr/png/zoom-alt.png b/static/icons/vendor/homarr/png/zoom-alt.png
new file mode 100644
index 0000000..6c3f9ee
Binary files /dev/null and b/static/icons/vendor/homarr/png/zoom-alt.png differ
diff --git a/static/icons/vendor/homarr/png/zoom.png b/static/icons/vendor/homarr/png/zoom.png
new file mode 100644
index 0000000..622db52
Binary files /dev/null and b/static/icons/vendor/homarr/png/zoom.png differ
diff --git a/static/icons/vendor/homarr/png/zoraxy.png b/static/icons/vendor/homarr/png/zoraxy.png
new file mode 100644
index 0000000..af55270
Binary files /dev/null and b/static/icons/vendor/homarr/png/zoraxy.png differ
diff --git a/static/icons/vendor/homarr/png/zorin-linux.png b/static/icons/vendor/homarr/png/zorin-linux.png
new file mode 100644
index 0000000..f2d1fe3
Binary files /dev/null and b/static/icons/vendor/homarr/png/zorin-linux.png differ
diff --git a/static/icons/vendor/homarr/png/zot-registry.png b/static/icons/vendor/homarr/png/zot-registry.png
new file mode 100644
index 0000000..78b1d78
Binary files /dev/null and b/static/icons/vendor/homarr/png/zot-registry.png differ
diff --git a/static/icons/vendor/homarr/png/zulip.png b/static/icons/vendor/homarr/png/zulip.png
new file mode 100644
index 0000000..dcdae3f
Binary files /dev/null and b/static/icons/vendor/homarr/png/zulip.png differ
diff --git a/static/icons/vendor/homarr/png/zwavejs2mqtt.png b/static/icons/vendor/homarr/png/zwavejs2mqtt.png
new file mode 100644
index 0000000..e2aa537
Binary files /dev/null and b/static/icons/vendor/homarr/png/zwavejs2mqtt.png differ
diff --git a/static/icons/vendor/homarr/png/zyxel-communications-light.png b/static/icons/vendor/homarr/png/zyxel-communications-light.png
new file mode 100644
index 0000000..e3f5230
Binary files /dev/null and b/static/icons/vendor/homarr/png/zyxel-communications-light.png differ
diff --git a/static/icons/vendor/homarr/png/zyxel-communications.png b/static/icons/vendor/homarr/png/zyxel-communications.png
new file mode 100644
index 0000000..bb0ab16
Binary files /dev/null and b/static/icons/vendor/homarr/png/zyxel-communications.png differ
diff --git a/static/icons/vendor/homarr/png/zyxel-networks-light.png b/static/icons/vendor/homarr/png/zyxel-networks-light.png
new file mode 100644
index 0000000..bb86204
Binary files /dev/null and b/static/icons/vendor/homarr/png/zyxel-networks-light.png differ
diff --git a/static/icons/vendor/homarr/png/zyxel-networks.png b/static/icons/vendor/homarr/png/zyxel-networks.png
new file mode 100644
index 0000000..fd805eb
Binary files /dev/null and b/static/icons/vendor/homarr/png/zyxel-networks.png differ
diff --git a/static/icons/vendor/homarr/svg/1337x.svg b/static/icons/vendor/homarr/svg/1337x.svg
new file mode 100644
index 0000000..50bae0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/1337x.svg
@@ -0,0 +1,18 @@
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/13ft.svg b/static/icons/vendor/homarr/svg/13ft.svg
new file mode 100644
index 0000000..d9ecc9a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/13ft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/1panel.svg b/static/icons/vendor/homarr/svg/1panel.svg
new file mode 100644
index 0000000..4ae67b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/1panel.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/1password-dark.svg b/static/icons/vendor/homarr/svg/1password-dark.svg
new file mode 100644
index 0000000..d7cab76
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/1password-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/1password.svg b/static/icons/vendor/homarr/svg/1password.svg
new file mode 100644
index 0000000..a6173f9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/1password.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/20i-dark.svg b/static/icons/vendor/homarr/svg/20i-dark.svg
new file mode 100644
index 0000000..dd33787
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/20i-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/20i.svg b/static/icons/vendor/homarr/svg/20i.svg
new file mode 100644
index 0000000..f51acd4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/20i.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/2fauth-light.svg b/static/icons/vendor/homarr/svg/2fauth-light.svg
new file mode 100644
index 0000000..742d317
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/2fauth-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/2fauth.svg b/static/icons/vendor/homarr/svg/2fauth.svg
new file mode 100755
index 0000000..36eaaaf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/2fauth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/3cx-light.svg b/static/icons/vendor/homarr/svg/3cx-light.svg
new file mode 100644
index 0000000..19b1a46
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/3cx-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/3cx.svg b/static/icons/vendor/homarr/svg/3cx.svg
new file mode 100644
index 0000000..a6029d7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/3cx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/4chan.svg b/static/icons/vendor/homarr/svg/4chan.svg
new file mode 100644
index 0000000..61000b3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/4chan.svg
@@ -0,0 +1,111 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/5etools-dark.svg b/static/icons/vendor/homarr/svg/5etools-dark.svg
new file mode 100644
index 0000000..7e444a7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/5etools-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/5etools.svg b/static/icons/vendor/homarr/svg/5etools.svg
new file mode 100644
index 0000000..73c236c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/5etools.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/7zip.svg b/static/icons/vendor/homarr/svg/7zip.svg
new file mode 100644
index 0000000..f094ed1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/7zip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/8311.svg b/static/icons/vendor/homarr/svg/8311.svg
new file mode 100644
index 0000000..c8f386d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/8311.svg
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/a-mule.svg b/static/icons/vendor/homarr/svg/a-mule.svg
new file mode 100644
index 0000000..6ba6e5c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/a-mule.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aboard.svg b/static/icons/vendor/homarr/svg/aboard.svg
new file mode 100644
index 0000000..5279c63
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aboard.svg
@@ -0,0 +1,74 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/act.svg b/static/icons/vendor/homarr/svg/act.svg
new file mode 100644
index 0000000..e1b8536
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/act.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/action1.svg b/static/icons/vendor/homarr/svg/action1.svg
new file mode 100644
index 0000000..7ffba42
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/action1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/activepieces.svg b/static/icons/vendor/homarr/svg/activepieces.svg
new file mode 100755
index 0000000..e9e409e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/activepieces.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/actual-budget.svg b/static/icons/vendor/homarr/svg/actual-budget.svg
new file mode 100755
index 0000000..6f39271
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/actual-budget.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/adguard-home-sync.svg b/static/icons/vendor/homarr/svg/adguard-home-sync.svg
new file mode 100644
index 0000000..8d440c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/adguard-home-sync.svg
@@ -0,0 +1,190 @@
+
+
diff --git a/static/icons/vendor/homarr/svg/adguard-home.svg b/static/icons/vendor/homarr/svg/adguard-home.svg
new file mode 100755
index 0000000..7e3c634
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/adguard-home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/adminer.svg b/static/icons/vendor/homarr/svg/adminer.svg
new file mode 100755
index 0000000..1ac2993
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/adminer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/adobe.svg b/static/icons/vendor/homarr/svg/adobe.svg
new file mode 100644
index 0000000..8931c49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/adobe.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/advanzia.svg b/static/icons/vendor/homarr/svg/advanzia.svg
new file mode 100644
index 0000000..203e9a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/advanzia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/adventure-log.svg b/static/icons/vendor/homarr/svg/adventure-log.svg
new file mode 100755
index 0000000..b580c50
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/adventure-log.svg
@@ -0,0 +1,59 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/affine-light.svg b/static/icons/vendor/homarr/svg/affine-light.svg
new file mode 100644
index 0000000..752348e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/affine-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/affine.svg b/static/icons/vendor/homarr/svg/affine.svg
new file mode 100755
index 0000000..ed888a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/affine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/agregarr.svg b/static/icons/vendor/homarr/svg/agregarr.svg
new file mode 100644
index 0000000..a752199
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/agregarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ai-on-the-edge-device.svg b/static/icons/vendor/homarr/svg/ai-on-the-edge-device.svg
new file mode 100644
index 0000000..819b82d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ai-on-the-edge-device.svg
@@ -0,0 +1,89 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/air-trail.svg b/static/icons/vendor/homarr/svg/air-trail.svg
new file mode 100644
index 0000000..1b07ae5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/air-trail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/airsonic.svg b/static/icons/vendor/homarr/svg/airsonic.svg
new file mode 100644
index 0000000..1dea39a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/airsonic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/airtable.svg b/static/icons/vendor/homarr/svg/airtable.svg
new file mode 100755
index 0000000..9bc6ab6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/airtable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/airtel.svg b/static/icons/vendor/homarr/svg/airtel.svg
new file mode 100644
index 0000000..f2b3db5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/airtel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/airvpn.svg b/static/icons/vendor/homarr/svg/airvpn.svg
new file mode 100644
index 0000000..4d92e2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/airvpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/akamai.svg b/static/icons/vendor/homarr/svg/akamai.svg
new file mode 100644
index 0000000..d6db2fc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/akamai.svg
@@ -0,0 +1,40 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/akaunting.svg b/static/icons/vendor/homarr/svg/akaunting.svg
new file mode 100644
index 0000000..dd48052
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/akaunting.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/akkoma-light.svg b/static/icons/vendor/homarr/svg/akkoma-light.svg
new file mode 100644
index 0000000..b940e0e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/akkoma-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/akkoma.svg b/static/icons/vendor/homarr/svg/akkoma.svg
new file mode 100755
index 0000000..a4c9105
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/akkoma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/albert-heijn.svg b/static/icons/vendor/homarr/svg/albert-heijn.svg
new file mode 100644
index 0000000..f5049b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/albert-heijn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alertmanager.svg b/static/icons/vendor/homarr/svg/alertmanager.svg
new file mode 100644
index 0000000..f3573d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alertmanager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alexa.svg b/static/icons/vendor/homarr/svg/alexa.svg
new file mode 100644
index 0000000..9490e57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alexa.svg
@@ -0,0 +1,41 @@
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alexandrie-dark.svg b/static/icons/vendor/homarr/svg/alexandrie-dark.svg
new file mode 100644
index 0000000..c76bb8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alexandrie-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alexandrie.svg b/static/icons/vendor/homarr/svg/alexandrie.svg
new file mode 100644
index 0000000..e182b5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alexandrie.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aliasvault.svg b/static/icons/vendor/homarr/svg/aliasvault.svg
new file mode 100644
index 0000000..5876600
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aliasvault.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/static/icons/vendor/homarr/svg/aliexpress.svg b/static/icons/vendor/homarr/svg/aliexpress.svg
new file mode 100644
index 0000000..35f4953
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aliexpress.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alist.svg b/static/icons/vendor/homarr/svg/alist.svg
new file mode 100755
index 0000000..bd620ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alist.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aliyun.svg b/static/icons/vendor/homarr/svg/aliyun.svg
new file mode 100644
index 0000000..612a161
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aliyun.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alloy.svg b/static/icons/vendor/homarr/svg/alloy.svg
new file mode 100644
index 0000000..6bea180
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alloy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alma-linux.svg b/static/icons/vendor/homarr/svg/alma-linux.svg
new file mode 100644
index 0000000..89f52ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alma-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/alpine-linux.svg b/static/icons/vendor/homarr/svg/alpine-linux.svg
new file mode 100644
index 0000000..1ffbdad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/alpine-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amazon-light.svg b/static/icons/vendor/homarr/svg/amazon-light.svg
new file mode 100644
index 0000000..2d3fd01
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amazon-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amazon-prime.svg b/static/icons/vendor/homarr/svg/amazon-prime.svg
new file mode 100755
index 0000000..d0b1f76
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amazon-prime.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amazon-web-services-light.svg b/static/icons/vendor/homarr/svg/amazon-web-services-light.svg
new file mode 100644
index 0000000..711a93a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amazon-web-services-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amazon-web-services.svg b/static/icons/vendor/homarr/svg/amazon-web-services.svg
new file mode 100644
index 0000000..7c989b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amazon-web-services.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amazon.svg b/static/icons/vendor/homarr/svg/amazon.svg
new file mode 100755
index 0000000..97afc4a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amazon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amd-light.svg b/static/icons/vendor/homarr/svg/amd-light.svg
new file mode 100644
index 0000000..1d9843a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amd-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/amd.svg b/static/icons/vendor/homarr/svg/amd.svg
new file mode 100755
index 0000000..ebc7c99
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/amd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/android-auto-dark.svg b/static/icons/vendor/homarr/svg/android-auto-dark.svg
new file mode 100644
index 0000000..d0b7a21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/android-auto-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/android-auto.svg b/static/icons/vendor/homarr/svg/android-auto.svg
new file mode 100644
index 0000000..8d260c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/android-auto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/android-robot.svg b/static/icons/vendor/homarr/svg/android-robot.svg
new file mode 100644
index 0000000..2a0354e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/android-robot.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/android.svg b/static/icons/vendor/homarr/svg/android.svg
new file mode 100755
index 0000000..51d55e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/android.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/angular.svg b/static/icons/vendor/homarr/svg/angular.svg
new file mode 100644
index 0000000..1982b87
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/angular.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/anime-kai.svg b/static/icons/vendor/homarr/svg/anime-kai.svg
new file mode 100644
index 0000000..a8fb5a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/anime-kai.svg
@@ -0,0 +1,26 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/anonaddy.svg b/static/icons/vendor/homarr/svg/anonaddy.svg
new file mode 100755
index 0000000..fe754b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/anonaddy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ansible-light.svg b/static/icons/vendor/homarr/svg/ansible-light.svg
new file mode 100644
index 0000000..07208b3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ansible-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ansible.svg b/static/icons/vendor/homarr/svg/ansible.svg
new file mode 100755
index 0000000..10eb0a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ansible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/any-listen.svg b/static/icons/vendor/homarr/svg/any-listen.svg
new file mode 100644
index 0000000..14f4b2d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/any-listen.svg
@@ -0,0 +1,5 @@
+
diff --git a/static/icons/vendor/homarr/svg/anything-llm-light.svg b/static/icons/vendor/homarr/svg/anything-llm-light.svg
new file mode 100644
index 0000000..8d84b8c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/anything-llm-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/anything-llm.svg b/static/icons/vendor/homarr/svg/anything-llm.svg
new file mode 100644
index 0000000..3e40567
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/anything-llm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/anytype.svg b/static/icons/vendor/homarr/svg/anytype.svg
new file mode 100644
index 0000000..be3e993
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/anytype.svg
@@ -0,0 +1,32 @@
+
diff --git a/static/icons/vendor/homarr/svg/apache-airflow.svg b/static/icons/vendor/homarr/svg/apache-airflow.svg
new file mode 100644
index 0000000..ffb1272
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-airflow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-answer.svg b/static/icons/vendor/homarr/svg/apache-answer.svg
new file mode 100755
index 0000000..dc3cc73
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-answer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-cassandra.svg b/static/icons/vendor/homarr/svg/apache-cassandra.svg
new file mode 100644
index 0000000..52e3536
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-cassandra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-cloudstack.svg b/static/icons/vendor/homarr/svg/apache-cloudstack.svg
new file mode 100644
index 0000000..63e09c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-cloudstack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-druid.svg b/static/icons/vendor/homarr/svg/apache-druid.svg
new file mode 100644
index 0000000..c4391b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-druid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-iceberg.svg b/static/icons/vendor/homarr/svg/apache-iceberg.svg
new file mode 100644
index 0000000..7c1984e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-iceberg.svg
@@ -0,0 +1,59 @@
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-openoffice.svg b/static/icons/vendor/homarr/svg/apache-openoffice.svg
new file mode 100644
index 0000000..4139060
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-openoffice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-solr.svg b/static/icons/vendor/homarr/svg/apache-solr.svg
new file mode 100644
index 0000000..b4c1bb7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-solr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-subversion.svg b/static/icons/vendor/homarr/svg/apache-subversion.svg
new file mode 100644
index 0000000..10c2eb9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-subversion.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-tomcat-light.svg b/static/icons/vendor/homarr/svg/apache-tomcat-light.svg
new file mode 100644
index 0000000..1fe9e72
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-tomcat-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache-tomcat.svg b/static/icons/vendor/homarr/svg/apache-tomcat.svg
new file mode 100644
index 0000000..b88d7b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache-tomcat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apache.svg b/static/icons/vendor/homarr/svg/apache.svg
new file mode 100644
index 0000000..510956e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apache.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apc.svg b/static/icons/vendor/homarr/svg/apc.svg
new file mode 100644
index 0000000..b3fd092
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apiscp.svg b/static/icons/vendor/homarr/svg/apiscp.svg
new file mode 100644
index 0000000..585e512
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apiscp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/app-service.svg b/static/icons/vendor/homarr/svg/app-service.svg
new file mode 100644
index 0000000..022ef80
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/app-service.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/app-store.svg b/static/icons/vendor/homarr/svg/app-store.svg
new file mode 100644
index 0000000..acfeef1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/app-store.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/appflowy.svg b/static/icons/vendor/homarr/svg/appflowy.svg
new file mode 100755
index 0000000..24fc571
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/appflowy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-alt.svg b/static/icons/vendor/homarr/svg/apple-alt.svg
new file mode 100644
index 0000000..875eb57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-light.svg b/static/icons/vendor/homarr/svg/apple-light.svg
new file mode 100644
index 0000000..3ce2d03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-maps.svg b/static/icons/vendor/homarr/svg/apple-maps.svg
new file mode 100644
index 0000000..9c4336f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-maps.svg
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-music.svg b/static/icons/vendor/homarr/svg/apple-music.svg
new file mode 100755
index 0000000..2b8715f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-music.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-podcasts.svg b/static/icons/vendor/homarr/svg/apple-podcasts.svg
new file mode 100644
index 0000000..21579a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-podcasts.svg
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-tv-plus-light.svg b/static/icons/vendor/homarr/svg/apple-tv-plus-light.svg
new file mode 100644
index 0000000..6e06c61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-tv-plus-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple-tv-plus.svg b/static/icons/vendor/homarr/svg/apple-tv-plus.svg
new file mode 100755
index 0000000..44c2564
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple-tv-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/apple.svg b/static/icons/vendor/homarr/svg/apple.svg
new file mode 100755
index 0000000..3230ded
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/apple.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/application-gateway-container.svg b/static/icons/vendor/homarr/svg/application-gateway-container.svg
new file mode 100644
index 0000000..03102b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/application-gateway-container.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/application-gateways.svg b/static/icons/vendor/homarr/svg/application-gateways.svg
new file mode 100644
index 0000000..b0b824a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/application-gateways.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/appwrite.svg b/static/icons/vendor/homarr/svg/appwrite.svg
new file mode 100755
index 0000000..df6366e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/appwrite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ara-records-ansible.svg b/static/icons/vendor/homarr/svg/ara-records-ansible.svg
new file mode 100755
index 0000000..4f73df4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ara-records-ansible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/arcane.svg b/static/icons/vendor/homarr/svg/arcane.svg
new file mode 100644
index 0000000..6663880
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/arcane.svg
@@ -0,0 +1,20 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/arch-linux.svg b/static/icons/vendor/homarr/svg/arch-linux.svg
new file mode 100755
index 0000000..32095d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/arch-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/archidekt.svg b/static/icons/vendor/homarr/svg/archidekt.svg
new file mode 100644
index 0000000..cbc01b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/archidekt.svg
@@ -0,0 +1,44 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/archivebox.svg b/static/icons/vendor/homarr/svg/archivebox.svg
new file mode 100644
index 0000000..82792ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/archivebox.svg
@@ -0,0 +1,215 @@
+
+
diff --git a/static/icons/vendor/homarr/svg/arduino.svg b/static/icons/vendor/homarr/svg/arduino.svg
new file mode 100644
index 0000000..fe3cfd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/arduino.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/argo-cd.svg b/static/icons/vendor/homarr/svg/argo-cd.svg
new file mode 100644
index 0000000..1ac1fbc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/argo-cd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/arm.svg b/static/icons/vendor/homarr/svg/arm.svg
new file mode 100644
index 0000000..bac2bc8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/arm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/artifacthub.svg b/static/icons/vendor/homarr/svg/artifacthub.svg
new file mode 100644
index 0000000..b8c9a54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/artifacthub.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/artifactory.svg b/static/icons/vendor/homarr/svg/artifactory.svg
new file mode 100644
index 0000000..8bd911d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/artifactory.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aruba.svg b/static/icons/vendor/homarr/svg/aruba.svg
new file mode 100644
index 0000000..6454e6f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aruba.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asana.svg b/static/icons/vendor/homarr/svg/asana.svg
new file mode 100644
index 0000000..31dbaf5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asana.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asciinema.svg b/static/icons/vendor/homarr/svg/asciinema.svg
new file mode 100755
index 0000000..6400a35
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asciinema.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asrock-rack-ipmi.svg b/static/icons/vendor/homarr/svg/asrock-rack-ipmi.svg
new file mode 100644
index 0000000..45c5e7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asrock-rack-ipmi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asrock-rack.svg b/static/icons/vendor/homarr/svg/asrock-rack.svg
new file mode 100644
index 0000000..45c5e7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asrock-rack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/assetgrid.png b/static/icons/vendor/homarr/svg/assetgrid.png
new file mode 100644
index 0000000..5f33f1d
Binary files /dev/null and b/static/icons/vendor/homarr/svg/assetgrid.png differ
diff --git a/static/icons/vendor/homarr/svg/astral.svg b/static/icons/vendor/homarr/svg/astral.svg
new file mode 100644
index 0000000..5652b2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/astral.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/astuto-light.svg b/static/icons/vendor/homarr/svg/astuto-light.svg
new file mode 100644
index 0000000..72898a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/astuto-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/astuto.svg b/static/icons/vendor/homarr/svg/astuto.svg
new file mode 100755
index 0000000..206d9ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/astuto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asus-full.svg b/static/icons/vendor/homarr/svg/asus-full.svg
new file mode 100644
index 0000000..b93f8a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asus-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asus-rog.svg b/static/icons/vendor/homarr/svg/asus-rog.svg
new file mode 100644
index 0000000..89d0e35
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asus-rog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asus-router.svg b/static/icons/vendor/homarr/svg/asus-router.svg
new file mode 100644
index 0000000..97dda17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asus-router.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asus.svg b/static/icons/vendor/homarr/svg/asus.svg
new file mode 100644
index 0000000..d35b89d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asus.svg
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/asustor.svg b/static/icons/vendor/homarr/svg/asustor.svg
new file mode 100644
index 0000000..ddede1a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/asustor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/at-t.svg b/static/icons/vendor/homarr/svg/at-t.svg
new file mode 100644
index 0000000..d2143a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/at-t.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-bamboo.svg b/static/icons/vendor/homarr/svg/atlassian-bamboo.svg
new file mode 100644
index 0000000..fdfc58b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-bamboo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-bitbucket.svg b/static/icons/vendor/homarr/svg/atlassian-bitbucket.svg
new file mode 100644
index 0000000..009d2a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-bitbucket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-confluence.svg b/static/icons/vendor/homarr/svg/atlassian-confluence.svg
new file mode 100644
index 0000000..13ee79e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-confluence.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-jira.svg b/static/icons/vendor/homarr/svg/atlassian-jira.svg
new file mode 100644
index 0000000..73811db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-jira.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-opsgenie.svg b/static/icons/vendor/homarr/svg/atlassian-opsgenie.svg
new file mode 100644
index 0000000..e9c6043
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-opsgenie.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian-trello.svg b/static/icons/vendor/homarr/svg/atlassian-trello.svg
new file mode 100644
index 0000000..395fc17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian-trello.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atlassian.svg b/static/icons/vendor/homarr/svg/atlassian.svg
new file mode 100644
index 0000000..7c1cc1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atlassian.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atuin-light.svg b/static/icons/vendor/homarr/svg/atuin-light.svg
new file mode 100644
index 0000000..43fcb81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atuin-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/atuin.svg b/static/icons/vendor/homarr/svg/atuin.svg
new file mode 100755
index 0000000..607d6bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/atuin.svg
@@ -0,0 +1,15 @@
+
+
diff --git a/static/icons/vendor/homarr/svg/audacity.svg b/static/icons/vendor/homarr/svg/audacity.svg
new file mode 100644
index 0000000..8bbf607
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/audacity.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/audiobookshelf.svg b/static/icons/vendor/homarr/svg/audiobookshelf.svg
new file mode 100755
index 0000000..3fa76b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/audiobookshelf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/audora.svg b/static/icons/vendor/homarr/svg/audora.svg
new file mode 100644
index 0000000..9024402
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/audora.svg
@@ -0,0 +1,23 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aura.svg b/static/icons/vendor/homarr/svg/aura.svg
new file mode 100644
index 0000000..93b6898
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aura.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/auracast.svg b/static/icons/vendor/homarr/svg/auracast.svg
new file mode 100644
index 0000000..6490d88
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/auracast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/authelia.svg b/static/icons/vendor/homarr/svg/authelia.svg
new file mode 100755
index 0000000..a7ffe09
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/authelia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/authentik.svg b/static/icons/vendor/homarr/svg/authentik.svg
new file mode 100755
index 0000000..9933084
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/authentik.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/authman.svg b/static/icons/vendor/homarr/svg/authman.svg
new file mode 100755
index 0000000..9519623
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/authman.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/auto-cad.svg b/static/icons/vendor/homarr/svg/auto-cad.svg
new file mode 100644
index 0000000..c84732f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/auto-cad.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/autobangumi-dark.svg b/static/icons/vendor/homarr/svg/autobangumi-dark.svg
new file mode 100644
index 0000000..c6120c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/autobangumi-dark.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/autobangumi.svg b/static/icons/vendor/homarr/svg/autobangumi.svg
new file mode 100644
index 0000000..069c619
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/autobangumi.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/autobrr.svg b/static/icons/vendor/homarr/svg/autobrr.svg
new file mode 100755
index 0000000..a5b1279
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/autobrr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/automad-light.svg b/static/icons/vendor/homarr/svg/automad-light.svg
new file mode 100644
index 0000000..8034629
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/automad-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/automad.svg b/static/icons/vendor/homarr/svg/automad.svg
new file mode 100755
index 0000000..701ab33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/automad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/av1-dark.svg b/static/icons/vendor/homarr/svg/av1-dark.svg
new file mode 100644
index 0000000..05769e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/av1-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/av1-light.svg b/static/icons/vendor/homarr/svg/av1-light.svg
new file mode 100644
index 0000000..f0bb319
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/av1-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/av1.svg b/static/icons/vendor/homarr/svg/av1.svg
new file mode 100644
index 0000000..05769e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/av1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/avg.svg b/static/icons/vendor/homarr/svg/avg.svg
new file mode 100644
index 0000000..a7f1d73
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/avg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/avigilon.svg b/static/icons/vendor/homarr/svg/avigilon.svg
new file mode 100644
index 0000000..7185a92
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/avigilon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/avm-fritzbox-light.svg b/static/icons/vendor/homarr/svg/avm-fritzbox-light.svg
new file mode 100644
index 0000000..615a0e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/avm-fritzbox-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/avm-fritzbox.svg b/static/icons/vendor/homarr/svg/avm-fritzbox.svg
new file mode 100644
index 0000000..f7ef954
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/avm-fritzbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aws-ecs.svg b/static/icons/vendor/homarr/svg/aws-ecs.svg
new file mode 100644
index 0000000..f569ccc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aws-ecs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aws-light.svg b/static/icons/vendor/homarr/svg/aws-light.svg
new file mode 100644
index 0000000..711a93a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aws-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/aws.svg b/static/icons/vendor/homarr/svg/aws.svg
new file mode 100644
index 0000000..7c989b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/aws.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/awwesome.svg b/static/icons/vendor/homarr/svg/awwesome.svg
new file mode 100644
index 0000000..1a9b5f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/awwesome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/awx.svg b/static/icons/vendor/homarr/svg/awx.svg
new file mode 100644
index 0000000..57b8e74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/awx.svg
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/axis.svg b/static/icons/vendor/homarr/svg/axis.svg
new file mode 100644
index 0000000..e7878a2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/axis.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azuracast.svg b/static/icons/vendor/homarr/svg/azuracast.svg
new file mode 100755
index 0000000..fd2a086
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azuracast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-bicep.svg b/static/icons/vendor/homarr/svg/azure-bicep.svg
new file mode 100644
index 0000000..086ac2c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-bicep.svg
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/azure-container-apps.svg b/static/icons/vendor/homarr/svg/azure-container-apps.svg
new file mode 100644
index 0000000..3dd3d4d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-container-apps.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-container-instances.svg b/static/icons/vendor/homarr/svg/azure-container-instances.svg
new file mode 100644
index 0000000..e9ca50f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-container-instances.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-container-registry.svg b/static/icons/vendor/homarr/svg/azure-container-registry.svg
new file mode 100644
index 0000000..10de958
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-container-registry.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-container-service.svg b/static/icons/vendor/homarr/svg/azure-container-service.svg
new file mode 100644
index 0000000..43ddcb8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-container-service.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-cosmos-db.svg b/static/icons/vendor/homarr/svg/azure-cosmos-db.svg
new file mode 100644
index 0000000..ecb1792
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-cosmos-db.svg
@@ -0,0 +1 @@
+Icon-databases-121
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-devops.svg b/static/icons/vendor/homarr/svg/azure-devops.svg
new file mode 100644
index 0000000..8b89bc4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-devops.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-dns.svg b/static/icons/vendor/homarr/svg/azure-dns.svg
new file mode 100644
index 0000000..8138f4b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-dns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-firewall.svg b/static/icons/vendor/homarr/svg/azure-firewall.svg
new file mode 100644
index 0000000..0a97a18
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-firewall.svg
@@ -0,0 +1 @@
+Icon-networking-84
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-kubernetes-services.svg b/static/icons/vendor/homarr/svg/azure-kubernetes-services.svg
new file mode 100644
index 0000000..2e597c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-kubernetes-services.svg
@@ -0,0 +1 @@
+Icon-compute-23
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-log-analytics-workspaces.svg b/static/icons/vendor/homarr/svg/azure-log-analytics-workspaces.svg
new file mode 100644
index 0000000..ec1c0ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-log-analytics-workspaces.svg
@@ -0,0 +1 @@
+Icon-manage-307
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-monitor.svg b/static/icons/vendor/homarr/svg/azure-monitor.svg
new file mode 100644
index 0000000..548a389
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-monitor.svg
@@ -0,0 +1 @@
+Icon-manage-317
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-postgres-server.svg b/static/icons/vendor/homarr/svg/azure-postgres-server.svg
new file mode 100644
index 0000000..8d3d0dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-postgres-server.svg
@@ -0,0 +1 @@
+Icon-databases-131
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-sql-db.svg b/static/icons/vendor/homarr/svg/azure-sql-db.svg
new file mode 100644
index 0000000..3fc930b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-sql-db.svg
@@ -0,0 +1 @@
+Icon-iot-198
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-sql-server.svg b/static/icons/vendor/homarr/svg/azure-sql-server.svg
new file mode 100644
index 0000000..0edc84a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-sql-server.svg
@@ -0,0 +1 @@
+Icon-databases-132
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-storage-accounts.svg b/static/icons/vendor/homarr/svg/azure-storage-accounts.svg
new file mode 100644
index 0000000..e2a26a2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-storage-accounts.svg
@@ -0,0 +1 @@
+Icon-storage-86
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-virtual-desktop.svg b/static/icons/vendor/homarr/svg/azure-virtual-desktop.svg
new file mode 100644
index 0000000..52af4ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-virtual-desktop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-virtual-network-gateways.svg b/static/icons/vendor/homarr/svg/azure-virtual-network-gateways.svg
new file mode 100644
index 0000000..0e4ee74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-virtual-network-gateways.svg
@@ -0,0 +1 @@
+Icon-networking-63
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-vm.svg b/static/icons/vendor/homarr/svg/azure-vm.svg
new file mode 100644
index 0000000..0263f26
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-vm.svg
@@ -0,0 +1 @@
+Icon-compute-21
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure-vnet.svg b/static/icons/vendor/homarr/svg/azure-vnet.svg
new file mode 100644
index 0000000..ad628af
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure-vnet.svg
@@ -0,0 +1 @@
+Icon-networking-61
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/azure.svg b/static/icons/vendor/homarr/svg/azure.svg
new file mode 100644
index 0000000..ead24b4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/azure.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bab-technologie-dark.svg b/static/icons/vendor/homarr/svg/bab-technologie-dark.svg
new file mode 100644
index 0000000..5ecca02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bab-technologie-dark.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bab-technologie.svg b/static/icons/vendor/homarr/svg/bab-technologie.svg
new file mode 100644
index 0000000..f834804
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bab-technologie.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/backblaze.svg b/static/icons/vendor/homarr/svg/backblaze.svg
new file mode 100755
index 0000000..ddb4ab7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/backblaze.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/backrest-light.svg b/static/icons/vendor/homarr/svg/backrest-light.svg
new file mode 100644
index 0000000..7d8038a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/backrest-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/backrest.svg b/static/icons/vendor/homarr/svg/backrest.svg
new file mode 100755
index 0000000..cb6966d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/backrest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bale.svg b/static/icons/vendor/homarr/svg/bale.svg
new file mode 100644
index 0000000..0288000
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bale.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/balena-cloud.svg b/static/icons/vendor/homarr/svg/balena-cloud.svg
new file mode 100644
index 0000000..f68944d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/balena-cloud.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/balena-etcher.svg b/static/icons/vendor/homarr/svg/balena-etcher.svg
new file mode 100644
index 0000000..0455d83
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/balena-etcher.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ballerina.svg b/static/icons/vendor/homarr/svg/ballerina.svg
new file mode 100644
index 0000000..b6395ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ballerina.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bandcamp.svg b/static/icons/vendor/homarr/svg/bandcamp.svg
new file mode 100644
index 0000000..f368132
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bandcamp.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bar-assistant.svg b/static/icons/vendor/homarr/svg/bar-assistant.svg
new file mode 100755
index 0000000..fa64e1a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bar-assistant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/barrage.svg b/static/icons/vendor/homarr/svg/barrage.svg
new file mode 100644
index 0000000..d69d9fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/barrage.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/baserow.svg b/static/icons/vendor/homarr/svg/baserow.svg
new file mode 100755
index 0000000..44b6198
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/baserow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bazarr-dark.svg b/static/icons/vendor/homarr/svg/bazarr-dark.svg
new file mode 100644
index 0000000..56c1f07
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bazarr-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bazarr.svg b/static/icons/vendor/homarr/svg/bazarr.svg
new file mode 100644
index 0000000..efbb0e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bazarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bazecor.svg b/static/icons/vendor/homarr/svg/bazecor.svg
new file mode 100644
index 0000000..a51307a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bazecor.svg
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/be-quiet.svg b/static/icons/vendor/homarr/svg/be-quiet.svg
new file mode 100644
index 0000000..d0b8ac8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/be-quiet.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/beaver-habit-tracker-light.svg b/static/icons/vendor/homarr/svg/beaver-habit-tracker-light.svg
new file mode 100644
index 0000000..b72d4a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beaver-habit-tracker-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/beaver-habit-tracker.svg b/static/icons/vendor/homarr/svg/beaver-habit-tracker.svg
new file mode 100755
index 0000000..a5b370d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beaver-habit-tracker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bechtle.svg b/static/icons/vendor/homarr/svg/bechtle.svg
new file mode 100644
index 0000000..d2f8ba3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bechtle.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/beef-light.svg b/static/icons/vendor/homarr/svg/beef-light.svg
new file mode 100644
index 0000000..780d4ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beef-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/beef.svg b/static/icons/vendor/homarr/svg/beef.svg
new file mode 100644
index 0000000..476bb9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beef.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/behance.svg b/static/icons/vendor/homarr/svg/behance.svg
new file mode 100644
index 0000000..7ee588a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/behance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bentopdf.svg b/static/icons/vendor/homarr/svg/bentopdf.svg
new file mode 100644
index 0000000..a94f6cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bentopdf.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/beszel-light.svg b/static/icons/vendor/homarr/svg/beszel-light.svg
new file mode 100644
index 0000000..fa276d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beszel-light.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/beszel.svg b/static/icons/vendor/homarr/svg/beszel.svg
new file mode 100755
index 0000000..fa276d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/beszel.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/bewcloud.svg b/static/icons/vendor/homarr/svg/bewcloud.svg
new file mode 100644
index 0000000..cac0ea6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bewcloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/biblioreads-light.svg b/static/icons/vendor/homarr/svg/biblioreads-light.svg
new file mode 100644
index 0000000..c792392
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/biblioreads-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/biblioreads.svg b/static/icons/vendor/homarr/svg/biblioreads.svg
new file mode 100755
index 0000000..a683c84
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/biblioreads.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bigcapital.svg b/static/icons/vendor/homarr/svg/bigcapital.svg
new file mode 100755
index 0000000..8f35177
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bigcapital.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bilibili.svg b/static/icons/vendor/homarr/svg/bilibili.svg
new file mode 100644
index 0000000..28113ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bilibili.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bing.svg b/static/icons/vendor/homarr/svg/bing.svg
new file mode 100644
index 0000000..6b6e989
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bing.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/binner-dark.svg b/static/icons/vendor/homarr/svg/binner-dark.svg
new file mode 100644
index 0000000..47fb29c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/binner-dark.svg
@@ -0,0 +1,125 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/binner.svg b/static/icons/vendor/homarr/svg/binner.svg
new file mode 100644
index 0000000..b0eb63c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/binner.svg
@@ -0,0 +1,125 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/bitbucket.svg b/static/icons/vendor/homarr/svg/bitbucket.svg
new file mode 100755
index 0000000..a165259
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitbucket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitcoin.svg b/static/icons/vendor/homarr/svg/bitcoin.svg
new file mode 100644
index 0000000..aa85330
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitcoin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitly-dark.svg b/static/icons/vendor/homarr/svg/bitly-dark.svg
new file mode 100644
index 0000000..c41d153
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitly-dark.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitly-light.svg b/static/icons/vendor/homarr/svg/bitly-light.svg
new file mode 100644
index 0000000..90eab8d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitly-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitly-wordmark-light.svg b/static/icons/vendor/homarr/svg/bitly-wordmark-light.svg
new file mode 100644
index 0000000..0b074c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitly-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitly.svg b/static/icons/vendor/homarr/svg/bitly.svg
new file mode 100644
index 0000000..90eab8d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitmagnet.svg b/static/icons/vendor/homarr/svg/bitmagnet.svg
new file mode 100644
index 0000000..ab2bf75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitmagnet.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bitwarden.svg b/static/icons/vendor/homarr/svg/bitwarden.svg
new file mode 100755
index 0000000..4c59526
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bitwarden.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/black-forest-labs-dark.svg b/static/icons/vendor/homarr/svg/black-forest-labs-dark.svg
new file mode 100644
index 0000000..a3d5c93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/black-forest-labs-dark.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/black-forest-labs-light.svg b/static/icons/vendor/homarr/svg/black-forest-labs-light.svg
new file mode 100644
index 0000000..e42a6b2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/black-forest-labs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-dark.svg b/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-dark.svg
new file mode 100644
index 0000000..1d1c001
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-dark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-light.svg b/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-light.svg
new file mode 100644
index 0000000..0ef637b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/black-forest-labs-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/black-forest-labs.svg b/static/icons/vendor/homarr/svg/black-forest-labs.svg
new file mode 100644
index 0000000..a3d5c93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/black-forest-labs.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/blender.svg b/static/icons/vendor/homarr/svg/blender.svg
new file mode 100644
index 0000000..66d3a67
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/blender.svg
@@ -0,0 +1,12 @@
+
+ Blender logo (without text)
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/blocky.svg b/static/icons/vendor/homarr/svg/blocky.svg
new file mode 100755
index 0000000..0c37c75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/blocky.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/blogger.svg b/static/icons/vendor/homarr/svg/blogger.svg
new file mode 100644
index 0000000..3be8b1d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/blogger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/blu-ray-3d.svg b/static/icons/vendor/homarr/svg/blu-ray-3d.svg
new file mode 100644
index 0000000..e136ae0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/blu-ray-3d.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/blu-ray.svg b/static/icons/vendor/homarr/svg/blu-ray.svg
new file mode 100644
index 0000000..650be3f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/blu-ray.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bluesky.svg b/static/icons/vendor/homarr/svg/bluesky.svg
new file mode 100755
index 0000000..2b49d71
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bluesky.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bluetooth.svg b/static/icons/vendor/homarr/svg/bluetooth.svg
new file mode 100644
index 0000000..5099463
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bluetooth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/boeing.svg b/static/icons/vendor/homarr/svg/boeing.svg
new file mode 100644
index 0000000..12f6f45
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/boeing.svg
@@ -0,0 +1,8 @@
+
+ Boeing_full_logo-svg
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/book-lore.svg b/static/icons/vendor/homarr/svg/book-lore.svg
new file mode 100644
index 0000000..1c4415d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/book-lore.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/booklogr-light.svg b/static/icons/vendor/homarr/svg/booklogr-light.svg
new file mode 100755
index 0000000..7d25e41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/booklogr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/booklogr.svg b/static/icons/vendor/homarr/svg/booklogr.svg
new file mode 100644
index 0000000..9e7128b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/booklogr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/booklore-wordmark-light.svg b/static/icons/vendor/homarr/svg/booklore-wordmark-light.svg
new file mode 100644
index 0000000..fa4a561
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/booklore-wordmark-light.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/booklore.svg b/static/icons/vendor/homarr/svg/booklore.svg
new file mode 100644
index 0000000..cd8230f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/booklore.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/bookstack.svg b/static/icons/vendor/homarr/svg/bookstack.svg
new file mode 100644
index 0000000..db69426
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bookstack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bootstrap.svg b/static/icons/vendor/homarr/svg/bootstrap.svg
new file mode 100644
index 0000000..3fb2c0b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bootstrap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/borg.svg b/static/icons/vendor/homarr/svg/borg.svg
new file mode 100755
index 0000000..e313856
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/borg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/borgmatic-light.svg b/static/icons/vendor/homarr/svg/borgmatic-light.svg
new file mode 100644
index 0000000..d1b9d36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/borgmatic-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/borgmatic.svg b/static/icons/vendor/homarr/svg/borgmatic.svg
new file mode 100755
index 0000000..32836b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/borgmatic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bottom-dark.svg b/static/icons/vendor/homarr/svg/bottom-dark.svg
new file mode 100644
index 0000000..174e33b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bottom-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bottom.svg b/static/icons/vendor/homarr/svg/bottom.svg
new file mode 100644
index 0000000..a8a71c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bottom.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/boundary.svg b/static/icons/vendor/homarr/svg/boundary.svg
new file mode 100644
index 0000000..daf6335
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/boundary.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/box.svg b/static/icons/vendor/homarr/svg/box.svg
new file mode 100755
index 0000000..72bcf7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/box.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/brave.svg b/static/icons/vendor/homarr/svg/brave.svg
new file mode 100755
index 0000000..e192b2d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/brave.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/brick-tracker.svg b/static/icons/vendor/homarr/svg/brick-tracker.svg
new file mode 100644
index 0000000..9926605
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/brick-tracker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bright-move.svg b/static/icons/vendor/homarr/svg/bright-move.svg
new file mode 100644
index 0000000..60d18c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bright-move.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/broadcastchannel-light.svg b/static/icons/vendor/homarr/svg/broadcastchannel-light.svg
new file mode 100644
index 0000000..abb3ec0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/broadcastchannel-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/broadcastchannel.svg b/static/icons/vendor/homarr/svg/broadcastchannel.svg
new file mode 100755
index 0000000..14c88a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/broadcastchannel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/broadcom-dark.svg b/static/icons/vendor/homarr/svg/broadcom-dark.svg
new file mode 100644
index 0000000..68fcb07
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/broadcom-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/broadcom-wordmark-light.svg b/static/icons/vendor/homarr/svg/broadcom-wordmark-light.svg
new file mode 100644
index 0000000..9b24777
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/broadcom-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/broadcom.svg b/static/icons/vendor/homarr/svg/broadcom.svg
new file mode 100644
index 0000000..72e1cfc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/broadcom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/brocade.svg b/static/icons/vendor/homarr/svg/brocade.svg
new file mode 100644
index 0000000..a9f619c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/brocade.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/brother.svg b/static/icons/vendor/homarr/svg/brother.svg
new file mode 100755
index 0000000..d0805ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/brother.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/browserless-light.svg b/static/icons/vendor/homarr/svg/browserless-light.svg
new file mode 100644
index 0000000..bca0307
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/browserless-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/browserless.svg b/static/icons/vendor/homarr/svg/browserless.svg
new file mode 100644
index 0000000..2c58272
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/browserless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/browsh.svg b/static/icons/vendor/homarr/svg/browsh.svg
new file mode 100644
index 0000000..c88299a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/browsh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/budget-board.svg b/static/icons/vendor/homarr/svg/budget-board.svg
new file mode 100644
index 0000000..734d1e5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/budget-board.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/budgetbee-light.svg b/static/icons/vendor/homarr/svg/budgetbee-light.svg
new file mode 100644
index 0000000..72e199f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/budgetbee-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/budgetbee.svg b/static/icons/vendor/homarr/svg/budgetbee.svg
new file mode 100755
index 0000000..abf2857
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/budgetbee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/budibase.svg b/static/icons/vendor/homarr/svg/budibase.svg
new file mode 100755
index 0000000..548678e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/budibase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/build-better-dark.svg b/static/icons/vendor/homarr/svg/build-better-dark.svg
new file mode 100644
index 0000000..9355943
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/build-better-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/build-better.svg b/static/icons/vendor/homarr/svg/build-better.svg
new file mode 100644
index 0000000..02e8df2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/build-better.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/buildium.svg b/static/icons/vendor/homarr/svg/buildium.svg
new file mode 100644
index 0000000..9eb79bf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/buildium.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bunkerweb.svg b/static/icons/vendor/homarr/svg/bunkerweb.svg
new file mode 100755
index 0000000..edf6498
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bunkerweb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bunny.svg b/static/icons/vendor/homarr/svg/bunny.svg
new file mode 100644
index 0000000..2ea31fa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bunny.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/burpsuite.svg b/static/icons/vendor/homarr/svg/burpsuite.svg
new file mode 100644
index 0000000..dd3e61e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/burpsuite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/byparr.svg b/static/icons/vendor/homarr/svg/byparr.svg
new file mode 100644
index 0000000..573f579
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/byparr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/bytestash.svg b/static/icons/vendor/homarr/svg/bytestash.svg
new file mode 100644
index 0000000..13b3d58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/bytestash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/c.svg b/static/icons/vendor/homarr/svg/c.svg
new file mode 100644
index 0000000..ad1d0b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/c.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cabernet.svg b/static/icons/vendor/homarr/svg/cabernet.svg
new file mode 100644
index 0000000..dc88709
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cabernet.svg
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cachyos-linux.svg b/static/icons/vendor/homarr/svg/cachyos-linux.svg
new file mode 100644
index 0000000..3836ae0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cachyos-linux.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cacti.svg b/static/icons/vendor/homarr/svg/cacti.svg
new file mode 100644
index 0000000..af2a38b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cacti.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/caddy.svg b/static/icons/vendor/homarr/svg/caddy.svg
new file mode 100755
index 0000000..2056f62
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/caddy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cal-com-light.svg b/static/icons/vendor/homarr/svg/cal-com-light.svg
new file mode 100644
index 0000000..dce833f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cal-com-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cal-com.svg b/static/icons/vendor/homarr/svg/cal-com.svg
new file mode 100755
index 0000000..b12288b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cal-com.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/calibre-web.svg b/static/icons/vendor/homarr/svg/calibre-web.svg
new file mode 100644
index 0000000..7627177
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/calibre-web.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/calibre.svg b/static/icons/vendor/homarr/svg/calibre.svg
new file mode 100755
index 0000000..49aec37
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/calibre.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/canonical.svg b/static/icons/vendor/homarr/svg/canonical.svg
new file mode 100644
index 0000000..38a28b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/canonical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/canvas-lms.svg b/static/icons/vendor/homarr/svg/canvas-lms.svg
new file mode 100644
index 0000000..5a351a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/canvas-lms.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cap-cut-dark.svg b/static/icons/vendor/homarr/svg/cap-cut-dark.svg
new file mode 100644
index 0000000..90120ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cap-cut-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cap-cut.svg b/static/icons/vendor/homarr/svg/cap-cut.svg
new file mode 100644
index 0000000..18bc8dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cap-cut.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/capacities-dark.svg b/static/icons/vendor/homarr/svg/capacities-dark.svg
new file mode 100644
index 0000000..037a027
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/capacities-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/capacities.svg b/static/icons/vendor/homarr/svg/capacities.svg
new file mode 100644
index 0000000..d801bcb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/capacities.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/caprover.svg b/static/icons/vendor/homarr/svg/caprover.svg
new file mode 100755
index 0000000..5f4d04e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/caprover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/carousell.svg b/static/icons/vendor/homarr/svg/carousell.svg
new file mode 100644
index 0000000..8ded894
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/carousell.svg
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/carrefour.svg b/static/icons/vendor/homarr/svg/carrefour.svg
new file mode 100644
index 0000000..367c2f9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/carrefour.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/casaos.svg b/static/icons/vendor/homarr/svg/casaos.svg
new file mode 100644
index 0000000..4ba998d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/casaos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/castopod.svg b/static/icons/vendor/homarr/svg/castopod.svg
new file mode 100755
index 0000000..7ae56b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/castopod.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/catppuccin.svg b/static/icons/vendor/homarr/svg/catppuccin.svg
new file mode 100644
index 0000000..8fed28c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/catppuccin.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cc-light.svg b/static/icons/vendor/homarr/svg/cc-light.svg
new file mode 100644
index 0000000..5f4a874
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cc-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cc.svg b/static/icons/vendor/homarr/svg/cc.svg
new file mode 100644
index 0000000..a2dc3b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cd-dark.svg b/static/icons/vendor/homarr/svg/cd-dark.svg
new file mode 100644
index 0000000..627daa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cd-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cd-light.svg b/static/icons/vendor/homarr/svg/cd-light.svg
new file mode 100644
index 0000000..be75063
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cd-light.svg
@@ -0,0 +1 @@
+image/svg+xml
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cd.svg b/static/icons/vendor/homarr/svg/cd.svg
new file mode 100644
index 0000000..627daa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/centos.svg b/static/icons/vendor/homarr/svg/centos.svg
new file mode 100644
index 0000000..c1cec58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/centos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ceph.svg b/static/icons/vendor/homarr/svg/ceph.svg
new file mode 100644
index 0000000..db13eab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ceph.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cert-manager.svg b/static/icons/vendor/homarr/svg/cert-manager.svg
new file mode 100644
index 0000000..ed4a075
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cert-manager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cert-warden-light.svg b/static/icons/vendor/homarr/svg/cert-warden-light.svg
new file mode 100644
index 0000000..b28e4ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cert-warden-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cert-warden.svg b/static/icons/vendor/homarr/svg/cert-warden.svg
new file mode 100644
index 0000000..6aade08
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cert-warden.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cessna.svg b/static/icons/vendor/homarr/svg/cessna.svg
new file mode 100644
index 0000000..e553c06
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cessna.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chainguard.svg b/static/icons/vendor/homarr/svg/chainguard.svg
new file mode 100644
index 0000000..135af78
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chainguard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/changedetection.svg b/static/icons/vendor/homarr/svg/changedetection.svg
new file mode 100755
index 0000000..12dbc82
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/changedetection.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/channels-dvr.svg b/static/icons/vendor/homarr/svg/channels-dvr.svg
new file mode 100755
index 0000000..8b5dfe6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/channels-dvr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chaptarr.svg b/static/icons/vendor/homarr/svg/chaptarr.svg
new file mode 100644
index 0000000..7ff22e3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chaptarr.svg
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/chatgpt.svg b/static/icons/vendor/homarr/svg/chatgpt.svg
new file mode 100755
index 0000000..2312a77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chatgpt.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chatpad-ai.svg b/static/icons/vendor/homarr/svg/chatpad-ai.svg
new file mode 100644
index 0000000..8e8695e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chatpad-ai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chatwoot.svg b/static/icons/vendor/homarr/svg/chatwoot.svg
new file mode 100644
index 0000000..9a93f3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chatwoot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/check-cle.svg b/static/icons/vendor/homarr/svg/check-cle.svg
new file mode 100644
index 0000000..d2d5d6d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/check-cle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/check-point-wordmark-light.svg b/static/icons/vendor/homarr/svg/check-point-wordmark-light.svg
new file mode 100644
index 0000000..9196d59
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/check-point-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/check-point.svg b/static/icons/vendor/homarr/svg/check-point.svg
new file mode 100644
index 0000000..7cb5697
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/check-point.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/checkmate.svg b/static/icons/vendor/homarr/svg/checkmate.svg
new file mode 100644
index 0000000..2c73542
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/checkmate.svg
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/checkmk.svg b/static/icons/vendor/homarr/svg/checkmk.svg
new file mode 100644
index 0000000..bccbbd7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/checkmk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chess.svg b/static/icons/vendor/homarr/svg/chess.svg
new file mode 100644
index 0000000..f727e8c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chess.svg
@@ -0,0 +1,30 @@
+
+ Chess.com
+ Chess.com logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chevereto.svg b/static/icons/vendor/homarr/svg/chevereto.svg
new file mode 100755
index 0000000..8a7a2f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chevereto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chhoto-url.svg b/static/icons/vendor/homarr/svg/chhoto-url.svg
new file mode 100644
index 0000000..f452142
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chhoto-url.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chibisafe.svg b/static/icons/vendor/homarr/svg/chibisafe.svg
new file mode 100644
index 0000000..8aa090f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chibisafe.svg
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chirpy.svg b/static/icons/vendor/homarr/svg/chirpy.svg
new file mode 100755
index 0000000..9432fc6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chirpy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chroma.svg b/static/icons/vendor/homarr/svg/chroma.svg
new file mode 100644
index 0000000..e880a86
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chroma.svg
@@ -0,0 +1,10 @@
+
+
+
+ Chroma
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chrome-canary.svg b/static/icons/vendor/homarr/svg/chrome-canary.svg
new file mode 100644
index 0000000..fd11918
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chrome-canary.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/chrome-dev.svg b/static/icons/vendor/homarr/svg/chrome-dev.svg
new file mode 100644
index 0000000..2c6f8e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chrome-dev.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chrome-devtools.svg b/static/icons/vendor/homarr/svg/chrome-devtools.svg
new file mode 100644
index 0000000..b8551a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chrome-devtools.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/chrome-remote-desktop.svg b/static/icons/vendor/homarr/svg/chrome-remote-desktop.svg
new file mode 100644
index 0000000..cf84499
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chrome-remote-desktop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chrome.svg b/static/icons/vendor/homarr/svg/chrome.svg
new file mode 100644
index 0000000..d0da442
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/chromium.svg b/static/icons/vendor/homarr/svg/chromium.svg
new file mode 100755
index 0000000..e29081c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/chromium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cilium-light.svg b/static/icons/vendor/homarr/svg/cilium-light.svg
new file mode 100644
index 0000000..3d45791
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cilium-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cilium.svg b/static/icons/vendor/homarr/svg/cilium.svg
new file mode 100644
index 0000000..88c6c0a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cilium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cinny-light.svg b/static/icons/vendor/homarr/svg/cinny-light.svg
new file mode 100644
index 0000000..f2a4ed3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cinny-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cinny.svg b/static/icons/vendor/homarr/svg/cinny.svg
new file mode 100644
index 0000000..4dbd8f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cinny.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ciphermail.svg b/static/icons/vendor/homarr/svg/ciphermail.svg
new file mode 100644
index 0000000..758a2c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ciphermail.svg
@@ -0,0 +1 @@
+image/svg+xml
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cisco.svg b/static/icons/vendor/homarr/svg/cisco.svg
new file mode 100644
index 0000000..33d2302
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cisco.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/citrix.svg b/static/icons/vendor/homarr/svg/citrix.svg
new file mode 100644
index 0000000..354e554
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/citrix.svg
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/clam-av.svg b/static/icons/vendor/homarr/svg/clam-av.svg
new file mode 100644
index 0000000..ec518ae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/clam-av.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/claude-ai-dark.svg b/static/icons/vendor/homarr/svg/claude-ai-dark.svg
new file mode 100644
index 0000000..15a1a03
Binary files /dev/null and b/static/icons/vendor/homarr/svg/claude-ai-dark.svg differ
diff --git a/static/icons/vendor/homarr/svg/claude-ai-light.svg b/static/icons/vendor/homarr/svg/claude-ai-light.svg
new file mode 100644
index 0000000..9120ec6
Binary files /dev/null and b/static/icons/vendor/homarr/svg/claude-ai-light.svg differ
diff --git a/static/icons/vendor/homarr/svg/claude-ai.svg b/static/icons/vendor/homarr/svg/claude-ai.svg
new file mode 100644
index 0000000..879ad81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/claude-ai.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cleanuperr.svg b/static/icons/vendor/homarr/svg/cleanuperr.svg
new file mode 100644
index 0000000..d5bc5e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cleanuperr.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/clickhouse.svg b/static/icons/vendor/homarr/svg/clickhouse.svg
new file mode 100755
index 0000000..2fd2702
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/clickhouse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/clickup.svg b/static/icons/vendor/homarr/svg/clickup.svg
new file mode 100644
index 0000000..e65b47c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/clickup.svg
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloud66.svg b/static/icons/vendor/homarr/svg/cloud66.svg
new file mode 100644
index 0000000..c1e9430
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloud66.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloud9-light.svg b/static/icons/vendor/homarr/svg/cloud9-light.svg
new file mode 100644
index 0000000..e13ae7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloud9-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloud9.svg b/static/icons/vendor/homarr/svg/cloud9.svg
new file mode 100644
index 0000000..4cb2fec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloud9.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudbeaver.svg b/static/icons/vendor/homarr/svg/cloudbeaver.svg
new file mode 100755
index 0000000..40c369d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudbeaver.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudflare-pages.svg b/static/icons/vendor/homarr/svg/cloudflare-pages.svg
new file mode 100644
index 0000000..4538c06
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudflare-pages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudflare-zero-trust.svg b/static/icons/vendor/homarr/svg/cloudflare-zero-trust.svg
new file mode 100644
index 0000000..45cdd46
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudflare-zero-trust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudflare.svg b/static/icons/vendor/homarr/svg/cloudflare.svg
new file mode 100755
index 0000000..9577324
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudflare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudpanel.svg b/static/icons/vendor/homarr/svg/cloudpanel.svg
new file mode 100644
index 0000000..b74a79a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudpanel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cloudreve.svg b/static/icons/vendor/homarr/svg/cloudreve.svg
new file mode 100644
index 0000000..0a2c6c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudreve.svg
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cloudstream.svg b/static/icons/vendor/homarr/svg/cloudstream.svg
new file mode 100644
index 0000000..aae8926
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cloudstream.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cobalt-dark.svg b/static/icons/vendor/homarr/svg/cobalt-dark.svg
new file mode 100644
index 0000000..da13c8c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cobalt-dark.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cobalt.svg b/static/icons/vendor/homarr/svg/cobalt.svg
new file mode 100644
index 0000000..8180949
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cobalt.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cockpit-cms-light.svg b/static/icons/vendor/homarr/svg/cockpit-cms-light.svg
new file mode 100644
index 0000000..607e26f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cockpit-cms-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cockpit-cms.svg b/static/icons/vendor/homarr/svg/cockpit-cms.svg
new file mode 100644
index 0000000..e0d53a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cockpit-cms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cockpit-light.svg b/static/icons/vendor/homarr/svg/cockpit-light.svg
new file mode 100644
index 0000000..b64cf25
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cockpit-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cockpit.svg b/static/icons/vendor/homarr/svg/cockpit.svg
new file mode 100755
index 0000000..39ce835
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cockpit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/code-cademy-dark.svg b/static/icons/vendor/homarr/svg/code-cademy-dark.svg
new file mode 100644
index 0000000..bc00e2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/code-cademy-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/code-cademy.svg b/static/icons/vendor/homarr/svg/code-cademy.svg
new file mode 100644
index 0000000..3c83102
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/code-cademy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/code.svg b/static/icons/vendor/homarr/svg/code.svg
new file mode 100644
index 0000000..5cb0e77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codeberg.svg b/static/icons/vendor/homarr/svg/codeberg.svg
new file mode 100755
index 0000000..1b458c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codeberg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codellm.svg b/static/icons/vendor/homarr/svg/codellm.svg
new file mode 100644
index 0000000..4e80004
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codellm.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/coder-light.svg b/static/icons/vendor/homarr/svg/coder-light.svg
new file mode 100644
index 0000000..969e68f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/coder-light.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/coder.svg b/static/icons/vendor/homarr/svg/coder.svg
new file mode 100755
index 0000000..64d2d97
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/coder.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codestats-light.svg b/static/icons/vendor/homarr/svg/codestats-light.svg
new file mode 100644
index 0000000..f702148
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codestats-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codestats.svg b/static/icons/vendor/homarr/svg/codestats.svg
new file mode 100644
index 0000000..caf49a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codestats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codex-light.svg b/static/icons/vendor/homarr/svg/codex-light.svg
new file mode 100644
index 0000000..46158e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codex-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/codex.svg b/static/icons/vendor/homarr/svg/codex.svg
new file mode 100644
index 0000000..e7ffdc6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/codex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/collabora-online.svg b/static/icons/vendor/homarr/svg/collabora-online.svg
new file mode 100644
index 0000000..eeb233e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/collabora-online.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/comfyui-dark.svg b/static/icons/vendor/homarr/svg/comfyui-dark.svg
new file mode 100644
index 0000000..80e6b30
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/comfyui-dark.svg
@@ -0,0 +1 @@
+ComfyUI
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/comfyui-light.svg b/static/icons/vendor/homarr/svg/comfyui-light.svg
new file mode 100644
index 0000000..b6d3dfa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/comfyui-light.svg
@@ -0,0 +1 @@
+ComfyUI
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/comfyui-wordmark-dark.svg b/static/icons/vendor/homarr/svg/comfyui-wordmark-dark.svg
new file mode 100644
index 0000000..7dd33f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/comfyui-wordmark-dark.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/comfyui-wordmark-light.svg b/static/icons/vendor/homarr/svg/comfyui-wordmark-light.svg
new file mode 100644
index 0000000..e8e3c10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/comfyui-wordmark-light.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/comfyui.svg b/static/icons/vendor/homarr/svg/comfyui.svg
new file mode 100644
index 0000000..72fb132
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/comfyui.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/commafeed-light.svg b/static/icons/vendor/homarr/svg/commafeed-light.svg
new file mode 100644
index 0000000..b3b80bf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/commafeed-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/commafeed.svg b/static/icons/vendor/homarr/svg/commafeed.svg
new file mode 100755
index 0000000..1150fda
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/commafeed.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/commento-light.svg b/static/icons/vendor/homarr/svg/commento-light.svg
new file mode 100644
index 0000000..3569d1a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/commento-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/commento.svg b/static/icons/vendor/homarr/svg/commento.svg
new file mode 100755
index 0000000..c6fb83c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/commento.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/compreface.svg b/static/icons/vendor/homarr/svg/compreface.svg
new file mode 100755
index 0000000..bd995e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/compreface.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/concourse.svg b/static/icons/vendor/homarr/svg/concourse.svg
new file mode 100644
index 0000000..809615d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/concourse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/configarr.svg b/static/icons/vendor/homarr/svg/configarr.svg
new file mode 100644
index 0000000..8e22a4e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/configarr.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/confix.svg b/static/icons/vendor/homarr/svg/confix.svg
new file mode 100644
index 0000000..442380e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/confix.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/confluence.svg b/static/icons/vendor/homarr/svg/confluence.svg
new file mode 100755
index 0000000..114868d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/confluence.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/consul.svg b/static/icons/vendor/homarr/svg/consul.svg
new file mode 100644
index 0000000..65f87ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/consul.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/contabo.svg b/static/icons/vendor/homarr/svg/contabo.svg
new file mode 100644
index 0000000..24eb79d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/contabo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/control-d-dark.svg b/static/icons/vendor/homarr/svg/control-d-dark.svg
new file mode 100644
index 0000000..4ad8089
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/control-d-dark.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/control-d.svg b/static/icons/vendor/homarr/svg/control-d.svg
new file mode 100644
index 0000000..237521b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/control-d.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/converse-light.svg b/static/icons/vendor/homarr/svg/converse-light.svg
new file mode 100644
index 0000000..959937a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/converse-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/converse.svg b/static/icons/vendor/homarr/svg/converse.svg
new file mode 100755
index 0000000..8ad91d1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/converse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/convex.svg b/static/icons/vendor/homarr/svg/convex.svg
new file mode 100644
index 0000000..a94179c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/convex.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cooler-control.svg b/static/icons/vendor/homarr/svg/cooler-control.svg
new file mode 100644
index 0000000..b8a7f25
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cooler-control.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/coolify.svg b/static/icons/vendor/homarr/svg/coolify.svg
new file mode 100755
index 0000000..6d4b332
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/coolify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/copyparty.svg b/static/icons/vendor/homarr/svg/copyparty.svg
new file mode 100644
index 0000000..2c4f0d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/copyparty.svg
@@ -0,0 +1,210 @@
+
+
+ copyparty_logo
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+ copyparty_logo
+ github.com/9001/copyparty
+
+
+
+
+
+
+
+
+
+
+
+
+ copyparty
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/copyq.svg b/static/icons/vendor/homarr/svg/copyq.svg
new file mode 100644
index 0000000..6184949
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/copyq.svg
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/coredns.svg b/static/icons/vendor/homarr/svg/coredns.svg
new file mode 100644
index 0000000..4433332
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/coredns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/coreos.svg b/static/icons/vendor/homarr/svg/coreos.svg
new file mode 100644
index 0000000..dfb79db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/coreos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cosign.svg b/static/icons/vendor/homarr/svg/cosign.svg
new file mode 100644
index 0000000..22a24c9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cosign.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/costco.svg b/static/icons/vendor/homarr/svg/costco.svg
new file mode 100644
index 0000000..f638b53
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/costco.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/couchdb.svg b/static/icons/vendor/homarr/svg/couchdb.svg
new file mode 100755
index 0000000..4e90ba7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/couchdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/counter-analytics.svg b/static/icons/vendor/homarr/svg/counter-analytics.svg
new file mode 100755
index 0000000..edc07ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/counter-analytics.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cozy.svg b/static/icons/vendor/homarr/svg/cozy.svg
new file mode 100644
index 0000000..ff0c0e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cozy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cpanel.svg b/static/icons/vendor/homarr/svg/cpanel.svg
new file mode 100644
index 0000000..4bfc2ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cpanel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cpp.svg b/static/icons/vendor/homarr/svg/cpp.svg
new file mode 100644
index 0000000..9f18040
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cpp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/crafty-controller.svg b/static/icons/vendor/homarr/svg/crafty-controller.svg
new file mode 100644
index 0000000..5ef7722
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crafty-controller.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cronicle.svg b/static/icons/vendor/homarr/svg/cronicle.svg
new file mode 100644
index 0000000..2cd57ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cronicle.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cronmaster-dark.svg b/static/icons/vendor/homarr/svg/cronmaster-dark.svg
new file mode 100644
index 0000000..3a2151d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cronmaster-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cronmaster-light.svg b/static/icons/vendor/homarr/svg/cronmaster-light.svg
new file mode 100644
index 0000000..25f79a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cronmaster-light.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cronmaster.svg b/static/icons/vendor/homarr/svg/cronmaster.svg
new file mode 100644
index 0000000..25f79a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cronmaster.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/crosswatch.svg b/static/icons/vendor/homarr/svg/crosswatch.svg
new file mode 100644
index 0000000..b936139
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crosswatch.svg
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/crowdin-dark.svg b/static/icons/vendor/homarr/svg/crowdin-dark.svg
new file mode 100644
index 0000000..796e768
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crowdin-dark.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/crowdin.svg b/static/icons/vendor/homarr/svg/crowdin.svg
new file mode 100644
index 0000000..845b22b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crowdin.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/crowdsec.svg b/static/icons/vendor/homarr/svg/crowdsec.svg
new file mode 100755
index 0000000..c9201b4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crowdsec.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/crunchyroll.svg b/static/icons/vendor/homarr/svg/crunchyroll.svg
new file mode 100644
index 0000000..7576d27
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/crunchyroll.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cryptomator.svg b/static/icons/vendor/homarr/svg/cryptomator.svg
new file mode 100644
index 0000000..56a763a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cryptomator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cryptpad.svg b/static/icons/vendor/homarr/svg/cryptpad.svg
new file mode 100755
index 0000000..48ff461
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cryptpad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/csharp.svg b/static/icons/vendor/homarr/svg/csharp.svg
new file mode 100644
index 0000000..e3a32bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/csharp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/css-light.svg b/static/icons/vendor/homarr/svg/css-light.svg
new file mode 100644
index 0000000..1f5c0f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/css-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/css.svg b/static/icons/vendor/homarr/svg/css.svg
new file mode 100644
index 0000000..1aa0be8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/css.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ctfreak.svg b/static/icons/vendor/homarr/svg/ctfreak.svg
new file mode 100755
index 0000000..e6a6bbc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ctfreak.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cup.svg b/static/icons/vendor/homarr/svg/cup.svg
new file mode 100644
index 0000000..4fe8396
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cup.svg
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/cups-light.svg b/static/icons/vendor/homarr/svg/cups-light.svg
new file mode 100644
index 0000000..97c1ff3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cups-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cups.svg b/static/icons/vendor/homarr/svg/cups.svg
new file mode 100644
index 0000000..0a21811
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cups.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cura.svg b/static/icons/vendor/homarr/svg/cura.svg
new file mode 100644
index 0000000..41c351a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cura.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cyber-power-full.svg b/static/icons/vendor/homarr/svg/cyber-power-full.svg
new file mode 100644
index 0000000..5d5d584
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cyber-power-full.svg
@@ -0,0 +1,15 @@
+
+ CyberPower Systems
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cyberchef.svg b/static/icons/vendor/homarr/svg/cyberchef.svg
new file mode 100755
index 0000000..9a5f135
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cyberchef.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/cypress.svg b/static/icons/vendor/homarr/svg/cypress.svg
new file mode 100644
index 0000000..3daf0d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/cypress.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/czkawka.svg b/static/icons/vendor/homarr/svg/czkawka.svg
new file mode 100755
index 0000000..08a0fa9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/czkawka.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/d-link.svg b/static/icons/vendor/homarr/svg/d-link.svg
new file mode 100644
index 0000000..6b8eb93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/d-link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dagster-dark.svg b/static/icons/vendor/homarr/svg/dagster-dark.svg
new file mode 100644
index 0000000..2b0d262
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dagster-dark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dagster-light.svg b/static/icons/vendor/homarr/svg/dagster-light.svg
new file mode 100644
index 0000000..24ace77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dagster-light.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dalibo.svg b/static/icons/vendor/homarr/svg/dalibo.svg
new file mode 100755
index 0000000..fa73d66
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dalibo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dart.svg b/static/icons/vendor/homarr/svg/dart.svg
new file mode 100644
index 0000000..9e9593e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dashboard-icons-dark.svg b/static/icons/vendor/homarr/svg/dashboard-icons-dark.svg
new file mode 100644
index 0000000..ce7a098
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dashboard-icons-dark.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dashboard-icons.svg b/static/icons/vendor/homarr/svg/dashboard-icons.svg
new file mode 100644
index 0000000..a8c51e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dashboard-icons.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dashwise.svg b/static/icons/vendor/homarr/svg/dashwise.svg
new file mode 100644
index 0000000..1b3965c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dashwise.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/databasus.svg b/static/icons/vendor/homarr/svg/databasus.svg
new file mode 100644
index 0000000..f623273
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/databasus.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/databricks.svg b/static/icons/vendor/homarr/svg/databricks.svg
new file mode 100644
index 0000000..4163340
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/databricks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/datadog.svg b/static/icons/vendor/homarr/svg/datadog.svg
new file mode 100644
index 0000000..cb7b5b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/datadog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/davical.svg b/static/icons/vendor/homarr/svg/davical.svg
new file mode 100755
index 0000000..2f784aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/davical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dawarich.svg b/static/icons/vendor/homarr/svg/dawarich.svg
new file mode 100755
index 0000000..49e3d70
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dawarich.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dc-os.svg b/static/icons/vendor/homarr/svg/dc-os.svg
new file mode 100644
index 0000000..70a0054
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dc-os.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/ddclient.svg b/static/icons/vendor/homarr/svg/ddclient.svg
new file mode 100755
index 0000000..1ee6a2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ddclient.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ddev-dark.svg b/static/icons/vendor/homarr/svg/ddev-dark.svg
new file mode 100644
index 0000000..ba397b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ddev-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ddev.svg b/static/icons/vendor/homarr/svg/ddev.svg
new file mode 100644
index 0000000..03abca1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ddev.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ddns-updater.svg b/static/icons/vendor/homarr/svg/ddns-updater.svg
new file mode 100755
index 0000000..841adb0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ddns-updater.svg
@@ -0,0 +1 @@
+DNS
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/debian-linux.svg b/static/icons/vendor/homarr/svg/debian-linux.svg
new file mode 100644
index 0000000..9460799
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/debian-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deepl-dark.svg b/static/icons/vendor/homarr/svg/deepl-dark.svg
new file mode 100644
index 0000000..f72e0af
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deepl-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deepl.svg b/static/icons/vendor/homarr/svg/deepl.svg
new file mode 100644
index 0000000..081d97d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deepl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deepseek.svg b/static/icons/vendor/homarr/svg/deepseek.svg
new file mode 100644
index 0000000..d1ba06b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deepseek.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deezer.svg b/static/icons/vendor/homarr/svg/deezer.svg
new file mode 100644
index 0000000..edd46a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deezer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/defguard.svg b/static/icons/vendor/homarr/svg/defguard.svg
new file mode 100755
index 0000000..0ff532a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/defguard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dell-light.svg b/static/icons/vendor/homarr/svg/dell-light.svg
new file mode 100644
index 0000000..5b3b076
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dell-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dell.svg b/static/icons/vendor/homarr/svg/dell.svg
new file mode 100644
index 0000000..1ebea5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deluge.svg b/static/icons/vendor/homarr/svg/deluge.svg
new file mode 100755
index 0000000..0ec8b39
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deluge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deno-light.svg b/static/icons/vendor/homarr/svg/deno-light.svg
new file mode 100644
index 0000000..e1a16db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deno-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deno.svg b/static/icons/vendor/homarr/svg/deno.svg
new file mode 100644
index 0000000..f30c0a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deno.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/denodo.svg b/static/icons/vendor/homarr/svg/denodo.svg
new file mode 100644
index 0000000..98ff761
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/denodo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/denon-light.svg b/static/icons/vendor/homarr/svg/denon-light.svg
new file mode 100644
index 0000000..6a5f7be
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/denon-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/denon.svg b/static/icons/vendor/homarr/svg/denon.svg
new file mode 100644
index 0000000..4bf4338
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/denon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dependency-track-wordmark-dark.svg b/static/icons/vendor/homarr/svg/dependency-track-wordmark-dark.svg
new file mode 100644
index 0000000..c2d3459
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dependency-track-wordmark-dark.svg
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/dependency-track-wordmark-light.svg b/static/icons/vendor/homarr/svg/dependency-track-wordmark-light.svg
new file mode 100644
index 0000000..375903b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dependency-track-wordmark-light.svg
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/dependency-track.svg b/static/icons/vendor/homarr/svg/dependency-track.svg
new file mode 100644
index 0000000..f76a7e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dependency-track.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/deployarr.svg b/static/icons/vendor/homarr/svg/deployarr.svg
new file mode 100644
index 0000000..db27acb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deployarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/deq.svg b/static/icons/vendor/homarr/svg/deq.svg
new file mode 100644
index 0000000..263b8cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/deq.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/dia.svg b/static/icons/vendor/homarr/svg/dia.svg
new file mode 100644
index 0000000..8287d70
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dia.svg
@@ -0,0 +1,552 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+ Mark Jones
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/diagrams-net.svg b/static/icons/vendor/homarr/svg/diagrams-net.svg
new file mode 100644
index 0000000..c26b695
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/diagrams-net.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/diamond-aircraft.svg b/static/icons/vendor/homarr/svg/diamond-aircraft.svg
new file mode 100644
index 0000000..5ce0398
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/diamond-aircraft.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/digi-kam.svg b/static/icons/vendor/homarr/svg/digi-kam.svg
new file mode 100644
index 0000000..b6983bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/digi-kam.svg
@@ -0,0 +1,4170 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/digikey.svg b/static/icons/vendor/homarr/svg/digikey.svg
new file mode 100644
index 0000000..60196c7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/digikey.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/digital-ocean.svg b/static/icons/vendor/homarr/svg/digital-ocean.svg
new file mode 100755
index 0000000..fbc40ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/digital-ocean.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dilg.svg b/static/icons/vendor/homarr/svg/dilg.svg
new file mode 100644
index 0000000..acf3654
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dilg.svg
@@ -0,0 +1,3479 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dillinger-light.svg b/static/icons/vendor/homarr/svg/dillinger-light.svg
new file mode 100644
index 0000000..4fd9c95
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dillinger-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dillinger.svg b/static/icons/vendor/homarr/svg/dillinger.svg
new file mode 100755
index 0000000..c2a895e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dillinger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/diners-club.svg b/static/icons/vendor/homarr/svg/diners-club.svg
new file mode 100644
index 0000000..b2476b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/diners-club.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/directadmin.svg b/static/icons/vendor/homarr/svg/directadmin.svg
new file mode 100644
index 0000000..f4f8296
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/directadmin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/directus.svg b/static/icons/vendor/homarr/svg/directus.svg
new file mode 100644
index 0000000..88de1a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/directus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/discord.svg b/static/icons/vendor/homarr/svg/discord.svg
new file mode 100755
index 0000000..c8cbce6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/discord.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/discourse-light.svg b/static/icons/vendor/homarr/svg/discourse-light.svg
new file mode 100644
index 0000000..e2d049f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/discourse-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/discourse.svg b/static/icons/vendor/homarr/svg/discourse.svg
new file mode 100755
index 0000000..7027758
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/discourse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/disney-plus.svg b/static/icons/vendor/homarr/svg/disney-plus.svg
new file mode 100755
index 0000000..f4111e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/disney-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dispatcharr.svg b/static/icons/vendor/homarr/svg/dispatcharr.svg
new file mode 100644
index 0000000..db3d666
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dispatcharr.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/distribution.svg b/static/icons/vendor/homarr/svg/distribution.svg
new file mode 100644
index 0000000..44ce1d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/distribution.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dixa.svg b/static/icons/vendor/homarr/svg/dixa.svg
new file mode 100644
index 0000000..4ec6bb2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dixa.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dlna.svg b/static/icons/vendor/homarr/svg/dlna.svg
new file mode 100644
index 0000000..9c1f6b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dlna.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dns-zone.svg b/static/icons/vendor/homarr/svg/dns-zone.svg
new file mode 100644
index 0000000..85993d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dns-zone.svg
@@ -0,0 +1 @@
+Icon-networking-64
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dnsimple.svg b/static/icons/vendor/homarr/svg/dnsimple.svg
new file mode 100644
index 0000000..9b30e91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dnsimple.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docassemble-light.svg b/static/icons/vendor/homarr/svg/docassemble-light.svg
new file mode 100644
index 0000000..29e6a8a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docassemble-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docassemble.svg b/static/icons/vendor/homarr/svg/docassemble.svg
new file mode 100755
index 0000000..cbb6c9f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docassemble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker-engine.svg b/static/icons/vendor/homarr/svg/docker-engine.svg
new file mode 100755
index 0000000..0903acd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker-engine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker-mailserver-light.svg b/static/icons/vendor/homarr/svg/docker-mailserver-light.svg
new file mode 100644
index 0000000..1aeb449
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker-mailserver-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker-mailserver.svg b/static/icons/vendor/homarr/svg/docker-mailserver.svg
new file mode 100644
index 0000000..b91ab5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker-mailserver.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker-moby.svg b/static/icons/vendor/homarr/svg/docker-moby.svg
new file mode 100644
index 0000000..749b0a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker-moby.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker-volume-backup.svg b/static/icons/vendor/homarr/svg/docker-volume-backup.svg
new file mode 100755
index 0000000..e2143be
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker-volume-backup.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docker.svg b/static/icons/vendor/homarr/svg/docker.svg
new file mode 100755
index 0000000..0903acd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dockge.svg b/static/icons/vendor/homarr/svg/dockge.svg
new file mode 100755
index 0000000..d40b6e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dockge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docking-station.svg b/static/icons/vendor/homarr/svg/docking-station.svg
new file mode 100755
index 0000000..370fd30
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docking-station.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dockpeek-dark.svg b/static/icons/vendor/homarr/svg/dockpeek-dark.svg
new file mode 100644
index 0000000..9aaf4bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dockpeek-dark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dockpeek.svg b/static/icons/vendor/homarr/svg/dockpeek.svg
new file mode 100644
index 0000000..72b0df3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dockpeek.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docsify.svg b/static/icons/vendor/homarr/svg/docsify.svg
new file mode 100644
index 0000000..bfc8099
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docsify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docspell.svg b/static/icons/vendor/homarr/svg/docspell.svg
new file mode 100755
index 0000000..f1db5fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docspell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/documenso.svg b/static/icons/vendor/homarr/svg/documenso.svg
new file mode 100755
index 0000000..a5b4c1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/documenso.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docusaurus.svg b/static/icons/vendor/homarr/svg/docusaurus.svg
new file mode 100755
index 0000000..640ccd0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docusaurus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/docuseal.svg b/static/icons/vendor/homarr/svg/docuseal.svg
new file mode 100755
index 0000000..42d7e33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/docuseal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dokemon.svg b/static/icons/vendor/homarr/svg/dokemon.svg
new file mode 100755
index 0000000..6af8cd3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dokemon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dokploy-dark.svg b/static/icons/vendor/homarr/svg/dokploy-dark.svg
new file mode 100644
index 0000000..21f093c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dokploy-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dokploy.svg b/static/icons/vendor/homarr/svg/dokploy.svg
new file mode 100644
index 0000000..57b43c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dokploy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dokuwiki.svg b/static/icons/vendor/homarr/svg/dokuwiki.svg
new file mode 100755
index 0000000..36d5d12
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dokuwiki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/donetick.svg b/static/icons/vendor/homarr/svg/donetick.svg
new file mode 100644
index 0000000..136b82c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/donetick.svg
@@ -0,0 +1,1185 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/doplarr.svg b/static/icons/vendor/homarr/svg/doplarr.svg
new file mode 100644
index 0000000..a720932
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/doplarr.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/doppler.svg b/static/icons/vendor/homarr/svg/doppler.svg
new file mode 100644
index 0000000..6636cb4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/doppler.svg
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Layer 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/double-commander.svg b/static/icons/vendor/homarr/svg/double-commander.svg
new file mode 100644
index 0000000..8d10c09
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/double-commander.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/double-take-dark.svg b/static/icons/vendor/homarr/svg/double-take-dark.svg
new file mode 100644
index 0000000..68b68ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/double-take-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/double-take.svg b/static/icons/vendor/homarr/svg/double-take.svg
new file mode 100755
index 0000000..2e21146
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/double-take.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dovecot.svg b/static/icons/vendor/homarr/svg/dovecot.svg
new file mode 100755
index 0000000..788aead
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dovecot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dozzle.svg b/static/icons/vendor/homarr/svg/dozzle.svg
new file mode 100755
index 0000000..586f410
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dozzle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/draw-io.svg b/static/icons/vendor/homarr/svg/draw-io.svg
new file mode 100755
index 0000000..e7578e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/draw-io.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/draytek.svg b/static/icons/vendor/homarr/svg/draytek.svg
new file mode 100644
index 0000000..1d2ecfc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/draytek.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dream-host-dark.svg b/static/icons/vendor/homarr/svg/dream-host-dark.svg
new file mode 100644
index 0000000..4c03186
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dream-host-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dream-host.svg b/static/icons/vendor/homarr/svg/dream-host.svg
new file mode 100644
index 0000000..8f12a83
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dream-host.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/drop.svg b/static/icons/vendor/homarr/svg/drop.svg
new file mode 100644
index 0000000..4d7e5db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/drop.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dropbox.svg b/static/icons/vendor/homarr/svg/dropbox.svg
new file mode 100755
index 0000000..01a91dc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dropbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dropout-light.svg b/static/icons/vendor/homarr/svg/dropout-light.svg
new file mode 100644
index 0000000..d36015c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dropout-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dropout.svg b/static/icons/vendor/homarr/svg/dropout.svg
new file mode 100755
index 0000000..abebb98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dropout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/droppy-dark.svg b/static/icons/vendor/homarr/svg/droppy-dark.svg
new file mode 100644
index 0000000..b0bec15
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/droppy-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/droppy.svg b/static/icons/vendor/homarr/svg/droppy.svg
new file mode 100644
index 0000000..9b0ece5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/droppy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dub-light.svg b/static/icons/vendor/homarr/svg/dub-light.svg
new file mode 100644
index 0000000..91786a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dub-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dub.svg b/static/icons/vendor/homarr/svg/dub.svg
new file mode 100755
index 0000000..69dda7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dub.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/duckdns-light.svg b/static/icons/vendor/homarr/svg/duckdns-light.svg
new file mode 100644
index 0000000..ff7a9c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duckdns-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/duckdns.svg b/static/icons/vendor/homarr/svg/duckdns.svg
new file mode 100755
index 0000000..925ef6f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duckdns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/duckduckgo.svg b/static/icons/vendor/homarr/svg/duckduckgo.svg
new file mode 100755
index 0000000..08289aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duckduckgo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dumbassets.svg b/static/icons/vendor/homarr/svg/dumbassets.svg
new file mode 100644
index 0000000..ce98473
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dumbassets.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dumbpad.svg b/static/icons/vendor/homarr/svg/dumbpad.svg
new file mode 100644
index 0000000..669a8aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dumbpad.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/duo.svg b/static/icons/vendor/homarr/svg/duo.svg
new file mode 100644
index 0000000..1890241
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/duolingo.svg b/static/icons/vendor/homarr/svg/duolingo.svg
new file mode 100644
index 0000000..e7ac9ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duolingo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/duplicati.svg b/static/icons/vendor/homarr/svg/duplicati.svg
new file mode 100755
index 0000000..21d7aae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/duplicati.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dvd-dark.svg b/static/icons/vendor/homarr/svg/dvd-dark.svg
new file mode 100644
index 0000000..fcd5334
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dvd-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dvd-light.svg b/static/icons/vendor/homarr/svg/dvd-light.svg
new file mode 100644
index 0000000..0a03592
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dvd-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/dvd.svg b/static/icons/vendor/homarr/svg/dvd.svg
new file mode 100644
index 0000000..fcd5334
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/dvd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/easy-gate-light.svg b/static/icons/vendor/homarr/svg/easy-gate-light.svg
new file mode 100644
index 0000000..b8d6058
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/easy-gate-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/easy-gate.svg b/static/icons/vendor/homarr/svg/easy-gate.svg
new file mode 100644
index 0000000..40549b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/easy-gate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ebay.svg b/static/icons/vendor/homarr/svg/ebay.svg
new file mode 100644
index 0000000..3d77642
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ebay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/eblocker.svg b/static/icons/vendor/homarr/svg/eblocker.svg
new file mode 100644
index 0000000..b2b6453
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/eblocker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/edge-dev.svg b/static/icons/vendor/homarr/svg/edge-dev.svg
new file mode 100644
index 0000000..ef9ca26
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/edge-dev.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/edge.svg b/static/icons/vendor/homarr/svg/edge.svg
new file mode 100644
index 0000000..9b0cb91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/edge.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/eitaa.svg b/static/icons/vendor/homarr/svg/eitaa.svg
new file mode 100644
index 0000000..c823b10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/eitaa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elabftw.svg b/static/icons/vendor/homarr/svg/elabftw.svg
new file mode 100644
index 0000000..d615f4d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elabftw.svg
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/elastic-beats.svg b/static/icons/vendor/homarr/svg/elastic-beats.svg
new file mode 100644
index 0000000..8bcba4a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elastic-beats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elastic-kibana.svg b/static/icons/vendor/homarr/svg/elastic-kibana.svg
new file mode 100644
index 0000000..bb22e21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elastic-kibana.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elastic-logstash.svg b/static/icons/vendor/homarr/svg/elastic-logstash.svg
new file mode 100644
index 0000000..0994521
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elastic-logstash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elastic.svg b/static/icons/vendor/homarr/svg/elastic.svg
new file mode 100644
index 0000000..0da0d70
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elastic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elasticsearch.svg b/static/icons/vendor/homarr/svg/elasticsearch.svg
new file mode 100644
index 0000000..0da0d70
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elasticsearch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/electron.svg b/static/icons/vendor/homarr/svg/electron.svg
new file mode 100644
index 0000000..03bc0a3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/electron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/electronic-arts.svg b/static/icons/vendor/homarr/svg/electronic-arts.svg
new file mode 100755
index 0000000..bd79a6a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/electronic-arts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/electrum.svg b/static/icons/vendor/homarr/svg/electrum.svg
new file mode 100644
index 0000000..144d8d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/electrum.svg
@@ -0,0 +1,31 @@
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/element.svg b/static/icons/vendor/homarr/svg/element.svg
new file mode 100755
index 0000000..c047aa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/element.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/eleventy-light.svg b/static/icons/vendor/homarr/svg/eleventy-light.svg
new file mode 100644
index 0000000..2b98a98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/eleventy-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/eleventy.svg b/static/icons/vendor/homarr/svg/eleventy.svg
new file mode 100755
index 0000000..f25fef8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/eleventy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/elgato-wave-link.svg b/static/icons/vendor/homarr/svg/elgato-wave-link.svg
new file mode 100644
index 0000000..9d5bbfa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elgato-wave-link.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/eliza-os.svg b/static/icons/vendor/homarr/svg/eliza-os.svg
new file mode 100644
index 0000000..2898aa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/eliza-os.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/elysian.svg b/static/icons/vendor/homarr/svg/elysian.svg
new file mode 100755
index 0000000..2815b36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/elysian.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emacs.svg b/static/icons/vendor/homarr/svg/emacs.svg
new file mode 100644
index 0000000..aada0b3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emacs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/embraer.svg b/static/icons/vendor/homarr/svg/embraer.svg
new file mode 100644
index 0000000..bd365d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/embraer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emby.svg b/static/icons/vendor/homarr/svg/emby.svg
new file mode 100755
index 0000000..2f07c92
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emby.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emq-light.svg b/static/icons/vendor/homarr/svg/emq-light.svg
new file mode 100644
index 0000000..e70c779
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emq-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emq.svg b/static/icons/vendor/homarr/svg/emq.svg
new file mode 100644
index 0000000..583a340
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emq.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emqx.svg b/static/icons/vendor/homarr/svg/emqx.svg
new file mode 100644
index 0000000..3df29dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emqx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emsesp.svg b/static/icons/vendor/homarr/svg/emsesp.svg
new file mode 100644
index 0000000..39ac507
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emsesp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/emulatorjs.svg b/static/icons/vendor/homarr/svg/emulatorjs.svg
new file mode 100755
index 0000000..baeb527
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/emulatorjs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/enbizcard.svg b/static/icons/vendor/homarr/svg/enbizcard.svg
new file mode 100644
index 0000000..76f117e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/enbizcard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/enclosed-light.svg b/static/icons/vendor/homarr/svg/enclosed-light.svg
new file mode 100644
index 0000000..365b25f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/enclosed-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/enclosed.svg b/static/icons/vendor/homarr/svg/enclosed.svg
new file mode 100755
index 0000000..fc5874c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/enclosed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endeavouros-linux.svg b/static/icons/vendor/homarr/svg/endeavouros-linux.svg
new file mode 100644
index 0000000..e61fba8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endeavouros-linux.svg
@@ -0,0 +1,34 @@
+
+ EndeavourOS Icon
+
+
+
+
+
+ image/svg+xml
+
+
+ EndeavourOS Icon
+
+
+ www.endeavouros.com
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endel-dark.svg b/static/icons/vendor/homarr/svg/endel-dark.svg
new file mode 100644
index 0000000..417945f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endel-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endel.svg b/static/icons/vendor/homarr/svg/endel.svg
new file mode 100644
index 0000000..05f3884
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endless-light.svg b/static/icons/vendor/homarr/svg/endless-light.svg
new file mode 100644
index 0000000..edf9196
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endless-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endless.svg b/static/icons/vendor/homarr/svg/endless.svg
new file mode 100755
index 0000000..322844c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/endurain.svg b/static/icons/vendor/homarr/svg/endurain.svg
new file mode 100755
index 0000000..f2d96a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/endurain.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/enhance.svg b/static/icons/vendor/homarr/svg/enhance.svg
new file mode 100644
index 0000000..5e4a32e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/enhance.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/ente-auth.svg b/static/icons/vendor/homarr/svg/ente-auth.svg
new file mode 100644
index 0000000..859e777
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ente-auth.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/entergy.svg b/static/icons/vendor/homarr/svg/entergy.svg
new file mode 100644
index 0000000..46bdf7b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/entergy.svg
@@ -0,0 +1,14 @@
+
+ horizLogo
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/epic-games-light.svg b/static/icons/vendor/homarr/svg/epic-games-light.svg
new file mode 100644
index 0000000..48900a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/epic-games-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/epic-games.svg b/static/icons/vendor/homarr/svg/epic-games.svg
new file mode 100755
index 0000000..31be587
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/epic-games.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/erste-george.svg b/static/icons/vendor/homarr/svg/erste-george.svg
new file mode 100644
index 0000000..361cb3c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/erste-george.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/erste.svg b/static/icons/vendor/homarr/svg/erste.svg
new file mode 100644
index 0000000..8b642f6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/erste.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/erugo.svg b/static/icons/vendor/homarr/svg/erugo.svg
new file mode 100644
index 0000000..1374d03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/erugo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/esphome-alt-light.svg b/static/icons/vendor/homarr/svg/esphome-alt-light.svg
new file mode 100644
index 0000000..d6c1ba6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/esphome-alt-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/esphome-alt.svg b/static/icons/vendor/homarr/svg/esphome-alt.svg
new file mode 100644
index 0000000..e1bd222
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/esphome-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/esphome-light.svg b/static/icons/vendor/homarr/svg/esphome-light.svg
new file mode 100644
index 0000000..623449d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/esphome-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/esphome.svg b/static/icons/vendor/homarr/svg/esphome.svg
new file mode 100755
index 0000000..02f3a52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/esphome.svg
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/espocrm.svg b/static/icons/vendor/homarr/svg/espocrm.svg
new file mode 100644
index 0000000..76ca1ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/espocrm.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/espressif.svg b/static/icons/vendor/homarr/svg/espressif.svg
new file mode 100644
index 0000000..27eb9e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/espressif.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/etcd.svg b/static/icons/vendor/homarr/svg/etcd.svg
new file mode 100644
index 0000000..7397dc6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/etcd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/etesync.svg b/static/icons/vendor/homarr/svg/etesync.svg
new file mode 100755
index 0000000..61643c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/etesync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ethereum.svg b/static/icons/vendor/homarr/svg/ethereum.svg
new file mode 100644
index 0000000..f5ae0b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ethereum.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/etherpad.svg b/static/icons/vendor/homarr/svg/etherpad.svg
new file mode 100644
index 0000000..c13823f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/etherpad.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/evcc.svg b/static/icons/vendor/homarr/svg/evcc.svg
new file mode 100755
index 0000000..60c0648
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/evcc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/everhour.svg b/static/icons/vendor/homarr/svg/everhour.svg
new file mode 100644
index 0000000..490b91c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/everhour.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/evernote.svg b/static/icons/vendor/homarr/svg/evernote.svg
new file mode 100644
index 0000000..f3d58b4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/evernote.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/excalidraw.svg b/static/icons/vendor/homarr/svg/excalidraw.svg
new file mode 100755
index 0000000..31b89f9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/excalidraw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/exercism-dark.svg b/static/icons/vendor/homarr/svg/exercism-dark.svg
new file mode 100644
index 0000000..b64fcb2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/exercism-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/exercism.svg b/static/icons/vendor/homarr/svg/exercism.svg
new file mode 100644
index 0000000..8fc7b13
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/exercism.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/f-droid.svg b/static/icons/vendor/homarr/svg/f-droid.svg
new file mode 100644
index 0000000..834cf52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/f-droid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/f1-dash.svg b/static/icons/vendor/homarr/svg/f1-dash.svg
new file mode 100644
index 0000000..6f0c1cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/f1-dash.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/facebook-messenger.svg b/static/icons/vendor/homarr/svg/facebook-messenger.svg
new file mode 100755
index 0000000..7b826f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/facebook-messenger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/facebook.svg b/static/icons/vendor/homarr/svg/facebook.svg
new file mode 100755
index 0000000..7379157
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/falcon-player-dark.svg b/static/icons/vendor/homarr/svg/falcon-player-dark.svg
new file mode 100644
index 0000000..b7044fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/falcon-player-dark.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/falcon-player.svg b/static/icons/vendor/homarr/svg/falcon-player.svg
new file mode 100644
index 0000000..6e6b434
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/falcon-player.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fast-com-light.svg b/static/icons/vendor/homarr/svg/fast-com-light.svg
new file mode 100644
index 0000000..cf9986a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fast-com-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fast-com.svg b/static/icons/vendor/homarr/svg/fast-com.svg
new file mode 100644
index 0000000..8b50c3e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fast-com.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fastapi-wordmark-light.svg b/static/icons/vendor/homarr/svg/fastapi-wordmark-light.svg
new file mode 100644
index 0000000..1528c2a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fastapi-wordmark-light.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fastapi.svg b/static/icons/vendor/homarr/svg/fastapi.svg
new file mode 100644
index 0000000..f1d4fd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fastapi.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/fasten-health.svg b/static/icons/vendor/homarr/svg/fasten-health.svg
new file mode 100755
index 0000000..3404ddd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fasten-health.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fastmail.svg b/static/icons/vendor/homarr/svg/fastmail.svg
new file mode 100755
index 0000000..251619a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fastmail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fedora-alt.svg b/static/icons/vendor/homarr/svg/fedora-alt.svg
new file mode 100644
index 0000000..f7863a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fedora-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fedora.svg b/static/icons/vendor/homarr/svg/fedora.svg
new file mode 100755
index 0000000..40668e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fedora.svg
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedbase-light.svg b/static/icons/vendor/homarr/svg/feedbase-light.svg
new file mode 100644
index 0000000..a94d874
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedbase-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedbase.svg b/static/icons/vendor/homarr/svg/feedbase.svg
new file mode 100755
index 0000000..ae93f20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedbase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedbin-light.svg b/static/icons/vendor/homarr/svg/feedbin-light.svg
new file mode 100644
index 0000000..c0d1164
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedbin-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedbin.svg b/static/icons/vendor/homarr/svg/feedbin.svg
new file mode 100755
index 0000000..2d8aced
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedbin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedly.svg b/static/icons/vendor/homarr/svg/feedly.svg
new file mode 100755
index 0000000..867af93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedlynx-light.svg b/static/icons/vendor/homarr/svg/feedlynx-light.svg
new file mode 100644
index 0000000..9cef8c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedlynx-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feedlynx.svg b/static/icons/vendor/homarr/svg/feedlynx.svg
new file mode 100755
index 0000000..e6ec7e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feedlynx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/feishin.svg b/static/icons/vendor/homarr/svg/feishin.svg
new file mode 100644
index 0000000..fae2b10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/feishin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fenrus-light.svg b/static/icons/vendor/homarr/svg/fenrus-light.svg
new file mode 100644
index 0000000..6fe851a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fenrus-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fenrus.svg b/static/icons/vendor/homarr/svg/fenrus.svg
new file mode 100755
index 0000000..ebbba6e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fenrus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ferdium.svg b/static/icons/vendor/homarr/svg/ferdium.svg
new file mode 100755
index 0000000..2768219
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ferdium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ferretdb.svg b/static/icons/vendor/homarr/svg/ferretdb.svg
new file mode 100755
index 0000000..6081ff9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ferretdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fidelity.svg b/static/icons/vendor/homarr/svg/fidelity.svg
new file mode 100644
index 0000000..2ebd360
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fidelity.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fider.svg b/static/icons/vendor/homarr/svg/fider.svg
new file mode 100755
index 0000000..77e5e2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fider.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/figma.svg b/static/icons/vendor/homarr/svg/figma.svg
new file mode 100644
index 0000000..9ec15db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/figma.svg
@@ -0,0 +1 @@
+Figma.logoCreated using Figma
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filebot.svg b/static/icons/vendor/homarr/svg/filebot.svg
new file mode 100644
index 0000000..d255aec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filebot.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/filebrowser-quantum.svg b/static/icons/vendor/homarr/svg/filebrowser-quantum.svg
new file mode 100644
index 0000000..04e878c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filebrowser-quantum.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filebrowser.svg b/static/icons/vendor/homarr/svg/filebrowser.svg
new file mode 100644
index 0000000..5c7a36e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filebrowser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filecloud.svg b/static/icons/vendor/homarr/svg/filecloud.svg
new file mode 100644
index 0000000..5247c8d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filecloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fileflows.svg b/static/icons/vendor/homarr/svg/fileflows.svg
new file mode 100755
index 0000000..ee75f90
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fileflows.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filegator.svg b/static/icons/vendor/homarr/svg/filegator.svg
new file mode 100644
index 0000000..457ab05
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filegator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filerun.svg b/static/icons/vendor/homarr/svg/filerun.svg
new file mode 100755
index 0000000..7721166
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filerun.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/files-community.svg b/static/icons/vendor/homarr/svg/files-community.svg
new file mode 100644
index 0000000..d00d4ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/files-community.svg
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/files.svg b/static/icons/vendor/homarr/svg/files.svg
new file mode 100644
index 0000000..0a604f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/files.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filestash.svg b/static/icons/vendor/homarr/svg/filestash.svg
new file mode 100755
index 0000000..214d31a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filestash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/filezilla.svg b/static/icons/vendor/homarr/svg/filezilla.svg
new file mode 100644
index 0000000..d39c611
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/filezilla.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/finamp.svg b/static/icons/vendor/homarr/svg/finamp.svg
new file mode 100644
index 0000000..544f91c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/finamp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/findroid.svg b/static/icons/vendor/homarr/svg/findroid.svg
new file mode 100644
index 0000000..49456a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/findroid.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/fios-light.svg b/static/icons/vendor/homarr/svg/fios-light.svg
new file mode 100644
index 0000000..2371e04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fios-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fios.svg b/static/icons/vendor/homarr/svg/fios.svg
new file mode 100644
index 0000000..e6e536e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fios.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firebase.svg b/static/icons/vendor/homarr/svg/firebase.svg
new file mode 100644
index 0000000..ea7d673
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firebase.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firefly-iii.svg b/static/icons/vendor/homarr/svg/firefly-iii.svg
new file mode 100755
index 0000000..be72f69
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefly-iii.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firefly.svg b/static/icons/vendor/homarr/svg/firefly.svg
new file mode 100755
index 0000000..be72f69
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firefox-beta.svg b/static/icons/vendor/homarr/svg/firefox-beta.svg
new file mode 100644
index 0000000..8c6e2cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-beta.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/firefox-developer-edition.svg b/static/icons/vendor/homarr/svg/firefox-developer-edition.svg
new file mode 100644
index 0000000..f18970e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-developer-edition.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/firefox-lite.svg b/static/icons/vendor/homarr/svg/firefox-lite.svg
new file mode 100644
index 0000000..c1ebc10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-lite.svg
@@ -0,0 +1 @@
+q
diff --git a/static/icons/vendor/homarr/svg/firefox-nightly.svg b/static/icons/vendor/homarr/svg/firefox-nightly.svg
new file mode 100644
index 0000000..5987f77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-nightly.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/firefox-reality.svg b/static/icons/vendor/homarr/svg/firefox-reality.svg
new file mode 100644
index 0000000..3ae629e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-reality.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firefox-send.svg b/static/icons/vendor/homarr/svg/firefox-send.svg
new file mode 100644
index 0000000..7609d2a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox-send.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firefox.svg b/static/icons/vendor/homarr/svg/firefox.svg
new file mode 100755
index 0000000..6c2333f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firefox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/firewalla.svg b/static/icons/vendor/homarr/svg/firewalla.svg
new file mode 100644
index 0000000..40762fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/firewalla.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fittrackee.svg b/static/icons/vendor/homarr/svg/fittrackee.svg
new file mode 100755
index 0000000..2bb3a0f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fittrackee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fladder.svg b/static/icons/vendor/homarr/svg/fladder.svg
new file mode 100755
index 0000000..599c1c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fladder.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flaresolverr.svg b/static/icons/vendor/homarr/svg/flaresolverr.svg
new file mode 100755
index 0000000..f33749c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flaresolverr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flarum.svg b/static/icons/vendor/homarr/svg/flarum.svg
new file mode 100755
index 0000000..377ae15
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flarum.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flathub-dark.svg b/static/icons/vendor/homarr/svg/flathub-dark.svg
new file mode 100644
index 0000000..309e4c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flathub-dark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flathub.svg b/static/icons/vendor/homarr/svg/flathub.svg
new file mode 100644
index 0000000..3e8fe75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flathub.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flatnotes.svg b/static/icons/vendor/homarr/svg/flatnotes.svg
new file mode 100755
index 0000000..f22c68e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flatnotes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flatpak.svg b/static/icons/vendor/homarr/svg/flatpak.svg
new file mode 100644
index 0000000..5724363
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flatpak.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fleetdm.svg b/static/icons/vendor/homarr/svg/fleetdm.svg
new file mode 100644
index 0000000..e1d9c6c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fleetdm.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flightradar24-light.svg b/static/icons/vendor/homarr/svg/flightradar24-light.svg
new file mode 100644
index 0000000..e505a94
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flightradar24-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flightradar24.svg b/static/icons/vendor/homarr/svg/flightradar24.svg
new file mode 100755
index 0000000..1602d1b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flightradar24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/floatplane.svg b/static/icons/vendor/homarr/svg/floatplane.svg
new file mode 100644
index 0000000..12375f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/floatplane.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flood.svg b/static/icons/vendor/homarr/svg/flood.svg
new file mode 100644
index 0000000..9017992
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flood.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/floorp.svg b/static/icons/vendor/homarr/svg/floorp.svg
new file mode 100644
index 0000000..1e56024
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/floorp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flowise.svg b/static/icons/vendor/homarr/svg/flowise.svg
new file mode 100644
index 0000000..649b580
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flowise.svg
@@ -0,0 +1,2 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flowtunes.svg b/static/icons/vendor/homarr/svg/flowtunes.svg
new file mode 100644
index 0000000..d786a38
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flowtunes.svg
@@ -0,0 +1,11 @@
+
+
+ FlowTunes
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fluent-reader.svg b/static/icons/vendor/homarr/svg/fluent-reader.svg
new file mode 100644
index 0000000..25e3e8a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fluent-reader.svg
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ F
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fluffychat-dark.svg b/static/icons/vendor/homarr/svg/fluffychat-dark.svg
new file mode 100644
index 0000000..c6be174
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fluffychat-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fluffychat.svg b/static/icons/vendor/homarr/svg/fluffychat.svg
new file mode 100755
index 0000000..6354ca5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fluffychat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fluidd.svg b/static/icons/vendor/homarr/svg/fluidd.svg
new file mode 100755
index 0000000..e4ce65f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fluidd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flutter-wordmark-dark.svg b/static/icons/vendor/homarr/svg/flutter-wordmark-dark.svg
new file mode 100644
index 0000000..4869a9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flutter-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flutter-wordmark-light.svg b/static/icons/vendor/homarr/svg/flutter-wordmark-light.svg
new file mode 100644
index 0000000..211d92f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flutter-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flutter.svg b/static/icons/vendor/homarr/svg/flutter.svg
new file mode 100644
index 0000000..efe7070
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flutter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/flux-cd.svg b/static/icons/vendor/homarr/svg/flux-cd.svg
new file mode 100644
index 0000000..620e355
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/flux-cd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fly-io.svg b/static/icons/vendor/homarr/svg/fly-io.svg
new file mode 100644
index 0000000..0620a9a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fly-io.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fmd.svg b/static/icons/vendor/homarr/svg/fmd.svg
new file mode 100644
index 0000000..e8a2d02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fmd.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fnos.svg b/static/icons/vendor/homarr/svg/fnos.svg
new file mode 100644
index 0000000..2739dcb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fnos.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/focalboard.svg b/static/icons/vendor/homarr/svg/focalboard.svg
new file mode 100644
index 0000000..8f3da8e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/focalboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/foldingathome.svg b/static/icons/vendor/homarr/svg/foldingathome.svg
new file mode 100644
index 0000000..8921c2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/foldingathome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fontawesome.svg b/static/icons/vendor/homarr/svg/fontawesome.svg
new file mode 100644
index 0000000..ce0c7c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fontawesome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/foreflight-dark.svg b/static/icons/vendor/homarr/svg/foreflight-dark.svg
new file mode 100644
index 0000000..30b10a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/foreflight-dark.svg
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/foreflight.svg b/static/icons/vendor/homarr/svg/foreflight.svg
new file mode 100644
index 0000000..a831b1f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/foreflight.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/forgejo.svg b/static/icons/vendor/homarr/svg/forgejo.svg
new file mode 100755
index 0000000..04df0a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/forgejo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/formbricks.svg b/static/icons/vendor/homarr/svg/formbricks.svg
new file mode 100644
index 0000000..2a37d2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/formbricks.svg
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/forte-light.svg b/static/icons/vendor/homarr/svg/forte-light.svg
new file mode 100644
index 0000000..154b630
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/forte-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/forte.svg b/static/icons/vendor/homarr/svg/forte.svg
new file mode 100755
index 0000000..f818fe2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/forte.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fortinet.svg b/static/icons/vendor/homarr/svg/fortinet.svg
new file mode 100644
index 0000000..9b0e4aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fortinet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fortran.svg b/static/icons/vendor/homarr/svg/fortran.svg
new file mode 100644
index 0000000..098b785
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fortran.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/fossil.svg b/static/icons/vendor/homarr/svg/fossil.svg
new file mode 100644
index 0000000..b699e73
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fossil.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/franz.svg b/static/icons/vendor/homarr/svg/franz.svg
new file mode 100644
index 0000000..41d4c22
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/franz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/free-sas.svg b/static/icons/vendor/homarr/svg/free-sas.svg
new file mode 100644
index 0000000..0a0994f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/free-sas.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freedombox.svg b/static/icons/vendor/homarr/svg/freedombox.svg
new file mode 100644
index 0000000..ab852f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freedombox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freeipa.svg b/static/icons/vendor/homarr/svg/freeipa.svg
new file mode 100755
index 0000000..7131bae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freeipa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freenas.svg b/static/icons/vendor/homarr/svg/freenas.svg
new file mode 100644
index 0000000..7e518c7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freenas.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freenom.svg b/static/icons/vendor/homarr/svg/freenom.svg
new file mode 100644
index 0000000..c2c0b2e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freenom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freepbx.svg b/static/icons/vendor/homarr/svg/freepbx.svg
new file mode 100644
index 0000000..8428492
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freepbx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freshbooks.svg b/static/icons/vendor/homarr/svg/freshbooks.svg
new file mode 100644
index 0000000..a5bec26
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freshbooks.svg
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/freshping-dark.svg b/static/icons/vendor/homarr/svg/freshping-dark.svg
new file mode 100644
index 0000000..b35d7b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freshping-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freshping.svg b/static/icons/vendor/homarr/svg/freshping.svg
new file mode 100644
index 0000000..2ddbdf6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freshping.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/freshrss.svg b/static/icons/vendor/homarr/svg/freshrss.svg
new file mode 100755
index 0000000..683c70a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/freshrss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/friendica.svg b/static/icons/vendor/homarr/svg/friendica.svg
new file mode 100755
index 0000000..125aeba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/friendica.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/frigate-light.svg b/static/icons/vendor/homarr/svg/frigate-light.svg
new file mode 100644
index 0000000..e1ebc4d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/frigate-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/frigate.svg b/static/icons/vendor/homarr/svg/frigate.svg
new file mode 100755
index 0000000..f171d2e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/frigate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fritzbox-light.svg b/static/icons/vendor/homarr/svg/fritzbox-light.svg
new file mode 100644
index 0000000..615a0e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fritzbox-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fritzbox.svg b/static/icons/vendor/homarr/svg/fritzbox.svg
new file mode 100644
index 0000000..f7ef954
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fritzbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fronius.svg b/static/icons/vendor/homarr/svg/fronius.svg
new file mode 100644
index 0000000..20fcf16
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fronius.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/frp.svg b/static/icons/vendor/homarr/svg/frp.svg
new file mode 100644
index 0000000..b0c9d5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/frp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fulcio.svg b/static/icons/vendor/homarr/svg/fulcio.svg
new file mode 100644
index 0000000..ca10b31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fulcio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/funkwhale-light.svg b/static/icons/vendor/homarr/svg/funkwhale-light.svg
new file mode 100644
index 0000000..83d4523
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/funkwhale-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/funkwhale.svg b/static/icons/vendor/homarr/svg/funkwhale.svg
new file mode 100755
index 0000000..c116eb8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/funkwhale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fusionauth-light.svg b/static/icons/vendor/homarr/svg/fusionauth-light.svg
new file mode 100644
index 0000000..854b391
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fusionauth-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/fusionauth.svg b/static/icons/vendor/homarr/svg/fusionauth.svg
new file mode 100755
index 0000000..c9ca471
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/fusionauth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/garage.svg b/static/icons/vendor/homarr/svg/garage.svg
new file mode 100755
index 0000000..639d1ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/garage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/garuda-linux.svg b/static/icons/vendor/homarr/svg/garuda-linux.svg
new file mode 100644
index 0000000..05ce7db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/garuda-linux.svg
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gatsby.svg b/static/icons/vendor/homarr/svg/gatsby.svg
new file mode 100755
index 0000000..84b995f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gatsby.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gatus.svg b/static/icons/vendor/homarr/svg/gatus.svg
new file mode 100755
index 0000000..25c990a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gatus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gboard.svg b/static/icons/vendor/homarr/svg/gboard.svg
new file mode 100644
index 0000000..b8fe1d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/geckoview.svg b/static/icons/vendor/homarr/svg/geckoview.svg
new file mode 100644
index 0000000..6861600
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/geckoview.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gentoo-linux.svg b/static/icons/vendor/homarr/svg/gentoo-linux.svg
new file mode 100644
index 0000000..839bd2e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gentoo-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/genua.svg b/static/icons/vendor/homarr/svg/genua.svg
new file mode 100644
index 0000000..2b3a4c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/genua.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/geo-guessr.svg b/static/icons/vendor/homarr/svg/geo-guessr.svg
new file mode 100644
index 0000000..031ee98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/geo-guessr.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gerbera.svg b/static/icons/vendor/homarr/svg/gerbera.svg
new file mode 100644
index 0000000..e1045ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gerbera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gerrit.svg b/static/icons/vendor/homarr/svg/gerrit.svg
new file mode 100644
index 0000000..6d79f42
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gerrit.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/get-iplayer.svg b/static/icons/vendor/homarr/svg/get-iplayer.svg
new file mode 100644
index 0000000..72b72b2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/get-iplayer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ghostfolio.svg b/static/icons/vendor/homarr/svg/ghostfolio.svg
new file mode 100755
index 0000000..b23385b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ghostfolio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ghostty.svg b/static/icons/vendor/homarr/svg/ghostty.svg
new file mode 100644
index 0000000..cc00b5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ghostty.svg
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/gigaset.svg b/static/icons/vendor/homarr/svg/gigaset.svg
new file mode 100644
index 0000000..0d28509
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gigaset.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gimp.svg b/static/icons/vendor/homarr/svg/gimp.svg
new file mode 100755
index 0000000..a3f250d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gimp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/git.svg b/static/icons/vendor/homarr/svg/git.svg
new file mode 100644
index 0000000..4de798e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/git.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitam-university.svg b/static/icons/vendor/homarr/svg/gitam-university.svg
new file mode 100644
index 0000000..ea74499
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitam-university.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitbook.svg b/static/icons/vendor/homarr/svg/gitbook.svg
new file mode 100644
index 0000000..d0a0e93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitbook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitea.svg b/static/icons/vendor/homarr/svg/gitea.svg
new file mode 100755
index 0000000..07505e4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitee.svg b/static/icons/vendor/homarr/svg/gitee.svg
new file mode 100644
index 0000000..1ddf9bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/github-copilot-dark.svg b/static/icons/vendor/homarr/svg/github-copilot-dark.svg
new file mode 100644
index 0000000..fccd493
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/github-copilot-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/github-copilot.svg b/static/icons/vendor/homarr/svg/github-copilot.svg
new file mode 100644
index 0000000..c78fe47
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/github-copilot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/github-light.svg b/static/icons/vendor/homarr/svg/github-light.svg
new file mode 100644
index 0000000..7914685
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/github-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/github.svg b/static/icons/vendor/homarr/svg/github.svg
new file mode 100755
index 0000000..c3fbf81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitlab.svg b/static/icons/vendor/homarr/svg/gitlab.svg
new file mode 100644
index 0000000..f4e50ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitlab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gitsign.svg b/static/icons/vendor/homarr/svg/gitsign.svg
new file mode 100644
index 0000000..213ea19
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gitsign.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gladys-assistant.svg b/static/icons/vendor/homarr/svg/gladys-assistant.svg
new file mode 100644
index 0000000..24c2ab2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gladys-assistant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glance.svg b/static/icons/vendor/homarr/svg/glance.svg
new file mode 100755
index 0000000..93eb4a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glance.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glances-light.svg b/static/icons/vendor/homarr/svg/glances-light.svg
new file mode 100755
index 0000000..c82d700
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glances-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glances.svg b/static/icons/vendor/homarr/svg/glances.svg
new file mode 100644
index 0000000..f5e4721
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glances.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glinet-dark.svg b/static/icons/vendor/homarr/svg/glinet-dark.svg
new file mode 100644
index 0000000..18ded20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glinet-dark.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glinet.svg b/static/icons/vendor/homarr/svg/glinet.svg
new file mode 100644
index 0000000..b9790f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glinet.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glitchtip.svg b/static/icons/vendor/homarr/svg/glitchtip.svg
new file mode 100644
index 0000000..a5f551a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glitchtip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/glpi.svg b/static/icons/vendor/homarr/svg/glpi.svg
new file mode 100755
index 0000000..1eefd17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/glpi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gluetun.svg b/static/icons/vendor/homarr/svg/gluetun.svg
new file mode 100644
index 0000000..c4fa5ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gluetun.svg
@@ -0,0 +1 @@
+Gluetun
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gmail.svg b/static/icons/vendor/homarr/svg/gmail.svg
new file mode 100755
index 0000000..62314ae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gmail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/go.svg b/static/icons/vendor/homarr/svg/go.svg
new file mode 100644
index 0000000..a925df8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/go.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/goaccess-light.svg b/static/icons/vendor/homarr/svg/goaccess-light.svg
new file mode 100644
index 0000000..13b7583
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/goaccess-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/goaccess.svg b/static/icons/vendor/homarr/svg/goaccess.svg
new file mode 100755
index 0000000..84f85c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/goaccess.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/godaddy-alt.svg b/static/icons/vendor/homarr/svg/godaddy-alt.svg
new file mode 100644
index 0000000..6de4bce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/godaddy-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/godaddy.svg b/static/icons/vendor/homarr/svg/godaddy.svg
new file mode 100644
index 0000000..90b2d01
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/godaddy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/godot.svg b/static/icons/vendor/homarr/svg/godot.svg
new file mode 100644
index 0000000..b9aff0d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/godot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/golink-dark.svg b/static/icons/vendor/homarr/svg/golink-dark.svg
new file mode 100644
index 0000000..68abd37
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/golink-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/golink.svg b/static/icons/vendor/homarr/svg/golink.svg
new file mode 100644
index 0000000..efc9c52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/golink.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gollum.svg b/static/icons/vendor/homarr/svg/gollum.svg
new file mode 100644
index 0000000..208faa7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gollum.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gomft.svg b/static/icons/vendor/homarr/svg/gomft.svg
new file mode 100644
index 0000000..78af8aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gomft.svg
@@ -0,0 +1,450 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/gonic.svg b/static/icons/vendor/homarr/svg/gonic.svg
new file mode 100644
index 0000000..dc25ee2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gonic.svg
@@ -0,0 +1,70 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/goodreads.svg b/static/icons/vendor/homarr/svg/goodreads.svg
new file mode 100644
index 0000000..b0bb7c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/goodreads.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-admin.svg b/static/icons/vendor/homarr/svg/google-admin.svg
new file mode 100644
index 0000000..59f8457
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-admin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-admob.svg b/static/icons/vendor/homarr/svg/google-admob.svg
new file mode 100644
index 0000000..c22ce1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-admob.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-alerts.svg b/static/icons/vendor/homarr/svg/google-alerts.svg
new file mode 100644
index 0000000..3a6a6da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-alerts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-analytics.svg b/static/icons/vendor/homarr/svg/google-analytics.svg
new file mode 100755
index 0000000..8f152b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-analytics.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-assistant.svg b/static/icons/vendor/homarr/svg/google-assistant.svg
new file mode 100644
index 0000000..f502010
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-assistant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-calendar.svg b/static/icons/vendor/homarr/svg/google-calendar.svg
new file mode 100755
index 0000000..1c75604
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-chat.svg b/static/icons/vendor/homarr/svg/google-chat.svg
new file mode 100644
index 0000000..94df915
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-chat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-chrome.svg b/static/icons/vendor/homarr/svg/google-chrome.svg
new file mode 100755
index 0000000..e053d77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-chrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-classroom.svg b/static/icons/vendor/homarr/svg/google-classroom.svg
new file mode 100644
index 0000000..e1e5acd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-classroom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-cloud-platform.svg b/static/icons/vendor/homarr/svg/google-cloud-platform.svg
new file mode 100644
index 0000000..b72218b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-cloud-platform.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-cloud-print.svg b/static/icons/vendor/homarr/svg/google-cloud-print.svg
new file mode 100644
index 0000000..6f7b980
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-cloud-print.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-colab.svg b/static/icons/vendor/homarr/svg/google-colab.svg
new file mode 100644
index 0000000..2d4781b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-colab.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-compute-engine.svg b/static/icons/vendor/homarr/svg/google-compute-engine.svg
new file mode 100644
index 0000000..ad0bc0f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-compute-engine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-contacts.svg b/static/icons/vendor/homarr/svg/google-contacts.svg
new file mode 100755
index 0000000..cb6dd31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-contacts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-docs.svg b/static/icons/vendor/homarr/svg/google-docs.svg
new file mode 100644
index 0000000..33ff300
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-docs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-domains.svg b/static/icons/vendor/homarr/svg/google-domains.svg
new file mode 100644
index 0000000..fe70bff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-domains.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-drive.svg b/static/icons/vendor/homarr/svg/google-drive.svg
new file mode 100755
index 0000000..c863e80
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-drive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-earth.svg b/static/icons/vendor/homarr/svg/google-earth.svg
new file mode 100644
index 0000000..370bb60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-earth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-fi.svg b/static/icons/vendor/homarr/svg/google-fi.svg
new file mode 100644
index 0000000..3948788
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-fi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-fit.svg b/static/icons/vendor/homarr/svg/google-fit.svg
new file mode 100644
index 0000000..7cc4e81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-fit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-fonts.svg b/static/icons/vendor/homarr/svg/google-fonts.svg
new file mode 100644
index 0000000..580ec45
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-fonts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-forms.svg b/static/icons/vendor/homarr/svg/google-forms.svg
new file mode 100644
index 0000000..18e3e02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-forms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-gemini.svg b/static/icons/vendor/homarr/svg/google-gemini.svg
new file mode 100644
index 0000000..ecc24b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-gemini.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-home.svg b/static/icons/vendor/homarr/svg/google-home.svg
new file mode 100755
index 0000000..30801ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-jules.svg b/static/icons/vendor/homarr/svg/google-jules.svg
new file mode 100644
index 0000000..09ea944
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-jules.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-keep.svg b/static/icons/vendor/homarr/svg/google-keep.svg
new file mode 100755
index 0000000..d47e460
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-keep.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-lens.svg b/static/icons/vendor/homarr/svg/google-lens.svg
new file mode 100644
index 0000000..93be3dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-lens.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-maps.svg b/static/icons/vendor/homarr/svg/google-maps.svg
new file mode 100755
index 0000000..982da58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-maps.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-meet.svg b/static/icons/vendor/homarr/svg/google-meet.svg
new file mode 100755
index 0000000..9d39126
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-meet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-messages.svg b/static/icons/vendor/homarr/svg/google-messages.svg
new file mode 100755
index 0000000..e7fdca1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-messages.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-news.svg b/static/icons/vendor/homarr/svg/google-news.svg
new file mode 100644
index 0000000..87f1931
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-news.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-one.svg b/static/icons/vendor/homarr/svg/google-one.svg
new file mode 100644
index 0000000..e60e3a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-one.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-pay.svg b/static/icons/vendor/homarr/svg/google-pay.svg
new file mode 100644
index 0000000..03c6852
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-pay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-photos.svg b/static/icons/vendor/homarr/svg/google-photos.svg
new file mode 100755
index 0000000..9989c91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-photos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-play-books.svg b/static/icons/vendor/homarr/svg/google-play-books.svg
new file mode 100644
index 0000000..04f0769
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-play-books.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-play-games.svg b/static/icons/vendor/homarr/svg/google-play-games.svg
new file mode 100644
index 0000000..8e51156
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-play-games.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-play.svg b/static/icons/vendor/homarr/svg/google-play.svg
new file mode 100644
index 0000000..e50f5dc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-podcasts.svg b/static/icons/vendor/homarr/svg/google-podcasts.svg
new file mode 100644
index 0000000..1b7edfd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-podcasts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-scholar.svg b/static/icons/vendor/homarr/svg/google-scholar.svg
new file mode 100644
index 0000000..2260cba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-scholar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-search-console.svg b/static/icons/vendor/homarr/svg/google-search-console.svg
new file mode 100644
index 0000000..fc5a050
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-search-console.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-sheets.svg b/static/icons/vendor/homarr/svg/google-sheets.svg
new file mode 100644
index 0000000..d12894a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-sheets.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-shopping.svg b/static/icons/vendor/homarr/svg/google-shopping.svg
new file mode 100644
index 0000000..fef8ebb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-shopping.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-sites.svg b/static/icons/vendor/homarr/svg/google-sites.svg
new file mode 100644
index 0000000..cbe64d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-sites.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-slides.svg b/static/icons/vendor/homarr/svg/google-slides.svg
new file mode 100644
index 0000000..f7c2393
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-slides.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-street-view.svg b/static/icons/vendor/homarr/svg/google-street-view.svg
new file mode 100644
index 0000000..ea8eb12
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-street-view.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-tag-manager.svg b/static/icons/vendor/homarr/svg/google-tag-manager.svg
new file mode 100755
index 0000000..2bad94c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-tag-manager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-tasks.svg b/static/icons/vendor/homarr/svg/google-tasks.svg
new file mode 100644
index 0000000..9af80f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-tasks.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-translate.svg b/static/icons/vendor/homarr/svg/google-translate.svg
new file mode 100644
index 0000000..1d68f67
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-translate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-tv.svg b/static/icons/vendor/homarr/svg/google-tv.svg
new file mode 100644
index 0000000..7aba452
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-tv.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-voice.svg b/static/icons/vendor/homarr/svg/google-voice.svg
new file mode 100755
index 0000000..bf7afe6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-voice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-wallet.svg b/static/icons/vendor/homarr/svg/google-wallet.svg
new file mode 100644
index 0000000..9159d40
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-wallet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google-wifi.svg b/static/icons/vendor/homarr/svg/google-wifi.svg
new file mode 100644
index 0000000..8eedc56
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google-wifi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/google.svg b/static/icons/vendor/homarr/svg/google.svg
new file mode 100755
index 0000000..e9576f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/google.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gopeed.svg b/static/icons/vendor/homarr/svg/gopeed.svg
new file mode 100644
index 0000000..5d7a2a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gopeed.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/gose.svg b/static/icons/vendor/homarr/svg/gose.svg
new file mode 100644
index 0000000..9ff40e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gose.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gotify.svg b/static/icons/vendor/homarr/svg/gotify.svg
new file mode 100755
index 0000000..17fdb79
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gotify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gotosocial.svg b/static/icons/vendor/homarr/svg/gotosocial.svg
new file mode 100755
index 0000000..a5da816
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gotosocial.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gpt4free.svg b/static/icons/vendor/homarr/svg/gpt4free.svg
new file mode 100644
index 0000000..ee8da46
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gpt4free.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grafana.svg b/static/icons/vendor/homarr/svg/grafana.svg
new file mode 100755
index 0000000..5b8e59c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grafana.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gramps-web.svg b/static/icons/vendor/homarr/svg/gramps-web.svg
new file mode 100644
index 0000000..800ac41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gramps-web.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/gramps.svg b/static/icons/vendor/homarr/svg/gramps.svg
new file mode 100755
index 0000000..1faa6d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/gramps.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grandstream.svg b/static/icons/vendor/homarr/svg/grandstream.svg
new file mode 100644
index 0000000..c402765
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grandstream.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grav-light.svg b/static/icons/vendor/homarr/svg/grav-light.svg
new file mode 100644
index 0000000..1c3246a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grav-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grav.svg b/static/icons/vendor/homarr/svg/grav.svg
new file mode 100755
index 0000000..9da4cd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grav.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/graylog.svg b/static/icons/vendor/homarr/svg/graylog.svg
new file mode 100644
index 0000000..4097278
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/graylog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/greenbone-light.svg b/static/icons/vendor/homarr/svg/greenbone-light.svg
new file mode 100644
index 0000000..b462bd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/greenbone-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/greenbone.svg b/static/icons/vendor/homarr/svg/greenbone.svg
new file mode 100644
index 0000000..62da1f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/greenbone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grimoire.svg b/static/icons/vendor/homarr/svg/grimoire.svg
new file mode 100755
index 0000000..5ccead2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grimoire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grist.svg b/static/icons/vendor/homarr/svg/grist.svg
new file mode 100755
index 0000000..e678feb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grist.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grocy.svg b/static/icons/vendor/homarr/svg/grocy.svg
new file mode 100755
index 0000000..5f70637
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grocy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grok-dark.svg b/static/icons/vendor/homarr/svg/grok-dark.svg
new file mode 100644
index 0000000..d3c836a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grok-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/grok.svg b/static/icons/vendor/homarr/svg/grok.svg
new file mode 100644
index 0000000..b37e254
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/grok.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/guacamole-light.svg b/static/icons/vendor/homarr/svg/guacamole-light.svg
new file mode 100644
index 0000000..7218992
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/guacamole-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/guacamole.svg b/static/icons/vendor/homarr/svg/guacamole.svg
new file mode 100644
index 0000000..5cbdc85
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/guacamole.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/habitica-dark.svg b/static/icons/vendor/homarr/svg/habitica-dark.svg
new file mode 100644
index 0000000..ffb4b65
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/habitica-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/habitica.svg b/static/icons/vendor/homarr/svg/habitica.svg
new file mode 100644
index 0000000..b54bac5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/habitica.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hacker-news.svg b/static/icons/vendor/homarr/svg/hacker-news.svg
new file mode 100755
index 0000000..0d27c9c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hacker-news.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hammond-light.svg b/static/icons/vendor/homarr/svg/hammond-light.svg
new file mode 100644
index 0000000..ca33721
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hammond-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hammond.svg b/static/icons/vendor/homarr/svg/hammond.svg
new file mode 100644
index 0000000..a5b5dfc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hammond.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/handbrake.svg b/static/icons/vendor/homarr/svg/handbrake.svg
new file mode 100644
index 0000000..0625b4c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/handbrake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/haproxy.svg b/static/icons/vendor/homarr/svg/haproxy.svg
new file mode 100755
index 0000000..268b017
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/haproxy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/haptic-light.svg b/static/icons/vendor/homarr/svg/haptic-light.svg
new file mode 100644
index 0000000..3866bda
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/haptic-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/haptic.svg b/static/icons/vendor/homarr/svg/haptic.svg
new file mode 100755
index 0000000..f3ff52f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/haptic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/harbor.svg b/static/icons/vendor/homarr/svg/harbor.svg
new file mode 100644
index 0000000..bc0e6e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/harbor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/harvester.svg b/static/icons/vendor/homarr/svg/harvester.svg
new file mode 100644
index 0000000..1a85c63
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/harvester.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hasheous.svg b/static/icons/vendor/homarr/svg/hasheous.svg
new file mode 100644
index 0000000..aa5cbba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hasheous.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-boundary.svg b/static/icons/vendor/homarr/svg/hashicorp-boundary.svg
new file mode 100755
index 0000000..a8a88d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-boundary.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-consul.svg b/static/icons/vendor/homarr/svg/hashicorp-consul.svg
new file mode 100755
index 0000000..4c1984a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-consul.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-nomad.svg b/static/icons/vendor/homarr/svg/hashicorp-nomad.svg
new file mode 100755
index 0000000..02ed2c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-nomad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-packer.svg b/static/icons/vendor/homarr/svg/hashicorp-packer.svg
new file mode 100755
index 0000000..5c06769
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-packer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-terraform.svg b/static/icons/vendor/homarr/svg/hashicorp-terraform.svg
new file mode 100755
index 0000000..606c00f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-terraform.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-vagrant.svg b/static/icons/vendor/homarr/svg/hashicorp-vagrant.svg
new file mode 100755
index 0000000..0416992
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-vagrant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-vault.svg b/static/icons/vendor/homarr/svg/hashicorp-vault.svg
new file mode 100755
index 0000000..e5721c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-vault.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hashicorp-waypoint.svg b/static/icons/vendor/homarr/svg/hashicorp-waypoint.svg
new file mode 100755
index 0000000..d6c6b8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hashicorp-waypoint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hastypaste.svg b/static/icons/vendor/homarr/svg/hastypaste.svg
new file mode 100644
index 0000000..c71869a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hastypaste.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hasura.svg b/static/icons/vendor/homarr/svg/hasura.svg
new file mode 100644
index 0000000..387dd19
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hasura.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hathway.svg b/static/icons/vendor/homarr/svg/hathway.svg
new file mode 100644
index 0000000..47c5806
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hathway.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/hatsh-light.svg b/static/icons/vendor/homarr/svg/hatsh-light.svg
new file mode 100644
index 0000000..ea6b91b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hatsh-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hatsh.svg b/static/icons/vendor/homarr/svg/hatsh.svg
new file mode 100644
index 0000000..495208d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hatsh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hbo-light.svg b/static/icons/vendor/homarr/svg/hbo-light.svg
new file mode 100644
index 0000000..0aecd4f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hbo-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hbo.svg b/static/icons/vendor/homarr/svg/hbo.svg
new file mode 100755
index 0000000..bad7abb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hbo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hdhomerun-light.svg b/static/icons/vendor/homarr/svg/hdhomerun-light.svg
new file mode 100644
index 0000000..9b12630
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hdhomerun-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hdhomerun.svg b/static/icons/vendor/homarr/svg/hdhomerun.svg
new file mode 100755
index 0000000..77b7adb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hdhomerun.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/headlamp-dark.svg b/static/icons/vendor/homarr/svg/headlamp-dark.svg
new file mode 100644
index 0000000..31f29f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/headlamp-dark.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/headlamp.svg b/static/icons/vendor/homarr/svg/headlamp.svg
new file mode 100644
index 0000000..d7d8975
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/headlamp.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/headscale.svg b/static/icons/vendor/homarr/svg/headscale.svg
new file mode 100755
index 0000000..c8b6f67
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/headscale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/healthchecks.svg b/static/icons/vendor/homarr/svg/healthchecks.svg
new file mode 100755
index 0000000..8215747
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/healthchecks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hedgedoc.svg b/static/icons/vendor/homarr/svg/hedgedoc.svg
new file mode 100755
index 0000000..be6d3c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hedgedoc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/heimdall-light.svg b/static/icons/vendor/homarr/svg/heimdall-light.svg
new file mode 100644
index 0000000..998abcd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/heimdall-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/heimdall.svg b/static/icons/vendor/homarr/svg/heimdall.svg
new file mode 100755
index 0000000..7c3113d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/heimdall.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/helium-token.svg b/static/icons/vendor/homarr/svg/helium-token.svg
new file mode 100644
index 0000000..04fc9ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/helium-token.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/helix-dark.svg b/static/icons/vendor/homarr/svg/helix-dark.svg
new file mode 100644
index 0000000..30ff779
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/helix-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/helix-light.svg b/static/icons/vendor/homarr/svg/helix-light.svg
new file mode 100644
index 0000000..014443b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/helix-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/helix.svg b/static/icons/vendor/homarr/svg/helix.svg
new file mode 100644
index 0000000..1408f89
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/helix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/helm.svg b/static/icons/vendor/homarr/svg/helm.svg
new file mode 100644
index 0000000..408f52a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/helm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hemmelig-light.svg b/static/icons/vendor/homarr/svg/hemmelig-light.svg
new file mode 100644
index 0000000..830d923
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hemmelig-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hemmelig.svg b/static/icons/vendor/homarr/svg/hemmelig.svg
new file mode 100644
index 0000000..d261d61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hemmelig.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hestia.svg b/static/icons/vendor/homarr/svg/hestia.svg
new file mode 100644
index 0000000..d597249
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hestia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hetzner-h.svg b/static/icons/vendor/homarr/svg/hetzner-h.svg
new file mode 100644
index 0000000..c2a7c95
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hetzner-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hetzner.svg b/static/icons/vendor/homarr/svg/hetzner.svg
new file mode 100644
index 0000000..33ff1b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hetzner.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hexo.svg b/static/icons/vendor/homarr/svg/hexo.svg
new file mode 100644
index 0000000..694487c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hexo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hexos.svg b/static/icons/vendor/homarr/svg/hexos.svg
new file mode 100644
index 0000000..f11fc09
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hexos.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/heyform.svg b/static/icons/vendor/homarr/svg/heyform.svg
new file mode 100755
index 0000000..b0f3f7f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/heyform.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hi-anime.svg b/static/icons/vendor/homarr/svg/hi-anime.svg
new file mode 100644
index 0000000..783efa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hi-anime.svg
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hifiberry.svg b/static/icons/vendor/homarr/svg/hifiberry.svg
new file mode 100644
index 0000000..133b454
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hifiberry.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hikvision.svg b/static/icons/vendor/homarr/svg/hikvision.svg
new file mode 100644
index 0000000..ca3053e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hikvision.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hilook.svg b/static/icons/vendor/homarr/svg/hilook.svg
new file mode 100644
index 0000000..78efdf5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hilook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hivedav.svg b/static/icons/vendor/homarr/svg/hivedav.svg
new file mode 100755
index 0000000..bcba607
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hivedav.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hoarder-light.svg b/static/icons/vendor/homarr/svg/hoarder-light.svg
new file mode 100644
index 0000000..65c5969
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hoarder-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hoarder.svg b/static/icons/vendor/homarr/svg/hoarder.svg
new file mode 100755
index 0000000..51ca940
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hoarder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hollo-light.svg b/static/icons/vendor/homarr/svg/hollo-light.svg
new file mode 100644
index 0000000..1fa4b27
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hollo-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hollo.svg b/static/icons/vendor/homarr/svg/hollo.svg
new file mode 100755
index 0000000..b6f8868
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hollo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homarr.svg b/static/icons/vendor/homarr/svg/homarr.svg
new file mode 100755
index 0000000..d3f858c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/home-assistant-alt.svg b/static/icons/vendor/homarr/svg/home-assistant-alt.svg
new file mode 100644
index 0000000..bb8be68
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/home-assistant-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/home-assistant.svg b/static/icons/vendor/homarr/svg/home-assistant.svg
new file mode 100755
index 0000000..f6d0660
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/home-assistant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homebox.svg b/static/icons/vendor/homarr/svg/homebox.svg
new file mode 100755
index 0000000..7e8f756
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homebox.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homebridge.svg b/static/icons/vendor/homarr/svg/homebridge.svg
new file mode 100755
index 0000000..c7d7ae7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homebridge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homehub.svg b/static/icons/vendor/homarr/svg/homehub.svg
new file mode 100644
index 0000000..f6fac24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homehub.svg
@@ -0,0 +1,44 @@
+
+
+ HomeHub Icon (no padding)
+ Full-bleed rounded blue tile with a white house silhouette and a hub of connected dots inside, representing a family home hub.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/homelabids.svg b/static/icons/vendor/homarr/svg/homelabids.svg
new file mode 100644
index 0000000..457a03b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homelabids.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homer.svg b/static/icons/vendor/homarr/svg/homer.svg
new file mode 100755
index 0000000..b7d1875
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/homey.svg b/static/icons/vendor/homarr/svg/homey.svg
new file mode 100644
index 0000000..3286a60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/homey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/honda-jet.svg b/static/icons/vendor/homarr/svg/honda-jet.svg
new file mode 100644
index 0000000..93ee505
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/honda-jet.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hoobs.svg b/static/icons/vendor/homarr/svg/hoobs.svg
new file mode 100644
index 0000000..5fee42a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hoobs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hoppscotch.svg b/static/icons/vendor/homarr/svg/hoppscotch.svg
new file mode 100755
index 0000000..804574f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hoppscotch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hostinger.svg b/static/icons/vendor/homarr/svg/hostinger.svg
new file mode 100644
index 0000000..2a601a3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hostinger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hotio.svg b/static/icons/vendor/homarr/svg/hotio.svg
new file mode 100644
index 0000000..4dc3d9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hotio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hp.svg b/static/icons/vendor/homarr/svg/hp.svg
new file mode 100644
index 0000000..fde96ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/html-light.svg b/static/icons/vendor/homarr/svg/html-light.svg
new file mode 100644
index 0000000..11639a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/html-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/html.svg b/static/icons/vendor/homarr/svg/html.svg
new file mode 100644
index 0000000..dfec75d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/html.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/huawei.svg b/static/icons/vendor/homarr/svg/huawei.svg
new file mode 100644
index 0000000..d1f6705
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/huawei.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hubitat.svg b/static/icons/vendor/homarr/svg/hubitat.svg
new file mode 100644
index 0000000..d42171f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hubitat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hubzilla.svg b/static/icons/vendor/homarr/svg/hubzilla.svg
new file mode 100755
index 0000000..ce44c57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hubzilla.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hugging-face.svg b/static/icons/vendor/homarr/svg/hugging-face.svg
new file mode 100644
index 0000000..6d7d17f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hugging-face.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/huginn.svg b/static/icons/vendor/homarr/svg/huginn.svg
new file mode 100755
index 0000000..b7f78b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/huginn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hugo.svg b/static/icons/vendor/homarr/svg/hugo.svg
new file mode 100755
index 0000000..4b515de
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hugo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hulu.svg b/static/icons/vendor/homarr/svg/hulu.svg
new file mode 100755
index 0000000..e85f3bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hulu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/humhub.svg b/static/icons/vendor/homarr/svg/humhub.svg
new file mode 100755
index 0000000..a811a89
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/humhub.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hydra.svg b/static/icons/vendor/homarr/svg/hydra.svg
new file mode 100644
index 0000000..5f35a42
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hydra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hypermind.svg b/static/icons/vendor/homarr/svg/hypermind.svg
new file mode 100644
index 0000000..6008193
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hypermind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hyperpipe-light.svg b/static/icons/vendor/homarr/svg/hyperpipe-light.svg
new file mode 100644
index 0000000..4777f65
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hyperpipe-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hyperpipe.svg b/static/icons/vendor/homarr/svg/hyperpipe.svg
new file mode 100755
index 0000000..91a669a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hyperpipe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/hyprland.svg b/static/icons/vendor/homarr/svg/hyprland.svg
new file mode 100644
index 0000000..1121382
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/hyprland.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/i-librarian.svg b/static/icons/vendor/homarr/svg/i-librarian.svg
new file mode 100644
index 0000000..50de0ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/i-librarian.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/i2p-light.svg b/static/icons/vendor/homarr/svg/i2p-light.svg
new file mode 100644
index 0000000..655f269
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/i2p-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/i2p.svg b/static/icons/vendor/homarr/svg/i2p.svg
new file mode 100644
index 0000000..9ce6cd0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/i2p.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/i2pd.svg b/static/icons/vendor/homarr/svg/i2pd.svg
new file mode 100644
index 0000000..d8f2143
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/i2pd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ibm-dark.svg b/static/icons/vendor/homarr/svg/ibm-dark.svg
new file mode 100644
index 0000000..d97f8d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ibm-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ibm-light.svg b/static/icons/vendor/homarr/svg/ibm-light.svg
new file mode 100644
index 0000000..da5678d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ibm-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ibm.svg b/static/icons/vendor/homarr/svg/ibm.svg
new file mode 100644
index 0000000..d97f8d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ibm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ical.svg b/static/icons/vendor/homarr/svg/ical.svg
new file mode 100644
index 0000000..6d94924
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icecast.svg b/static/icons/vendor/homarr/svg/icecast.svg
new file mode 100644
index 0000000..980eda1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icecast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icinga-full-light.svg b/static/icons/vendor/homarr/svg/icinga-full-light.svg
new file mode 100644
index 0000000..97159ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icinga-full-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icinga-full.svg b/static/icons/vendor/homarr/svg/icinga-full.svg
new file mode 100644
index 0000000..37b653e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icinga-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icinga-light.svg b/static/icons/vendor/homarr/svg/icinga-light.svg
new file mode 100644
index 0000000..ad13b91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icinga-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icinga.svg b/static/icons/vendor/homarr/svg/icinga.svg
new file mode 100755
index 0000000..fbe0d99
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icinga.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icloud.svg b/static/icons/vendor/homarr/svg/icloud.svg
new file mode 100644
index 0000000..9d69abd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/icon.svg b/static/icons/vendor/homarr/svg/icon.svg
new file mode 100644
index 0000000..ecc24b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/idealo.svg b/static/icons/vendor/homarr/svg/idealo.svg
new file mode 100644
index 0000000..dbc5ed4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/idealo.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ideco.svg b/static/icons/vendor/homarr/svg/ideco.svg
new file mode 100644
index 0000000..57c5dea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ideco.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/idrac.svg b/static/icons/vendor/homarr/svg/idrac.svg
new file mode 100644
index 0000000..1ebea5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/idrac.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/idrive.svg b/static/icons/vendor/homarr/svg/idrive.svg
new file mode 100644
index 0000000..1709fd5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/idrive.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ilo.svg b/static/icons/vendor/homarr/svg/ilo.svg
new file mode 100644
index 0000000..fde96ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ilo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-frame-light.svg b/static/icons/vendor/homarr/svg/immich-frame-light.svg
new file mode 100644
index 0000000..541542a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-frame-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-frame.svg b/static/icons/vendor/homarr/svg/immich-frame.svg
new file mode 100755
index 0000000..ae9a08e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-frame.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-kiosk-light.svg b/static/icons/vendor/homarr/svg/immich-kiosk-light.svg
new file mode 100644
index 0000000..94bc840
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-kiosk-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-kiosk.svg b/static/icons/vendor/homarr/svg/immich-kiosk.svg
new file mode 100755
index 0000000..c01003d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-kiosk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-power-tools.svg b/static/icons/vendor/homarr/svg/immich-power-tools.svg
new file mode 100644
index 0000000..3078d13
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-power-tools.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/immich-public-proxy.svg b/static/icons/vendor/homarr/svg/immich-public-proxy.svg
new file mode 100644
index 0000000..f0fd867
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich-public-proxy.svg
@@ -0,0 +1,81 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/immich.svg b/static/icons/vendor/homarr/svg/immich.svg
new file mode 100755
index 0000000..5c758ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/immich.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/incus.svg b/static/icons/vendor/homarr/svg/incus.svg
new file mode 100644
index 0000000..c85412e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/incus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infinite-craft.svg b/static/icons/vendor/homarr/svg/infinite-craft.svg
new file mode 100644
index 0000000..2e91223
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infinite-craft.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infisical.svg b/static/icons/vendor/homarr/svg/infisical.svg
new file mode 100644
index 0000000..80f70d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infisical.svg
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/influxdb.svg b/static/icons/vendor/homarr/svg/influxdb.svg
new file mode 100755
index 0000000..a6ed507
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/influxdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infoblox.svg b/static/icons/vendor/homarr/svg/infoblox.svg
new file mode 100644
index 0000000..7edac36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infoblox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-k.svg b/static/icons/vendor/homarr/svg/infomaniak-k.svg
new file mode 100644
index 0000000..c991cb1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-k.svg
@@ -0,0 +1,10 @@
+
+
+ logo-k
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-kdrive-dark.svg b/static/icons/vendor/homarr/svg/infomaniak-kdrive-dark.svg
new file mode 100644
index 0000000..a83da18
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-kdrive-dark.svg
@@ -0,0 +1,21 @@
+
+ Drive
+
+
+
+
+
+
+
+
+
+
+ kDrive
+
+
+ infomaniak
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-kdrive-light.svg b/static/icons/vendor/homarr/svg/infomaniak-kdrive-light.svg
new file mode 100644
index 0000000..ab7a9f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-kdrive-light.svg
@@ -0,0 +1,21 @@
+
+ Drive
+
+
+
+
+
+
+
+
+
+
+ kDrive
+
+
+ infomaniak
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-kmeet-dark.svg b/static/icons/vendor/homarr/svg/infomaniak-kmeet-dark.svg
new file mode 100644
index 0000000..059c855
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-kmeet-dark.svg
@@ -0,0 +1,23 @@
+
+
+ infomaniak-kMeet-logoCrop-kmeet-white
+ Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-kmeet-light.svg b/static/icons/vendor/homarr/svg/infomaniak-kmeet-light.svg
new file mode 100644
index 0000000..e42fad4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-kmeet-light.svg
@@ -0,0 +1,24 @@
+
+
+
+ infomaniak-kMeet-logoCrop-kmeet-white
+ Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-dark.svg b/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-dark.svg
new file mode 100644
index 0000000..d6e2a34
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-dark.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-light.svg b/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-light.svg
new file mode 100644
index 0000000..80c70d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/infomaniak-swisstransfer-light.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/inoreader.svg b/static/icons/vendor/homarr/svg/inoreader.svg
new file mode 100755
index 0000000..1a28ed2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/inoreader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/instagram.svg b/static/icons/vendor/homarr/svg/instagram.svg
new file mode 100755
index 0000000..3806a5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/instagram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/intellij.svg b/static/icons/vendor/homarr/svg/intellij.svg
new file mode 100644
index 0000000..1d43efb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/intellij.svg
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/inventree.svg b/static/icons/vendor/homarr/svg/inventree.svg
new file mode 100755
index 0000000..4886979
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/inventree.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/invidious.svg b/static/icons/vendor/homarr/svg/invidious.svg
new file mode 100755
index 0000000..820ddff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invidious.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/invisioncommunity.svg b/static/icons/vendor/homarr/svg/invisioncommunity.svg
new file mode 100644
index 0000000..22c5229
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invisioncommunity.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/invoice-ninja-light.svg b/static/icons/vendor/homarr/svg/invoice-ninja-light.svg
new file mode 100644
index 0000000..edd4509
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invoice-ninja-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/invoice-ninja.svg b/static/icons/vendor/homarr/svg/invoice-ninja.svg
new file mode 100755
index 0000000..9cf958f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invoice-ninja.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/invoiceplane.svg b/static/icons/vendor/homarr/svg/invoiceplane.svg
new file mode 100644
index 0000000..45a7b33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invoiceplane.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/invoke-ai.svg b/static/icons/vendor/homarr/svg/invoke-ai.svg
new file mode 100644
index 0000000..0249e52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/invoke-ai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/iobroker.svg b/static/icons/vendor/homarr/svg/iobroker.svg
new file mode 100644
index 0000000..96a16f1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/iobroker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ionos.svg b/static/icons/vendor/homarr/svg/ionos.svg
new file mode 100644
index 0000000..8c429cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ionos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ipboard.svg b/static/icons/vendor/homarr/svg/ipboard.svg
new file mode 100644
index 0000000..22c5229
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ipboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ipfs-light.svg b/static/icons/vendor/homarr/svg/ipfs-light.svg
new file mode 100644
index 0000000..1b90c31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ipfs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ipfs.svg b/static/icons/vendor/homarr/svg/ipfs.svg
new file mode 100644
index 0000000..5972af4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ipfs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ispconfig.svg b/static/icons/vendor/homarr/svg/ispconfig.svg
new file mode 100644
index 0000000..9a81ec6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ispconfig.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/issabel-pbx-dark.svg b/static/icons/vendor/homarr/svg/issabel-pbx-dark.svg
new file mode 100644
index 0000000..024ad10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/issabel-pbx-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/issabel-pbx-wordmark-dark.svg b/static/icons/vendor/homarr/svg/issabel-pbx-wordmark-dark.svg
new file mode 100644
index 0000000..245aaa7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/issabel-pbx-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/issabel-pbx-wordmark.svg b/static/icons/vendor/homarr/svg/issabel-pbx-wordmark.svg
new file mode 100644
index 0000000..3d5f686
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/issabel-pbx-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/issabel-pbx.svg b/static/icons/vendor/homarr/svg/issabel-pbx.svg
new file mode 100644
index 0000000..3809c2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/issabel-pbx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/istio.svg b/static/icons/vendor/homarr/svg/istio.svg
new file mode 100644
index 0000000..c53fdc7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/istio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/it-tools-light.svg b/static/icons/vendor/homarr/svg/it-tools-light.svg
new file mode 100644
index 0000000..4a67c9a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/it-tools-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/it-tools.svg b/static/icons/vendor/homarr/svg/it-tools.svg
new file mode 100755
index 0000000..2aeb93e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/it-tools.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/italki.svg b/static/icons/vendor/homarr/svg/italki.svg
new file mode 100644
index 0000000..d85c068
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/italki.svg
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/itop.svg b/static/icons/vendor/homarr/svg/itop.svg
new file mode 100644
index 0000000..dbedbce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/itop.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/jackett-light.svg b/static/icons/vendor/homarr/svg/jackett-light.svg
new file mode 100644
index 0000000..bd63e50
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jackett-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jackett.svg b/static/icons/vendor/homarr/svg/jackett.svg
new file mode 100755
index 0000000..6f8591a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jackett.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jaeger.svg b/static/icons/vendor/homarr/svg/jaeger.svg
new file mode 100644
index 0000000..ffb929e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jaeger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jamf.svg b/static/icons/vendor/homarr/svg/jamf.svg
new file mode 100644
index 0000000..b1129c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jamf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jamstack.svg b/static/icons/vendor/homarr/svg/jamstack.svg
new file mode 100644
index 0000000..a9cbe33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jamstack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/java.svg b/static/icons/vendor/homarr/svg/java.svg
new file mode 100644
index 0000000..d7fe655
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/java.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/javascript-light.svg b/static/icons/vendor/homarr/svg/javascript-light.svg
new file mode 100644
index 0000000..18c9427
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/javascript-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/javascript.svg b/static/icons/vendor/homarr/svg/javascript.svg
new file mode 100644
index 0000000..97cf150
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/javascript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jeedom.svg b/static/icons/vendor/homarr/svg/jeedom.svg
new file mode 100644
index 0000000..7e5d6ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jeedom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jekyll.svg b/static/icons/vendor/homarr/svg/jekyll.svg
new file mode 100755
index 0000000..ee07352
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jekyll.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jellyfin-vue.svg b/static/icons/vendor/homarr/svg/jellyfin-vue.svg
new file mode 100644
index 0000000..6da3b98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jellyfin-vue.svg
@@ -0,0 +1,22 @@
+
+
+
+
+ image/svg+xml
+
+ icon-solid-vue
+
+
+
+
+
+
+
+
+
+ icon-solid-vue
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jellyfin.svg b/static/icons/vendor/homarr/svg/jellyfin.svg
new file mode 100755
index 0000000..c62f104
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jellyfin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jellyseerr.svg b/static/icons/vendor/homarr/svg/jellyseerr.svg
new file mode 100755
index 0000000..ed1b4ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jellyseerr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jellystat-dark.svg b/static/icons/vendor/homarr/svg/jellystat-dark.svg
new file mode 100644
index 0000000..ecdd62a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jellystat-dark.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/jellystat.svg b/static/icons/vendor/homarr/svg/jellystat.svg
new file mode 100755
index 0000000..e8b5ba8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jellystat.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/jelu.svg b/static/icons/vendor/homarr/svg/jelu.svg
new file mode 100644
index 0000000..97154c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jelu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jenkins.svg b/static/icons/vendor/homarr/svg/jenkins.svg
new file mode 100755
index 0000000..5558aec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jenkins.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jetbrains-toolbox.svg b/static/icons/vendor/homarr/svg/jetbrains-toolbox.svg
new file mode 100644
index 0000000..a4a61a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jetbrains-toolbox.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jetbrains-youtrack.svg b/static/icons/vendor/homarr/svg/jetbrains-youtrack.svg
new file mode 100644
index 0000000..955919c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jetbrains-youtrack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jetkvm-full.svg b/static/icons/vendor/homarr/svg/jetkvm-full.svg
new file mode 100644
index 0000000..e27d061
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jetkvm-full.svg
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jetkvm.svg b/static/icons/vendor/homarr/svg/jetkvm.svg
new file mode 100644
index 0000000..51528f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jetkvm.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jfrog.svg b/static/icons/vendor/homarr/svg/jfrog.svg
new file mode 100644
index 0000000..eaafabe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jfrog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jio.svg b/static/icons/vendor/homarr/svg/jio.svg
new file mode 100644
index 0000000..418e1a2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jira.svg b/static/icons/vendor/homarr/svg/jira.svg
new file mode 100755
index 0000000..087cff9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jira.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jitsi-meet.svg b/static/icons/vendor/homarr/svg/jitsi-meet.svg
new file mode 100755
index 0000000..cdaa4e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jitsi-meet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jitsi.svg b/static/icons/vendor/homarr/svg/jitsi.svg
new file mode 100644
index 0000000..e918636
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jitsi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/joomla.svg b/static/icons/vendor/homarr/svg/joomla.svg
new file mode 100644
index 0000000..7701f2e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/joomla.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/joplin.svg b/static/icons/vendor/homarr/svg/joplin.svg
new file mode 100755
index 0000000..7bfdeb3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/joplin.svg
@@ -0,0 +1 @@
+Joplin Icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jotty.svg b/static/icons/vendor/homarr/svg/jotty.svg
new file mode 100644
index 0000000..f118c72
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jotty.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/json.svg b/static/icons/vendor/homarr/svg/json.svg
new file mode 100644
index 0000000..e9bf49f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/json.svg
@@ -0,0 +1,15 @@
+
+ JSON logo
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/jujutsu-vcs.svg b/static/icons/vendor/homarr/svg/jujutsu-vcs.svg
new file mode 100644
index 0000000..153ffd5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jujutsu-vcs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/julia.svg b/static/icons/vendor/homarr/svg/julia.svg
new file mode 100644
index 0000000..35209ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/julia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jumpserver.svg b/static/icons/vendor/homarr/svg/jumpserver.svg
new file mode 100644
index 0000000..d8cbd75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jumpserver.svg
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/jupyter.svg b/static/icons/vendor/homarr/svg/jupyter.svg
new file mode 100755
index 0000000..ca8b4f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jupyter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jwt-io-light.svg b/static/icons/vendor/homarr/svg/jwt-io-light.svg
new file mode 100644
index 0000000..f10d573
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jwt-io-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/jwt-io.svg b/static/icons/vendor/homarr/svg/jwt-io.svg
new file mode 100755
index 0000000..ff1333a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/jwt-io.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kagi.svg b/static/icons/vendor/homarr/svg/kagi.svg
new file mode 100644
index 0000000..0731e7a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kagi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kali-linux.svg b/static/icons/vendor/homarr/svg/kali-linux.svg
new file mode 100644
index 0000000..6e31b32
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kali-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kamatera.svg b/static/icons/vendor/homarr/svg/kamatera.svg
new file mode 100644
index 0000000..38cf1f5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kamatera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kanboard-light.svg b/static/icons/vendor/homarr/svg/kanboard-light.svg
new file mode 100644
index 0000000..f8a8957
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kanboard-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kanboard.svg b/static/icons/vendor/homarr/svg/kanboard.svg
new file mode 100755
index 0000000..8ca9628
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kanboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kanidm.svg b/static/icons/vendor/homarr/svg/kanidm.svg
new file mode 100755
index 0000000..8e86f21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kanidm.svg
@@ -0,0 +1,273 @@
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PASSPORT
+ AUTHSTRALIA
+ KANIDM
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/kapowarr.svg b/static/icons/vendor/homarr/svg/kapowarr.svg
new file mode 100755
index 0000000..25d8173
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kapowarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/karakeep-dark.svg b/static/icons/vendor/homarr/svg/karakeep-dark.svg
new file mode 100644
index 0000000..51ca940
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/karakeep-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/karakeep.svg b/static/icons/vendor/homarr/svg/karakeep.svg
new file mode 100644
index 0000000..65c5969
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/karakeep.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kasm-workspaces.svg b/static/icons/vendor/homarr/svg/kasm-workspaces.svg
new file mode 100644
index 0000000..3fc3f5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kasm-workspaces.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kasm.svg b/static/icons/vendor/homarr/svg/kasm.svg
new file mode 100644
index 0000000..3fc3f5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kasm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kasten-k10.svg b/static/icons/vendor/homarr/svg/kasten-k10.svg
new file mode 100644
index 0000000..03e0570
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kasten-k10.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kaufland.svg b/static/icons/vendor/homarr/svg/kaufland.svg
new file mode 100644
index 0000000..c9dd1e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kaufland.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kavita.svg b/static/icons/vendor/homarr/svg/kavita.svg
new file mode 100755
index 0000000..864d484
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kavita.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kbin.svg b/static/icons/vendor/homarr/svg/kbin.svg
new file mode 100755
index 0000000..9ef7ed4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kbin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keenetic-alt.svg b/static/icons/vendor/homarr/svg/keenetic-alt.svg
new file mode 100644
index 0000000..6889ee3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keenetic-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keenetic.svg b/static/icons/vendor/homarr/svg/keenetic.svg
new file mode 100644
index 0000000..18d6df2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keenetic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keepassxc.svg b/static/icons/vendor/homarr/svg/keepassxc.svg
new file mode 100755
index 0000000..bba6774
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keepassxc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keeper-security.svg b/static/icons/vendor/homarr/svg/keeper-security.svg
new file mode 100644
index 0000000..9dc5e97
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keeper-security.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keila.svg b/static/icons/vendor/homarr/svg/keila.svg
new file mode 100755
index 0000000..83634b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keila.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kerberos.svg b/static/icons/vendor/homarr/svg/kerberos.svg
new file mode 100644
index 0000000..694d4f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kerberos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kestra.svg b/static/icons/vendor/homarr/svg/kestra.svg
new file mode 100755
index 0000000..ece441f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kestra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keycloak.svg b/static/icons/vendor/homarr/svg/keycloak.svg
new file mode 100755
index 0000000..3e8115e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keycloak.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keyoxide-alt.svg b/static/icons/vendor/homarr/svg/keyoxide-alt.svg
new file mode 100644
index 0000000..e810305
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keyoxide-alt.svg
@@ -0,0 +1 @@
+Keyoxidehttps://keyoxide.orgDecentralized online identity
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/keyoxide.svg b/static/icons/vendor/homarr/svg/keyoxide.svg
new file mode 100644
index 0000000..b944081
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/keyoxide.svg
@@ -0,0 +1 @@
+Keyoxidehttps://keyoxide.orgDecentralized online identity
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kibana.svg b/static/icons/vendor/homarr/svg/kibana.svg
new file mode 100644
index 0000000..bb22e21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kibana.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kick-light.svg b/static/icons/vendor/homarr/svg/kick-light.svg
new file mode 100644
index 0000000..78b29a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kick-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kick.svg b/static/icons/vendor/homarr/svg/kick.svg
new file mode 100644
index 0000000..90b0e44
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kick.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kickstarter.svg b/static/icons/vendor/homarr/svg/kickstarter.svg
new file mode 100644
index 0000000..d9964e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kickstarter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kimai.svg b/static/icons/vendor/homarr/svg/kimai.svg
new file mode 100755
index 0000000..3bd8f31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kimai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kimi-ai.svg b/static/icons/vendor/homarr/svg/kimi-ai.svg
new file mode 100644
index 0000000..5d0e206
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kimi-ai.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kinopub.svg b/static/icons/vendor/homarr/svg/kinopub.svg
new file mode 100644
index 0000000..7ee11bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kinopub.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kinto.svg b/static/icons/vendor/homarr/svg/kinto.svg
new file mode 100644
index 0000000..6ae1e4f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kinto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kirby-light.svg b/static/icons/vendor/homarr/svg/kirby-light.svg
new file mode 100644
index 0000000..d24beaa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kirby-light.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/kirby-wordmark-dark.svg b/static/icons/vendor/homarr/svg/kirby-wordmark-dark.svg
new file mode 100644
index 0000000..9bea916
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kirby-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kirby-wordmark-light.svg b/static/icons/vendor/homarr/svg/kirby-wordmark-light.svg
new file mode 100644
index 0000000..3751701
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kirby-wordmark-light.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/kirby.svg b/static/icons/vendor/homarr/svg/kirby.svg
new file mode 100644
index 0000000..a48bc60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kirby.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kitana.svg b/static/icons/vendor/homarr/svg/kitana.svg
new file mode 100644
index 0000000..ba29c9d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kitana.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kitchenowl.svg b/static/icons/vendor/homarr/svg/kitchenowl.svg
new file mode 100644
index 0000000..7220392
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kitchenowl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kiwix-light.svg b/static/icons/vendor/homarr/svg/kiwix-light.svg
new file mode 100644
index 0000000..a225bbd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kiwix-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kiwix.svg b/static/icons/vendor/homarr/svg/kiwix.svg
new file mode 100644
index 0000000..f35ec6a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kiwix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kleinanzeigen.svg b/static/icons/vendor/homarr/svg/kleinanzeigen.svg
new file mode 100644
index 0000000..39521b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kleinanzeigen.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kleopatra.svg b/static/icons/vendor/homarr/svg/kleopatra.svg
new file mode 100644
index 0000000..7a74961
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kleopatra.svg
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/klipper.svg b/static/icons/vendor/homarr/svg/klipper.svg
new file mode 100755
index 0000000..83a90dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/klipper.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/knx.svg b/static/icons/vendor/homarr/svg/knx.svg
new file mode 100644
index 0000000..2218628
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/knx.svg
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/ko-fi.svg b/static/icons/vendor/homarr/svg/ko-fi.svg
new file mode 100644
index 0000000..7d7e07c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ko-fi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ko-insight.svg b/static/icons/vendor/homarr/svg/ko-insight.svg
new file mode 100644
index 0000000..989fdb4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ko-insight.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kodi.svg b/static/icons/vendor/homarr/svg/kodi.svg
new file mode 100755
index 0000000..211b23f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kodi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/koel.svg b/static/icons/vendor/homarr/svg/koel.svg
new file mode 100644
index 0000000..41d20c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/koel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/koillection-light.svg b/static/icons/vendor/homarr/svg/koillection-light.svg
new file mode 100644
index 0000000..f0565ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/koillection-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/koillection.svg b/static/icons/vendor/homarr/svg/koillection.svg
new file mode 100644
index 0000000..b8c8d14
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/koillection.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/komga.svg b/static/icons/vendor/homarr/svg/komga.svg
new file mode 100755
index 0000000..ebe25d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/komga.svg
@@ -0,0 +1 @@
+KK
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/komodo.svg b/static/icons/vendor/homarr/svg/komodo.svg
new file mode 100644
index 0000000..db49047
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/komodo.svg
@@ -0,0 +1,1505 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/kontoj.svg b/static/icons/vendor/homarr/svg/kontoj.svg
new file mode 100755
index 0000000..5b73512
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kontoj.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kook.svg b/static/icons/vendor/homarr/svg/kook.svg
new file mode 100644
index 0000000..6bbfb60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kopia.svg b/static/icons/vendor/homarr/svg/kopia.svg
new file mode 100755
index 0000000..4637219
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kopia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kotlin.svg b/static/icons/vendor/homarr/svg/kotlin.svg
new file mode 100644
index 0000000..57ec2f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kotlin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kpn.svg b/static/icons/vendor/homarr/svg/kpn.svg
new file mode 100644
index 0000000..fc4ac04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/krakend.svg b/static/icons/vendor/homarr/svg/krakend.svg
new file mode 100755
index 0000000..54faa42
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/krakend.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/krusader.svg b/static/icons/vendor/homarr/svg/krusader.svg
new file mode 100644
index 0000000..68fb295
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/krusader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ksuite.svg b/static/icons/vendor/homarr/svg/ksuite.svg
new file mode 100644
index 0000000..74d8f46
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ksuite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kubernetes-dashboard.svg b/static/icons/vendor/homarr/svg/kubernetes-dashboard.svg
new file mode 100644
index 0000000..6214f5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kubernetes-dashboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kubernetes.svg b/static/icons/vendor/homarr/svg/kubernetes.svg
new file mode 100644
index 0000000..6214f5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kubernetes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kubuntu-linux.svg b/static/icons/vendor/homarr/svg/kubuntu-linux.svg
new file mode 100644
index 0000000..5e018f5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kubuntu-linux.svg
@@ -0,0 +1 @@
+Kubuntu
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kutt.svg b/static/icons/vendor/homarr/svg/kutt.svg
new file mode 100644
index 0000000..b1f87d9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kutt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/kyoo.svg b/static/icons/vendor/homarr/svg/kyoo.svg
new file mode 100755
index 0000000..090bafa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/kyoo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lact.svg b/static/icons/vendor/homarr/svg/lact.svg
new file mode 100644
index 0000000..45dca1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lact.svg
@@ -0,0 +1,156 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lancommander-light.svg b/static/icons/vendor/homarr/svg/lancommander-light.svg
new file mode 100644
index 0000000..2a10aec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lancommander-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lancommander.svg b/static/icons/vendor/homarr/svg/lancommander.svg
new file mode 100755
index 0000000..15dd536
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lancommander.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/laracasts-dark.svg b/static/icons/vendor/homarr/svg/laracasts-dark.svg
new file mode 100644
index 0000000..69e9483
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/laracasts-dark.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/laracasts.svg b/static/icons/vendor/homarr/svg/laracasts.svg
new file mode 100644
index 0000000..b61a595
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/laracasts.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/laravel.svg b/static/icons/vendor/homarr/svg/laravel.svg
new file mode 100644
index 0000000..008e5b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/laravel.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lark.svg b/static/icons/vendor/homarr/svg/lark.svg
new file mode 100644
index 0000000..5bb586b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lastpass.svg b/static/icons/vendor/homarr/svg/lastpass.svg
new file mode 100755
index 0000000..af0b874
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lastpass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/leanote.svg b/static/icons/vendor/homarr/svg/leanote.svg
new file mode 100644
index 0000000..fec1d5f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/leanote.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/leantime.svg b/static/icons/vendor/homarr/svg/leantime.svg
new file mode 100755
index 0000000..bee4876
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/leantime.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/leetcode-dark.svg b/static/icons/vendor/homarr/svg/leetcode-dark.svg
new file mode 100644
index 0000000..2f4041a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/leetcode-dark.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/leetcode.svg b/static/icons/vendor/homarr/svg/leetcode.svg
new file mode 100644
index 0000000..c6b7e01
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/leetcode.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lemmy-light.svg b/static/icons/vendor/homarr/svg/lemmy-light.svg
new file mode 100755
index 0000000..d8c9cee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lemmy-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lemmy.svg b/static/icons/vendor/homarr/svg/lemmy.svg
new file mode 100644
index 0000000..cbdd16e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lemmy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lenovo-light.svg b/static/icons/vendor/homarr/svg/lenovo-light.svg
new file mode 100644
index 0000000..daa073e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lenovo-light.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/lenovo.svg b/static/icons/vendor/homarr/svg/lenovo.svg
new file mode 100644
index 0000000..5c595f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lenovo.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/lets-encrypt.svg b/static/icons/vendor/homarr/svg/lets-encrypt.svg
new file mode 100755
index 0000000..a74c5a4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lets-encrypt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lexmark.svg b/static/icons/vendor/homarr/svg/lexmark.svg
new file mode 100644
index 0000000..0886af8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lexmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libation.svg b/static/icons/vendor/homarr/svg/libation.svg
new file mode 100644
index 0000000..bf99496
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librechat.svg b/static/icons/vendor/homarr/svg/librechat.svg
new file mode 100644
index 0000000..e2d7701
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librechat.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libreddit-light.svg b/static/icons/vendor/homarr/svg/libreddit-light.svg
new file mode 100644
index 0000000..281b396
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libreddit-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libreddit.svg b/static/icons/vendor/homarr/svg/libreddit.svg
new file mode 100644
index 0000000..8af3ccc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libreddit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librenms.svg b/static/icons/vendor/homarr/svg/librenms.svg
new file mode 100644
index 0000000..4b3745a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librenms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libreoffice-light.svg b/static/icons/vendor/homarr/svg/libreoffice-light.svg
new file mode 100644
index 0000000..1071941
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libreoffice-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libreoffice.svg b/static/icons/vendor/homarr/svg/libreoffice.svg
new file mode 100755
index 0000000..a0195d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libreoffice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librespeed-light.svg b/static/icons/vendor/homarr/svg/librespeed-light.svg
new file mode 100644
index 0000000..a5031aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librespeed-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librespeed.svg b/static/icons/vendor/homarr/svg/librespeed.svg
new file mode 100755
index 0000000..cb28e21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librespeed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libretranslate-dark.svg b/static/icons/vendor/homarr/svg/libretranslate-dark.svg
new file mode 100644
index 0000000..99e8e1d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libretranslate-dark.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/libretranslate.svg b/static/icons/vendor/homarr/svg/libretranslate.svg
new file mode 100644
index 0000000..83caa70
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/libretranslate.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librewolf.svg b/static/icons/vendor/homarr/svg/librewolf.svg
new file mode 100755
index 0000000..5133dfb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librewolf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/librum.svg b/static/icons/vendor/homarr/svg/librum.svg
new file mode 100755
index 0000000..c9213cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/librum.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lichess-dark.svg b/static/icons/vendor/homarr/svg/lichess-dark.svg
new file mode 100644
index 0000000..228a484
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lichess-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lichess.svg b/static/icons/vendor/homarr/svg/lichess.svg
new file mode 100644
index 0000000..004c805
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lichess.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lidarr.svg b/static/icons/vendor/homarr/svg/lidarr.svg
new file mode 100755
index 0000000..0332ddf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lidarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lidl.svg b/static/icons/vendor/homarr/svg/lidl.svg
new file mode 100644
index 0000000..24ba6e4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lidl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lighttpd.svg b/static/icons/vendor/homarr/svg/lighttpd.svg
new file mode 100644
index 0000000..72ccd82
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lighttpd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/limesurvey.svg b/static/icons/vendor/homarr/svg/limesurvey.svg
new file mode 100755
index 0000000..70bd7eb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/limesurvey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linear-dark.svg b/static/icons/vendor/homarr/svg/linear-dark.svg
new file mode 100644
index 0000000..be290ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linear-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linear.svg b/static/icons/vendor/homarr/svg/linear.svg
new file mode 100644
index 0000000..bb830fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linear.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linguacafe.svg b/static/icons/vendor/homarr/svg/linguacafe.svg
new file mode 100755
index 0000000..ad9a2b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linguacafe.svg
@@ -0,0 +1 @@
+文
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linkace.svg b/static/icons/vendor/homarr/svg/linkace.svg
new file mode 100755
index 0000000..18d76da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linkace.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linkding.svg b/static/icons/vendor/homarr/svg/linkding.svg
new file mode 100755
index 0000000..131fe17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linkding.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linkedin.svg b/static/icons/vendor/homarr/svg/linkedin.svg
new file mode 100755
index 0000000..3bc0d47
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linkstack.svg b/static/icons/vendor/homarr/svg/linkstack.svg
new file mode 100755
index 0000000..e30b0a3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linkstack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linode.svg b/static/icons/vendor/homarr/svg/linode.svg
new file mode 100644
index 0000000..57b8b0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linux-mint.svg b/static/icons/vendor/homarr/svg/linux-mint.svg
new file mode 100644
index 0000000..f86a66d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linux-mint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linux.svg b/static/icons/vendor/homarr/svg/linux.svg
new file mode 100755
index 0000000..70c7a5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linuxdo.svg b/static/icons/vendor/homarr/svg/linuxdo.svg
new file mode 100644
index 0000000..f648f54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linuxdo.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linuxgsm.svg b/static/icons/vendor/homarr/svg/linuxgsm.svg
new file mode 100755
index 0000000..eef97bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linuxgsm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/linuxserver-io.svg b/static/icons/vendor/homarr/svg/linuxserver-io.svg
new file mode 100755
index 0000000..b7a0586
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/linuxserver-io.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/liremdb.svg b/static/icons/vendor/homarr/svg/liremdb.svg
new file mode 100644
index 0000000..b44db6a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/liremdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/listenbrainz.svg b/static/icons/vendor/homarr/svg/listenbrainz.svg
new file mode 100644
index 0000000..9d379a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/listenbrainz.svg
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+ ListenBrainz 2020 logo (version 2)
+
+
+
+
+
+ ListenBrainz 2020 logo (version 2)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/listmonk.svg b/static/icons/vendor/homarr/svg/listmonk.svg
new file mode 100755
index 0000000..778263b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/listmonk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lite-speed.svg b/static/icons/vendor/homarr/svg/lite-speed.svg
new file mode 100644
index 0000000..c576ad5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lite-speed.svg
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/littlelink-custom.svg b/static/icons/vendor/homarr/svg/littlelink-custom.svg
new file mode 100644
index 0000000..94b2df0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/littlelink-custom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/livebook.svg b/static/icons/vendor/homarr/svg/livebook.svg
new file mode 100644
index 0000000..4876457
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/livebook.svg
@@ -0,0 +1 @@
+image/svg+xml
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lldap-dark.svg b/static/icons/vendor/homarr/svg/lldap-dark.svg
new file mode 100644
index 0000000..a818b5c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lldap-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lldap.svg b/static/icons/vendor/homarr/svg/lldap.svg
new file mode 100644
index 0000000..2e1e7c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lldap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lms-mixtape.svg b/static/icons/vendor/homarr/svg/lms-mixtape.svg
new file mode 100644
index 0000000..c1a99e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lms-mixtape.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lnbits.svg b/static/icons/vendor/homarr/svg/lnbits.svg
new file mode 100644
index 0000000..f4f206a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lnbits.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lobe-chat.svg b/static/icons/vendor/homarr/svg/lobe-chat.svg
new file mode 100644
index 0000000..3fc837d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lobe-chat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/local-content-share.svg b/static/icons/vendor/homarr/svg/local-content-share.svg
new file mode 100644
index 0000000..71ba140
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/local-content-share.svg
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/local-xpose.svg b/static/icons/vendor/homarr/svg/local-xpose.svg
new file mode 100644
index 0000000..67feca9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/local-xpose.svg
@@ -0,0 +1,44 @@
+
+ localxpose
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/locals-light.svg b/static/icons/vendor/homarr/svg/locals-light.svg
new file mode 100644
index 0000000..1d141dc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/locals-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/locals.svg b/static/icons/vendor/homarr/svg/locals.svg
new file mode 100644
index 0000000..84fac3b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/locals.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lockheed-martin.svg b/static/icons/vendor/homarr/svg/lockheed-martin.svg
new file mode 100644
index 0000000..65bc743
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lockheed-martin.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/lodestone.svg b/static/icons/vendor/homarr/svg/lodestone.svg
new file mode 100755
index 0000000..d29eaf6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lodestone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logitech-gaming.svg b/static/icons/vendor/homarr/svg/logitech-gaming.svg
new file mode 100644
index 0000000..0489894
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logitech-gaming.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logitech-legacy.svg b/static/icons/vendor/homarr/svg/logitech-legacy.svg
new file mode 100644
index 0000000..b1a2903
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logitech-legacy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logitech-light.svg b/static/icons/vendor/homarr/svg/logitech-light.svg
new file mode 100644
index 0000000..546ed20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logitech-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logitech.svg b/static/icons/vendor/homarr/svg/logitech.svg
new file mode 100644
index 0000000..1adc7d1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logitech.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logseq.svg b/static/icons/vendor/homarr/svg/logseq.svg
new file mode 100755
index 0000000..1ef2939
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logseq.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logstash.svg b/static/icons/vendor/homarr/svg/logstash.svg
new file mode 100644
index 0000000..0994521
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logstash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/logto.svg b/static/icons/vendor/homarr/svg/logto.svg
new file mode 100755
index 0000000..ef2cc3c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/logto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/loki.svg b/static/icons/vendor/homarr/svg/loki.svg
new file mode 100755
index 0000000..25538f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/loki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/longhorn.svg b/static/icons/vendor/homarr/svg/longhorn.svg
new file mode 100644
index 0000000..0c20fd3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/longhorn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lostack.svg b/static/icons/vendor/homarr/svg/lostack.svg
new file mode 100644
index 0000000..04d852c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lostack.svg
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/loxone-full.svg b/static/icons/vendor/homarr/svg/loxone-full.svg
new file mode 100644
index 0000000..dc8f69d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/loxone-full.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/loxone.svg b/static/icons/vendor/homarr/svg/loxone.svg
new file mode 100644
index 0000000..194d155
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/loxone.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lua.svg b/static/icons/vendor/homarr/svg/lua.svg
new file mode 100644
index 0000000..1024087
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lua.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lubuntu-linux.svg b/static/icons/vendor/homarr/svg/lubuntu-linux.svg
new file mode 100644
index 0000000..d6e0206
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lubuntu-linux.svg
@@ -0,0 +1 @@
+Lubuntu
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ludus-dark.svg b/static/icons/vendor/homarr/svg/ludus-dark.svg
new file mode 100644
index 0000000..2e3bae5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ludus-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ludus.svg b/static/icons/vendor/homarr/svg/ludus.svg
new file mode 100644
index 0000000..742e321
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ludus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lunalytics.svg b/static/icons/vendor/homarr/svg/lunalytics.svg
new file mode 100644
index 0000000..2d8813b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lunalytics.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lunasea.svg b/static/icons/vendor/homarr/svg/lunasea.svg
new file mode 100755
index 0000000..d3a6a36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lunasea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/luxriot.svg b/static/icons/vendor/homarr/svg/luxriot.svg
new file mode 100644
index 0000000..af19a96
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/luxriot.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lynx-light.svg b/static/icons/vendor/homarr/svg/lynx-light.svg
new file mode 100644
index 0000000..c1fb778
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lynx-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lynx.svg b/static/icons/vendor/homarr/svg/lynx.svg
new file mode 100644
index 0000000..7fe0273
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lynx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lyrion-dark.svg b/static/icons/vendor/homarr/svg/lyrion-dark.svg
new file mode 100644
index 0000000..824a558
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lyrion-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/lyrion.svg b/static/icons/vendor/homarr/svg/lyrion.svg
new file mode 100644
index 0000000..f097285
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/lyrion.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/macmon.svg b/static/icons/vendor/homarr/svg/macmon.svg
new file mode 100644
index 0000000..6d35000
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/macmon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mail-archiver.svg b/static/icons/vendor/homarr/svg/mail-archiver.svg
new file mode 100644
index 0000000..f10f775
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mail-archiver.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/mail-in-a-box.svg b/static/icons/vendor/homarr/svg/mail-in-a-box.svg
new file mode 100755
index 0000000..0a9b15f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mail-in-a-box.svg
@@ -0,0 +1 @@
+RETURN PATHIMAP DNSMail-in-a-BoxSMTP Port 25The Internet
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailchimp-light.svg b/static/icons/vendor/homarr/svg/mailchimp-light.svg
new file mode 100644
index 0000000..55b216d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailchimp-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailchimp.svg b/static/icons/vendor/homarr/svg/mailchimp.svg
new file mode 100755
index 0000000..3043695
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailchimp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailcow.svg b/static/icons/vendor/homarr/svg/mailcow.svg
new file mode 100755
index 0000000..ee86443
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailcow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailfence.svg b/static/icons/vendor/homarr/svg/mailfence.svg
new file mode 100644
index 0000000..dc95400
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailfence.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailgun.svg b/static/icons/vendor/homarr/svg/mailgun.svg
new file mode 100755
index 0000000..d008efd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailgun.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailjet.svg b/static/icons/vendor/homarr/svg/mailjet.svg
new file mode 100755
index 0000000..4c6e040
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailjet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mailpit.svg b/static/icons/vendor/homarr/svg/mailpit.svg
new file mode 100644
index 0000000..58675a2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mailpit.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mainsail.svg b/static/icons/vendor/homarr/svg/mainsail.svg
new file mode 100755
index 0000000..6104c91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mainsail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maintainerr.svg b/static/icons/vendor/homarr/svg/maintainerr.svg
new file mode 100755
index 0000000..78a3079
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maintainerr.svg
@@ -0,0 +1,16 @@
+
+Created with Fabric.js 4.6.0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maker-world-dark.svg b/static/icons/vendor/homarr/svg/maker-world-dark.svg
new file mode 100644
index 0000000..f8ec816
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maker-world-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maker-world.svg b/static/icons/vendor/homarr/svg/maker-world.svg
new file mode 100644
index 0000000..b407d93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maker-world.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maltego-dark.svg b/static/icons/vendor/homarr/svg/maltego-dark.svg
new file mode 100644
index 0000000..5734a97
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maltego-dark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/maltego-light.svg b/static/icons/vendor/homarr/svg/maltego-light.svg
new file mode 100644
index 0000000..7c2084f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maltego-light.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/maltego-wordmark-dark.svg b/static/icons/vendor/homarr/svg/maltego-wordmark-dark.svg
new file mode 100644
index 0000000..74a34e3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maltego-wordmark-dark.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/maltego-wordmark-light.svg b/static/icons/vendor/homarr/svg/maltego-wordmark-light.svg
new file mode 100644
index 0000000..304551c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maltego-wordmark-light.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/maltego.svg b/static/icons/vendor/homarr/svg/maltego.svg
new file mode 100644
index 0000000..5734a97
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maltego.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/manga-dex.svg b/static/icons/vendor/homarr/svg/manga-dex.svg
new file mode 100644
index 0000000..8c273d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/manga-dex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/manjaro-linux.svg b/static/icons/vendor/homarr/svg/manjaro-linux.svg
new file mode 100644
index 0000000..0cc4e90
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/manjaro-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mantrae-dark.svg b/static/icons/vendor/homarr/svg/mantrae-dark.svg
new file mode 100644
index 0000000..896de24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mantrae-dark.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mantrae-light.svg b/static/icons/vendor/homarr/svg/mantrae-light.svg
new file mode 100644
index 0000000..7fc5066
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mantrae-light.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mantrae.svg b/static/icons/vendor/homarr/svg/mantrae.svg
new file mode 100644
index 0000000..119034d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mantrae.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/many-notes.svg b/static/icons/vendor/homarr/svg/many-notes.svg
new file mode 100644
index 0000000..cdb69b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/many-notes.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/manyfold.svg b/static/icons/vendor/homarr/svg/manyfold.svg
new file mode 100755
index 0000000..09ee187
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/manyfold.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maptiler.svg b/static/icons/vendor/homarr/svg/maptiler.svg
new file mode 100644
index 0000000..1f7ff54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maptiler.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mariadb.svg b/static/icons/vendor/homarr/svg/mariadb.svg
new file mode 100755
index 0000000..33794b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mariadb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/marimo.svg b/static/icons/vendor/homarr/svg/marimo.svg
new file mode 100644
index 0000000..054560a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/marimo.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/marktplaats.svg b/static/icons/vendor/homarr/svg/marktplaats.svg
new file mode 100644
index 0000000..3d9c83d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/marktplaats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mastodon.svg b/static/icons/vendor/homarr/svg/mastodon.svg
new file mode 100755
index 0000000..d425c0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mastodon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matomo.svg b/static/icons/vendor/homarr/svg/matomo.svg
new file mode 100755
index 0000000..13d0a04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matomo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matrix-light.svg b/static/icons/vendor/homarr/svg/matrix-light.svg
new file mode 100644
index 0000000..c635375
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matrix-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matrix-synapse-light.svg b/static/icons/vendor/homarr/svg/matrix-synapse-light.svg
new file mode 100644
index 0000000..1e7ca27
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matrix-synapse-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matrix-synapse.svg b/static/icons/vendor/homarr/svg/matrix-synapse.svg
new file mode 100644
index 0000000..d33d61d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matrix-synapse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matrix.svg b/static/icons/vendor/homarr/svg/matrix.svg
new file mode 100755
index 0000000..ad3d664
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matrix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matter-light.svg b/static/icons/vendor/homarr/svg/matter-light.svg
new file mode 100644
index 0000000..c80d487
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matter-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matter.svg b/static/icons/vendor/homarr/svg/matter.svg
new file mode 100644
index 0000000..30dd955
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/matterbridge.svg b/static/icons/vendor/homarr/svg/matterbridge.svg
new file mode 100644
index 0000000..f9d9b3f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/matterbridge.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mattermost.svg b/static/icons/vendor/homarr/svg/mattermost.svg
new file mode 100755
index 0000000..11c1fee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mattermost.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mautic.svg b/static/icons/vendor/homarr/svg/mautic.svg
new file mode 100755
index 0000000..d3db3fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mautic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/max.svg b/static/icons/vendor/homarr/svg/max.svg
new file mode 100755
index 0000000..1c4c2f9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/max.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mayan-edms-light.svg b/static/icons/vendor/homarr/svg/mayan-edms-light.svg
new file mode 100644
index 0000000..3c1a125
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mayan-edms-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mayan-edms.svg b/static/icons/vendor/homarr/svg/mayan-edms.svg
new file mode 100755
index 0000000..d93c9b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mayan-edms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/maybe.svg b/static/icons/vendor/homarr/svg/maybe.svg
new file mode 100755
index 0000000..6fe1f99
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/maybe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mbin.svg b/static/icons/vendor/homarr/svg/mbin.svg
new file mode 100755
index 0000000..2d48329
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mbin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mealie.svg b/static/icons/vendor/homarr/svg/mealie.svg
new file mode 100755
index 0000000..1655a04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mealie.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/medama.svg b/static/icons/vendor/homarr/svg/medama.svg
new file mode 100755
index 0000000..d61dbdd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/medama.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/media-manager.svg b/static/icons/vendor/homarr/svg/media-manager.svg
new file mode 100644
index 0000000..70e3e36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/media-manager.svg
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mediafire.svg b/static/icons/vendor/homarr/svg/mediafire.svg
new file mode 100644
index 0000000..845ea83
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mediafire.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mediathekview.svg b/static/icons/vendor/homarr/svg/mediathekview.svg
new file mode 100644
index 0000000..500b6dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mediathekview.svg
@@ -0,0 +1 @@
+MV
diff --git a/static/icons/vendor/homarr/svg/mediawiki.svg b/static/icons/vendor/homarr/svg/mediawiki.svg
new file mode 100644
index 0000000..4067b48
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mediawiki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/medium-dark.svg b/static/icons/vendor/homarr/svg/medium-dark.svg
new file mode 100644
index 0000000..c1999c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/medium-dark.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/medium-light.svg b/static/icons/vendor/homarr/svg/medium-light.svg
new file mode 100755
index 0000000..aa40ce1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/medium-light.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/mediux.svg b/static/icons/vendor/homarr/svg/mediux.svg
new file mode 100755
index 0000000..df24779
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mediux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/medusa-light.svg b/static/icons/vendor/homarr/svg/medusa-light.svg
new file mode 100644
index 0000000..117b1f9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/medusa-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/medusa.svg b/static/icons/vendor/homarr/svg/medusa.svg
new file mode 100755
index 0000000..dc47190
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/medusa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mega-nz-dark.svg b/static/icons/vendor/homarr/svg/mega-nz-dark.svg
new file mode 100644
index 0000000..2b0a4e3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mega-nz-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mega-nz.svg b/static/icons/vendor/homarr/svg/mega-nz.svg
new file mode 100644
index 0000000..6efb124
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mega-nz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meilisearch.svg b/static/icons/vendor/homarr/svg/meilisearch.svg
new file mode 100755
index 0000000..4bb02a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meilisearch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/memories-light.svg b/static/icons/vendor/homarr/svg/memories-light.svg
new file mode 100644
index 0000000..cac848c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/memories-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/memories.svg b/static/icons/vendor/homarr/svg/memories.svg
new file mode 100755
index 0000000..bdd382e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/memories.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/memos.svg b/static/icons/vendor/homarr/svg/memos.svg
new file mode 100644
index 0000000..52712bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/memos.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meraki.svg b/static/icons/vendor/homarr/svg/meraki.svg
new file mode 100644
index 0000000..1ae286c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meraki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mercusys.svg b/static/icons/vendor/homarr/svg/mercusys.svg
new file mode 100644
index 0000000..9c38eec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mercusys.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mergeable-dark.svg b/static/icons/vendor/homarr/svg/mergeable-dark.svg
new file mode 100644
index 0000000..cd09a05
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mergeable-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mergeable.svg b/static/icons/vendor/homarr/svg/mergeable.svg
new file mode 100755
index 0000000..be1e4b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mergeable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meshping-light.svg b/static/icons/vendor/homarr/svg/meshping-light.svg
new file mode 100644
index 0000000..4dc2aed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meshping-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meshping.svg b/static/icons/vendor/homarr/svg/meshping.svg
new file mode 100755
index 0000000..d7fa6ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meshping.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meshtastic.svg b/static/icons/vendor/homarr/svg/meshtastic.svg
new file mode 100644
index 0000000..451ae85
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meshtastic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/meta.svg b/static/icons/vendor/homarr/svg/meta.svg
new file mode 100644
index 0000000..fcead56
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/meta.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/metabase.svg b/static/icons/vendor/homarr/svg/metabase.svg
new file mode 100755
index 0000000..a0f2994
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/metabase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/metabrainz.svg b/static/icons/vendor/homarr/svg/metabrainz.svg
new file mode 100644
index 0000000..7739f85
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/metabrainz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/metallb.svg b/static/icons/vendor/homarr/svg/metallb.svg
new file mode 100644
index 0000000..80f8653
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/metallb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/metube.svg b/static/icons/vendor/homarr/svg/metube.svg
new file mode 100755
index 0000000..f2c8877
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/metube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-365-admin-center.svg b/static/icons/vendor/homarr/svg/microsoft-365-admin-center.svg
new file mode 100644
index 0000000..355d76f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-365-admin-center.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-365.svg b/static/icons/vendor/homarr/svg/microsoft-365.svg
new file mode 100755
index 0000000..d2bb40d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-365.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-access.svg b/static/icons/vendor/homarr/svg/microsoft-access.svg
new file mode 100755
index 0000000..f11974c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-access.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-azure.svg b/static/icons/vendor/homarr/svg/microsoft-azure.svg
new file mode 100644
index 0000000..8c50bac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-azure.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-bing.svg b/static/icons/vendor/homarr/svg/microsoft-bing.svg
new file mode 100755
index 0000000..9941e5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-bing.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-copilot.svg b/static/icons/vendor/homarr/svg/microsoft-copilot.svg
new file mode 100755
index 0000000..e98e891
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-copilot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-defender.svg b/static/icons/vendor/homarr/svg/microsoft-defender.svg
new file mode 100644
index 0000000..bcf9988
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-defender.svg
@@ -0,0 +1 @@
+Microsoft Defender logo - Brandlogos.net
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-edge.svg b/static/icons/vendor/homarr/svg/microsoft-edge.svg
new file mode 100755
index 0000000..82159a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-edge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-excel.svg b/static/icons/vendor/homarr/svg/microsoft-excel.svg
new file mode 100755
index 0000000..bd8133d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-excel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-exchange.svg b/static/icons/vendor/homarr/svg/microsoft-exchange.svg
new file mode 100644
index 0000000..fba7bfa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-exchange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-intune.svg b/static/icons/vendor/homarr/svg/microsoft-intune.svg
new file mode 100644
index 0000000..eb23892
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-intune.svg
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-office.svg b/static/icons/vendor/homarr/svg/microsoft-office.svg
new file mode 100644
index 0000000..d91834d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-office.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-onedrive.svg b/static/icons/vendor/homarr/svg/microsoft-onedrive.svg
new file mode 100755
index 0000000..a6de70f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-onedrive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-onenote.svg b/static/icons/vendor/homarr/svg/microsoft-onenote.svg
new file mode 100755
index 0000000..ed22f95
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-onenote.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-outlook.svg b/static/icons/vendor/homarr/svg/microsoft-outlook.svg
new file mode 100755
index 0000000..1db09e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-outlook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-power-automate.svg b/static/icons/vendor/homarr/svg/microsoft-power-automate.svg
new file mode 100644
index 0000000..afb8013
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-power-automate.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-powerpoint.svg b/static/icons/vendor/homarr/svg/microsoft-powerpoint.svg
new file mode 100755
index 0000000..40c971b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-powerpoint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-sharepoint.svg b/static/icons/vendor/homarr/svg/microsoft-sharepoint.svg
new file mode 100755
index 0000000..ecdbb71
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-sharepoint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-sql-server-light.svg b/static/icons/vendor/homarr/svg/microsoft-sql-server-light.svg
new file mode 100644
index 0000000..4d474df
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-sql-server-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-sql-server.svg b/static/icons/vendor/homarr/svg/microsoft-sql-server.svg
new file mode 100644
index 0000000..b23e83d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-sql-server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-teams.svg b/static/icons/vendor/homarr/svg/microsoft-teams.svg
new file mode 100755
index 0000000..0ed11a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-teams.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-to-do.svg b/static/icons/vendor/homarr/svg/microsoft-to-do.svg
new file mode 100755
index 0000000..05596ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-to-do.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-windows.svg b/static/icons/vendor/homarr/svg/microsoft-windows.svg
new file mode 100755
index 0000000..9d1adb5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-windows.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft-word.svg b/static/icons/vendor/homarr/svg/microsoft-word.svg
new file mode 100755
index 0000000..65d2be7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft-word.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/microsoft.svg b/static/icons/vendor/homarr/svg/microsoft.svg
new file mode 100755
index 0000000..5a10e11
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/microsoft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mikrotik-light.svg b/static/icons/vendor/homarr/svg/mikrotik-light.svg
new file mode 100644
index 0000000..03c041a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mikrotik-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mikrotik.svg b/static/icons/vendor/homarr/svg/mikrotik.svg
new file mode 100644
index 0000000..cb3a194
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mikrotik.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/minecraft.svg b/static/icons/vendor/homarr/svg/minecraft.svg
new file mode 100755
index 0000000..b9972a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/minecraft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/miniflux-light.svg b/static/icons/vendor/homarr/svg/miniflux-light.svg
new file mode 100644
index 0000000..97cd7c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/miniflux-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/miniflux.svg b/static/icons/vendor/homarr/svg/miniflux.svg
new file mode 100755
index 0000000..188af49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/miniflux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/minio-light.svg b/static/icons/vendor/homarr/svg/minio-light.svg
new file mode 100644
index 0000000..fdbdd61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/minio-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/minio.svg b/static/icons/vendor/homarr/svg/minio.svg
new file mode 100755
index 0000000..14063e5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/minio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/miro.svg b/static/icons/vendor/homarr/svg/miro.svg
new file mode 100644
index 0000000..a0bc337
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/miro.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/misskey-light.svg b/static/icons/vendor/homarr/svg/misskey-light.svg
new file mode 100644
index 0000000..358ceb6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/misskey-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/misskey.svg b/static/icons/vendor/homarr/svg/misskey.svg
new file mode 100755
index 0000000..062246e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/misskey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mistral-ai.svg b/static/icons/vendor/homarr/svg/mistral-ai.svg
new file mode 100644
index 0000000..ccad4e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mistral-ai.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mitra.svg b/static/icons/vendor/homarr/svg/mitra.svg
new file mode 100755
index 0000000..ccc767b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mitra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mixpost.svg b/static/icons/vendor/homarr/svg/mixpost.svg
new file mode 100755
index 0000000..f9b801b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mixpost.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mkdocs-light.svg b/static/icons/vendor/homarr/svg/mkdocs-light.svg
new file mode 100644
index 0000000..f777efd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mkdocs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mkdocs.svg b/static/icons/vendor/homarr/svg/mkdocs.svg
new file mode 100644
index 0000000..35de7d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mkdocs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ml-flow-wordmark-dark.svg b/static/icons/vendor/homarr/svg/ml-flow-wordmark-dark.svg
new file mode 100644
index 0000000..a457b6b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ml-flow-wordmark-dark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ml-flow-wordmark.svg b/static/icons/vendor/homarr/svg/ml-flow-wordmark.svg
new file mode 100644
index 0000000..00c2b02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ml-flow-wordmark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mobilizon.svg b/static/icons/vendor/homarr/svg/mobilizon.svg
new file mode 100755
index 0000000..d88efe3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mobilizon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mobotix-light.svg b/static/icons/vendor/homarr/svg/mobotix-light.svg
new file mode 100644
index 0000000..8733bb3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mobotix-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mobotix.svg b/static/icons/vendor/homarr/svg/mobotix.svg
new file mode 100644
index 0000000..fdd8bd3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mobotix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/modrinth.svg b/static/icons/vendor/homarr/svg/modrinth.svg
new file mode 100644
index 0000000..533d302
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/modrinth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mojeek.svg b/static/icons/vendor/homarr/svg/mojeek.svg
new file mode 100644
index 0000000..eee5a9f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mojeek.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/monero.svg b/static/icons/vendor/homarr/svg/monero.svg
new file mode 100644
index 0000000..dd086b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/monero.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mongodb.svg b/static/icons/vendor/homarr/svg/mongodb.svg
new file mode 100755
index 0000000..8660ced
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mongodb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/monica-light.svg b/static/icons/vendor/homarr/svg/monica-light.svg
new file mode 100644
index 0000000..7eca4e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/monica-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/monica.svg b/static/icons/vendor/homarr/svg/monica.svg
new file mode 100755
index 0000000..8be0b17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/monica.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/monkeytype.svg b/static/icons/vendor/homarr/svg/monkeytype.svg
new file mode 100644
index 0000000..9b37c2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/monkeytype.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/moodist-dark.svg b/static/icons/vendor/homarr/svg/moodist-dark.svg
new file mode 100644
index 0000000..ed50bce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/moodist-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/moodist.svg b/static/icons/vendor/homarr/svg/moodist.svg
new file mode 100644
index 0000000..9c1d714
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/moodist.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/moodle-light.svg b/static/icons/vendor/homarr/svg/moodle-light.svg
new file mode 100644
index 0000000..aa9f106
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/moodle-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/moodle.svg b/static/icons/vendor/homarr/svg/moodle.svg
new file mode 100644
index 0000000..9750ed9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/moodle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/morphos.svg b/static/icons/vendor/homarr/svg/morphos.svg
new file mode 100755
index 0000000..cedbced
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/morphos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/morss.svg b/static/icons/vendor/homarr/svg/morss.svg
new file mode 100644
index 0000000..e686c07
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/morss.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mosquitto.svg b/static/icons/vendor/homarr/svg/mosquitto.svg
new file mode 100755
index 0000000..3b7b506
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mosquitto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/motioneye-dark.svg b/static/icons/vendor/homarr/svg/motioneye-dark.svg
new file mode 100644
index 0000000..67eddf6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/motioneye-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/motioneye.svg b/static/icons/vendor/homarr/svg/motioneye.svg
new file mode 100755
index 0000000..9f0aad1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/motioneye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mousehole-dark.svg b/static/icons/vendor/homarr/svg/mousehole-dark.svg
new file mode 100644
index 0000000..cfadeb9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mousehole-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mousehole.svg b/static/icons/vendor/homarr/svg/mousehole.svg
new file mode 100644
index 0000000..d513255
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mousehole.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/movie-pilot.svg b/static/icons/vendor/homarr/svg/movie-pilot.svg
new file mode 100644
index 0000000..43800df
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/movie-pilot.svg
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mqtt.svg b/static/icons/vendor/homarr/svg/mqtt.svg
new file mode 100755
index 0000000..ec6c330
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mqtt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mstream.svg b/static/icons/vendor/homarr/svg/mstream.svg
new file mode 100644
index 0000000..66570c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mstream.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mtlynch-picoshare.svg b/static/icons/vendor/homarr/svg/mtlynch-picoshare.svg
new file mode 100644
index 0000000..93174fa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mtlynch-picoshare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mubi-dark.svg b/static/icons/vendor/homarr/svg/mubi-dark.svg
new file mode 100644
index 0000000..ef76b04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mubi-dark.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mubi.svg b/static/icons/vendor/homarr/svg/mubi.svg
new file mode 100644
index 0000000..a20cb55
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mubi.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mullvad-browser.svg b/static/icons/vendor/homarr/svg/mullvad-browser.svg
new file mode 100644
index 0000000..d206370
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mullvad-browser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mullvad-vpn.svg b/static/icons/vendor/homarr/svg/mullvad-vpn.svg
new file mode 100755
index 0000000..c2ce395
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mullvad-vpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mullvad.svg b/static/icons/vendor/homarr/svg/mullvad.svg
new file mode 100644
index 0000000..c8fcf5f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mullvad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/multi-scrobbler.svg b/static/icons/vendor/homarr/svg/multi-scrobbler.svg
new file mode 100755
index 0000000..1568f9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/multi-scrobbler.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mumble-light.svg b/static/icons/vendor/homarr/svg/mumble-light.svg
new file mode 100644
index 0000000..bb57339
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mumble-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mumble.svg b/static/icons/vendor/homarr/svg/mumble.svg
new file mode 100755
index 0000000..29a8642
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mumble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/musescore.svg b/static/icons/vendor/homarr/svg/musescore.svg
new file mode 100644
index 0000000..79a0cc8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/musescore.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/music-assistant-light.svg b/static/icons/vendor/homarr/svg/music-assistant-light.svg
new file mode 100644
index 0000000..b6e98ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/music-assistant-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/music-assistant.svg b/static/icons/vendor/homarr/svg/music-assistant.svg
new file mode 100755
index 0000000..e4b1979
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/music-assistant.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/musicbrainz.svg b/static/icons/vendor/homarr/svg/musicbrainz.svg
new file mode 100644
index 0000000..fd8503e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/musicbrainz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/myheats-light.svg b/static/icons/vendor/homarr/svg/myheats-light.svg
new file mode 100644
index 0000000..ea650b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/myheats-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/myheats.svg b/static/icons/vendor/homarr/svg/myheats.svg
new file mode 100755
index 0000000..194b3e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/myheats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mympd.svg b/static/icons/vendor/homarr/svg/mympd.svg
new file mode 100644
index 0000000..b072ad8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mympd.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/myspeed.svg b/static/icons/vendor/homarr/svg/myspeed.svg
new file mode 100644
index 0000000..81c0d17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/myspeed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mysql.svg b/static/icons/vendor/homarr/svg/mysql.svg
new file mode 100755
index 0000000..3245e88
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mysql.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mysterium.svg b/static/icons/vendor/homarr/svg/mysterium.svg
new file mode 100644
index 0000000..5b7ae49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mysterium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/mythtv.svg b/static/icons/vendor/homarr/svg/mythtv.svg
new file mode 100644
index 0000000..54332c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/mythtv.svg
@@ -0,0 +1,156 @@
+
+
+
+ Official MythTV Logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+ Official MythTV Logo
+ 23 February 2011
+
+
+ MythTV Foundation
+
+
+
+
+ MythTV Foundation
+
+
+
+
+ MythTV Foundation
+
+
+
+
+ Stuart Morgan
+
+
+ Official logo of the MythTV Project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/n8n.svg b/static/icons/vendor/homarr/svg/n8n.svg
new file mode 100755
index 0000000..dfc163f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/n8n.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nagios.svg b/static/icons/vendor/homarr/svg/nagios.svg
new file mode 100644
index 0000000..1d23e64
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nagios.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/name-silo.svg b/static/icons/vendor/homarr/svg/name-silo.svg
new file mode 100644
index 0000000..5e16957
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/name-silo.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/namecheap.svg b/static/icons/vendor/homarr/svg/namecheap.svg
new file mode 100644
index 0000000..cfca4e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/namecheap.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ cn-logo
+
+
+
+
+
+
+
+
+ cn-logo
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nasa.svg b/static/icons/vendor/homarr/svg/nasa.svg
new file mode 100755
index 0000000..602f715
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nasa.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/natwest.svg b/static/icons/vendor/homarr/svg/natwest.svg
new file mode 100644
index 0000000..d6b2a4a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/natwest.svg
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/navidrome-light.svg b/static/icons/vendor/homarr/svg/navidrome-light.svg
new file mode 100644
index 0000000..841ffe3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/navidrome-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/navidrome.svg b/static/icons/vendor/homarr/svg/navidrome.svg
new file mode 100755
index 0000000..fc91ecb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/navidrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neko-light.svg b/static/icons/vendor/homarr/svg/neko-light.svg
new file mode 100644
index 0000000..f4dc33c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neko-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neko.svg b/static/icons/vendor/homarr/svg/neko.svg
new file mode 100755
index 0000000..ce5bd3b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neko.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neo4j.svg b/static/icons/vendor/homarr/svg/neo4j.svg
new file mode 100644
index 0000000..50358d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neo4j.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neocities.svg b/static/icons/vendor/homarr/svg/neocities.svg
new file mode 100644
index 0000000..f9d217b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neocities.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neodb.svg b/static/icons/vendor/homarr/svg/neodb.svg
new file mode 100755
index 0000000..d92eb87
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neodb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neon-tech.svg b/static/icons/vendor/homarr/svg/neon-tech.svg
new file mode 100644
index 0000000..1859b1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neon-tech.svg
@@ -0,0 +1,23 @@
+
+ Neon Logomark Color, Light Background - https://neon.tech
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/neonlink.svg b/static/icons/vendor/homarr/svg/neonlink.svg
new file mode 100644
index 0000000..6cc784c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/neonlink.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netalertx-light.svg b/static/icons/vendor/homarr/svg/netalertx-light.svg
new file mode 100644
index 0000000..c77b3bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netalertx-light.svg
@@ -0,0 +1 @@
+A
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netalertx.svg b/static/icons/vendor/homarr/svg/netalertx.svg
new file mode 100755
index 0000000..8738fb4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netalertx.svg
@@ -0,0 +1 @@
+A
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netapp-light.svg b/static/icons/vendor/homarr/svg/netapp-light.svg
new file mode 100644
index 0000000..2ed3030
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netapp-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netapp.svg b/static/icons/vendor/homarr/svg/netapp.svg
new file mode 100644
index 0000000..c57c21a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netapp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netatmo.svg b/static/icons/vendor/homarr/svg/netatmo.svg
new file mode 100644
index 0000000..cae48b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netatmo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbird.svg b/static/icons/vendor/homarr/svg/netbird.svg
new file mode 100755
index 0000000..66660ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbird.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netboot.svg b/static/icons/vendor/homarr/svg/netboot.svg
new file mode 100644
index 0000000..70a6bfd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netboot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbootxyz.svg b/static/icons/vendor/homarr/svg/netbootxyz.svg
new file mode 100644
index 0000000..1566048
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbootxyz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbox-dark.svg b/static/icons/vendor/homarr/svg/netbox-dark.svg
new file mode 100644
index 0000000..ea269e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbox-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbox-full-dark.svg b/static/icons/vendor/homarr/svg/netbox-full-dark.svg
new file mode 100644
index 0000000..9d4bbfd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbox-full-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbox-full.svg b/static/icons/vendor/homarr/svg/netbox-full.svg
new file mode 100644
index 0000000..155c25d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbox-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netbox.svg b/static/icons/vendor/homarr/svg/netbox.svg
new file mode 100644
index 0000000..5320bc5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netdata.svg b/static/icons/vendor/homarr/svg/netdata.svg
new file mode 100755
index 0000000..2f6c0be
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netdata.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netflix.svg b/static/icons/vendor/homarr/svg/netflix.svg
new file mode 100755
index 0000000..24db083
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netflix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netgear-light.svg b/static/icons/vendor/homarr/svg/netgear-light.svg
new file mode 100644
index 0000000..9b90c0b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netgear-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netgear.svg b/static/icons/vendor/homarr/svg/netgear.svg
new file mode 100755
index 0000000..4b6f15d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netgear.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netlify.svg b/static/icons/vendor/homarr/svg/netlify.svg
new file mode 100755
index 0000000..ca39da5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netlify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netsurf-light.svg b/static/icons/vendor/homarr/svg/netsurf-light.svg
new file mode 100644
index 0000000..e7797d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netsurf-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/netsurf.svg b/static/icons/vendor/homarr/svg/netsurf.svg
new file mode 100644
index 0000000..7c711ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/netsurf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/network-ups-tools.svg b/static/icons/vendor/homarr/svg/network-ups-tools.svg
new file mode 100755
index 0000000..c69315a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/network-ups-tools.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/networking-toolbox-dark.svg b/static/icons/vendor/homarr/svg/networking-toolbox-dark.svg
new file mode 100644
index 0000000..021195d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/networking-toolbox-dark.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ Layer 1
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/networking-toolbox.svg b/static/icons/vendor/homarr/svg/networking-toolbox.svg
new file mode 100644
index 0000000..e73d498
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/networking-toolbox.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+ Layer 1
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/newegg.svg b/static/icons/vendor/homarr/svg/newegg.svg
new file mode 100644
index 0000000..de65e49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/newegg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/newsblur.svg b/static/icons/vendor/homarr/svg/newsblur.svg
new file mode 100755
index 0000000..b3d0e02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/newsblur.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/newshosting-dark.svg b/static/icons/vendor/homarr/svg/newshosting-dark.svg
new file mode 100644
index 0000000..6b4d389
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/newshosting-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/newshosting.svg b/static/icons/vendor/homarr/svg/newshosting.svg
new file mode 100644
index 0000000..4f944a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/newshosting.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-blue.svg b/static/icons/vendor/homarr/svg/nextcloud-blue.svg
new file mode 100644
index 0000000..cb49936
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-blue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-calendar.svg b/static/icons/vendor/homarr/svg/nextcloud-calendar.svg
new file mode 100644
index 0000000..5a60ef1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-contacts.svg b/static/icons/vendor/homarr/svg/nextcloud-contacts.svg
new file mode 100644
index 0000000..b1db2da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-contacts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-cookbook.svg b/static/icons/vendor/homarr/svg/nextcloud-cookbook.svg
new file mode 100644
index 0000000..3457917
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-cookbook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-cospend.svg b/static/icons/vendor/homarr/svg/nextcloud-cospend.svg
new file mode 100644
index 0000000..d7e90df
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-cospend.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-deck.svg b/static/icons/vendor/homarr/svg/nextcloud-deck.svg
new file mode 100644
index 0000000..cdc11ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-deck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-files.svg b/static/icons/vendor/homarr/svg/nextcloud-files.svg
new file mode 100644
index 0000000..2ac3480
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-files.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-ncdownloader.svg b/static/icons/vendor/homarr/svg/nextcloud-ncdownloader.svg
new file mode 100644
index 0000000..78dbe31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-ncdownloader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-news.svg b/static/icons/vendor/homarr/svg/nextcloud-news.svg
new file mode 100755
index 0000000..3caebc9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-news.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-notes.svg b/static/icons/vendor/homarr/svg/nextcloud-notes.svg
new file mode 100644
index 0000000..11f28ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-notes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-photos.svg b/static/icons/vendor/homarr/svg/nextcloud-photos.svg
new file mode 100644
index 0000000..eab58e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-photos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-social.svg b/static/icons/vendor/homarr/svg/nextcloud-social.svg
new file mode 100755
index 0000000..8e7734f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-social.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-tables.svg b/static/icons/vendor/homarr/svg/nextcloud-tables.svg
new file mode 100755
index 0000000..98e2ff1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-tables.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-tasks.svg b/static/icons/vendor/homarr/svg/nextcloud-tasks.svg
new file mode 100644
index 0000000..8d91edf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-tasks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-timemanager.svg b/static/icons/vendor/homarr/svg/nextcloud-timemanager.svg
new file mode 100644
index 0000000..3498798
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-timemanager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud-white.svg b/static/icons/vendor/homarr/svg/nextcloud-white.svg
new file mode 100644
index 0000000..e57b18a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud-white.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloud.svg b/static/icons/vendor/homarr/svg/nextcloud.svg
new file mode 100755
index 0000000..841b9d9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextcloudpi.svg b/static/icons/vendor/homarr/svg/nextcloudpi.svg
new file mode 100755
index 0000000..26b46a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextcloudpi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextdns.svg b/static/icons/vendor/homarr/svg/nextdns.svg
new file mode 100644
index 0000000..b7b392b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextdns.svg
@@ -0,0 +1 @@
+>
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nexterm.svg b/static/icons/vendor/homarr/svg/nexterm.svg
new file mode 100755
index 0000000..7063239
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nexterm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextjs-light.svg b/static/icons/vendor/homarr/svg/nextjs-light.svg
new file mode 100644
index 0000000..44c35db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextjs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nextjs.svg b/static/icons/vendor/homarr/svg/nextjs.svg
new file mode 100644
index 0000000..e5e19bd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nextjs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nexus-dark.svg b/static/icons/vendor/homarr/svg/nexus-dark.svg
new file mode 100644
index 0000000..1036856
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nexus-dark.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nexus.svg b/static/icons/vendor/homarr/svg/nexus.svg
new file mode 100644
index 0000000..4c75030
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nexus.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nginx-proxy-manager.svg b/static/icons/vendor/homarr/svg/nginx-proxy-manager.svg
new file mode 100755
index 0000000..0b91ca6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nginx-proxy-manager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nginx.svg b/static/icons/vendor/homarr/svg/nginx.svg
new file mode 100755
index 0000000..277be08
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nginx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nicotine-plus.svg b/static/icons/vendor/homarr/svg/nicotine-plus.svg
new file mode 100644
index 0000000..433e2c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nicotine-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nightscout-light.svg b/static/icons/vendor/homarr/svg/nightscout-light.svg
new file mode 100644
index 0000000..00566f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nightscout-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nightscout.svg b/static/icons/vendor/homarr/svg/nightscout.svg
new file mode 100755
index 0000000..076f9c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nightscout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nikku.svg b/static/icons/vendor/homarr/svg/nikku.svg
new file mode 100644
index 0000000..ef427e5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nikku.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nintendo-switch.svg b/static/icons/vendor/homarr/svg/nintendo-switch.svg
new file mode 100755
index 0000000..f7f115d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nintendo-switch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/niri-wordmark-light.svg b/static/icons/vendor/homarr/svg/niri-wordmark-light.svg
new file mode 100644
index 0000000..0e9e880
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/niri-wordmark-light.svg
@@ -0,0 +1,510 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/niri.svg b/static/icons/vendor/homarr/svg/niri.svg
new file mode 100644
index 0000000..b85c2c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/niri.svg
@@ -0,0 +1,418 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/nitter.svg b/static/icons/vendor/homarr/svg/nitter.svg
new file mode 100644
index 0000000..a31dbca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nixos.svg b/static/icons/vendor/homarr/svg/nixos.svg
new file mode 100755
index 0000000..fdba8d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nixos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nocodb.svg b/static/icons/vendor/homarr/svg/nocodb.svg
new file mode 100755
index 0000000..3aa0405
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nocodb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/node-red.svg b/static/icons/vendor/homarr/svg/node-red.svg
new file mode 100755
index 0000000..b400f3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/node-red.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nodebb.svg b/static/icons/vendor/homarr/svg/nodebb.svg
new file mode 100755
index 0000000..27b38bd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nodebb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nodecast-tv.svg b/static/icons/vendor/homarr/svg/nodecast-tv.svg
new file mode 100644
index 0000000..9ac77a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nodecast-tv.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/nodejs-alt.svg b/static/icons/vendor/homarr/svg/nodejs-alt.svg
new file mode 100644
index 0000000..d0588ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nodejs-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nodejs.svg b/static/icons/vendor/homarr/svg/nodejs.svg
new file mode 100644
index 0000000..b82de33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nodejs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/noisedash.svg b/static/icons/vendor/homarr/svg/noisedash.svg
new file mode 100644
index 0000000..145b6d1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/noisedash.svg
@@ -0,0 +1 @@
+Artboard 46
diff --git a/static/icons/vendor/homarr/svg/nomad.svg b/static/icons/vendor/homarr/svg/nomad.svg
new file mode 100644
index 0000000..1dd1186
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nomad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nomie.svg b/static/icons/vendor/homarr/svg/nomie.svg
new file mode 100644
index 0000000..d8b4aa4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nomie.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/nordvpn.svg b/static/icons/vendor/homarr/svg/nordvpn.svg
new file mode 100755
index 0000000..a6fd550
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nordvpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/note-mark.svg b/static/icons/vendor/homarr/svg/note-mark.svg
new file mode 100755
index 0000000..3a5a1c9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/note-mark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notebook-lm-dark.svg b/static/icons/vendor/homarr/svg/notebook-lm-dark.svg
new file mode 100644
index 0000000..d0f5ea7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notebook-lm-dark.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notebook-lm.svg b/static/icons/vendor/homarr/svg/notebook-lm.svg
new file mode 100644
index 0000000..f51f85c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notebook-lm.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notediscovery.svg b/static/icons/vendor/homarr/svg/notediscovery.svg
new file mode 100644
index 0000000..7c2e667
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notediscovery.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/notesnook-light.svg b/static/icons/vendor/homarr/svg/notesnook-light.svg
new file mode 100644
index 0000000..dea9a8f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notesnook-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notesnook.svg b/static/icons/vendor/homarr/svg/notesnook.svg
new file mode 100755
index 0000000..bc5543b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notesnook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notifiarr.svg b/static/icons/vendor/homarr/svg/notifiarr.svg
new file mode 100644
index 0000000..8de8f7a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notifiarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notion-calendar.svg b/static/icons/vendor/homarr/svg/notion-calendar.svg
new file mode 100644
index 0000000..618aea1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notion-calendar.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notion-light.svg b/static/icons/vendor/homarr/svg/notion-light.svg
new file mode 100644
index 0000000..2670099
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notion-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notion-mail.svg b/static/icons/vendor/homarr/svg/notion-mail.svg
new file mode 100644
index 0000000..3c83175
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notion-mail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/notion.svg b/static/icons/vendor/homarr/svg/notion.svg
new file mode 100755
index 0000000..a05302f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/notion.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/npm.svg b/static/icons/vendor/homarr/svg/npm.svg
new file mode 100644
index 0000000..bcab768
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/npm.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nsg.svg b/static/icons/vendor/homarr/svg/nsg.svg
new file mode 100644
index 0000000..c583cb9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nsg.svg
@@ -0,0 +1 @@
+Icon-networking-67
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ntfy.svg b/static/icons/vendor/homarr/svg/ntfy.svg
new file mode 100755
index 0000000..223a3f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ntfy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nu-nl.svg b/static/icons/vendor/homarr/svg/nu-nl.svg
new file mode 100644
index 0000000..0e9b421
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nu-nl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nut-webgui.svg b/static/icons/vendor/homarr/svg/nut-webgui.svg
new file mode 100644
index 0000000..8e48984
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nut-webgui.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nut.svg b/static/icons/vendor/homarr/svg/nut.svg
new file mode 100755
index 0000000..b708da3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nut.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nutanix.svg b/static/icons/vendor/homarr/svg/nutanix.svg
new file mode 100644
index 0000000..76f8045
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nutanix.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nvidia.svg b/static/icons/vendor/homarr/svg/nvidia.svg
new file mode 100755
index 0000000..c4087bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nvidia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nzbdav.svg b/static/icons/vendor/homarr/svg/nzbdav.svg
new file mode 100644
index 0000000..50b0bce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nzbdav.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nzbget.svg b/static/icons/vendor/homarr/svg/nzbget.svg
new file mode 100644
index 0000000..59dd568
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nzbget.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nzbhydra2-light.svg b/static/icons/vendor/homarr/svg/nzbhydra2-light.svg
new file mode 100644
index 0000000..425dc7f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nzbhydra2-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/nzbhydra2.svg b/static/icons/vendor/homarr/svg/nzbhydra2.svg
new file mode 100644
index 0000000..604d483
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/nzbhydra2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oauth2-proxy.svg b/static/icons/vendor/homarr/svg/oauth2-proxy.svg
new file mode 100644
index 0000000..720e7cb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oauth2-proxy.svg
@@ -0,0 +1 @@
+OAuth2_Proxy_logo_v3
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/obico.svg b/static/icons/vendor/homarr/svg/obico.svg
new file mode 100644
index 0000000..e5c6ed7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/obico.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/obsidian.svg b/static/icons/vendor/homarr/svg/obsidian.svg
new file mode 100755
index 0000000..1ff1e67
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/obsidian.svg
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/obtainium.svg b/static/icons/vendor/homarr/svg/obtainium.svg
new file mode 100755
index 0000000..7e63190
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/obtainium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/octoprint.svg b/static/icons/vendor/homarr/svg/octoprint.svg
new file mode 100755
index 0000000..4770728
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/octoprint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ocular.svg b/static/icons/vendor/homarr/svg/ocular.svg
new file mode 100644
index 0000000..3bd80ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ocular.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oculus-light.svg b/static/icons/vendor/homarr/svg/oculus-light.svg
new file mode 100644
index 0000000..864aa84
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oculus-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oculus.svg b/static/icons/vendor/homarr/svg/oculus.svg
new file mode 100644
index 0000000..09bb161
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oculus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/odoo.svg b/static/icons/vendor/homarr/svg/odoo.svg
new file mode 100644
index 0000000..d8664aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/odoo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/odysee-full-dark.svg b/static/icons/vendor/homarr/svg/odysee-full-dark.svg
new file mode 100644
index 0000000..5b871eb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/odysee-full-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/odysee-full-light.svg b/static/icons/vendor/homarr/svg/odysee-full-light.svg
new file mode 100644
index 0000000..bcc4b8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/odysee-full-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/odysee.svg b/static/icons/vendor/homarr/svg/odysee.svg
new file mode 100644
index 0000000..7a56a72
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/odysee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/office-365.svg b/static/icons/vendor/homarr/svg/office-365.svg
new file mode 100644
index 0000000..104d5ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/office-365.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oh-my-posh-dark.svg b/static/icons/vendor/homarr/svg/oh-my-posh-dark.svg
new file mode 100644
index 0000000..67d904c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oh-my-posh-dark.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oh-my-posh.svg b/static/icons/vendor/homarr/svg/oh-my-posh.svg
new file mode 100644
index 0000000..5923154
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oh-my-posh.svg
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/okta-dark.svg b/static/icons/vendor/homarr/svg/okta-dark.svg
new file mode 100644
index 0000000..5cad7d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/okta-dark.svg
@@ -0,0 +1 @@
+Okta
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/okta.svg b/static/icons/vendor/homarr/svg/okta.svg
new file mode 100644
index 0000000..e41e56f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/okta.svg
@@ -0,0 +1 @@
+Okta
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/olivetin-light.svg b/static/icons/vendor/homarr/svg/olivetin-light.svg
new file mode 100644
index 0000000..fd9ed8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/olivetin-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/olivetin.svg b/static/icons/vendor/homarr/svg/olivetin.svg
new file mode 100755
index 0000000..0363214
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/olivetin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ollama-dark.svg b/static/icons/vendor/homarr/svg/ollama-dark.svg
new file mode 100644
index 0000000..32d9271
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ollama-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ollama.svg b/static/icons/vendor/homarr/svg/ollama.svg
new file mode 100644
index 0000000..a09ceda
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ollama.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/omada.svg b/static/icons/vendor/homarr/svg/omada.svg
new file mode 100755
index 0000000..2275de9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/omada.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ombi.svg b/static/icons/vendor/homarr/svg/ombi.svg
new file mode 100755
index 0000000..69b1565
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ombi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/omnic-forge-dark.svg b/static/icons/vendor/homarr/svg/omnic-forge-dark.svg
new file mode 100644
index 0000000..aff4007
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/omnic-forge-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/omnic-forge.svg b/static/icons/vendor/homarr/svg/omnic-forge.svg
new file mode 100644
index 0000000..8a57137
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/omnic-forge.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/omnidb.svg b/static/icons/vendor/homarr/svg/omnidb.svg
new file mode 100644
index 0000000..dfecc74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/omnidb.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/omnivore.svg b/static/icons/vendor/homarr/svg/omnivore.svg
new file mode 100755
index 0000000..fdd595c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/omnivore.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onedev-light.svg b/static/icons/vendor/homarr/svg/onedev-light.svg
new file mode 100644
index 0000000..5032850
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onedev-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onedev.svg b/static/icons/vendor/homarr/svg/onedev.svg
new file mode 100755
index 0000000..09eb946
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onedev.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oneuptime-light.svg b/static/icons/vendor/homarr/svg/oneuptime-light.svg
new file mode 100644
index 0000000..b56efb9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oneuptime-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oneuptime.svg b/static/icons/vendor/homarr/svg/oneuptime.svg
new file mode 100755
index 0000000..37c7336
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oneuptime.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onlyfans-dark.svg b/static/icons/vendor/homarr/svg/onlyfans-dark.svg
new file mode 100644
index 0000000..b24d450
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onlyfans-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onlyfans.svg b/static/icons/vendor/homarr/svg/onlyfans.svg
new file mode 100644
index 0000000..b11a2af
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onlyfans.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onlyoffice.svg b/static/icons/vendor/homarr/svg/onlyoffice.svg
new file mode 100644
index 0000000..3cfe033
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onlyoffice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onshape-dark.svg b/static/icons/vendor/homarr/svg/onshape-dark.svg
new file mode 100644
index 0000000..021e06d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onshape-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/onshape.svg b/static/icons/vendor/homarr/svg/onshape.svg
new file mode 100644
index 0000000..fc10bf5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/onshape.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ookla-speedtest.svg b/static/icons/vendor/homarr/svg/ookla-speedtest.svg
new file mode 100644
index 0000000..51fe464
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ookla-speedtest.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-classrooms.svg b/static/icons/vendor/homarr/svg/open-classrooms.svg
new file mode 100644
index 0000000..a80e843
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-classrooms.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-cloud-dark.svg b/static/icons/vendor/homarr/svg/open-cloud-dark.svg
new file mode 100644
index 0000000..3b8895b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-cloud-dark.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-cloud.svg b/static/icons/vendor/homarr/svg/open-cloud.svg
new file mode 100644
index 0000000..9705438
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-cloud.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-observe.svg b/static/icons/vendor/homarr/svg/open-observe.svg
new file mode 100644
index 0000000..f20934d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-observe.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-regex.svg b/static/icons/vendor/homarr/svg/open-regex.svg
new file mode 100644
index 0000000..081c291
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-regex.svg
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OpenRegex
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-resume.svg b/static/icons/vendor/homarr/svg/open-resume.svg
new file mode 100644
index 0000000..3390211
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-resume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-router-dark.svg b/static/icons/vendor/homarr/svg/open-router-dark.svg
new file mode 100644
index 0000000..38a9592
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-router-dark.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-router.svg b/static/icons/vendor/homarr/svg/open-router.svg
new file mode 100644
index 0000000..78ed1c7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-router.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-source-initiative.svg b/static/icons/vendor/homarr/svg/open-source-initiative.svg
new file mode 100755
index 0000000..6c051f1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-source-initiative.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/open-wb.svg b/static/icons/vendor/homarr/svg/open-wb.svg
new file mode 100644
index 0000000..c07e993
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-wb.svg
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/open-webui-light.svg b/static/icons/vendor/homarr/svg/open-webui-light.svg
new file mode 100644
index 0000000..06f6764
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-webui-light.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/open-webui.svg b/static/icons/vendor/homarr/svg/open-webui.svg
new file mode 100644
index 0000000..b10742f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/open-webui.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/openai-light.svg b/static/icons/vendor/homarr/svg/openai-light.svg
new file mode 100644
index 0000000..67e79e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openai-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openai.svg b/static/icons/vendor/homarr/svg/openai.svg
new file mode 100644
index 0000000..eea5a3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openai.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openchangelog-light.svg b/static/icons/vendor/homarr/svg/openchangelog-light.svg
new file mode 100644
index 0000000..41e9533
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openchangelog-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openchangelog.svg b/static/icons/vendor/homarr/svg/openchangelog.svg
new file mode 100755
index 0000000..f09aba5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openchangelog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openclaw-dark.svg b/static/icons/vendor/homarr/svg/openclaw-dark.svg
new file mode 100644
index 0000000..bcbc1e1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openclaw-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/openclaw-wordmark-dark.svg b/static/icons/vendor/homarr/svg/openclaw-wordmark-dark.svg
new file mode 100644
index 0000000..6b12e49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openclaw-wordmark-dark.svg
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/openclaw-wordmark-light.svg b/static/icons/vendor/homarr/svg/openclaw-wordmark-light.svg
new file mode 100644
index 0000000..092a1e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openclaw-wordmark-light.svg
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/openclaw.svg b/static/icons/vendor/homarr/svg/openclaw.svg
new file mode 100644
index 0000000..00fa9b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openclaw.svg
@@ -0,0 +1,242 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencode-dark.svg b/static/icons/vendor/homarr/svg/opencode-dark.svg
new file mode 100644
index 0000000..b79c733
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencode-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencode-light.svg b/static/icons/vendor/homarr/svg/opencode-light.svg
new file mode 100644
index 0000000..b79140a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencode-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencode-wordmark-dark.svg b/static/icons/vendor/homarr/svg/opencode-wordmark-dark.svg
new file mode 100644
index 0000000..987d393
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencode-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencode-wordmark-light.svg b/static/icons/vendor/homarr/svg/opencode-wordmark-light.svg
new file mode 100644
index 0000000..7a134f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencode-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencode.svg b/static/icons/vendor/homarr/svg/opencode.svg
new file mode 100644
index 0000000..b79140a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opencost.svg b/static/icons/vendor/homarr/svg/opencost.svg
new file mode 100644
index 0000000..623ed98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opencost.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openeats-light.svg b/static/icons/vendor/homarr/svg/openeats-light.svg
new file mode 100644
index 0000000..457c747
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openeats-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openeats.svg b/static/icons/vendor/homarr/svg/openeats.svg
new file mode 100644
index 0000000..4b13e76
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openeats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openemr-light.svg b/static/icons/vendor/homarr/svg/openemr-light.svg
new file mode 100644
index 0000000..d4d2eca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openemr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openemr.svg b/static/icons/vendor/homarr/svg/openemr.svg
new file mode 100755
index 0000000..b8cdddd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openemr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opengist-light.svg b/static/icons/vendor/homarr/svg/opengist-light.svg
new file mode 100644
index 0000000..90e0781
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opengist-light.svg
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/opengist.svg b/static/icons/vendor/homarr/svg/opengist.svg
new file mode 100644
index 0000000..e1ff1e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opengist.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openhab.svg b/static/icons/vendor/homarr/svg/openhab.svg
new file mode 100644
index 0000000..62c6115
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openhab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openldap.svg b/static/icons/vendor/homarr/svg/openldap.svg
new file mode 100755
index 0000000..8f4b364
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openldap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openlist.svg b/static/icons/vendor/homarr/svg/openlist.svg
new file mode 100644
index 0000000..854a8ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openlist.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openmediavault.svg b/static/icons/vendor/homarr/svg/openmediavault.svg
new file mode 100755
index 0000000..8bce4dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openmediavault.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openoffice.svg b/static/icons/vendor/homarr/svg/openoffice.svg
new file mode 100644
index 0000000..510392b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openoffice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openpanel-light.svg b/static/icons/vendor/homarr/svg/openpanel-light.svg
new file mode 100644
index 0000000..50f3263
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openpanel-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openpanel.svg b/static/icons/vendor/homarr/svg/openpanel.svg
new file mode 100755
index 0000000..69c825b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openpanel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openproject.svg b/static/icons/vendor/homarr/svg/openproject.svg
new file mode 100644
index 0000000..6fbaab9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openproject.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openreads.svg b/static/icons/vendor/homarr/svg/openreads.svg
new file mode 100755
index 0000000..246d16b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openreads.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opensearch.svg b/static/icons/vendor/homarr/svg/opensearch.svg
new file mode 100644
index 0000000..2e694a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opensearch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openshift-dark.svg b/static/icons/vendor/homarr/svg/openshift-dark.svg
new file mode 100644
index 0000000..09cde33
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openshift-dark.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openshift.svg b/static/icons/vendor/homarr/svg/openshift.svg
new file mode 100644
index 0000000..3d5b28c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openshift.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openspeedtest.svg b/static/icons/vendor/homarr/svg/openspeedtest.svg
new file mode 100755
index 0000000..d0a3eee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openspeedtest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openstack.svg b/static/icons/vendor/homarr/svg/openstack.svg
new file mode 100644
index 0000000..0479a75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openstack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openstreetmap.svg b/static/icons/vendor/homarr/svg/openstreetmap.svg
new file mode 100644
index 0000000..c76666e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openstreetmap.svg
@@ -0,0 +1 @@
+010110010011010110010011010110010011010110010011
diff --git a/static/icons/vendor/homarr/svg/opensuse.svg b/static/icons/vendor/homarr/svg/opensuse.svg
new file mode 100644
index 0000000..de132f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opensuse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opentalk.svg b/static/icons/vendor/homarr/svg/opentalk.svg
new file mode 100755
index 0000000..1c01c7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opentalk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opentofu.svg b/static/icons/vendor/homarr/svg/opentofu.svg
new file mode 100755
index 0000000..f96d28a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opentofu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openvas.svg b/static/icons/vendor/homarr/svg/openvas.svg
new file mode 100644
index 0000000..62da1f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openvas.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openvpn.svg b/static/icons/vendor/homarr/svg/openvpn.svg
new file mode 100755
index 0000000..2ca4cfa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openvpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openwebrx-plus-dark.svg b/static/icons/vendor/homarr/svg/openwebrx-plus-dark.svg
new file mode 100644
index 0000000..d688c04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openwebrx-plus-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openwebrx-plus.svg b/static/icons/vendor/homarr/svg/openwebrx-plus.svg
new file mode 100644
index 0000000..e202b49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openwebrx-plus.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openwrt.svg b/static/icons/vendor/homarr/svg/openwrt.svg
new file mode 100755
index 0000000..d99971b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openwrt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/openziti.svg b/static/icons/vendor/homarr/svg/openziti.svg
new file mode 100644
index 0000000..36d5b58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/openziti.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opera-touch.svg b/static/icons/vendor/homarr/svg/opera-touch.svg
new file mode 100644
index 0000000..13dfad3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opera-touch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opera.svg b/static/icons/vendor/homarr/svg/opera.svg
new file mode 100755
index 0000000..610c227
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opnform.svg b/static/icons/vendor/homarr/svg/opnform.svg
new file mode 100755
index 0000000..806f973
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opnform.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/opnsense.svg b/static/icons/vendor/homarr/svg/opnsense.svg
new file mode 100755
index 0000000..65e6a58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/opnsense.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/oracle-cloud.svg b/static/icons/vendor/homarr/svg/oracle-cloud.svg
new file mode 100644
index 0000000..04c8d41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oracle-cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oracle.svg b/static/icons/vendor/homarr/svg/oracle.svg
new file mode 100644
index 0000000..04c8d41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oracle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/orange.svg b/static/icons/vendor/homarr/svg/orange.svg
new file mode 100644
index 0000000..57f4436
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/orange.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/orb.svg b/static/icons/vendor/homarr/svg/orb.svg
new file mode 100644
index 0000000..826b51b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/orb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oreilly-dark.svg b/static/icons/vendor/homarr/svg/oreilly-dark.svg
new file mode 100644
index 0000000..617b351
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oreilly-dark.svg
@@ -0,0 +1,7 @@
+
+
+ Oreilly Streamline Icon: https://streamlinehq.com
+
+ O'Reilly
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oreilly.svg b/static/icons/vendor/homarr/svg/oreilly.svg
new file mode 100644
index 0000000..6669ab5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oreilly.svg
@@ -0,0 +1,7 @@
+
+
+ Oreilly Streamline Icon: https://streamlinehq.com
+
+ O'Reilly
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/origin.svg b/static/icons/vendor/homarr/svg/origin.svg
new file mode 100644
index 0000000..429fbbe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/origin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oscarr-light.svg b/static/icons/vendor/homarr/svg/oscarr-light.svg
new file mode 100644
index 0000000..c2d5f73
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oscarr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oscarr.svg b/static/icons/vendor/homarr/svg/oscarr.svg
new file mode 100644
index 0000000..6046c7a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oscarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/osticket.svg b/static/icons/vendor/homarr/svg/osticket.svg
new file mode 100644
index 0000000..583bbf9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/osticket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/osu.svg b/static/icons/vendor/homarr/svg/osu.svg
new file mode 100644
index 0000000..03055b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/osu.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/otter-wiki-dark.svg b/static/icons/vendor/homarr/svg/otter-wiki-dark.svg
new file mode 100644
index 0000000..aff096f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/otter-wiki-dark.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/otter-wiki.svg b/static/icons/vendor/homarr/svg/otter-wiki.svg
new file mode 100644
index 0000000..a0ea6e4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/otter-wiki.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/our-shopping-list.svg b/static/icons/vendor/homarr/svg/our-shopping-list.svg
new file mode 100644
index 0000000..684f7eb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/our-shopping-list.svg
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/outline-light.svg b/static/icons/vendor/homarr/svg/outline-light.svg
new file mode 100644
index 0000000..cab58ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/outline-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/outline.svg b/static/icons/vendor/homarr/svg/outline.svg
new file mode 100755
index 0000000..5cbfb7b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/outline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/overleaf.svg b/static/icons/vendor/homarr/svg/overleaf.svg
new file mode 100755
index 0000000..81d7dc1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/overleaf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/overseerr.svg b/static/icons/vendor/homarr/svg/overseerr.svg
new file mode 100755
index 0000000..0744532
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/overseerr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ovh.svg b/static/icons/vendor/homarr/svg/ovh.svg
new file mode 100644
index 0000000..9daa905
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ovh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ovirt-light.svg b/static/icons/vendor/homarr/svg/ovirt-light.svg
new file mode 100644
index 0000000..4dfa79f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ovirt-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ovirt.svg b/static/icons/vendor/homarr/svg/ovirt.svg
new file mode 100644
index 0000000..2fc085c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ovirt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/owncast.svg b/static/icons/vendor/homarr/svg/owncast.svg
new file mode 100755
index 0000000..b158430
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/owncast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/owncloud.svg b/static/icons/vendor/homarr/svg/owncloud.svg
new file mode 100755
index 0000000..40c369f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/owncloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/owntone.svg b/static/icons/vendor/homarr/svg/owntone.svg
new file mode 100755
index 0000000..fb157eb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/owntone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/owntracks.svg b/static/icons/vendor/homarr/svg/owntracks.svg
new file mode 100644
index 0000000..7c24a24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/owntracks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oxker-light.svg b/static/icons/vendor/homarr/svg/oxker-light.svg
new file mode 100644
index 0000000..b3a62d5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oxker-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/oxker.svg b/static/icons/vendor/homarr/svg/oxker.svg
new file mode 100755
index 0000000..7563ff1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/oxker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/p-cal.svg b/static/icons/vendor/homarr/svg/p-cal.svg
new file mode 100644
index 0000000..a4b0186
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/p-cal.svg
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/p1ib.svg b/static/icons/vendor/homarr/svg/p1ib.svg
new file mode 100644
index 0000000..78a597d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/p1ib.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/packetfence-dark.svg b/static/icons/vendor/homarr/svg/packetfence-dark.svg
new file mode 100644
index 0000000..88b9c0b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/packetfence-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/packetfence-full-dark.svg b/static/icons/vendor/homarr/svg/packetfence-full-dark.svg
new file mode 100644
index 0000000..7efe867
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/packetfence-full-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/packetfence-full.svg b/static/icons/vendor/homarr/svg/packetfence-full.svg
new file mode 100644
index 0000000..a9561fb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/packetfence-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/packetfence.svg b/static/icons/vendor/homarr/svg/packetfence.svg
new file mode 100644
index 0000000..d055a1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/packetfence.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pagerduty.svg b/static/icons/vendor/homarr/svg/pagerduty.svg
new file mode 100644
index 0000000..8d04e39
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pagerduty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/palemoon.svg b/static/icons/vendor/homarr/svg/palemoon.svg
new file mode 100644
index 0000000..7c0c44a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/palemoon.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/palo-alto.svg b/static/icons/vendor/homarr/svg/palo-alto.svg
new file mode 100644
index 0000000..37095cb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/palo-alto.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pangolin.svg b/static/icons/vendor/homarr/svg/pangolin.svg
new file mode 100644
index 0000000..573b796
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pangolin.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paperless-gpt.svg b/static/icons/vendor/homarr/svg/paperless-gpt.svg
new file mode 100644
index 0000000..b4f2618
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paperless-gpt.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paperless-ng.svg b/static/icons/vendor/homarr/svg/paperless-ng.svg
new file mode 100644
index 0000000..9527d5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paperless-ng.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paperless-ngx.svg b/static/icons/vendor/homarr/svg/paperless-ngx.svg
new file mode 100755
index 0000000..cdf02c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paperless-ngx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paperless.svg b/static/icons/vendor/homarr/svg/paperless.svg
new file mode 100644
index 0000000..2d6dcaa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paperless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/papermark-light.svg b/static/icons/vendor/homarr/svg/papermark-light.svg
new file mode 100644
index 0000000..f93c827
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/papermark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/papermark.svg b/static/icons/vendor/homarr/svg/papermark.svg
new file mode 100755
index 0000000..47b1362
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/papermark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/papermerge-light.svg b/static/icons/vendor/homarr/svg/papermerge-light.svg
new file mode 100644
index 0000000..2f64ef3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/papermerge-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/papermerge.svg b/static/icons/vendor/homarr/svg/papermerge.svg
new file mode 100755
index 0000000..ca8b41f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/papermerge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/papra.svg b/static/icons/vendor/homarr/svg/papra.svg
new file mode 100644
index 0000000..69e9cab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/papra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/parseable.svg b/static/icons/vendor/homarr/svg/parseable.svg
new file mode 100755
index 0000000..ae180d7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/parseable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/part-db-light.svg b/static/icons/vendor/homarr/svg/part-db-light.svg
new file mode 100644
index 0000000..b17b3b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/part-db-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/part-db.svg b/static/icons/vendor/homarr/svg/part-db.svg
new file mode 100644
index 0000000..08d4c7f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/part-db.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/partkeepr.svg b/static/icons/vendor/homarr/svg/partkeepr.svg
new file mode 100644
index 0000000..af53269
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/partkeepr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/passbolt.svg b/static/icons/vendor/homarr/svg/passbolt.svg
new file mode 100755
index 0000000..06f40a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/passbolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/passwork.svg b/static/icons/vendor/homarr/svg/passwork.svg
new file mode 100644
index 0000000..0308bba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/passwork.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pastebin-dark.svg b/static/icons/vendor/homarr/svg/pastebin-dark.svg
new file mode 100644
index 0000000..7653ef9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pastebin-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pastebin.svg b/static/icons/vendor/homarr/svg/pastebin.svg
new file mode 100644
index 0000000..8bb60f1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pastebin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/patchmon.svg b/static/icons/vendor/homarr/svg/patchmon.svg
new file mode 100644
index 0000000..9ab6c92
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/patchmon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/patreon-light.svg b/static/icons/vendor/homarr/svg/patreon-light.svg
new file mode 100644
index 0000000..7cc7f8f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/patreon-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/patreon.svg b/static/icons/vendor/homarr/svg/patreon.svg
new file mode 100644
index 0000000..6432e76
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/patreon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/payload-light.svg b/static/icons/vendor/homarr/svg/payload-light.svg
new file mode 100644
index 0000000..4de9e68
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/payload-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/payload.svg b/static/icons/vendor/homarr/svg/payload.svg
new file mode 100755
index 0000000..1882ae5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/payload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paymenter.svg b/static/icons/vendor/homarr/svg/paymenter.svg
new file mode 100644
index 0000000..09da007
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paymenter.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/paypal.svg b/static/icons/vendor/homarr/svg/paypal.svg
new file mode 100644
index 0000000..64053f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/paypal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pdfding-light.svg b/static/icons/vendor/homarr/svg/pdfding-light.svg
new file mode 100644
index 0000000..8d55bc4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pdfding-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pdfding.svg b/static/icons/vendor/homarr/svg/pdfding.svg
new file mode 100755
index 0000000..b8e33d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pdfding.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/peacock-light.svg b/static/icons/vendor/homarr/svg/peacock-light.svg
new file mode 100644
index 0000000..24bfbc5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peacock-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/peacock.svg b/static/icons/vendor/homarr/svg/peacock.svg
new file mode 100755
index 0000000..e9e4805
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peacock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/peanut-light.svg b/static/icons/vendor/homarr/svg/peanut-light.svg
new file mode 100644
index 0000000..e22fb2f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peanut-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/peanut.svg b/static/icons/vendor/homarr/svg/peanut.svg
new file mode 100755
index 0000000..1146bc7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peanut.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/peertube.svg b/static/icons/vendor/homarr/svg/peertube.svg
new file mode 100755
index 0000000..bbfe2c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peertube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pelican-panel.svg b/static/icons/vendor/homarr/svg/pelican-panel.svg
new file mode 100755
index 0000000..07ed9d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pelican-panel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/penpot-light.svg b/static/icons/vendor/homarr/svg/penpot-light.svg
new file mode 100644
index 0000000..fde411e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/penpot-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/penpot.svg b/static/icons/vendor/homarr/svg/penpot.svg
new file mode 100755
index 0000000..9b424b4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/penpot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pepperbox-tv-dark.svg b/static/icons/vendor/homarr/svg/pepperbox-tv-dark.svg
new file mode 100644
index 0000000..0ca9118
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pepperbox-tv-dark.svg
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pepperbox-tv.svg b/static/icons/vendor/homarr/svg/pepperbox-tv.svg
new file mode 100644
index 0000000..913d470
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pepperbox-tv.svg
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/peppermint.svg b/static/icons/vendor/homarr/svg/peppermint.svg
new file mode 100755
index 0000000..6f06207
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/peppermint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pepperminty-wiki.svg b/static/icons/vendor/homarr/svg/pepperminty-wiki.svg
new file mode 100755
index 0000000..95574ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pepperminty-wiki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perlite.svg b/static/icons/vendor/homarr/svg/perlite.svg
new file mode 100644
index 0000000..2a6175a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perlite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perplexity-dark.svg b/static/icons/vendor/homarr/svg/perplexity-dark.svg
new file mode 100644
index 0000000..fbc24e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perplexity-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perplexity-light.svg b/static/icons/vendor/homarr/svg/perplexity-light.svg
new file mode 100644
index 0000000..f7c917c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perplexity-light.svg
@@ -0,0 +1 @@
+Perplexity
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perplexity-wordmark-dark.svg b/static/icons/vendor/homarr/svg/perplexity-wordmark-dark.svg
new file mode 100644
index 0000000..858c8c4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perplexity-wordmark-dark.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perplexity-wordmark-light.svg b/static/icons/vendor/homarr/svg/perplexity-wordmark-light.svg
new file mode 100644
index 0000000..92d58ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perplexity-wordmark-light.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/perplexity.svg b/static/icons/vendor/homarr/svg/perplexity.svg
new file mode 100644
index 0000000..5f5a5ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/perplexity.svg
@@ -0,0 +1 @@
+Perplexity
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pfsense-light.svg b/static/icons/vendor/homarr/svg/pfsense-light.svg
new file mode 100644
index 0000000..04be212
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pfsense-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pfsense.svg b/static/icons/vendor/homarr/svg/pfsense.svg
new file mode 100755
index 0000000..f97a3f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pfsense.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pg-back-web.svg b/static/icons/vendor/homarr/svg/pg-back-web.svg
new file mode 100755
index 0000000..b4bfe32
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pg-back-web.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pgadmin.svg b/static/icons/vendor/homarr/svg/pgadmin.svg
new file mode 100644
index 0000000..3f6340f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pgadmin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pgbackweb-dark.svg b/static/icons/vendor/homarr/svg/pgbackweb-dark.svg
new file mode 100644
index 0000000..abff819
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pgbackweb-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pgbackweb-light.svg b/static/icons/vendor/homarr/svg/pgbackweb-light.svg
new file mode 100644
index 0000000..d2dd26c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pgbackweb-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phanpy.svg b/static/icons/vendor/homarr/svg/phanpy.svg
new file mode 100755
index 0000000..81648c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phanpy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phase-dark.svg b/static/icons/vendor/homarr/svg/phase-dark.svg
new file mode 100644
index 0000000..08f076a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phase-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phase.svg b/static/icons/vendor/homarr/svg/phase.svg
new file mode 100644
index 0000000..39f9576
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phase.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phoneinfoga-light.svg b/static/icons/vendor/homarr/svg/phoneinfoga-light.svg
new file mode 100644
index 0000000..1989cbd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phoneinfoga-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phoneinfoga.svg b/static/icons/vendor/homarr/svg/phoneinfoga.svg
new file mode 100644
index 0000000..de7e05f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phoneinfoga.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phorge-light.svg b/static/icons/vendor/homarr/svg/phorge-light.svg
new file mode 100644
index 0000000..ffd027e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phorge-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phorge.svg b/static/icons/vendor/homarr/svg/phorge.svg
new file mode 100755
index 0000000..4ee8f39
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phorge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phoscon-light.svg b/static/icons/vendor/homarr/svg/phoscon-light.svg
new file mode 100644
index 0000000..77dd2ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phoscon-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phoscon.svg b/static/icons/vendor/homarr/svg/phoscon.svg
new file mode 100644
index 0000000..90558c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phoscon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photonix-light.svg b/static/icons/vendor/homarr/svg/photonix-light.svg
new file mode 100644
index 0000000..f91955f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photonix-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photonix.svg b/static/icons/vendor/homarr/svg/photonix.svg
new file mode 100644
index 0000000..1556ca6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photonix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photopea.svg b/static/icons/vendor/homarr/svg/photopea.svg
new file mode 100755
index 0000000..4ff97a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photopea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photoprism-light.svg b/static/icons/vendor/homarr/svg/photoprism-light.svg
new file mode 100644
index 0000000..7e2d5d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photoprism-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photoprism.svg b/static/icons/vendor/homarr/svg/photoprism.svg
new file mode 100755
index 0000000..1b60ff8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photoprism.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photostructure-dark.svg b/static/icons/vendor/homarr/svg/photostructure-dark.svg
new file mode 100644
index 0000000..06dd0bb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photostructure-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photostructure.svg b/static/icons/vendor/homarr/svg/photostructure.svg
new file mode 100644
index 0000000..3633282
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photostructure.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/photoview.svg b/static/icons/vendor/homarr/svg/photoview.svg
new file mode 100755
index 0000000..c3aae17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/photoview.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/php-light.svg b/static/icons/vendor/homarr/svg/php-light.svg
new file mode 100644
index 0000000..027593b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/php-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/php.svg b/static/icons/vendor/homarr/svg/php.svg
new file mode 100644
index 0000000..5338046
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/php.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/phpmyadmin.svg b/static/icons/vendor/homarr/svg/phpmyadmin.svg
new file mode 100644
index 0000000..54d5b81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/phpmyadmin.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/pi-hole.svg b/static/icons/vendor/homarr/svg/pi-hole.svg
new file mode 100755
index 0000000..5b023fc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pi-hole.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pia.svg b/static/icons/vendor/homarr/svg/pia.svg
new file mode 100644
index 0000000..2d3bb39
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/picsur-light.svg b/static/icons/vendor/homarr/svg/picsur-light.svg
new file mode 100644
index 0000000..135b4b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/picsur-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/picsur.svg b/static/icons/vendor/homarr/svg/picsur.svg
new file mode 100644
index 0000000..fac2d59
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/picsur.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pigallery2-dark.svg b/static/icons/vendor/homarr/svg/pigallery2-dark.svg
new file mode 100644
index 0000000..3f4f48c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pigallery2-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pigallery2.svg b/static/icons/vendor/homarr/svg/pigallery2.svg
new file mode 100644
index 0000000..d697d5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pigallery2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pigeonpod.svg b/static/icons/vendor/homarr/svg/pigeonpod.svg
new file mode 100644
index 0000000..fc2e753
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pigeonpod.svg
@@ -0,0 +1,166 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pikapods.svg b/static/icons/vendor/homarr/svg/pikapods.svg
new file mode 100755
index 0000000..e3995ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pikapods.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pikvm-light.svg b/static/icons/vendor/homarr/svg/pikvm-light.svg
new file mode 100644
index 0000000..eff2ef8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pikvm-light.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pikvm.svg b/static/icons/vendor/homarr/svg/pikvm.svg
new file mode 100644
index 0000000..8d9b89d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pikvm.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pingdom-light.svg b/static/icons/vendor/homarr/svg/pingdom-light.svg
new file mode 100644
index 0000000..81720ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingdom-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pingdom.svg b/static/icons/vendor/homarr/svg/pingdom.svg
new file mode 100644
index 0000000..79667bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingdom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pingvin-dark.svg b/static/icons/vendor/homarr/svg/pingvin-dark.svg
new file mode 100644
index 0000000..b8b2cab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingvin-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pingvin-share-dark.svg b/static/icons/vendor/homarr/svg/pingvin-share-dark.svg
new file mode 100644
index 0000000..b8b2cab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingvin-share-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pingvin-share.svg b/static/icons/vendor/homarr/svg/pingvin-share.svg
new file mode 100755
index 0000000..9f3dca9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingvin-share.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pingvin.svg b/static/icons/vendor/homarr/svg/pingvin.svg
new file mode 100644
index 0000000..c802c25
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pingvin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pinia.svg b/static/icons/vendor/homarr/svg/pinia.svg
new file mode 100644
index 0000000..1393c79
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pinia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pinkary.svg b/static/icons/vendor/homarr/svg/pinkary.svg
new file mode 100755
index 0000000..96dbb5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pinkary.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pinterest.svg b/static/icons/vendor/homarr/svg/pinterest.svg
new file mode 100755
index 0000000..d8ba792
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pinterest.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pioneer-light.svg b/static/icons/vendor/homarr/svg/pioneer-light.svg
new file mode 100644
index 0000000..a5fb855
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pioneer-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pioneer.svg b/static/icons/vendor/homarr/svg/pioneer.svg
new file mode 100644
index 0000000..db4db69
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pioneer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/piped.svg b/static/icons/vendor/homarr/svg/piped.svg
new file mode 100755
index 0000000..2b7b697
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/piped.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pirate-proxy.svg b/static/icons/vendor/homarr/svg/pirate-proxy.svg
new file mode 100644
index 0000000..f08fd35
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pirate-proxy.svg
@@ -0,0 +1 @@
+For more information see: http://commons.wikimedia.org/wiki/File:The_Pirate_Bay_logo.svg
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/piwigo.svg b/static/icons/vendor/homarr/svg/piwigo.svg
new file mode 100755
index 0000000..dfebc99
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/piwigo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pixelfed.svg b/static/icons/vendor/homarr/svg/pixelfed.svg
new file mode 100755
index 0000000..3aa9932
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pixelfed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plane-finder.svg b/static/icons/vendor/homarr/svg/plane-finder.svg
new file mode 100644
index 0000000..511c1d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plane-finder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plane.svg b/static/icons/vendor/homarr/svg/plane.svg
new file mode 100755
index 0000000..f108a08
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plane.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/planka-dark.svg b/static/icons/vendor/homarr/svg/planka-dark.svg
new file mode 100644
index 0000000..37088b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/planka-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/planka.svg b/static/icons/vendor/homarr/svg/planka.svg
new file mode 100755
index 0000000..1915a03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/planka.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plantuml.svg b/static/icons/vendor/homarr/svg/plantuml.svg
new file mode 100644
index 0000000..dae2e98
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plantuml.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/platzi.svg b/static/icons/vendor/homarr/svg/platzi.svg
new file mode 100644
index 0000000..c90a1f1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/platzi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plausible.svg b/static/icons/vendor/homarr/svg/plausible.svg
new file mode 100755
index 0000000..a370bf0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plausible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/playstation.svg b/static/icons/vendor/homarr/svg/playstation.svg
new file mode 100755
index 0000000..118573f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/playstation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pleroma.svg b/static/icons/vendor/homarr/svg/pleroma.svg
new file mode 100755
index 0000000..b53250f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pleroma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plesk.svg b/static/icons/vendor/homarr/svg/plesk.svg
new file mode 100644
index 0000000..950790c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plesk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plex-alt-light.svg b/static/icons/vendor/homarr/svg/plex-alt-light.svg
new file mode 100644
index 0000000..7adfa57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plex-alt-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plex-alt.svg b/static/icons/vendor/homarr/svg/plex-alt.svg
new file mode 100644
index 0000000..db3b333
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plex-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plex-light.svg b/static/icons/vendor/homarr/svg/plex-light.svg
new file mode 100644
index 0000000..3ca7a54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plex-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plex-rewind.svg b/static/icons/vendor/homarr/svg/plex-rewind.svg
new file mode 100755
index 0000000..296ab2a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plex-rewind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plex.svg b/static/icons/vendor/homarr/svg/plex.svg
new file mode 100755
index 0000000..ae62ba7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plexrequests-light.svg b/static/icons/vendor/homarr/svg/plexrequests-light.svg
new file mode 100644
index 0000000..6277192
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plexrequests-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plexrequests.svg b/static/icons/vendor/homarr/svg/plexrequests.svg
new file mode 100644
index 0000000..7aac93d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plexrequests.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/plume.svg b/static/icons/vendor/homarr/svg/plume.svg
new file mode 100644
index 0000000..316123a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/plume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pluralsight.svg b/static/icons/vendor/homarr/svg/pluralsight.svg
new file mode 100644
index 0000000..440bb3e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pluralsight.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocket-casts-dark.svg b/static/icons/vendor/homarr/svg/pocket-casts-dark.svg
new file mode 100644
index 0000000..4be1b21
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocket-casts-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocket-casts.svg b/static/icons/vendor/homarr/svg/pocket-casts.svg
new file mode 100755
index 0000000..24cc3fc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocket-casts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocket-id-light.svg b/static/icons/vendor/homarr/svg/pocket-id-light.svg
new file mode 100644
index 0000000..3da9546
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocket-id-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocket-id.svg b/static/icons/vendor/homarr/svg/pocket-id.svg
new file mode 100755
index 0000000..b76d638
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocket-id.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocketbase-dark.svg b/static/icons/vendor/homarr/svg/pocketbase-dark.svg
new file mode 100644
index 0000000..8b21dca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocketbase-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pocketbase.svg b/static/icons/vendor/homarr/svg/pocketbase.svg
new file mode 100644
index 0000000..4f5df8a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pocketbase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/podfetch-light.svg b/static/icons/vendor/homarr/svg/podfetch-light.svg
new file mode 100644
index 0000000..0aaa5ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/podfetch-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/podfetch.svg b/static/icons/vendor/homarr/svg/podfetch.svg
new file mode 100755
index 0000000..31cdf01
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/podfetch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/podify.svg b/static/icons/vendor/homarr/svg/podify.svg
new file mode 100644
index 0000000..18af8d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/podify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/podman.svg b/static/icons/vendor/homarr/svg/podman.svg
new file mode 100755
index 0000000..bef0430
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/podman.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/policycontroller.svg b/static/icons/vendor/homarr/svg/policycontroller.svg
new file mode 100644
index 0000000..8e6ce80
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/policycontroller.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/poly.svg b/static/icons/vendor/homarr/svg/poly.svg
new file mode 100644
index 0000000..90c18d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/poly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/polywork.svg b/static/icons/vendor/homarr/svg/polywork.svg
new file mode 100644
index 0000000..622d6cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/polywork.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portainer-alt.svg b/static/icons/vendor/homarr/svg/portainer-alt.svg
new file mode 100644
index 0000000..c563613
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portainer-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portainer-be-dark.svg b/static/icons/vendor/homarr/svg/portainer-be-dark.svg
new file mode 100644
index 0000000..8b3b7bd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portainer-be-dark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portainer-be.svg b/static/icons/vendor/homarr/svg/portainer-be.svg
new file mode 100644
index 0000000..3243c31
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portainer-be.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portainer-dark.svg b/static/icons/vendor/homarr/svg/portainer-dark.svg
new file mode 100644
index 0000000..6e8805c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portainer-dark.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portainer.svg b/static/icons/vendor/homarr/svg/portainer.svg
new file mode 100644
index 0000000..cc67715
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portainer.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portracker-dark.svg b/static/icons/vendor/homarr/svg/portracker-dark.svg
new file mode 100644
index 0000000..34e6eea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portracker-dark.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portracker.svg b/static/icons/vendor/homarr/svg/portracker.svg
new file mode 100644
index 0000000..f4ca346
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portracker.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/portus.svg b/static/icons/vendor/homarr/svg/portus.svg
new file mode 100644
index 0000000..5a56e38
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/portus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postal.svg b/static/icons/vendor/homarr/svg/postal.svg
new file mode 100755
index 0000000..881185d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/poste.svg b/static/icons/vendor/homarr/svg/poste.svg
new file mode 100644
index 0000000..bfa092e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/poste.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/posteria.svg b/static/icons/vendor/homarr/svg/posteria.svg
new file mode 100644
index 0000000..3e70ed4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/posteria.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postgres.svg b/static/icons/vendor/homarr/svg/postgres.svg
new file mode 100644
index 0000000..3f6340f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postgres.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postgresql.svg b/static/icons/vendor/homarr/svg/postgresql.svg
new file mode 100755
index 0000000..abacb8f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postgresql.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postgresus.svg b/static/icons/vendor/homarr/svg/postgresus.svg
new file mode 100644
index 0000000..eccb5cb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postgresus.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/posthog-light.svg b/static/icons/vendor/homarr/svg/posthog-light.svg
new file mode 100644
index 0000000..b64d4d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/posthog-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/posthog.svg b/static/icons/vendor/homarr/svg/posthog.svg
new file mode 100755
index 0000000..0cd0fc3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/posthog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postiz-dark.svg b/static/icons/vendor/homarr/svg/postiz-dark.svg
new file mode 100644
index 0000000..071737c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postiz-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/postiz.svg b/static/icons/vendor/homarr/svg/postiz.svg
new file mode 100755
index 0000000..9a5e7ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/postiz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/powerbi.svg b/static/icons/vendor/homarr/svg/powerbi.svg
new file mode 100644
index 0000000..6dfa2b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/powerbi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/powerdns.svg b/static/icons/vendor/homarr/svg/powerdns.svg
new file mode 100644
index 0000000..f012310
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/powerdns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/premiumize.svg b/static/icons/vendor/homarr/svg/premiumize.svg
new file mode 100644
index 0000000..805ff9c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/premiumize.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pretix.svg b/static/icons/vendor/homarr/svg/pretix.svg
new file mode 100644
index 0000000..7514e74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pretix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/price-buddy.svg b/static/icons/vendor/homarr/svg/price-buddy.svg
new file mode 100644
index 0000000..e20ed0b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/price-buddy.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/primal.svg b/static/icons/vendor/homarr/svg/primal.svg
new file mode 100644
index 0000000..709d25d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/primal.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prime-video-alt-dark.svg b/static/icons/vendor/homarr/svg/prime-video-alt-dark.svg
new file mode 100644
index 0000000..954e61e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prime-video-alt-dark.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prime-video-alt.svg b/static/icons/vendor/homarr/svg/prime-video-alt.svg
new file mode 100644
index 0000000..711e4d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prime-video-alt.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prime-video-light.svg b/static/icons/vendor/homarr/svg/prime-video-light.svg
new file mode 100644
index 0000000..df0798b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prime-video-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prime-video.svg b/static/icons/vendor/homarr/svg/prime-video.svg
new file mode 100644
index 0000000..5f03ae7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prime-video.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/printables.svg b/static/icons/vendor/homarr/svg/printables.svg
new file mode 100644
index 0000000..d99e2b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/printables.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/printer.svg b/static/icons/vendor/homarr/svg/printer.svg
new file mode 100644
index 0000000..4d70cbb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/printer.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/pritunl.svg b/static/icons/vendor/homarr/svg/pritunl.svg
new file mode 100644
index 0000000..5299c1d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pritunl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/privacyidea.svg b/static/icons/vendor/homarr/svg/privacyidea.svg
new file mode 100644
index 0000000..b74a982
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/privacyidea.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/private-internet-access.svg b/static/icons/vendor/homarr/svg/private-internet-access.svg
new file mode 100755
index 0000000..91e3bf4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/private-internet-access.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/privatebin.svg b/static/icons/vendor/homarr/svg/privatebin.svg
new file mode 100755
index 0000000..9087856
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/privatebin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/profilarr.svg b/static/icons/vendor/homarr/svg/profilarr.svg
new file mode 100644
index 0000000..e62ea75
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/profilarr.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/projectsend.svg b/static/icons/vendor/homarr/svg/projectsend.svg
new file mode 100755
index 0000000..3a6f420
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/projectsend.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prolific.svg b/static/icons/vendor/homarr/svg/prolific.svg
new file mode 100644
index 0000000..aa9036c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prolific.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/prometheus.svg b/static/icons/vendor/homarr/svg/prometheus.svg
new file mode 100755
index 0000000..da19fd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prometheus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-calendar.svg b/static/icons/vendor/homarr/svg/proton-calendar.svg
new file mode 100755
index 0000000..864a8e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-docs.svg b/static/icons/vendor/homarr/svg/proton-docs.svg
new file mode 100644
index 0000000..ddd8f1c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-docs.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-drive.svg b/static/icons/vendor/homarr/svg/proton-drive.svg
new file mode 100755
index 0000000..46f29f6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-drive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-lumo.svg b/static/icons/vendor/homarr/svg/proton-lumo.svg
new file mode 100644
index 0000000..d653fd8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-lumo.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-mail.svg b/static/icons/vendor/homarr/svg/proton-mail.svg
new file mode 100644
index 0000000..a5b547d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-mail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-pass.svg b/static/icons/vendor/homarr/svg/proton-pass.svg
new file mode 100755
index 0000000..3ccf7ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-pass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-vpn.svg b/static/icons/vendor/homarr/svg/proton-vpn.svg
new file mode 100755
index 0000000..9ccb3c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-vpn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton-wallet.svg b/static/icons/vendor/homarr/svg/proton-wallet.svg
new file mode 100644
index 0000000..5ecf66c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton-wallet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proton.svg b/static/icons/vendor/homarr/svg/proton.svg
new file mode 100644
index 0000000..7d2465f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proton.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/protondb.svg b/static/icons/vendor/homarr/svg/protondb.svg
new file mode 100644
index 0000000..53dc01e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/protondb.svg
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/prowlarr.svg b/static/icons/vendor/homarr/svg/prowlarr.svg
new file mode 100755
index 0000000..04cfaf7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prowlarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proxmenu.svg b/static/icons/vendor/homarr/svg/proxmenu.svg
new file mode 100644
index 0000000..7400ad8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proxmenu.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proxmox-light.svg b/static/icons/vendor/homarr/svg/proxmox-light.svg
new file mode 100644
index 0000000..078c3c2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proxmox-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/proxmox.svg b/static/icons/vendor/homarr/svg/proxmox.svg
new file mode 100755
index 0000000..fa1d942
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/proxmox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prtg.svg b/static/icons/vendor/homarr/svg/prtg.svg
new file mode 100644
index 0000000..286b2d5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prtg.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prunemate.svg b/static/icons/vendor/homarr/svg/prunemate.svg
new file mode 100644
index 0000000..031ff3c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prunemate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/prusa-research.svg b/static/icons/vendor/homarr/svg/prusa-research.svg
new file mode 100644
index 0000000..fd8418b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/prusa-research.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pterodactyl.svg b/static/icons/vendor/homarr/svg/pterodactyl.svg
new file mode 100755
index 0000000..c59ed05
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pterodactyl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/public-pool.svg b/static/icons/vendor/homarr/svg/public-pool.svg
new file mode 100644
index 0000000..20f5db0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/public-pool.svg
@@ -0,0 +1,300 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pufferpanel.svg b/static/icons/vendor/homarr/svg/pufferpanel.svg
new file mode 100644
index 0000000..e1f15ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pufferpanel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pulsarr.svg b/static/icons/vendor/homarr/svg/pulsarr.svg
new file mode 100644
index 0000000..067bc7b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pulsarr.svg
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pulse.svg b/static/icons/vendor/homarr/svg/pulse.svg
new file mode 100644
index 0000000..dddadd0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pulse.svg
@@ -0,0 +1,29 @@
+
+ Pulse Logo
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pure-storage.svg b/static/icons/vendor/homarr/svg/pure-storage.svg
new file mode 100644
index 0000000..ac8c61a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pure-storage.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/purelymail.svg b/static/icons/vendor/homarr/svg/purelymail.svg
new file mode 100644
index 0000000..e2ceafb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/purelymail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pushfish.svg b/static/icons/vendor/homarr/svg/pushfish.svg
new file mode 100644
index 0000000..488055f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pushfish.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pushover.svg b/static/icons/vendor/homarr/svg/pushover.svg
new file mode 100755
index 0000000..3b369fc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pushover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/putty.svg b/static/icons/vendor/homarr/svg/putty.svg
new file mode 100644
index 0000000..1487581
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/putty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ai-dark.svg b/static/icons/vendor/homarr/svg/pvy-ai-dark.svg
new file mode 100644
index 0000000..9209fd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ai-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ai-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-ai-wordmark-dark.svg
new file mode 100644
index 0000000..9209fd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ai-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ai-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-ai-wordmark-light.svg
new file mode 100644
index 0000000..b5d0c4d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ai-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ai.svg b/static/icons/vendor/homarr/svg/pvy-ai.svg
new file mode 100644
index 0000000..8d30706
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ai.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-analytics-dark.svg b/static/icons/vendor/homarr/svg/pvy-analytics-dark.svg
new file mode 100644
index 0000000..13621ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-analytics-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-dark.svg
new file mode 100644
index 0000000..4d08ddc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-light.svg
new file mode 100644
index 0000000..e1da4fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-analytics-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-analytics.svg b/static/icons/vendor/homarr/svg/pvy-analytics.svg
new file mode 100644
index 0000000..7c875e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-analytics.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-applytics-dark.svg b/static/icons/vendor/homarr/svg/pvy-applytics-dark.svg
new file mode 100644
index 0000000..741c4e7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-applytics-dark.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-dark.svg
new file mode 100644
index 0000000..678d321
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-light.svg
new file mode 100644
index 0000000..34e36cb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-applytics-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-applytics.svg b/static/icons/vendor/homarr/svg/pvy-applytics.svg
new file mode 100644
index 0000000..3b9d45c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-applytics.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-appstore-dark.svg b/static/icons/vendor/homarr/svg/pvy-appstore-dark.svg
new file mode 100644
index 0000000..350de74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-appstore-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-dark.svg
new file mode 100644
index 0000000..27e8a55
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-light.svg
new file mode 100644
index 0000000..54e5bc3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-appstore-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-appstore.svg b/static/icons/vendor/homarr/svg/pvy-appstore.svg
new file mode 100644
index 0000000..338d43f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-appstore.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-archiver-dark.svg b/static/icons/vendor/homarr/svg/pvy-archiver-dark.svg
new file mode 100644
index 0000000..9618244
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-archiver-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-dark.svg
new file mode 100644
index 0000000..5793d3f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-dark.svg
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-light.svg
new file mode 100644
index 0000000..a631e49
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-archiver-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-archiver.svg b/static/icons/vendor/homarr/svg/pvy-archiver.svg
new file mode 100644
index 0000000..537798f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-archiver.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-assets-dark.svg b/static/icons/vendor/homarr/svg/pvy-assets-dark.svg
new file mode 100644
index 0000000..4dd323c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-assets-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-assets-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-assets-wordmark-dark.svg
new file mode 100644
index 0000000..7d2628a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-assets-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-assets-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-assets-wordmark-light.svg
new file mode 100644
index 0000000..685ad3d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-assets-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-assets.svg b/static/icons/vendor/homarr/svg/pvy-assets.svg
new file mode 100644
index 0000000..dc24d93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-assets.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-automat-dark.svg b/static/icons/vendor/homarr/svg/pvy-automat-dark.svg
new file mode 100644
index 0000000..18bcc6a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-automat-dark.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-automat-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-automat-wordmark-dark.svg
new file mode 100644
index 0000000..290242a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-automat-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-automat-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-automat-wordmark-light.svg
new file mode 100644
index 0000000..0cc207e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-automat-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-automat.svg b/static/icons/vendor/homarr/svg/pvy-automat.svg
new file mode 100644
index 0000000..d215551
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-automat.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-backup-dark.svg b/static/icons/vendor/homarr/svg/pvy-backup-dark.svg
new file mode 100644
index 0000000..e49a4d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-backup-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-backup-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-backup-wordmark-dark.svg
new file mode 100644
index 0000000..2e58d97
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-backup-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-backup-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-backup-wordmark-light.svg
new file mode 100644
index 0000000..580e7f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-backup-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-backup.svg b/static/icons/vendor/homarr/svg/pvy-backup.svg
new file mode 100644
index 0000000..bd6ddff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-backup.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-base-dark.svg b/static/icons/vendor/homarr/svg/pvy-base-dark.svg
new file mode 100644
index 0000000..a19619a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-base-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-base-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-base-wordmark-dark.svg
new file mode 100644
index 0000000..b976829
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-base-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-base-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-base-wordmark-light.svg
new file mode 100644
index 0000000..8abaa61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-base-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-base.svg b/static/icons/vendor/homarr/svg/pvy-base.svg
new file mode 100644
index 0000000..6df6a0b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-base.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bookmarks-dark.svg b/static/icons/vendor/homarr/svg/pvy-bookmarks-dark.svg
new file mode 100644
index 0000000..e9cea4e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bookmarks-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-dark.svg
new file mode 100644
index 0000000..b420509
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-light.svg
new file mode 100644
index 0000000..1f4e80f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bookmarks-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bookmarks.svg b/static/icons/vendor/homarr/svg/pvy-bookmarks.svg
new file mode 100644
index 0000000..000934d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bookmarks.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bot-dark.svg b/static/icons/vendor/homarr/svg/pvy-bot-dark.svg
new file mode 100644
index 0000000..a7034eb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bot-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bot-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-bot-wordmark-dark.svg
new file mode 100644
index 0000000..ed19bea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bot-wordmark-dark.svg
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bot-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-bot-wordmark-light.svg
new file mode 100644
index 0000000..e006bd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bot-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bot.svg b/static/icons/vendor/homarr/svg/pvy-bot.svg
new file mode 100644
index 0000000..87ddf3e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bot.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buddy-dark.svg b/static/icons/vendor/homarr/svg/pvy-buddy-dark.svg
new file mode 100644
index 0000000..61aff1f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buddy-dark.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-dark.svg
new file mode 100644
index 0000000..4493c6d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-light.svg
new file mode 100644
index 0000000..bc3e48b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buddy-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buddy.svg b/static/icons/vendor/homarr/svg/pvy-buddy.svg
new file mode 100644
index 0000000..2dce650
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buddy.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bugtracker-dark.svg b/static/icons/vendor/homarr/svg/pvy-bugtracker-dark.svg
new file mode 100644
index 0000000..40aed55
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bugtracker-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-dark.svg
new file mode 100644
index 0000000..843193c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-light.svg
new file mode 100644
index 0000000..5f054d1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bugtracker-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-bugtracker.svg b/static/icons/vendor/homarr/svg/pvy-bugtracker.svg
new file mode 100644
index 0000000..fff3be3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-bugtracker.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-businessos-dark.svg b/static/icons/vendor/homarr/svg/pvy-businessos-dark.svg
new file mode 100644
index 0000000..60fc055
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-businessos-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-dark.svg
new file mode 100644
index 0000000..be331a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-dark.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-light.svg
new file mode 100644
index 0000000..376661d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-businessos-wordmark-light.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-businessos.svg b/static/icons/vendor/homarr/svg/pvy-businessos.svg
new file mode 100644
index 0000000..029deaf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-businessos.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buttler-dark.svg b/static/icons/vendor/homarr/svg/pvy-buttler-dark.svg
new file mode 100644
index 0000000..729ee8d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buttler-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-dark.svg
new file mode 100644
index 0000000..6cfdb26
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-light.svg
new file mode 100644
index 0000000..f8d27b2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buttler-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-buttler.svg b/static/icons/vendor/homarr/svg/pvy-buttler.svg
new file mode 100644
index 0000000..3d75052
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-buttler.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-cal-dark.svg b/static/icons/vendor/homarr/svg/pvy-cal-dark.svg
new file mode 100644
index 0000000..eafd285
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-cal-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-cal-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-cal-wordmark-dark.svg
new file mode 100644
index 0000000..b9b57e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-cal-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-cal-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-cal-wordmark-light.svg
new file mode 100644
index 0000000..f6bf31c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-cal-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-cal.svg b/static/icons/vendor/homarr/svg/pvy-cal.svg
new file mode 100644
index 0000000..99d08a0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-cal.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-captcha-dark.svg b/static/icons/vendor/homarr/svg/pvy-captcha-dark.svg
new file mode 100644
index 0000000..25192c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-captcha-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-dark.svg
new file mode 100644
index 0000000..cf25c45
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-light.svg
new file mode 100644
index 0000000..51fb17d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-captcha-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-captcha.svg b/static/icons/vendor/homarr/svg/pvy-captcha.svg
new file mode 100644
index 0000000..6436262
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-captcha.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-central-dark.svg b/static/icons/vendor/homarr/svg/pvy-central-dark.svg
new file mode 100644
index 0000000..77b7a6c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-central-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-central-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-central-wordmark-dark.svg
new file mode 100644
index 0000000..6f6f84a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-central-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-central-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-central-wordmark-light.svg
new file mode 100644
index 0000000..529fa56
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-central-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-central.svg b/static/icons/vendor/homarr/svg/pvy-central.svg
new file mode 100644
index 0000000..280a5aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-central.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-code-dark.svg b/static/icons/vendor/homarr/svg/pvy-code-dark.svg
new file mode 100644
index 0000000..d509379
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-code-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-code-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-code-wordmark-dark.svg
new file mode 100644
index 0000000..1e42045
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-code-wordmark-dark.svg
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-code-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-code-wordmark-light.svg
new file mode 100644
index 0000000..79769e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-code-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-code.svg b/static/icons/vendor/homarr/svg/pvy-code.svg
new file mode 100644
index 0000000..b683c54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-code.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-community-dark.svg b/static/icons/vendor/homarr/svg/pvy-community-dark.svg
new file mode 100644
index 0000000..5e2c39e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-community-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-community-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-community-wordmark-dark.svg
new file mode 100644
index 0000000..8b564ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-community-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-community-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-community-wordmark-light.svg
new file mode 100644
index 0000000..59f50d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-community-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-community.svg b/static/icons/vendor/homarr/svg/pvy-community.svg
new file mode 100644
index 0000000..be3f230
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-community.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-devices-dark.svg b/static/icons/vendor/homarr/svg/pvy-devices-dark.svg
new file mode 100644
index 0000000..c968441
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-devices-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-devices-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-devices-wordmark-dark.svg
new file mode 100644
index 0000000..5649377
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-devices-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-devices-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-devices-wordmark-light.svg
new file mode 100644
index 0000000..9301585
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-devices-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-devices.svg b/static/icons/vendor/homarr/svg/pvy-devices.svg
new file mode 100644
index 0000000..b644b08
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-devices.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-files-dark.svg b/static/icons/vendor/homarr/svg/pvy-files-dark.svg
new file mode 100644
index 0000000..5d40f59
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-files-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-files-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-files-wordmark-dark.svg
new file mode 100644
index 0000000..ecf00f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-files-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-files-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-files-wordmark-light.svg
new file mode 100644
index 0000000..4a23cc1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-files-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-files.svg b/static/icons/vendor/homarr/svg/pvy-files.svg
new file mode 100644
index 0000000..afc672c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-files.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-forms-dark.svg b/static/icons/vendor/homarr/svg/pvy-forms-dark.svg
new file mode 100644
index 0000000..4709d93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-forms-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-forms-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-forms-wordmark-dark.svg
new file mode 100644
index 0000000..34ad704
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-forms-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-forms-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-forms-wordmark-light.svg
new file mode 100644
index 0000000..1ed8aec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-forms-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-forms.svg b/static/icons/vendor/homarr/svg/pvy-forms.svg
new file mode 100644
index 0000000..4ce67b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-forms.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-groupware-dark.svg b/static/icons/vendor/homarr/svg/pvy-groupware-dark.svg
new file mode 100644
index 0000000..5d1d421
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-groupware-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-dark.svg
new file mode 100644
index 0000000..5335124
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-light.svg
new file mode 100644
index 0000000..ecd6cf7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-groupware-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-groupware.svg b/static/icons/vendor/homarr/svg/pvy-groupware.svg
new file mode 100644
index 0000000..070751c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-groupware.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-gtd-dark.svg b/static/icons/vendor/homarr/svg/pvy-gtd-dark.svg
new file mode 100644
index 0000000..5289560
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-gtd-dark.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-dark.svg
new file mode 100644
index 0000000..1c86c24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-light.svg
new file mode 100644
index 0000000..88a0dcb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-gtd-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-gtd.svg b/static/icons/vendor/homarr/svg/pvy-gtd.svg
new file mode 100644
index 0000000..d4fa4a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-gtd.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-homeassistant-dark.svg b/static/icons/vendor/homarr/svg/pvy-homeassistant-dark.svg
new file mode 100644
index 0000000..e6089a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-homeassistant-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-dark.svg
new file mode 100644
index 0000000..5ef79e2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-light.svg
new file mode 100644
index 0000000..70d1a64
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-homeassistant-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-homeassistant.svg b/static/icons/vendor/homarr/svg/pvy-homeassistant.svg
new file mode 100644
index 0000000..f2a7bd3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-homeassistant.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-id-dark.svg b/static/icons/vendor/homarr/svg/pvy-id-dark.svg
new file mode 100644
index 0000000..dc05e2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-id-dark.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-id-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-id-wordmark-dark.svg
new file mode 100644
index 0000000..3131172
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-id-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-id-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-id-wordmark-light.svg
new file mode 100644
index 0000000..003e6f1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-id-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-id.svg b/static/icons/vendor/homarr/svg/pvy-id.svg
new file mode 100644
index 0000000..1a1ff87
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-id.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-lnkr-dark.svg b/static/icons/vendor/homarr/svg/pvy-lnkr-dark.svg
new file mode 100644
index 0000000..6d34abd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-lnkr-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-dark.svg
new file mode 100644
index 0000000..ff639e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-light.svg
new file mode 100644
index 0000000..40f0b44
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-lnkr-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-lnkr.svg b/static/icons/vendor/homarr/svg/pvy-lnkr.svg
new file mode 100644
index 0000000..3e58b9c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-lnkr.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-local-dark.svg b/static/icons/vendor/homarr/svg/pvy-local-dark.svg
new file mode 100644
index 0000000..5e565c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-local-dark.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-local-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-local-wordmark-dark.svg
new file mode 100644
index 0000000..14a2391
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-local-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-local-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-local-wordmark-light.svg
new file mode 100644
index 0000000..ea8b137
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-local-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-local.svg b/static/icons/vendor/homarr/svg/pvy-local.svg
new file mode 100644
index 0000000..f4c59db
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-local.svg
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-localize-dark.svg b/static/icons/vendor/homarr/svg/pvy-localize-dark.svg
new file mode 100644
index 0000000..bfb0c18
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-localize-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-localize-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-localize-wordmark-dark.svg
new file mode 100644
index 0000000..ba843b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-localize-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-localize-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-localize-wordmark-light.svg
new file mode 100644
index 0000000..c3ceb8f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-localize-wordmark-light.svg
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-localize.svg b/static/icons/vendor/homarr/svg/pvy-localize.svg
new file mode 100644
index 0000000..1171cae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-localize.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailarchiver-dark.svg b/static/icons/vendor/homarr/svg/pvy-mailarchiver-dark.svg
new file mode 100644
index 0000000..71bf806
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailarchiver-dark.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-dark.svg
new file mode 100644
index 0000000..1c61bee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-light.svg
new file mode 100644
index 0000000..4a9ed07
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailarchiver-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailarchiver.svg b/static/icons/vendor/homarr/svg/pvy-mailarchiver.svg
new file mode 100644
index 0000000..68a68b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailarchiver.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailr-dark.svg b/static/icons/vendor/homarr/svg/pvy-mailr-dark.svg
new file mode 100644
index 0000000..837949a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailr-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-dark.svg
new file mode 100644
index 0000000..75f903c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-light.svg
new file mode 100644
index 0000000..8c9ef38
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailr-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mailr.svg b/static/icons/vendor/homarr/svg/pvy-mailr.svg
new file mode 100644
index 0000000..d47f67c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mailr.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-maps-dark.svg b/static/icons/vendor/homarr/svg/pvy-maps-dark.svg
new file mode 100644
index 0000000..673eda6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-maps-dark.svg
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-maps-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-maps-wordmark-dark.svg
new file mode 100644
index 0000000..3667c3c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-maps-wordmark-dark.svg
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-maps-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-maps-wordmark-light.svg
new file mode 100644
index 0000000..35c2988
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-maps-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-maps.svg b/static/icons/vendor/homarr/svg/pvy-maps.svg
new file mode 100644
index 0000000..6c32812
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-maps.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mdm-dark.svg b/static/icons/vendor/homarr/svg/pvy-mdm-dark.svg
new file mode 100644
index 0000000..9a2475c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mdm-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-dark.svg
new file mode 100644
index 0000000..58c1ebe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-light.svg
new file mode 100644
index 0000000..c413d7c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mdm-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mdm.svg b/static/icons/vendor/homarr/svg/pvy-mdm.svg
new file mode 100644
index 0000000..f8dfd13
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mdm.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-media-dark.svg b/static/icons/vendor/homarr/svg/pvy-media-dark.svg
new file mode 100644
index 0000000..bbd0313
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-media-dark.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-media-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-media-wordmark-dark.svg
new file mode 100644
index 0000000..954ef74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-media-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-media-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-media-wordmark-light.svg
new file mode 100644
index 0000000..2f1cf5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-media-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-media.svg b/static/icons/vendor/homarr/svg/pvy-media.svg
new file mode 100644
index 0000000..0fa22b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-media.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mediahub-dark.svg b/static/icons/vendor/homarr/svg/pvy-mediahub-dark.svg
new file mode 100644
index 0000000..14a889f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mediahub-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-dark.svg
new file mode 100644
index 0000000..4b456d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-light.svg
new file mode 100644
index 0000000..11425d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mediahub-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mediahub.svg b/static/icons/vendor/homarr/svg/pvy-mediahub.svg
new file mode 100644
index 0000000..3ef064d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mediahub.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-meeting-dark.svg b/static/icons/vendor/homarr/svg/pvy-meeting-dark.svg
new file mode 100644
index 0000000..10591d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-meeting-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-dark.svg
new file mode 100644
index 0000000..7766e0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-light.svg
new file mode 100644
index 0000000..1985ca7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-meeting-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-meeting.svg b/static/icons/vendor/homarr/svg/pvy-meeting.svg
new file mode 100644
index 0000000..fea9982
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-meeting.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mesh-dark.svg b/static/icons/vendor/homarr/svg/pvy-mesh-dark.svg
new file mode 100644
index 0000000..2ff4723
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mesh-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-dark.svg
new file mode 100644
index 0000000..d25bb67
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-light.svg
new file mode 100644
index 0000000..173fa65
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mesh-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-mesh.svg b/static/icons/vendor/homarr/svg/pvy-mesh.svg
new file mode 100644
index 0000000..b5cc0ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-mesh.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-messenger-dark.svg b/static/icons/vendor/homarr/svg/pvy-messenger-dark.svg
new file mode 100644
index 0000000..1a94c19
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-messenger-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-dark.svg
new file mode 100644
index 0000000..acb591c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-light.svg
new file mode 100644
index 0000000..c5d1ea3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-messenger-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-messenger.svg b/static/icons/vendor/homarr/svg/pvy-messenger.svg
new file mode 100644
index 0000000..0f175dc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-messenger.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-news-dark.svg b/static/icons/vendor/homarr/svg/pvy-news-dark.svg
new file mode 100644
index 0000000..2d01cae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-news-dark.svg
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-news-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-news-wordmark-dark.svg
new file mode 100644
index 0000000..5cc089b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-news-wordmark-dark.svg
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-news-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-news-wordmark-light.svg
new file mode 100644
index 0000000..eb9550e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-news-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-news.svg b/static/icons/vendor/homarr/svg/pvy-news.svg
new file mode 100644
index 0000000..3a1f456
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-news.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-notes-dark.svg b/static/icons/vendor/homarr/svg/pvy-notes-dark.svg
new file mode 100644
index 0000000..3a4c501
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-notes-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-notes-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-notes-wordmark-dark.svg
new file mode 100644
index 0000000..0223aa4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-notes-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-notes-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-notes-wordmark-light.svg
new file mode 100644
index 0000000..49789ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-notes-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-notes.svg b/static/icons/vendor/homarr/svg/pvy-notes.svg
new file mode 100644
index 0000000..622e27b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-notes.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-office-dark.svg b/static/icons/vendor/homarr/svg/pvy-office-dark.svg
new file mode 100644
index 0000000..6b0029d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-office-dark.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-office-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-office-wordmark-dark.svg
new file mode 100644
index 0000000..2e7f666
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-office-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-office-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-office-wordmark-light.svg
new file mode 100644
index 0000000..2e7f666
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-office-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-office.svg b/static/icons/vendor/homarr/svg/pvy-office.svg
new file mode 100644
index 0000000..d04a8f7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-office.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pad-dark.svg b/static/icons/vendor/homarr/svg/pvy-pad-dark.svg
new file mode 100644
index 0000000..6b1873d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pad-dark.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pad-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-pad-wordmark-dark.svg
new file mode 100644
index 0000000..bb8e7b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pad-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pad-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-pad-wordmark-light.svg
new file mode 100644
index 0000000..f7b458a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pad-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pad.svg b/static/icons/vendor/homarr/svg/pvy-pad.svg
new file mode 100644
index 0000000..633c1ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pad.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pbx-dark.svg b/static/icons/vendor/homarr/svg/pvy-pbx-dark.svg
new file mode 100644
index 0000000..16d3bf8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pbx-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-dark.svg
new file mode 100644
index 0000000..0b3e466
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-light.svg
new file mode 100644
index 0000000..ec4aa8e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pbx-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-pbx.svg b/static/icons/vendor/homarr/svg/pvy-pbx.svg
new file mode 100644
index 0000000..235a1df
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-pbx.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-photo-dark.svg b/static/icons/vendor/homarr/svg/pvy-photo-dark.svg
new file mode 100644
index 0000000..dab1e14
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-photo-dark.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-photo-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-photo-wordmark-dark.svg
new file mode 100644
index 0000000..3f2552b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-photo-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-photo-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-photo-wordmark-light.svg
new file mode 100644
index 0000000..899a8ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-photo-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-photo.svg b/static/icons/vendor/homarr/svg/pvy-photo.svg
new file mode 100644
index 0000000..cc94beb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-photo.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-remote-dark.svg b/static/icons/vendor/homarr/svg/pvy-remote-dark.svg
new file mode 100644
index 0000000..c50a0ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-remote-dark.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-remote-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-remote-wordmark-dark.svg
new file mode 100644
index 0000000..5c7a821
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-remote-wordmark-dark.svg
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-remote-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-remote-wordmark-light.svg
new file mode 100644
index 0000000..3e62285
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-remote-wordmark-light.svg
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-remote.svg b/static/icons/vendor/homarr/svg/pvy-remote.svg
new file mode 100644
index 0000000..7563c16
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-remote.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-safe-dark.svg b/static/icons/vendor/homarr/svg/pvy-safe-dark.svg
new file mode 100644
index 0000000..cf7e79d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-safe-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-safe-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-safe-wordmark-dark.svg
new file mode 100644
index 0000000..5d2b9d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-safe-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-safe-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-safe-wordmark-light.svg
new file mode 100644
index 0000000..5d2b9d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-safe-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-safe.svg b/static/icons/vendor/homarr/svg/pvy-safe.svg
new file mode 100644
index 0000000..6c6579f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-safe.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-search-dark.svg b/static/icons/vendor/homarr/svg/pvy-search-dark.svg
new file mode 100644
index 0000000..b2c05f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-search-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-search-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-search-wordmark-dark.svg
new file mode 100644
index 0000000..2103247
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-search-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-search-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-search-wordmark-light.svg
new file mode 100644
index 0000000..6c9f771
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-search-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-search.svg b/static/icons/vendor/homarr/svg/pvy-search.svg
new file mode 100644
index 0000000..ece3cd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-search.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-servicedesk-dark.svg b/static/icons/vendor/homarr/svg/pvy-servicedesk-dark.svg
new file mode 100644
index 0000000..fbdba4a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-servicedesk-dark.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-dark.svg
new file mode 100644
index 0000000..3d18d78
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-dark.svg
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-light.svg
new file mode 100644
index 0000000..a8728f6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-servicedesk-wordmark-light.svg
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-servicedesk.svg b/static/icons/vendor/homarr/svg/pvy-servicedesk.svg
new file mode 100644
index 0000000..b25fea4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-servicedesk.svg
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-sign-dark.svg b/static/icons/vendor/homarr/svg/pvy-sign-dark.svg
new file mode 100644
index 0000000..f0110ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-sign-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-sign-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-sign-wordmark-dark.svg
new file mode 100644
index 0000000..d1be21f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-sign-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-sign-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-sign-wordmark-light.svg
new file mode 100644
index 0000000..3390533
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-sign-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-sign.svg b/static/icons/vendor/homarr/svg/pvy-sign.svg
new file mode 100644
index 0000000..99ec58a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-sign.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-snippets-dark.svg b/static/icons/vendor/homarr/svg/pvy-snippets-dark.svg
new file mode 100644
index 0000000..973a241
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-snippets-dark.svg
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-dark.svg
new file mode 100644
index 0000000..859b7d9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-dark.svg
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-light.svg
new file mode 100644
index 0000000..7a56cd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-snippets-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-snippets.svg b/static/icons/vendor/homarr/svg/pvy-snippets.svg
new file mode 100644
index 0000000..337943b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-snippets.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-spreadsheet-dark.svg b/static/icons/vendor/homarr/svg/pvy-spreadsheet-dark.svg
new file mode 100644
index 0000000..933c56f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-spreadsheet-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-dark.svg
new file mode 100644
index 0000000..91b8507
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-light.svg
new file mode 100644
index 0000000..c477b5c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-spreadsheet-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-spreadsheet.svg b/static/icons/vendor/homarr/svg/pvy-spreadsheet.svg
new file mode 100644
index 0000000..4fe5757
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-spreadsheet.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-start-dark.svg b/static/icons/vendor/homarr/svg/pvy-start-dark.svg
new file mode 100644
index 0000000..d37c045
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-start-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-start-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-start-wordmark-dark.svg
new file mode 100644
index 0000000..a77c9ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-start-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-start-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-start-wordmark-light.svg
new file mode 100644
index 0000000..a559d1d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-start-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-start.svg b/static/icons/vendor/homarr/svg/pvy-start.svg
new file mode 100644
index 0000000..8f2bf9e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-start.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-timer-dark.svg b/static/icons/vendor/homarr/svg/pvy-timer-dark.svg
new file mode 100644
index 0000000..3d63fd0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-timer-dark.svg
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-timer-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-timer-wordmark-dark.svg
new file mode 100644
index 0000000..84a443c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-timer-wordmark-dark.svg
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-timer-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-timer-wordmark-light.svg
new file mode 100644
index 0000000..3d76392
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-timer-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-timer.svg b/static/icons/vendor/homarr/svg/pvy-timer.svg
new file mode 100644
index 0000000..4af17ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-timer.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ux-dark.svg b/static/icons/vendor/homarr/svg/pvy-ux-dark.svg
new file mode 100644
index 0000000..52b4a5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ux-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ux-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-ux-wordmark-dark.svg
new file mode 100644
index 0000000..7e3a77e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ux-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ux-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-ux-wordmark-light.svg
new file mode 100644
index 0000000..f582043
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ux-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-ux.svg b/static/icons/vendor/homarr/svg/pvy-ux.svg
new file mode 100644
index 0000000..ec08b3e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-ux.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vault-dark.svg b/static/icons/vendor/homarr/svg/pvy-vault-dark.svg
new file mode 100644
index 0000000..ebb8499
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vault-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vault-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-vault-wordmark-dark.svg
new file mode 100644
index 0000000..710b59f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vault-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vault-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-vault-wordmark-light.svg
new file mode 100644
index 0000000..7e860b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vault-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vault.svg b/static/icons/vendor/homarr/svg/pvy-vault.svg
new file mode 100644
index 0000000..401d29d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vault.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vpn-dark.svg b/static/icons/vendor/homarr/svg/pvy-vpn-dark.svg
new file mode 100644
index 0000000..a940c3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vpn-dark.svg
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-dark.svg
new file mode 100644
index 0000000..934c7bc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-light.svg
new file mode 100644
index 0000000..e05c3c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vpn-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-vpn.svg b/static/icons/vendor/homarr/svg/pvy-vpn.svg
new file mode 100644
index 0000000..afe1808
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-vpn.svg
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-webcall-dark.svg b/static/icons/vendor/homarr/svg/pvy-webcall-dark.svg
new file mode 100644
index 0000000..c9fe7d9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-webcall-dark.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-dark.svg
new file mode 100644
index 0000000..69b2130
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-dark.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-light.svg
new file mode 100644
index 0000000..f07a4d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-webcall-wordmark-light.svg
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-webcall.svg b/static/icons/vendor/homarr/svg/pvy-webcall.svg
new file mode 100644
index 0000000..531f1e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-webcall.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-wiki-dark.svg b/static/icons/vendor/homarr/svg/pvy-wiki-dark.svg
new file mode 100644
index 0000000..b041218
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-wiki-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-dark.svg
new file mode 100644
index 0000000..3690aa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-light.svg
new file mode 100644
index 0000000..ddc0c24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-wiki-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvy-wiki.svg b/static/icons/vendor/homarr/svg/pvy-wiki.svg
new file mode 100644
index 0000000..441ae87
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvy-wiki.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvyaffiliate-dark.svg b/static/icons/vendor/homarr/svg/pvyaffiliate-dark.svg
new file mode 100644
index 0000000..6896d9f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvyaffiliate-dark.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-dark.svg b/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-dark.svg
new file mode 100644
index 0000000..76ce0e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-light.svg b/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-light.svg
new file mode 100644
index 0000000..8b532cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvyaffiliate-wordmark-light.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pvyaffiliate.svg b/static/icons/vendor/homarr/svg/pvyaffiliate.svg
new file mode 100644
index 0000000..0bc21c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pvyaffiliate.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pydio.svg b/static/icons/vendor/homarr/svg/pydio.svg
new file mode 100644
index 0000000..ddd2ac5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pydio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pyload.svg b/static/icons/vendor/homarr/svg/pyload.svg
new file mode 100755
index 0000000..596f3fb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pyload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pypi-wordmark-light.svg b/static/icons/vendor/homarr/svg/pypi-wordmark-light.svg
new file mode 100644
index 0000000..6b5c615
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pypi-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pypi.svg b/static/icons/vendor/homarr/svg/pypi.svg
new file mode 100644
index 0000000..0480adc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pypi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/python.svg b/static/icons/vendor/homarr/svg/python.svg
new file mode 100755
index 0000000..d234388
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/python.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/pytorch-light.svg b/static/icons/vendor/homarr/svg/pytorch-light.svg
new file mode 100644
index 0000000..8e88b35
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pytorch-light.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pytorch-wordmark-light.svg b/static/icons/vendor/homarr/svg/pytorch-wordmark-light.svg
new file mode 100644
index 0000000..c1baf78
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pytorch-wordmark-light.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/pytorch.svg b/static/icons/vendor/homarr/svg/pytorch.svg
new file mode 100644
index 0000000..52beb12
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/pytorch.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qbittorrent.svg b/static/icons/vendor/homarr/svg/qbittorrent.svg
new file mode 100755
index 0000000..e865b54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qbittorrent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qd-today.svg b/static/icons/vendor/homarr/svg/qd-today.svg
new file mode 100644
index 0000000..9a22746
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qd-today.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qdirstat.svg b/static/icons/vendor/homarr/svg/qdirstat.svg
new file mode 100644
index 0000000..fb831cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qdirstat.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/qdrant.svg b/static/icons/vendor/homarr/svg/qdrant.svg
new file mode 100644
index 0000000..6fad065
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qdrant.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qinglong.svg b/static/icons/vendor/homarr/svg/qinglong.svg
new file mode 100644
index 0000000..9efc2c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qinglong.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qnap.svg b/static/icons/vendor/homarr/svg/qnap.svg
new file mode 100755
index 0000000..72f4ca0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qnap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/quay.svg b/static/icons/vendor/homarr/svg/quay.svg
new file mode 100644
index 0000000..3ca26f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/quay.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/questdb.svg b/static/icons/vendor/homarr/svg/questdb.svg
new file mode 100644
index 0000000..6b7d4d7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/questdb.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/quetre.svg b/static/icons/vendor/homarr/svg/quetre.svg
new file mode 100644
index 0000000..6e591b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/quetre.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qui.svg b/static/icons/vendor/homarr/svg/qui.svg
new file mode 100644
index 0000000..87c2bde
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qui.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/quickshare.svg b/static/icons/vendor/homarr/svg/quickshare.svg
new file mode 100644
index 0000000..42d8b16
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/quickshare.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/quickwit.svg b/static/icons/vendor/homarr/svg/quickwit.svg
new file mode 100755
index 0000000..0e174f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/quickwit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/quizlet.svg b/static/icons/vendor/homarr/svg/quizlet.svg
new file mode 100644
index 0000000..5d1deaa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/quizlet.svg
@@ -0,0 +1,13 @@
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qutebrowser.svg b/static/icons/vendor/homarr/svg/qutebrowser.svg
new file mode 100644
index 0000000..75bf366
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qutebrowser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qwen.svg b/static/icons/vendor/homarr/svg/qwen.svg
new file mode 100644
index 0000000..255e278
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qwen.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/qwik.svg b/static/icons/vendor/homarr/svg/qwik.svg
new file mode 100644
index 0000000..f6dd4fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/qwik.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/r.svg b/static/icons/vendor/homarr/svg/r.svg
new file mode 100644
index 0000000..4b47dd6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rabbitmq.svg b/static/icons/vendor/homarr/svg/rabbitmq.svg
new file mode 100644
index 0000000..a7d332b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rabbitmq.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rackula-dark.svg b/static/icons/vendor/homarr/svg/rackula-dark.svg
new file mode 100644
index 0000000..1389546
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rackula-dark.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rackula-light.svg b/static/icons/vendor/homarr/svg/rackula-light.svg
new file mode 100644
index 0000000..335ea5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rackula-light.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rackula.svg b/static/icons/vendor/homarr/svg/rackula.svg
new file mode 100644
index 0000000..335ea5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rackula.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/radarr-4k.svg b/static/icons/vendor/homarr/svg/radarr-4k.svg
new file mode 100644
index 0000000..31fcf0d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/radarr-4k.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/radarr-dv.svg b/static/icons/vendor/homarr/svg/radarr-dv.svg
new file mode 100644
index 0000000..0326f8a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/radarr-dv.svg
@@ -0,0 +1,12 @@
+
+
+
+ Layer 1
+
+
+
+
+
+ DV
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/radarr.svg b/static/icons/vendor/homarr/svg/radarr.svg
new file mode 100755
index 0000000..a61c56a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/radarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/radicale.svg b/static/icons/vendor/homarr/svg/radicale.svg
new file mode 100755
index 0000000..69aeb56
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/radicale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rainloop.svg b/static/icons/vendor/homarr/svg/rainloop.svg
new file mode 100644
index 0000000..58585c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rainloop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rallly.svg b/static/icons/vendor/homarr/svg/rallly.svg
new file mode 100755
index 0000000..8b575a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rallly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ramp-dark.svg b/static/icons/vendor/homarr/svg/ramp-dark.svg
new file mode 100644
index 0000000..f9dd75c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ramp-dark.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ramp.svg b/static/icons/vendor/homarr/svg/ramp.svg
new file mode 100644
index 0000000..2a1cd71
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ramp.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rancher.svg b/static/icons/vendor/homarr/svg/rancher.svg
new file mode 100755
index 0000000..575da44
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rancher.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/raspberry-pi-light.svg b/static/icons/vendor/homarr/svg/raspberry-pi-light.svg
new file mode 100644
index 0000000..48920aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/raspberry-pi-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/raspberry-pi.svg b/static/icons/vendor/homarr/svg/raspberry-pi.svg
new file mode 100755
index 0000000..939e45e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/raspberry-pi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rclone.svg b/static/icons/vendor/homarr/svg/rclone.svg
new file mode 100755
index 0000000..c306502
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rclone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rdt-client.svg b/static/icons/vendor/homarr/svg/rdt-client.svg
new file mode 100644
index 0000000..506fffb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rdt-client.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/reactive-resume-light.svg b/static/icons/vendor/homarr/svg/reactive-resume-light.svg
new file mode 100644
index 0000000..64e35bd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/reactive-resume-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/reactive-resume.svg b/static/icons/vendor/homarr/svg/reactive-resume.svg
new file mode 100755
index 0000000..fc15645
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/reactive-resume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/reactjs.svg b/static/icons/vendor/homarr/svg/reactjs.svg
new file mode 100644
index 0000000..ea77a61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/reactjs.svg
@@ -0,0 +1,9 @@
+
+ React Logo
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/readarr.svg b/static/icons/vendor/homarr/svg/readarr.svg
new file mode 100755
index 0000000..05d6e50
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/readeck.svg b/static/icons/vendor/homarr/svg/readeck.svg
new file mode 100755
index 0000000..510a5e4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readeck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/readthedocs-light.svg b/static/icons/vendor/homarr/svg/readthedocs-light.svg
new file mode 100644
index 0000000..5939177
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readthedocs-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/readthedocs.svg b/static/icons/vendor/homarr/svg/readthedocs.svg
new file mode 100644
index 0000000..564dc36
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readthedocs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/readwise-reader-dark.svg b/static/icons/vendor/homarr/svg/readwise-reader-dark.svg
new file mode 100644
index 0000000..6bbb9ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readwise-reader-dark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/readwise-reader.svg b/static/icons/vendor/homarr/svg/readwise-reader.svg
new file mode 100644
index 0000000..0e38e54
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/readwise-reader.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/real-debrid.svg b/static/icons/vendor/homarr/svg/real-debrid.svg
new file mode 100644
index 0000000..506fffb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/real-debrid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/recalbox.svg b/static/icons/vendor/homarr/svg/recalbox.svg
new file mode 100644
index 0000000..b96d2dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/recalbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/receipt-wrangler.svg b/static/icons/vendor/homarr/svg/receipt-wrangler.svg
new file mode 100755
index 0000000..a83d33c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/receipt-wrangler.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/recipesage.svg b/static/icons/vendor/homarr/svg/recipesage.svg
new file mode 100755
index 0000000..6c988c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/recipesage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/recyclarr.svg b/static/icons/vendor/homarr/svg/recyclarr.svg
new file mode 100644
index 0000000..8284198
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/recyclarr.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/reddit.svg b/static/icons/vendor/homarr/svg/reddit.svg
new file mode 100755
index 0000000..47a9589
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/reddit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redhat-linux.svg b/static/icons/vendor/homarr/svg/redhat-linux.svg
new file mode 100644
index 0000000..12c1840
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redhat-linux.svg
@@ -0,0 +1 @@
+RedHat-Logo-Hat-Color
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redict.svg b/static/icons/vendor/homarr/svg/redict.svg
new file mode 100755
index 0000000..8b95c61
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redict.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redis.svg b/static/icons/vendor/homarr/svg/redis.svg
new file mode 100644
index 0000000..1981b34
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redis.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redlib-light.svg b/static/icons/vendor/homarr/svg/redlib-light.svg
new file mode 100644
index 0000000..d5975c0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redlib-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redlib.svg b/static/icons/vendor/homarr/svg/redlib.svg
new file mode 100755
index 0000000..db84949
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redlib.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/redmine.svg b/static/icons/vendor/homarr/svg/redmine.svg
new file mode 100644
index 0000000..f62ac1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/redmine.svg
@@ -0,0 +1,18 @@
+
+
+ background
+
+
+
+ Logo
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rekor.svg b/static/icons/vendor/homarr/svg/rekor.svg
new file mode 100644
index 0000000..7427412
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rekor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/release-argus.svg b/static/icons/vendor/homarr/svg/release-argus.svg
new file mode 100644
index 0000000..2a13166
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/release-argus.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/remmina.svg b/static/icons/vendor/homarr/svg/remmina.svg
new file mode 100644
index 0000000..ee5467b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/remmina.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/remnawave.svg b/static/icons/vendor/homarr/svg/remnawave.svg
new file mode 100644
index 0000000..8cefe48
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/remnawave.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/remnote.svg b/static/icons/vendor/homarr/svg/remnote.svg
new file mode 100644
index 0000000..e83fe91
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/remnote.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/renovate.svg b/static/icons/vendor/homarr/svg/renovate.svg
new file mode 100644
index 0000000..9750733
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/renovate.svg
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/reolink.svg b/static/icons/vendor/homarr/svg/reolink.svg
new file mode 100755
index 0000000..6635c57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/reolink.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/requestly.svg b/static/icons/vendor/homarr/svg/requestly.svg
new file mode 100755
index 0000000..d5cd876
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/requestly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/requestrr.svg b/static/icons/vendor/homarr/svg/requestrr.svg
new file mode 100644
index 0000000..835f2ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/requestrr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/resiliosync-full-dark.svg b/static/icons/vendor/homarr/svg/resiliosync-full-dark.svg
new file mode 100644
index 0000000..3c41bea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/resiliosync-full-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/resiliosync-full.svg b/static/icons/vendor/homarr/svg/resiliosync-full.svg
new file mode 100644
index 0000000..f3b9efc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/resiliosync-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/resiliosync.svg b/static/icons/vendor/homarr/svg/resiliosync.svg
new file mode 100644
index 0000000..b10adf5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/resiliosync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/restreamer.svg b/static/icons/vendor/homarr/svg/restreamer.svg
new file mode 100755
index 0000000..ec5e8e8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/restreamer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/retrom.svg b/static/icons/vendor/homarr/svg/retrom.svg
new file mode 100644
index 0000000..7e334da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/retrom.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/revanced-manager.svg b/static/icons/vendor/homarr/svg/revanced-manager.svg
new file mode 100644
index 0000000..2c696df
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/revanced-manager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/revolt-light.svg b/static/icons/vendor/homarr/svg/revolt-light.svg
new file mode 100644
index 0000000..89926de
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/revolt-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/revolt.svg b/static/icons/vendor/homarr/svg/revolt.svg
new file mode 100755
index 0000000..cafbb81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/revolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rhasspy-dark.svg b/static/icons/vendor/homarr/svg/rhasspy-dark.svg
new file mode 100644
index 0000000..48e0df8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rhasspy-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rhasspy.svg b/static/icons/vendor/homarr/svg/rhasspy.svg
new file mode 100755
index 0000000..e705942
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rhasspy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rhodecode.svg b/static/icons/vendor/homarr/svg/rhodecode.svg
new file mode 100644
index 0000000..da77aeb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rhodecode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/richy.svg b/static/icons/vendor/homarr/svg/richy.svg
new file mode 100755
index 0000000..5ed1b52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/richy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rimgo-light.svg b/static/icons/vendor/homarr/svg/rimgo-light.svg
new file mode 100644
index 0000000..ebc049d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rimgo-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rimgo.svg b/static/icons/vendor/homarr/svg/rimgo.svg
new file mode 100644
index 0000000..250dec8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rimgo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/riot.svg b/static/icons/vendor/homarr/svg/riot.svg
new file mode 100644
index 0000000..047f196
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/riot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ripe.svg b/static/icons/vendor/homarr/svg/ripe.svg
new file mode 100644
index 0000000..f9a360c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ripe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/riverside-fm-light.svg b/static/icons/vendor/homarr/svg/riverside-fm-light.svg
new file mode 100644
index 0000000..a53add8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/riverside-fm-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/riverside-fm.svg b/static/icons/vendor/homarr/svg/riverside-fm.svg
new file mode 100755
index 0000000..758ef29
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/riverside-fm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/robinhood.svg b/static/icons/vendor/homarr/svg/robinhood.svg
new file mode 100644
index 0000000..d0d4567
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/robinhood.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rocket-chat.svg b/static/icons/vendor/homarr/svg/rocket-chat.svg
new file mode 100755
index 0000000..550df79
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rocket-chat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rocky-linux.svg b/static/icons/vendor/homarr/svg/rocky-linux.svg
new file mode 100644
index 0000000..ad8d091
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rocky-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/romm.svg b/static/icons/vendor/homarr/svg/romm.svg
new file mode 100644
index 0000000..966b571
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/romm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rook.svg b/static/icons/vendor/homarr/svg/rook.svg
new file mode 100644
index 0000000..b1ea74b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/roon.svg b/static/icons/vendor/homarr/svg/roon.svg
new file mode 100644
index 0000000..468cce0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/roon.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/root-me-dark.svg b/static/icons/vendor/homarr/svg/root-me-dark.svg
new file mode 100644
index 0000000..7c1c2a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/root-me-dark.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/root-me.svg b/static/icons/vendor/homarr/svg/root-me.svg
new file mode 100644
index 0000000..b7932ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/root-me.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rotki.svg b/static/icons/vendor/homarr/svg/rotki.svg
new file mode 100644
index 0000000..ef57a45
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rotki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/roundcube.svg b/static/icons/vendor/homarr/svg/roundcube.svg
new file mode 100755
index 0000000..37b50d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/roundcube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/router.svg b/static/icons/vendor/homarr/svg/router.svg
new file mode 100644
index 0000000..def2546
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/router.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/rport.svg b/static/icons/vendor/homarr/svg/rport.svg
new file mode 100644
index 0000000..2495c66
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rport.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rss-bridge.svg b/static/icons/vendor/homarr/svg/rss-bridge.svg
new file mode 100755
index 0000000..416336d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rss-bridge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rss-translator.svg b/static/icons/vendor/homarr/svg/rss-translator.svg
new file mode 100755
index 0000000..4d8a2e6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rss-translator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rstudio.svg b/static/icons/vendor/homarr/svg/rstudio.svg
new file mode 100644
index 0000000..60a7941
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rstudio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rstudioserver.svg b/static/icons/vendor/homarr/svg/rstudioserver.svg
new file mode 100644
index 0000000..60a7941
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rstudioserver.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ruby-on-rails.svg b/static/icons/vendor/homarr/svg/ruby-on-rails.svg
new file mode 100644
index 0000000..625033c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ruby-on-rails.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ruby.svg b/static/icons/vendor/homarr/svg/ruby.svg
new file mode 100644
index 0000000..74000b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ruby.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rumble.svg b/static/icons/vendor/homarr/svg/rumble.svg
new file mode 100644
index 0000000..8c8ed1f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rumble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rundeck.svg b/static/icons/vendor/homarr/svg/rundeck.svg
new file mode 100755
index 0000000..099d733
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rundeck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/runonflux.svg b/static/icons/vendor/homarr/svg/runonflux.svg
new file mode 100644
index 0000000..467d032
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/runonflux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/runson-light.svg b/static/icons/vendor/homarr/svg/runson-light.svg
new file mode 100644
index 0000000..b8fd8a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/runson-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/runson.svg b/static/icons/vendor/homarr/svg/runson.svg
new file mode 100755
index 0000000..03c404d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/runson.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rust-dark.svg b/static/icons/vendor/homarr/svg/rust-dark.svg
new file mode 100644
index 0000000..beeda25
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rust-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rust.svg b/static/icons/vendor/homarr/svg/rust.svg
new file mode 100644
index 0000000..5c01751
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rustdesk.svg b/static/icons/vendor/homarr/svg/rustdesk.svg
new file mode 100644
index 0000000..81d6a8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rustdesk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rustfs.svg b/static/icons/vendor/homarr/svg/rustfs.svg
new file mode 100644
index 0000000..5be3ad6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rustfs.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/rutorrent.svg b/static/icons/vendor/homarr/svg/rutorrent.svg
new file mode 100644
index 0000000..5d0d17d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rutorrent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rybbit-dark.svg b/static/icons/vendor/homarr/svg/rybbit-dark.svg
new file mode 100644
index 0000000..5715b29
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rybbit-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/rybbit.svg b/static/icons/vendor/homarr/svg/rybbit.svg
new file mode 100644
index 0000000..18c7497
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/rybbit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ryot-light.svg b/static/icons/vendor/homarr/svg/ryot-light.svg
new file mode 100644
index 0000000..3cff2d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ryot-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ryot.svg b/static/icons/vendor/homarr/svg/ryot.svg
new file mode 100644
index 0000000..281f003
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ryot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sabnzbd-light.svg b/static/icons/vendor/homarr/svg/sabnzbd-light.svg
new file mode 100644
index 0000000..b8d2ef7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sabnzbd-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sabnzbd.svg b/static/icons/vendor/homarr/svg/sabnzbd.svg
new file mode 100755
index 0000000..22eaf51
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sabnzbd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/safari-ios.svg b/static/icons/vendor/homarr/svg/safari-ios.svg
new file mode 100644
index 0000000..75f3e89
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/safari-ios.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/safari.svg b/static/icons/vendor/homarr/svg/safari.svg
new file mode 100644
index 0000000..75f3e89
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/safari.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/safeline.svg b/static/icons/vendor/homarr/svg/safeline.svg
new file mode 100644
index 0000000..099def1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/safeline.svg
@@ -0,0 +1,44 @@
+
+ 编组 12
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/salt-project.svg b/static/icons/vendor/homarr/svg/salt-project.svg
new file mode 100644
index 0000000..d175b78
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/salt-project.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/saltcorn.svg b/static/icons/vendor/homarr/svg/saltcorn.svg
new file mode 100755
index 0000000..c799427
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/saltcorn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/samba-server.svg b/static/icons/vendor/homarr/svg/samba-server.svg
new file mode 100644
index 0000000..49b47a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/samba-server.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/samsung-internet.svg b/static/icons/vendor/homarr/svg/samsung-internet.svg
new file mode 100644
index 0000000..cf39317
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/samsung-internet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sandstorm.svg b/static/icons/vendor/homarr/svg/sandstorm.svg
new file mode 100644
index 0000000..77dd1cd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sandstorm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/scanopy.svg b/static/icons/vendor/homarr/svg/scanopy.svg
new file mode 100644
index 0000000..964d798
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/scanopy.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/schedulearn-dark.svg b/static/icons/vendor/homarr/svg/schedulearn-dark.svg
new file mode 100644
index 0000000..fccc0d4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/schedulearn-dark.svg
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/schedulearn.svg b/static/icons/vendor/homarr/svg/schedulearn.svg
new file mode 100644
index 0000000..bd0d5ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/schedulearn.svg
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/scrcpy.svg b/static/icons/vendor/homarr/svg/scrcpy.svg
new file mode 100644
index 0000000..7205ad3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/scrcpy.svg
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/screenconnect.svg b/static/icons/vendor/homarr/svg/screenconnect.svg
new file mode 100644
index 0000000..0066438
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/screenconnect.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/scrutiny-light.svg b/static/icons/vendor/homarr/svg/scrutiny-light.svg
new file mode 100644
index 0000000..8685f4f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/scrutiny-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/scrutiny.svg b/static/icons/vendor/homarr/svg/scrutiny.svg
new file mode 100755
index 0000000..0c2b4d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/scrutiny.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/seafile.svg b/static/icons/vendor/homarr/svg/seafile.svg
new file mode 100755
index 0000000..2c91b0e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/seafile.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/searx.svg b/static/icons/vendor/homarr/svg/searx.svg
new file mode 100644
index 0000000..201136e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/searx.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/searxng.svg b/static/icons/vendor/homarr/svg/searxng.svg
new file mode 100755
index 0000000..aa3d343
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/searxng.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/secureai-tools-light.svg b/static/icons/vendor/homarr/svg/secureai-tools-light.svg
new file mode 100644
index 0000000..a7a69fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/secureai-tools-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/secureai-tools.svg b/static/icons/vendor/homarr/svg/secureai-tools.svg
new file mode 100755
index 0000000..8a8c126
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/secureai-tools.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/security-onion-dark.svg b/static/icons/vendor/homarr/svg/security-onion-dark.svg
new file mode 100644
index 0000000..7781cff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/security-onion-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/security-onion.svg b/static/icons/vendor/homarr/svg/security-onion.svg
new file mode 100644
index 0000000..e7858fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/security-onion.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/seelf.svg b/static/icons/vendor/homarr/svg/seelf.svg
new file mode 100755
index 0000000..5551721
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/seelf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/seerr.svg b/static/icons/vendor/homarr/svg/seerr.svg
new file mode 100644
index 0000000..bf300a5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/seerr.svg
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/selenium.svg b/static/icons/vendor/homarr/svg/selenium.svg
new file mode 100644
index 0000000..6f333c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/selenium.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/self-hosted-gateway.svg b/static/icons/vendor/homarr/svg/self-hosted-gateway.svg
new file mode 100755
index 0000000..598e456
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/self-hosted-gateway.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/selfh-st-light.svg b/static/icons/vendor/homarr/svg/selfh-st-light.svg
new file mode 100644
index 0000000..226ec3b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/selfh-st-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/selfh-st.svg b/static/icons/vendor/homarr/svg/selfh-st.svg
new file mode 100755
index 0000000..b0d0657
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/selfh-st.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/semaphore-dark.svg b/static/icons/vendor/homarr/svg/semaphore-dark.svg
new file mode 100644
index 0000000..7cbbe7e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/semaphore-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/semaphore.svg b/static/icons/vendor/homarr/svg/semaphore.svg
new file mode 100644
index 0000000..49b1626
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/semaphore.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/send.svg b/static/icons/vendor/homarr/svg/send.svg
new file mode 100644
index 0000000..ec4e4c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/send.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sendgrid.svg b/static/icons/vendor/homarr/svg/sendgrid.svg
new file mode 100755
index 0000000..be56620
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sendgrid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sendinblue.svg b/static/icons/vendor/homarr/svg/sendinblue.svg
new file mode 100644
index 0000000..daec858
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sendinblue.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sensu.svg b/static/icons/vendor/homarr/svg/sensu.svg
new file mode 100644
index 0000000..abf467e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sensu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sentry-light.svg b/static/icons/vendor/homarr/svg/sentry-light.svg
new file mode 100644
index 0000000..132519f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sentry-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sentry.svg b/static/icons/vendor/homarr/svg/sentry.svg
new file mode 100755
index 0000000..87d2de5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sentry.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/series-troxide.svg b/static/icons/vendor/homarr/svg/series-troxide.svg
new file mode 100644
index 0000000..79e39aa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/series-troxide.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/servarr-light.svg b/static/icons/vendor/homarr/svg/servarr-light.svg
new file mode 100644
index 0000000..3d38345
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/servarr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/servarr.svg b/static/icons/vendor/homarr/svg/servarr.svg
new file mode 100755
index 0000000..66bc361
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/servarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/servicenow-wordmark-dark.svg b/static/icons/vendor/homarr/svg/servicenow-wordmark-dark.svg
new file mode 100644
index 0000000..d7a9894
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/servicenow-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/servicenow-wordmark-light.svg b/static/icons/vendor/homarr/svg/servicenow-wordmark-light.svg
new file mode 100644
index 0000000..161f014
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/servicenow-wordmark-light.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/servicenow.svg b/static/icons/vendor/homarr/svg/servicenow.svg
new file mode 100644
index 0000000..ffd03c1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/servicenow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/serviio-light.svg b/static/icons/vendor/homarr/svg/serviio-light.svg
new file mode 100644
index 0000000..c632e9d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/serviio-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/serviio.svg b/static/icons/vendor/homarr/svg/serviio.svg
new file mode 100644
index 0000000..5c40e51
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/serviio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/session.svg b/static/icons/vendor/homarr/svg/session.svg
new file mode 100644
index 0000000..4c89071
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/session.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/seznam.svg b/static/icons/vendor/homarr/svg/seznam.svg
new file mode 100644
index 0000000..c5c76c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/seznam.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shaarli.svg b/static/icons/vendor/homarr/svg/shaarli.svg
new file mode 100755
index 0000000..721924d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shaarli.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sharewood.svg b/static/icons/vendor/homarr/svg/sharewood.svg
new file mode 100644
index 0000000..be8e7d5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sharewood.svg
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/shell-light.svg b/static/icons/vendor/homarr/svg/shell-light.svg
new file mode 100644
index 0000000..b15f105
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shell-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shell-tips-light.svg b/static/icons/vendor/homarr/svg/shell-tips-light.svg
new file mode 100644
index 0000000..bca983f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shell-tips-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shell-tips.svg b/static/icons/vendor/homarr/svg/shell-tips.svg
new file mode 100644
index 0000000..03b5a74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shell-tips.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shell.svg b/static/icons/vendor/homarr/svg/shell.svg
new file mode 100644
index 0000000..0b03d11
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shellhub.svg b/static/icons/vendor/homarr/svg/shellhub.svg
new file mode 100755
index 0000000..cc0e672
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shellhub.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shellngn.svg b/static/icons/vendor/homarr/svg/shellngn.svg
new file mode 100644
index 0000000..9a9286b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shellngn.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shelly.svg b/static/icons/vendor/homarr/svg/shelly.svg
new file mode 100644
index 0000000..b24f251
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shelly.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shinkro.svg b/static/icons/vendor/homarr/svg/shinkro.svg
new file mode 100644
index 0000000..319e686
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shinkro.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shiori.svg b/static/icons/vendor/homarr/svg/shiori.svg
new file mode 100644
index 0000000..7d493b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shiori.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shlink.svg b/static/icons/vendor/homarr/svg/shlink.svg
new file mode 100755
index 0000000..e5b084e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shlink.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shoko-server.svg b/static/icons/vendor/homarr/svg/shoko-server.svg
new file mode 100755
index 0000000..32cf0b2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shoko-server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shoko.svg b/static/icons/vendor/homarr/svg/shoko.svg
new file mode 100644
index 0000000..c84410d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shoko.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shokoanime.svg b/static/icons/vendor/homarr/svg/shokoanime.svg
new file mode 100644
index 0000000..70690a7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shokoanime.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shopify.svg b/static/icons/vendor/homarr/svg/shopify.svg
new file mode 100755
index 0000000..15da005
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shopify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/shortcut.svg b/static/icons/vendor/homarr/svg/shortcut.svg
new file mode 100644
index 0000000..57f2af0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/shortcut.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sickbeard.svg b/static/icons/vendor/homarr/svg/sickbeard.svg
new file mode 100644
index 0000000..d21beb3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sickbeard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/signal.svg b/static/icons/vendor/homarr/svg/signal.svg
new file mode 100755
index 0000000..6f22179
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/signal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/signoz.svg b/static/icons/vendor/homarr/svg/signoz.svg
new file mode 100644
index 0000000..641f7bd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/signoz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sigstore.svg b/static/icons/vendor/homarr/svg/sigstore.svg
new file mode 100644
index 0000000..e235666
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sigstore.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/silae.svg b/static/icons/vendor/homarr/svg/silae.svg
new file mode 100644
index 0000000..468007f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/silae.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/simkl.svg b/static/icons/vendor/homarr/svg/simkl.svg
new file mode 100644
index 0000000..c87d2ca
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/simkl.svg
@@ -0,0 +1 @@
+Simkl SVG Icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/simplelogin.svg b/static/icons/vendor/homarr/svg/simplelogin.svg
new file mode 100644
index 0000000..78fd54d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/simplelogin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/simplex-chat.svg b/static/icons/vendor/homarr/svg/simplex-chat.svg
new file mode 100755
index 0000000..5819d1e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/simplex-chat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sinusbot.svg b/static/icons/vendor/homarr/svg/sinusbot.svg
new file mode 100644
index 0000000..b092331
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sinusbot.svg
@@ -0,0 +1 @@
+WebAilesi'nin izni olmadan kopyalanması ve dağıtılması kesinlikle yasaktır.
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sipeed.svg b/static/icons/vendor/homarr/svg/sipeed.svg
new file mode 100644
index 0000000..3047637
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sipeed.svg
@@ -0,0 +1,10 @@
+
+ Sipeed
+
+
+ Layer 1
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/siyuan.svg b/static/icons/vendor/homarr/svg/siyuan.svg
new file mode 100755
index 0000000..87cfee9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/siyuan.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/skype.svg b/static/icons/vendor/homarr/svg/skype.svg
new file mode 100644
index 0000000..710d8c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/skype.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slack.svg b/static/icons/vendor/homarr/svg/slack.svg
new file mode 100755
index 0000000..93234ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slash-light.svg b/static/icons/vendor/homarr/svg/slash-light.svg
new file mode 100644
index 0000000..ead34da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slash-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slash.svg b/static/icons/vendor/homarr/svg/slash.svg
new file mode 100755
index 0000000..484b045
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slice.svg b/static/icons/vendor/homarr/svg/slice.svg
new file mode 100644
index 0000000..c55778d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slice.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slidev.svg b/static/icons/vendor/homarr/svg/slidev.svg
new file mode 100644
index 0000000..cbbcf07
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slidev.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/slskd.svg b/static/icons/vendor/homarr/svg/slskd.svg
new file mode 100755
index 0000000..93557ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/slskd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/smartfox.svg b/static/icons/vendor/homarr/svg/smartfox.svg
new file mode 100644
index 0000000..e58152d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/smartfox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snapcast.svg b/static/icons/vendor/homarr/svg/snapcast.svg
new file mode 100644
index 0000000..d53c569
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snapcast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snapchat-dark.svg b/static/icons/vendor/homarr/svg/snapchat-dark.svg
new file mode 100644
index 0000000..d8f2121
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snapchat-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snapchat.svg b/static/icons/vendor/homarr/svg/snapchat.svg
new file mode 100755
index 0000000..1b46609
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snapchat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snapdrop.svg b/static/icons/vendor/homarr/svg/snapdrop.svg
new file mode 100644
index 0000000..ee0d3f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snapdrop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snappymail-light.svg b/static/icons/vendor/homarr/svg/snappymail-light.svg
new file mode 100644
index 0000000..8da96f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snappymail-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snappymail.svg b/static/icons/vendor/homarr/svg/snappymail.svg
new file mode 100644
index 0000000..b9566ad
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snappymail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/snikket.svg b/static/icons/vendor/homarr/svg/snikket.svg
new file mode 100755
index 0000000..743aad3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/snikket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/socialhome.svg b/static/icons/vendor/homarr/svg/socialhome.svg
new file mode 100755
index 0000000..8594aa5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/socialhome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sogo.svg b/static/icons/vendor/homarr/svg/sogo.svg
new file mode 100644
index 0000000..4beff20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sogo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/solaar.svg b/static/icons/vendor/homarr/svg/solaar.svg
new file mode 100644
index 0000000..8529380
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/solaar.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/solarwinds-wordmark-light.svg b/static/icons/vendor/homarr/svg/solarwinds-wordmark-light.svg
new file mode 100644
index 0000000..814afbd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/solarwinds-wordmark-light.svg
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/solarwinds.svg b/static/icons/vendor/homarr/svg/solarwinds.svg
new file mode 100644
index 0000000..35f49d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/solarwinds.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/solidtime-light.svg b/static/icons/vendor/homarr/svg/solidtime-light.svg
new file mode 100644
index 0000000..543cbc6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/solidtime-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/solidtime.svg b/static/icons/vendor/homarr/svg/solidtime.svg
new file mode 100755
index 0000000..5d9ca41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/solidtime.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sonarqube.svg b/static/icons/vendor/homarr/svg/sonarqube.svg
new file mode 100755
index 0000000..b4fb935
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sonarqube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sonarr-4k.svg b/static/icons/vendor/homarr/svg/sonarr-4k.svg
new file mode 100644
index 0000000..6d4f3f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sonarr-4k.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/sonarr-dark.svg b/static/icons/vendor/homarr/svg/sonarr-dark.svg
new file mode 100644
index 0000000..b635322
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sonarr-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sonarr-dv.svg b/static/icons/vendor/homarr/svg/sonarr-dv.svg
new file mode 100644
index 0000000..a551a60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sonarr-dv.svg
@@ -0,0 +1,12 @@
+
+
+
+ Layer 1
+
+
+
+
+
+ DV
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sonarr.svg b/static/icons/vendor/homarr/svg/sonarr.svg
new file mode 100755
index 0000000..d0c985c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sonarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sophos-dark.svg b/static/icons/vendor/homarr/svg/sophos-dark.svg
new file mode 100644
index 0000000..1108f52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sophos-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sophos.svg b/static/icons/vendor/homarr/svg/sophos.svg
new file mode 100644
index 0000000..8269d9a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sophos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/soundcloud-dark.svg b/static/icons/vendor/homarr/svg/soundcloud-dark.svg
new file mode 100644
index 0000000..cccc04e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/soundcloud-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/soundcloud.svg b/static/icons/vendor/homarr/svg/soundcloud.svg
new file mode 100644
index 0000000..26ee4b2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/soundcloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sourcegraph.svg b/static/icons/vendor/homarr/svg/sourcegraph.svg
new file mode 100644
index 0000000..b64ad1c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sourcegraph.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sourcehut-dark.svg b/static/icons/vendor/homarr/svg/sourcehut-dark.svg
new file mode 100644
index 0000000..45826a1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sourcehut-dark.svg
@@ -0,0 +1,36 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/sourcehut-wordmark-dark.svg b/static/icons/vendor/homarr/svg/sourcehut-wordmark-dark.svg
new file mode 100644
index 0000000..1def37e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sourcehut-wordmark-dark.svg
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ sourcehut
+
+
diff --git a/static/icons/vendor/homarr/svg/sourcehut-wordmark-light.svg b/static/icons/vendor/homarr/svg/sourcehut-wordmark-light.svg
new file mode 100644
index 0000000..c7a12e9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sourcehut-wordmark-light.svg
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ sourcehut
+
+
diff --git a/static/icons/vendor/homarr/svg/sourcehut.svg b/static/icons/vendor/homarr/svg/sourcehut.svg
new file mode 100644
index 0000000..1a77f5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sourcehut.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/spamassassin.svg b/static/icons/vendor/homarr/svg/spamassassin.svg
new file mode 100644
index 0000000..f52ef79
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spamassassin.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/spark.svg b/static/icons/vendor/homarr/svg/spark.svg
new file mode 100644
index 0000000..397d383
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sparkleshare.svg b/static/icons/vendor/homarr/svg/sparkleshare.svg
new file mode 100644
index 0000000..e1c8d99
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sparkleshare.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/specifically-clementines.svg b/static/icons/vendor/homarr/svg/specifically-clementines.svg
new file mode 100755
index 0000000..fd1ddb7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/specifically-clementines.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sphinx-doc.svg b/static/icons/vendor/homarr/svg/sphinx-doc.svg
new file mode 100644
index 0000000..e2eb3d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sphinx-doc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sphinx-relay.svg b/static/icons/vendor/homarr/svg/sphinx-relay.svg
new file mode 100644
index 0000000..19d0d85
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sphinx-relay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sphinx.svg b/static/icons/vendor/homarr/svg/sphinx.svg
new file mode 100644
index 0000000..e2eb3d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sphinx.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/spiceworks.svg b/static/icons/vendor/homarr/svg/spiceworks.svg
new file mode 100644
index 0000000..aba81ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spiceworks.svg
@@ -0,0 +1 @@
+logo
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/spliit.svg b/static/icons/vendor/homarr/svg/spliit.svg
new file mode 100644
index 0000000..6b78a2d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spliit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/splunk.svg b/static/icons/vendor/homarr/svg/splunk.svg
new file mode 100644
index 0000000..08c6e9d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/splunk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sponsorblock.svg b/static/icons/vendor/homarr/svg/sponsorblock.svg
new file mode 100644
index 0000000..0a7aca0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sponsorblock.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/spoolman.svg b/static/icons/vendor/homarr/svg/spoolman.svg
new file mode 100755
index 0000000..f01c6ba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spoolman.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/spotify.svg b/static/icons/vendor/homarr/svg/spotify.svg
new file mode 100755
index 0000000..ab011bf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spotify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/spree-dark.svg b/static/icons/vendor/homarr/svg/spree-dark.svg
new file mode 100644
index 0000000..289dd18
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spree-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/spree.svg b/static/icons/vendor/homarr/svg/spree.svg
new file mode 100644
index 0000000..4f40666
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/spree.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/springboot-initializer.svg b/static/icons/vendor/homarr/svg/springboot-initializer.svg
new file mode 100644
index 0000000..55b7534
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/springboot-initializer.svg
@@ -0,0 +1 @@
+spring-icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sqlitebrowser.svg b/static/icons/vendor/homarr/svg/sqlitebrowser.svg
new file mode 100644
index 0000000..83f71b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sqlitebrowser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/squarespace.svg b/static/icons/vendor/homarr/svg/squarespace.svg
new file mode 100644
index 0000000..4eb8fac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/squarespace.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/squidex.svg b/static/icons/vendor/homarr/svg/squidex.svg
new file mode 100644
index 0000000..9492db1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/squidex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/squirrel-servers-manager.svg b/static/icons/vendor/homarr/svg/squirrel-servers-manager.svg
new file mode 100755
index 0000000..571b15e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/squirrel-servers-manager.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sshwifty.svg b/static/icons/vendor/homarr/svg/sshwifty.svg
new file mode 100755
index 0000000..b69348f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sshwifty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sst-dev-dark.svg b/static/icons/vendor/homarr/svg/sst-dev-dark.svg
new file mode 100644
index 0000000..01be281
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sst-dev-dark.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sst-dev.svg b/static/icons/vendor/homarr/svg/sst-dev.svg
new file mode 100644
index 0000000..277206e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sst-dev.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stalwart-mail-server.svg b/static/icons/vendor/homarr/svg/stalwart-mail-server.svg
new file mode 100755
index 0000000..2202ba8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stalwart-mail-server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stalwart.svg b/static/icons/vendor/homarr/svg/stalwart.svg
new file mode 100644
index 0000000..057d65a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stalwart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/standard-notes.svg b/static/icons/vendor/homarr/svg/standard-notes.svg
new file mode 100755
index 0000000..36a4a52
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/standard-notes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/startpage.svg b/static/icons/vendor/homarr/svg/startpage.svg
new file mode 100644
index 0000000..030485f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/startpage.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stash.svg b/static/icons/vendor/homarr/svg/stash.svg
new file mode 100644
index 0000000..67d8c74
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/statistics-for-strava.svg b/static/icons/vendor/homarr/svg/statistics-for-strava.svg
new file mode 100644
index 0000000..ffead85
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/statistics-for-strava.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/stb-proxy.svg b/static/icons/vendor/homarr/svg/stb-proxy.svg
new file mode 100644
index 0000000..685b7da
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stb-proxy.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/steam.svg b/static/icons/vendor/homarr/svg/steam.svg
new file mode 100755
index 0000000..50c46e3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/steam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/step-ca.svg b/static/icons/vendor/homarr/svg/step-ca.svg
new file mode 100755
index 0000000..b2442b5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/step-ca.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stirling-pdf.svg b/static/icons/vendor/homarr/svg/stirling-pdf.svg
new file mode 100755
index 0000000..8612386
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stirling-pdf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/storj.svg b/static/icons/vendor/homarr/svg/storj.svg
new file mode 100644
index 0000000..ab9d22f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/storj.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/storm.svg b/static/icons/vendor/homarr/svg/storm.svg
new file mode 100644
index 0000000..b56a0b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/storm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stormkit.svg b/static/icons/vendor/homarr/svg/stormkit.svg
new file mode 100755
index 0000000..3c32649
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stormkit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/strapi.svg b/static/icons/vendor/homarr/svg/strapi.svg
new file mode 100644
index 0000000..97d2d0a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/strapi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/strava.svg b/static/icons/vendor/homarr/svg/strava.svg
new file mode 100644
index 0000000..dec1062
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/strava.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/streamyfin.svg b/static/icons/vendor/homarr/svg/streamyfin.svg
new file mode 100644
index 0000000..83e801a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/streamyfin.svg
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/streamystats.svg b/static/icons/vendor/homarr/svg/streamystats.svg
new file mode 100644
index 0000000..abc4b80
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/streamystats.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stremio.svg b/static/icons/vendor/homarr/svg/stremio.svg
new file mode 100644
index 0000000..a1f582c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stremio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stump-alt.svg b/static/icons/vendor/homarr/svg/stump-alt.svg
new file mode 100644
index 0000000..65ec9be
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stump-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/stump.svg b/static/icons/vendor/homarr/svg/stump.svg
new file mode 100644
index 0000000..d67ceea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/stump.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sub-store.svg b/static/icons/vendor/homarr/svg/sub-store.svg
new file mode 100644
index 0000000..1cf83c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sub-store.svg
@@ -0,0 +1,28 @@
+
+ logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/subatic.svg b/static/icons/vendor/homarr/svg/subatic.svg
new file mode 100755
index 0000000..c63d1c6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/subatic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sun-panel.svg b/static/icons/vendor/homarr/svg/sun-panel.svg
new file mode 100644
index 0000000..67bade6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sun-panel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sunsama.svg b/static/icons/vendor/homarr/svg/sunsama.svg
new file mode 100644
index 0000000..7ec9312
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sunsama.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sunshine.svg b/static/icons/vendor/homarr/svg/sunshine.svg
new file mode 100644
index 0000000..a48e404
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sunshine.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/supabase.svg b/static/icons/vendor/homarr/svg/supabase.svg
new file mode 100755
index 0000000..fc5d529
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/supabase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/supermicro.svg b/static/icons/vendor/homarr/svg/supermicro.svg
new file mode 100644
index 0000000..4e06c58
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/supermicro.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/surveymonkey.svg b/static/icons/vendor/homarr/svg/surveymonkey.svg
new file mode 100755
index 0000000..30e3c5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/surveymonkey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/suwayomi-light.svg b/static/icons/vendor/homarr/svg/suwayomi-light.svg
new file mode 100644
index 0000000..f71f1f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/suwayomi-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/suwayomi.svg b/static/icons/vendor/homarr/svg/suwayomi.svg
new file mode 100644
index 0000000..0289b48
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/suwayomi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/svelte.svg b/static/icons/vendor/homarr/svg/svelte.svg
new file mode 100644
index 0000000..ffe015e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/svelte.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/svg.svg b/static/icons/vendor/homarr/svg/svg.svg
new file mode 100644
index 0000000..55af5b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/svg.svg
@@ -0,0 +1,56 @@
+
+
+ SVG Logo
+ Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted by W3C in 2009. It is available under the Creative Commons license for those who have an SVG product or who are using SVG on their site.
+
+
+
+
+ SVG Logo
+ 14-08-2009
+
+ W3C
+ Harvey Rayner, designer
+
+ See document description
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/swagger.svg b/static/icons/vendor/homarr/svg/swagger.svg
new file mode 100644
index 0000000..b4580dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/swagger.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/swarmpit.svg b/static/icons/vendor/homarr/svg/swarmpit.svg
new file mode 100755
index 0000000..ac32ffd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/swarmpit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/swift.svg b/static/icons/vendor/homarr/svg/swift.svg
new file mode 100644
index 0000000..89bbaf2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/swift.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/swingmusic.svg b/static/icons/vendor/homarr/svg/swingmusic.svg
new file mode 100644
index 0000000..9d74413
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/swingmusic.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/swiparr.svg b/static/icons/vendor/homarr/svg/swiparr.svg
new file mode 100644
index 0000000..3de6c26
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/swiparr.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/symmetricom-light.svg b/static/icons/vendor/homarr/svg/symmetricom-light.svg
new file mode 100644
index 0000000..bd9a0dc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/symmetricom-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/symmetricom.svg b/static/icons/vendor/homarr/svg/symmetricom.svg
new file mode 100644
index 0000000..5f67a4c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/symmetricom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/synapse-light.svg b/static/icons/vendor/homarr/svg/synapse-light.svg
new file mode 100644
index 0000000..c83b85b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/synapse-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/synapse.svg b/static/icons/vendor/homarr/svg/synapse.svg
new file mode 100755
index 0000000..3c9660b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/synapse.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/syncplay.svg b/static/icons/vendor/homarr/svg/syncplay.svg
new file mode 100644
index 0000000..dca2948
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/syncplay.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/syncthing-dark.svg b/static/icons/vendor/homarr/svg/syncthing-dark.svg
new file mode 100644
index 0000000..e46e52a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/syncthing-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/syncthing.svg b/static/icons/vendor/homarr/svg/syncthing.svg
new file mode 100755
index 0000000..e3dbbba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/syncthing.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/synology-dsm.svg b/static/icons/vendor/homarr/svg/synology-dsm.svg
new file mode 100644
index 0000000..28efeea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/synology-dsm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/synology-light.svg b/static/icons/vendor/homarr/svg/synology-light.svg
new file mode 100644
index 0000000..91d1e18
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/synology-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/synology.svg b/static/icons/vendor/homarr/svg/synology.svg
new file mode 100755
index 0000000..1627dfd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/synology.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/sysreptor.svg b/static/icons/vendor/homarr/svg/sysreptor.svg
new file mode 100644
index 0000000..9e7528a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/sysreptor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tabula.svg b/static/icons/vendor/homarr/svg/tabula.svg
new file mode 100644
index 0000000..22f660e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tabula.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tacticalrmm.svg b/static/icons/vendor/homarr/svg/tacticalrmm.svg
new file mode 100644
index 0000000..c31439f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tacticalrmm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/taiga.svg b/static/icons/vendor/homarr/svg/taiga.svg
new file mode 100644
index 0000000..03a475c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/taiga.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tailscale-light.svg b/static/icons/vendor/homarr/svg/tailscale-light.svg
new file mode 100644
index 0000000..dc7b922
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tailscale-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tailscale.svg b/static/icons/vendor/homarr/svg/tailscale.svg
new file mode 100755
index 0000000..b7d6e8a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tailscale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tailwind.svg b/static/icons/vendor/homarr/svg/tailwind.svg
new file mode 100644
index 0000000..e746b96
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tailwind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/talos.svg b/static/icons/vendor/homarr/svg/talos.svg
new file mode 100644
index 0000000..3617511
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/talos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tandoor-recipes.svg b/static/icons/vendor/homarr/svg/tandoor-recipes.svg
new file mode 100755
index 0000000..f828c8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tandoor-recipes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tangerine-ui.svg b/static/icons/vendor/homarr/svg/tangerine-ui.svg
new file mode 100755
index 0000000..b862aed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tangerine-ui.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/taskcafe.svg b/static/icons/vendor/homarr/svg/taskcafe.svg
new file mode 100644
index 0000000..ce70079
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/taskcafe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tasmocompiler.svg b/static/icons/vendor/homarr/svg/tasmocompiler.svg
new file mode 100644
index 0000000..1cb3f57
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tasmocompiler.svg
@@ -0,0 +1 @@
+010111001110100101110{}
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tasmota-light.svg b/static/icons/vendor/homarr/svg/tasmota-light.svg
new file mode 100644
index 0000000..7d66ed0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tasmota-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tasmota.svg b/static/icons/vendor/homarr/svg/tasmota.svg
new file mode 100644
index 0000000..e53e2c3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tasmota.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tautulli.svg b/static/icons/vendor/homarr/svg/tautulli.svg
new file mode 100755
index 0000000..917a2a9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tautulli.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/team-viewer.svg b/static/icons/vendor/homarr/svg/team-viewer.svg
new file mode 100644
index 0000000..9820219
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/team-viewer.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teamcity-light.svg b/static/icons/vendor/homarr/svg/teamcity-light.svg
new file mode 100644
index 0000000..7d82ad8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teamcity-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teamcity.svg b/static/icons/vendor/homarr/svg/teamcity.svg
new file mode 100644
index 0000000..308b916
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teamcity.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teamspeak.svg b/static/icons/vendor/homarr/svg/teamspeak.svg
new file mode 100644
index 0000000..08c1423
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teamspeak.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teamtailor.svg b/static/icons/vendor/homarr/svg/teamtailor.svg
new file mode 100644
index 0000000..0b595fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teamtailor.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/telegraf.svg b/static/icons/vendor/homarr/svg/telegraf.svg
new file mode 100644
index 0000000..339bc6d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/telegraf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/telegram.svg b/static/icons/vendor/homarr/svg/telegram.svg
new file mode 100755
index 0000000..e8eba0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/telegram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/telekom.svg b/static/icons/vendor/homarr/svg/telekom.svg
new file mode 100644
index 0000000..d74a41d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/telekom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teleport.svg b/static/icons/vendor/homarr/svg/teleport.svg
new file mode 100755
index 0000000..e80469c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teleport.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tenable-dark.svg b/static/icons/vendor/homarr/svg/tenable-dark.svg
new file mode 100644
index 0000000..22b821d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tenable-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tenable.svg b/static/icons/vendor/homarr/svg/tenable.svg
new file mode 100644
index 0000000..5843cd7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tenable.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tenda.svg b/static/icons/vendor/homarr/svg/tenda.svg
new file mode 100644
index 0000000..bd6e562
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tenda.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tensorflow-dark.svg b/static/icons/vendor/homarr/svg/tensorflow-dark.svg
new file mode 100644
index 0000000..3e72477
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tensorflow-dark.svg
@@ -0,0 +1 @@
+FullColorPrimary Icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tensorflow-light.svg b/static/icons/vendor/homarr/svg/tensorflow-light.svg
new file mode 100644
index 0000000..2c510f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tensorflow-light.svg
@@ -0,0 +1 @@
+WhiteWhite Icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tensorflow-wordmark-dark.svg b/static/icons/vendor/homarr/svg/tensorflow-wordmark-dark.svg
new file mode 100644
index 0000000..4a6a981
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tensorflow-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tensorflow-wordmark-light.svg b/static/icons/vendor/homarr/svg/tensorflow-wordmark-light.svg
new file mode 100644
index 0000000..b9e89d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tensorflow-wordmark-light.svg
@@ -0,0 +1 @@
+FullColorPrimary Horizontal
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tensorflow.svg b/static/icons/vendor/homarr/svg/tensorflow.svg
new file mode 100644
index 0000000..3e72477
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tensorflow.svg
@@ -0,0 +1 @@
+FullColorPrimary Icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/terminal.svg b/static/icons/vendor/homarr/svg/terminal.svg
new file mode 100644
index 0000000..ae2e17f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/terminal.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/termix.svg b/static/icons/vendor/homarr/svg/termix.svg
new file mode 100644
index 0000000..7543df1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/termix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/terraform.svg b/static/icons/vendor/homarr/svg/terraform.svg
new file mode 100644
index 0000000..08f80b3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/terraform.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teslamate-light.svg b/static/icons/vendor/homarr/svg/teslamate-light.svg
new file mode 100644
index 0000000..a9a5782
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teslamate-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/teslamate.svg b/static/icons/vendor/homarr/svg/teslamate.svg
new file mode 100755
index 0000000..f120ba7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/teslamate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tether-dark.svg b/static/icons/vendor/homarr/svg/tether-dark.svg
new file mode 100644
index 0000000..42bc318
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tether-dark.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/tether-wordmark-dark.svg b/static/icons/vendor/homarr/svg/tether-wordmark-dark.svg
new file mode 100644
index 0000000..3cb5265
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tether-wordmark-dark.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/tether-wordmark-light.svg b/static/icons/vendor/homarr/svg/tether-wordmark-light.svg
new file mode 100644
index 0000000..196eef6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tether-wordmark-light.svg
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/tether.svg b/static/icons/vendor/homarr/svg/tether.svg
new file mode 100644
index 0000000..908769b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tether.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/thanos.svg b/static/icons/vendor/homarr/svg/thanos.svg
new file mode 100644
index 0000000..b60e25b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thanos.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/the-onion.svg b/static/icons/vendor/homarr/svg/the-onion.svg
new file mode 100644
index 0000000..867c158
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/the-onion.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/the-pirate-bay.svg b/static/icons/vendor/homarr/svg/the-pirate-bay.svg
new file mode 100644
index 0000000..d2b1875
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/the-pirate-bay.svg
@@ -0,0 +1 @@
+For more information see: http://commons.wikimedia.org/wiki/File:The_Pirate_Bay_logo.svg
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/the-proxy-bay.svg b/static/icons/vendor/homarr/svg/the-proxy-bay.svg
new file mode 100644
index 0000000..d2b1875
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/the-proxy-bay.svg
@@ -0,0 +1 @@
+For more information see: http://commons.wikimedia.org/wiki/File:The_Pirate_Bay_logo.svg
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thehive.svg b/static/icons/vendor/homarr/svg/thehive.svg
new file mode 100644
index 0000000..7315f12
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thehive.svg
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/theia-light.svg b/static/icons/vendor/homarr/svg/theia-light.svg
new file mode 100644
index 0000000..a37c47d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/theia-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/theia.svg b/static/icons/vendor/homarr/svg/theia.svg
new file mode 100644
index 0000000..392a15b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/theia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thelounge.svg b/static/icons/vendor/homarr/svg/thelounge.svg
new file mode 100644
index 0000000..197102c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thelounge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/theodinproject.svg b/static/icons/vendor/homarr/svg/theodinproject.svg
new file mode 100644
index 0000000..576da3f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/theodinproject.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thin-linc.svg b/static/icons/vendor/homarr/svg/thin-linc.svg
new file mode 100644
index 0000000..2c67fd8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thin-linc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thingsboard.svg b/static/icons/vendor/homarr/svg/thingsboard.svg
new file mode 100644
index 0000000..824882e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thingsboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thread-wordmark-dark.svg b/static/icons/vendor/homarr/svg/thread-wordmark-dark.svg
new file mode 100644
index 0000000..8cfdd19
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thread-wordmark-dark.svg
@@ -0,0 +1,80 @@
+
+
+
+image/svg+xml
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thread.svg b/static/icons/vendor/homarr/svg/thread.svg
new file mode 100644
index 0000000..01bf289
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thread.svg
@@ -0,0 +1,19 @@
+
+
+
+]>
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/threadfin.svg b/static/icons/vendor/homarr/svg/threadfin.svg
new file mode 100644
index 0000000..30b03b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/threadfin.svg
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/threads-light.svg b/static/icons/vendor/homarr/svg/threads-light.svg
new file mode 100644
index 0000000..e9de1f4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/threads-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/threads.svg b/static/icons/vendor/homarr/svg/threads.svg
new file mode 100755
index 0000000..13d77cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/threads.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/thunderbird.svg b/static/icons/vendor/homarr/svg/thunderbird.svg
new file mode 100755
index 0000000..bd99a03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/thunderbird.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tianji-light.svg b/static/icons/vendor/homarr/svg/tianji-light.svg
new file mode 100644
index 0000000..b3b1c03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tianji-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tianji.svg b/static/icons/vendor/homarr/svg/tianji.svg
new file mode 100755
index 0000000..82211ce
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tianji.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ticky.svg b/static/icons/vendor/homarr/svg/ticky.svg
new file mode 100644
index 0000000..f9a9fe6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ticky.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tidal-dark.svg b/static/icons/vendor/homarr/svg/tidal-dark.svg
new file mode 100644
index 0000000..4a4bf2b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tidal-dark.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tidal.svg b/static/icons/vendor/homarr/svg/tidal.svg
new file mode 100644
index 0000000..3f855cc
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tidal.svg
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tiddlywiki-light.svg b/static/icons/vendor/homarr/svg/tiddlywiki-light.svg
new file mode 100644
index 0000000..e4e273a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tiddlywiki-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tiddlywiki.svg b/static/icons/vendor/homarr/svg/tiddlywiki.svg
new file mode 100755
index 0000000..29c5eef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tiddlywiki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tiktok-light.svg b/static/icons/vendor/homarr/svg/tiktok-light.svg
new file mode 100644
index 0000000..a60338f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tiktok-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tiktok.svg b/static/icons/vendor/homarr/svg/tiktok.svg
new file mode 100755
index 0000000..c9bfbf1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tiktok.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/timetagger-light.svg b/static/icons/vendor/homarr/svg/timetagger-light.svg
new file mode 100644
index 0000000..b3d7c60
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/timetagger-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/timetagger.svg b/static/icons/vendor/homarr/svg/timetagger.svg
new file mode 100644
index 0000000..d91bf22
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/timetagger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ting-isp.svg b/static/icons/vendor/homarr/svg/ting-isp.svg
new file mode 100644
index 0000000..986555a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ting-isp.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+ image/svg+xml
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tiny-media-manager.svg b/static/icons/vendor/homarr/svg/tiny-media-manager.svg
new file mode 100644
index 0000000..e83aab0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tiny-media-manager.svg
@@ -0,0 +1,21 @@
+
+
+ Group
+ Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tinyauth.svg b/static/icons/vendor/homarr/svg/tinyauth.svg
new file mode 100644
index 0000000..84d0f5a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tinyauth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/title-card-maker-dark.svg b/static/icons/vendor/homarr/svg/title-card-maker-dark.svg
new file mode 100644
index 0000000..86a2a48
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/title-card-maker-dark.svg
@@ -0,0 +1,24 @@
+
+ TitleCardMaker Logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/title-card-maker.svg b/static/icons/vendor/homarr/svg/title-card-maker.svg
new file mode 100644
index 0000000..f1b458c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/title-card-maker.svg
@@ -0,0 +1,24 @@
+
+ TitleCardMaker Logo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tmdb.svg b/static/icons/vendor/homarr/svg/tmdb.svg
new file mode 100755
index 0000000..329b63c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tmdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/todoist-dark.svg b/static/icons/vendor/homarr/svg/todoist-dark.svg
new file mode 100644
index 0000000..81b99b8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/todoist-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/todoist.svg b/static/icons/vendor/homarr/svg/todoist.svg
new file mode 100644
index 0000000..c8a2004
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/todoist.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/toggl-dark.svg b/static/icons/vendor/homarr/svg/toggl-dark.svg
new file mode 100644
index 0000000..5fa5995
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/toggl-dark.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/toggl.svg b/static/icons/vendor/homarr/svg/toggl.svg
new file mode 100644
index 0000000..6232037
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/toggl.svg
@@ -0,0 +1,3 @@
+
+
+
diff --git a/static/icons/vendor/homarr/svg/tolgee.svg b/static/icons/vendor/homarr/svg/tolgee.svg
new file mode 100644
index 0000000..070bd4e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tolgee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tooljet-dark.svg b/static/icons/vendor/homarr/svg/tooljet-dark.svg
new file mode 100644
index 0000000..a1e2ba4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tooljet-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tooljet.svg b/static/icons/vendor/homarr/svg/tooljet.svg
new file mode 100755
index 0000000..70eba7d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tooljet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/toolz.svg b/static/icons/vendor/homarr/svg/toolz.svg
new file mode 100644
index 0000000..0af2d47
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/toolz.svg
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/topdesk.svg b/static/icons/vendor/homarr/svg/topdesk.svg
new file mode 100644
index 0000000..a680239
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/topdesk.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/touitomamout.svg b/static/icons/vendor/homarr/svg/touitomamout.svg
new file mode 100755
index 0000000..979f993
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/touitomamout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tp-link.svg b/static/icons/vendor/homarr/svg/tp-link.svg
new file mode 100755
index 0000000..d6815ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tp-link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tpdb.svg b/static/icons/vendor/homarr/svg/tpdb.svg
new file mode 100755
index 0000000..62b2970
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tpdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/traccar-dark.svg b/static/icons/vendor/homarr/svg/traccar-dark.svg
new file mode 100644
index 0000000..6201570
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/traccar-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/traccar.svg b/static/icons/vendor/homarr/svg/traccar.svg
new file mode 100755
index 0000000..9cdfc14
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/traccar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tracearr.svg b/static/icons/vendor/homarr/svg/tracearr.svg
new file mode 100644
index 0000000..f3962b6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tracearr.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trading-view-dark.svg b/static/icons/vendor/homarr/svg/trading-view-dark.svg
new file mode 100644
index 0000000..4edaacf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trading-view-dark.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trading-view.svg b/static/icons/vendor/homarr/svg/trading-view.svg
new file mode 100644
index 0000000..5681fc4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trading-view.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/traefik-proxy.svg b/static/icons/vendor/homarr/svg/traefik-proxy.svg
new file mode 100644
index 0000000..17fef55
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/traefik-proxy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/traefik.svg b/static/icons/vendor/homarr/svg/traefik.svg
new file mode 100755
index 0000000..dd1d701
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/traefik.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/traggo.svg b/static/icons/vendor/homarr/svg/traggo.svg
new file mode 100644
index 0000000..cb1c960
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/traggo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trailarr.svg b/static/icons/vendor/homarr/svg/trailarr.svg
new file mode 100644
index 0000000..f2ba4b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trailarr.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trakt.svg b/static/icons/vendor/homarr/svg/trakt.svg
new file mode 100755
index 0000000..e9b7169
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trakt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trala.svg b/static/icons/vendor/homarr/svg/trala.svg
new file mode 100644
index 0000000..ddd949c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trala.svg
@@ -0,0 +1,201 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/transmission.svg b/static/icons/vendor/homarr/svg/transmission.svg
new file mode 100755
index 0000000..04560ee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/transmission.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trellix-dark.svg b/static/icons/vendor/homarr/svg/trellix-dark.svg
new file mode 100644
index 0000000..9bff8a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trellix-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trellix.svg b/static/icons/vendor/homarr/svg/trellix.svg
new file mode 100644
index 0000000..c383b90
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trellix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trilium.svg b/static/icons/vendor/homarr/svg/trilium.svg
new file mode 100755
index 0000000..acb2d9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trilium.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/triliumnext.svg b/static/icons/vendor/homarr/svg/triliumnext.svg
new file mode 100755
index 0000000..ec00b7e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/triliumnext.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/trmnl.svg b/static/icons/vendor/homarr/svg/trmnl.svg
new file mode 100644
index 0000000..7a8db0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/trmnl.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/truecommand.svg b/static/icons/vendor/homarr/svg/truecommand.svg
new file mode 100644
index 0000000..0d691e3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/truecommand.svg
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/truenas-core.svg b/static/icons/vendor/homarr/svg/truenas-core.svg
new file mode 100755
index 0000000..546c7ec
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/truenas-core.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/truenas-scale.svg b/static/icons/vendor/homarr/svg/truenas-scale.svg
new file mode 100755
index 0000000..02b9472
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/truenas-scale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/truenas.svg b/static/icons/vendor/homarr/svg/truenas.svg
new file mode 100644
index 0000000..a24865d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/truenas.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tryhackme.svg b/static/icons/vendor/homarr/svg/tryhackme.svg
new file mode 100644
index 0000000..5d91a3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tryhackme.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tsd-proxy.svg b/static/icons/vendor/homarr/svg/tsd-proxy.svg
new file mode 100644
index 0000000..12701f5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tsd-proxy.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tubesync-light.svg b/static/icons/vendor/homarr/svg/tubesync-light.svg
new file mode 100644
index 0000000..9cf1ac6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tubesync-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tubesync.svg b/static/icons/vendor/homarr/svg/tubesync.svg
new file mode 100755
index 0000000..2c3b28d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tubesync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tumblr.svg b/static/icons/vendor/homarr/svg/tumblr.svg
new file mode 100755
index 0000000..37cd1be
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tumblr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tunarr.svg b/static/icons/vendor/homarr/svg/tunarr.svg
new file mode 100644
index 0000000..68a8d76
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tunarr.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tunnelix.svg b/static/icons/vendor/homarr/svg/tunnelix.svg
new file mode 100644
index 0000000..93cebb9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tunnelix.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/turbopack-light.svg b/static/icons/vendor/homarr/svg/turbopack-light.svg
new file mode 100644
index 0000000..a173c90
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/turbopack-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/turbopack.svg b/static/icons/vendor/homarr/svg/turbopack.svg
new file mode 100644
index 0000000..8322791
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/turbopack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tuta.svg b/static/icons/vendor/homarr/svg/tuta.svg
new file mode 100644
index 0000000..8518a8e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tuta.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tux.svg b/static/icons/vendor/homarr/svg/tux.svg
new file mode 100644
index 0000000..e139150
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tux.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/tvdb.svg b/static/icons/vendor/homarr/svg/tvdb.svg
new file mode 100755
index 0000000..0c5b58e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tvdb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tvheadend.svg b/static/icons/vendor/homarr/svg/tvheadend.svg
new file mode 100644
index 0000000..2706d32
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tvheadend.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/twake-mail-wordmark-light.svg b/static/icons/vendor/homarr/svg/twake-mail-wordmark-light.svg
new file mode 100644
index 0000000..1ed868d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twake-mail-wordmark-light.svg
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/twake-mail.svg b/static/icons/vendor/homarr/svg/twake-mail.svg
new file mode 100644
index 0000000..cbe4695
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twake-mail.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/tweakers.svg b/static/icons/vendor/homarr/svg/tweakers.svg
new file mode 100644
index 0000000..4930232
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tweakers.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/twingate-light.svg b/static/icons/vendor/homarr/svg/twingate-light.svg
new file mode 100644
index 0000000..3ad479b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twingate-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/twingate.svg b/static/icons/vendor/homarr/svg/twingate.svg
new file mode 100755
index 0000000..3f18084
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twingate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/twitch.svg b/static/icons/vendor/homarr/svg/twitch.svg
new file mode 100755
index 0000000..25354bf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twitch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/twitter.svg b/static/icons/vendor/homarr/svg/twitter.svg
new file mode 100755
index 0000000..7d68f90
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/tyepcho-wordmark-light.svg b/static/icons/vendor/homarr/svg/tyepcho-wordmark-light.svg
new file mode 100644
index 0000000..77974b0
Binary files /dev/null and b/static/icons/vendor/homarr/svg/tyepcho-wordmark-light.svg differ
diff --git a/static/icons/vendor/homarr/svg/tyepcho.svg b/static/icons/vendor/homarr/svg/tyepcho.svg
new file mode 100644
index 0000000..b6f1d95
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/tyepcho.svg
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/typemill-light.svg b/static/icons/vendor/homarr/svg/typemill-light.svg
new file mode 100644
index 0000000..e3e275d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/typemill-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/typemill.svg b/static/icons/vendor/homarr/svg/typemill.svg
new file mode 100755
index 0000000..24fb236
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/typemill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/typescript.svg b/static/icons/vendor/homarr/svg/typescript.svg
new file mode 100644
index 0000000..1437810
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/typescript.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/typesense.svg b/static/icons/vendor/homarr/svg/typesense.svg
new file mode 100644
index 0000000..694a7d7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/typesense.svg
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/typo3.svg b/static/icons/vendor/homarr/svg/typo3.svg
new file mode 100644
index 0000000..dce1d24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/typo3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ubiquiti-networks.svg b/static/icons/vendor/homarr/svg/ubiquiti-networks.svg
new file mode 100644
index 0000000..568197d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ubiquiti-networks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ubiquiti-unifi.svg b/static/icons/vendor/homarr/svg/ubiquiti-unifi.svg
new file mode 100755
index 0000000..559fd81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ubiquiti-unifi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ubiquiti.svg b/static/icons/vendor/homarr/svg/ubiquiti.svg
new file mode 100644
index 0000000..568197d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ubiquiti.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ubuntu-linux-alt.svg b/static/icons/vendor/homarr/svg/ubuntu-linux-alt.svg
new file mode 100644
index 0000000..5deb2b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ubuntu-linux-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ubuntu-linux.svg b/static/icons/vendor/homarr/svg/ubuntu-linux.svg
new file mode 100755
index 0000000..851b8ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ubuntu-linux.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/uc-browser.svg b/static/icons/vendor/homarr/svg/uc-browser.svg
new file mode 100644
index 0000000..06667c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/uc-browser.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/udemy-light.svg b/static/icons/vendor/homarr/svg/udemy-light.svg
new file mode 100644
index 0000000..d3d40d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/udemy-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/udemy.svg b/static/icons/vendor/homarr/svg/udemy.svg
new file mode 100644
index 0000000..7190c0c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/udemy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/uefi.svg b/static/icons/vendor/homarr/svg/uefi.svg
new file mode 100644
index 0000000..12dae9b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/uefi.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/ugreen.svg b/static/icons/vendor/homarr/svg/ugreen.svg
new file mode 100644
index 0000000..70b2e89
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ugreen.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ultimate-guitar-light.svg b/static/icons/vendor/homarr/svg/ultimate-guitar-light.svg
new file mode 100644
index 0000000..eeac5fa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ultimate-guitar-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ultimate-guitar.svg b/static/icons/vendor/homarr/svg/ultimate-guitar.svg
new file mode 100644
index 0000000..3c68f7b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ultimate-guitar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/umami-light.svg b/static/icons/vendor/homarr/svg/umami-light.svg
new file mode 100644
index 0000000..ca38843
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/umami-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/umami.svg b/static/icons/vendor/homarr/svg/umami.svg
new file mode 100755
index 0000000..86367ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/umami.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/umbrel.svg b/static/icons/vendor/homarr/svg/umbrel.svg
new file mode 100755
index 0000000..6df2360
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/umbrel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unbound.svg b/static/icons/vendor/homarr/svg/unbound.svg
new file mode 100755
index 0000000..b0a0606
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unbound.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/uncomplicated-alert-receiver.svg b/static/icons/vendor/homarr/svg/uncomplicated-alert-receiver.svg
new file mode 100644
index 0000000..fd620d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/uncomplicated-alert-receiver.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/undb.svg b/static/icons/vendor/homarr/svg/undb.svg
new file mode 100755
index 0000000..2e3e489
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/undb.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unifi-dark.svg b/static/icons/vendor/homarr/svg/unifi-dark.svg
new file mode 100644
index 0000000..86882ff
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unifi-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unifi-drive.svg b/static/icons/vendor/homarr/svg/unifi-drive.svg
new file mode 100644
index 0000000..2f5977e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unifi-drive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unifi-voucher-site.svg b/static/icons/vendor/homarr/svg/unifi-voucher-site.svg
new file mode 100755
index 0000000..21c47ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unifi-voucher-site.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unifi.svg b/static/icons/vendor/homarr/svg/unifi.svg
new file mode 100644
index 0000000..568197d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unifi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unimus.svg b/static/icons/vendor/homarr/svg/unimus.svg
new file mode 100644
index 0000000..f5a9aaa
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unimus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unity-dark.svg b/static/icons/vendor/homarr/svg/unity-dark.svg
new file mode 100644
index 0000000..c8de03c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unity-dark.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unity.svg b/static/icons/vendor/homarr/svg/unity.svg
new file mode 100644
index 0000000..ced6bba
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unity.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/university-applied-sciences-brandenburg.svg b/static/icons/vendor/homarr/svg/university-applied-sciences-brandenburg.svg
new file mode 100644
index 0000000..e1f43d2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/university-applied-sciences-brandenburg.svg
@@ -0,0 +1,10 @@
+
+
+
+ 2015_10_05_THB_FB-IM_Logo_RGB
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unraid.svg b/static/icons/vendor/homarr/svg/unraid.svg
new file mode 100755
index 0000000..d637416
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unraid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unreal-engine-dark.svg b/static/icons/vendor/homarr/svg/unreal-engine-dark.svg
new file mode 100644
index 0000000..2952f9c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unreal-engine-dark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/unreal-engine.svg b/static/icons/vendor/homarr/svg/unreal-engine.svg
new file mode 100644
index 0000000..99ad34a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/unreal-engine.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/untangle.svg b/static/icons/vendor/homarr/svg/untangle.svg
new file mode 100644
index 0000000..dfe0176
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/untangle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ups.svg b/static/icons/vendor/homarr/svg/ups.svg
new file mode 100644
index 0000000..835273d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ups.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/upsnap.svg b/static/icons/vendor/homarr/svg/upsnap.svg
new file mode 100755
index 0000000..e9779ae
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/upsnap.svg
@@ -0,0 +1 @@
+PACKAGE
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/uptime-kuma.svg b/static/icons/vendor/homarr/svg/uptime-kuma.svg
new file mode 100755
index 0000000..3bf6fa6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/uptime-kuma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/uptimerobot.svg b/static/icons/vendor/homarr/svg/uptimerobot.svg
new file mode 100644
index 0000000..05fb46c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/uptimerobot.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/upvote-rss.svg b/static/icons/vendor/homarr/svg/upvote-rss.svg
new file mode 100644
index 0000000..7af9f38
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/upvote-rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/upwork.svg b/static/icons/vendor/homarr/svg/upwork.svg
new file mode 100644
index 0000000..601be87
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/upwork.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/usermin.svg b/static/icons/vendor/homarr/svg/usermin.svg
new file mode 100644
index 0000000..0b15dd8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/usermin.svg
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/valetudo.svg b/static/icons/vendor/homarr/svg/valetudo.svg
new file mode 100755
index 0000000..bc45598
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/valetudo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/valkey.svg b/static/icons/vendor/homarr/svg/valkey.svg
new file mode 100755
index 0000000..81d8d3b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/valkey.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vault-light.svg b/static/icons/vendor/homarr/svg/vault-light.svg
new file mode 100644
index 0000000..0e90e09
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vault-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vault.svg b/static/icons/vendor/homarr/svg/vault.svg
new file mode 100644
index 0000000..63fb9bf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vault.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vaultwarden-light.svg b/static/icons/vendor/homarr/svg/vaultwarden-light.svg
new file mode 100644
index 0000000..735031c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vaultwarden-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vaultwarden.svg b/static/icons/vendor/homarr/svg/vaultwarden.svg
new file mode 100755
index 0000000..f4c992c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vaultwarden.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vector.svg b/static/icons/vendor/homarr/svg/vector.svg
new file mode 100755
index 0000000..e523c29
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vector.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/veeam.svg b/static/icons/vendor/homarr/svg/veeam.svg
new file mode 100644
index 0000000..54d23e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/veeam.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vera-crypt.svg b/static/icons/vendor/homarr/svg/vera-crypt.svg
new file mode 100644
index 0000000..3bd0220
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vera-crypt.svg
@@ -0,0 +1 @@
+VeraCrypt logoimage/svg+xml
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vercel-light.svg b/static/icons/vendor/homarr/svg/vercel-light.svg
new file mode 100644
index 0000000..490876c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vercel-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vercel.svg b/static/icons/vendor/homarr/svg/vercel.svg
new file mode 100644
index 0000000..45ca605
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vercel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/verdaccio-dark.svg b/static/icons/vendor/homarr/svg/verdaccio-dark.svg
new file mode 100644
index 0000000..a0c32b0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/verdaccio-dark.svg
@@ -0,0 +1,40 @@
+
+
+ verdaccio-tiny
+ Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/verdaccio.svg b/static/icons/vendor/homarr/svg/verdaccio.svg
new file mode 100644
index 0000000..5479839
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/verdaccio.svg
@@ -0,0 +1,36 @@
+
+
+ verdaccio-blackwhite
+ Created with Sketch.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/verizon.svg b/static/icons/vendor/homarr/svg/verizon.svg
new file mode 100644
index 0000000..fa3ce27
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/verizon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/verriflo.svg b/static/icons/vendor/homarr/svg/verriflo.svg
new file mode 100644
index 0000000..25991f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/verriflo.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vertiv-dark.svg b/static/icons/vendor/homarr/svg/vertiv-dark.svg
new file mode 100644
index 0000000..36663d3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vertiv-dark.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vertiv.svg b/static/icons/vendor/homarr/svg/vertiv.svg
new file mode 100644
index 0000000..1ceacb0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vertiv.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vi.svg b/static/icons/vendor/homarr/svg/vi.svg
new file mode 100644
index 0000000..5bb5521
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/viber.svg b/static/icons/vendor/homarr/svg/viber.svg
new file mode 100644
index 0000000..8f8b501
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/viber.svg
@@ -0,0 +1 @@
+Artboard 6
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/victorialogs.svg b/static/icons/vendor/homarr/svg/victorialogs.svg
new file mode 100644
index 0000000..72ee8f2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/victorialogs.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/victoriametrics-light.svg b/static/icons/vendor/homarr/svg/victoriametrics-light.svg
new file mode 100644
index 0000000..7e44bb4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/victoriametrics-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/victoriametrics.svg b/static/icons/vendor/homarr/svg/victoriametrics.svg
new file mode 100755
index 0000000..42cca81
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/victoriametrics.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/victron-energy.svg b/static/icons/vendor/homarr/svg/victron-energy.svg
new file mode 100644
index 0000000..c3a0403
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/victron-energy.svg
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vidzy.svg b/static/icons/vendor/homarr/svg/vidzy.svg
new file mode 100755
index 0000000..69cc98c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vidzy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/viewtube.svg b/static/icons/vendor/homarr/svg/viewtube.svg
new file mode 100644
index 0000000..04cb6e4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/viewtube.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/vikunja.svg b/static/icons/vendor/homarr/svg/vikunja.svg
new file mode 100755
index 0000000..bebf785
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vikunja.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vinchin-backup.svg b/static/icons/vendor/homarr/svg/vinchin-backup.svg
new file mode 100644
index 0000000..ce5885c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vinchin-backup.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virgin-media.svg b/static/icons/vendor/homarr/svg/virgin-media.svg
new file mode 100644
index 0000000..5e15e4a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virgin-media.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/virtualmin.svg b/static/icons/vendor/homarr/svg/virtualmin.svg
new file mode 100644
index 0000000..54bf60c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virtualmin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virustotal-dark.svg b/static/icons/vendor/homarr/svg/virustotal-dark.svg
new file mode 100644
index 0000000..0b5f05c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virustotal-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virustotal-light.svg b/static/icons/vendor/homarr/svg/virustotal-light.svg
new file mode 100644
index 0000000..dea04de
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virustotal-light.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virustotal-wordmark-dark.svg b/static/icons/vendor/homarr/svg/virustotal-wordmark-dark.svg
new file mode 100644
index 0000000..50b5683
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virustotal-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virustotal-wordmark-light.svg b/static/icons/vendor/homarr/svg/virustotal-wordmark-light.svg
new file mode 100644
index 0000000..2a1f387
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virustotal-wordmark-light.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/virustotal.svg b/static/icons/vendor/homarr/svg/virustotal.svg
new file mode 100644
index 0000000..2a1f387
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/virustotal.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/viseron-light.svg b/static/icons/vendor/homarr/svg/viseron-light.svg
new file mode 100644
index 0000000..86d3bb4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/viseron-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/viseron.svg b/static/icons/vendor/homarr/svg/viseron.svg
new file mode 100755
index 0000000..6c7dde6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/viseron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/visual-studio-code.svg b/static/icons/vendor/homarr/svg/visual-studio-code.svg
new file mode 100755
index 0000000..4512182
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/visual-studio-code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vitalpbx.svg b/static/icons/vendor/homarr/svg/vitalpbx.svg
new file mode 100644
index 0000000..17f0a9e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vitalpbx.svg
@@ -0,0 +1 @@
+vitalpbx icon
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vite.svg b/static/icons/vendor/homarr/svg/vite.svg
new file mode 100644
index 0000000..de4aedd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vite.svg
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/vitest.svg b/static/icons/vendor/homarr/svg/vitest.svg
new file mode 100644
index 0000000..a309617
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vitest.svg
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vito-deploy.svg b/static/icons/vendor/homarr/svg/vito-deploy.svg
new file mode 100644
index 0000000..79473fd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vito-deploy.svg
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vivaldi.svg b/static/icons/vendor/homarr/svg/vivaldi.svg
new file mode 100644
index 0000000..0159978
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vivaldi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vmware-esxi.svg b/static/icons/vendor/homarr/svg/vmware-esxi.svg
new file mode 100644
index 0000000..f0770ab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vmware-esxi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vmware-workstation.svg b/static/icons/vendor/homarr/svg/vmware-workstation.svg
new file mode 100644
index 0000000..c4ab7c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vmware-workstation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vmware.svg b/static/icons/vendor/homarr/svg/vmware.svg
new file mode 100644
index 0000000..9750c82
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vmware.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vn-stat.svg b/static/icons/vendor/homarr/svg/vn-stat.svg
new file mode 100644
index 0000000..28123dd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vn-stat.svg
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vodafone.svg b/static/icons/vendor/homarr/svg/vodafone.svg
new file mode 100644
index 0000000..af187f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vodafone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/void-linux.svg b/static/icons/vendor/homarr/svg/void-linux.svg
new file mode 100644
index 0000000..796c133
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/void-linux.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/voilib.svg b/static/icons/vendor/homarr/svg/voilib.svg
new file mode 100755
index 0000000..d7f42d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/voilib.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/voip-ms.svg b/static/icons/vendor/homarr/svg/voip-ms.svg
new file mode 100644
index 0000000..d2acbab
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/voip-ms.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/voltaserve-light.svg b/static/icons/vendor/homarr/svg/voltaserve-light.svg
new file mode 100644
index 0000000..3ab781b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/voltaserve-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/voltaserve.svg b/static/icons/vendor/homarr/svg/voltaserve.svg
new file mode 100755
index 0000000..85e84d0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/voltaserve.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/volumio-light.svg b/static/icons/vendor/homarr/svg/volumio-light.svg
new file mode 100644
index 0000000..32e7f23
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/volumio-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/volumio.svg b/static/icons/vendor/homarr/svg/volumio.svg
new file mode 100644
index 0000000..00c99ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/volumio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/voron.svg b/static/icons/vendor/homarr/svg/voron.svg
new file mode 100755
index 0000000..0c150af
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/voron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vouchervault.svg b/static/icons/vendor/homarr/svg/vouchervault.svg
new file mode 100644
index 0000000..c205c24
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vouchervault.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vscode.svg b/static/icons/vendor/homarr/svg/vscode.svg
new file mode 100644
index 0000000..5cb0e77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vscode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vtvgo.svg b/static/icons/vendor/homarr/svg/vtvgo.svg
new file mode 100644
index 0000000..2e38b5d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vtvgo.svg
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vue-js.svg b/static/icons/vendor/homarr/svg/vue-js.svg
new file mode 100644
index 0000000..0a46085
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vue-js.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vuetorrent.svg b/static/icons/vendor/homarr/svg/vuetorrent.svg
new file mode 100755
index 0000000..6c35c8d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vuetorrent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/vultr.svg b/static/icons/vendor/homarr/svg/vultr.svg
new file mode 100644
index 0000000..b1899a2
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/vultr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wakapi.svg b/static/icons/vendor/homarr/svg/wakapi.svg
new file mode 100755
index 0000000..32dbc8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wakapi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wakatime-light.svg b/static/icons/vendor/homarr/svg/wakatime-light.svg
new file mode 100644
index 0000000..77152a7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wakatime-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wakatime.svg b/static/icons/vendor/homarr/svg/wakatime.svg
new file mode 100644
index 0000000..6b18ecb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wakatime.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wallabag-light.svg b/static/icons/vendor/homarr/svg/wallabag-light.svg
new file mode 100644
index 0000000..89f31ac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wallabag-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wallabag.svg b/static/icons/vendor/homarr/svg/wallabag.svg
new file mode 100755
index 0000000..f726174
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wallabag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wanderer-light.svg b/static/icons/vendor/homarr/svg/wanderer-light.svg
new file mode 100644
index 0000000..411d79a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wanderer-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wanderer.svg b/static/icons/vendor/homarr/svg/wanderer.svg
new file mode 100755
index 0000000..03c3023
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wanderer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/warpgate.svg b/static/icons/vendor/homarr/svg/warpgate.svg
new file mode 100644
index 0000000..86b18f8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/warpgate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/watcharr-light.svg b/static/icons/vendor/homarr/svg/watcharr-light.svg
new file mode 100644
index 0000000..c64328b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/watcharr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/watcharr.svg b/static/icons/vendor/homarr/svg/watcharr.svg
new file mode 100644
index 0000000..d5dde8c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/watcharr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/watchtower.svg b/static/icons/vendor/homarr/svg/watchtower.svg
new file mode 100755
index 0000000..fb90363
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/watchtower.svg
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wayland.svg b/static/icons/vendor/homarr/svg/wayland.svg
new file mode 100644
index 0000000..92a9512
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wayland.svg
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/waze.svg b/static/icons/vendor/homarr/svg/waze.svg
new file mode 100644
index 0000000..8d103fe
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/waze.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wazuh.svg b/static/icons/vendor/homarr/svg/wazuh.svg
new file mode 100644
index 0000000..78f046c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wazuh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wd-mycloud.svg b/static/icons/vendor/homarr/svg/wd-mycloud.svg
new file mode 100644
index 0000000..dcad0b4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wd-mycloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/web-check-dark.svg b/static/icons/vendor/homarr/svg/web-check-dark.svg
new file mode 100644
index 0000000..f57cb12
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/web-check-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/web-check.svg b/static/icons/vendor/homarr/svg/web-check.svg
new file mode 100644
index 0000000..6733e9a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/web-check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webdb.svg b/static/icons/vendor/homarr/svg/webdb.svg
new file mode 100644
index 0000000..02dea04
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webdb.svg
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/webex.svg b/static/icons/vendor/homarr/svg/webex.svg
new file mode 100644
index 0000000..0c356de
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webex.svg
@@ -0,0 +1,167 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webhook.svg b/static/icons/vendor/homarr/svg/webhook.svg
new file mode 100644
index 0000000..20e09b9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webhook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webhookd.svg b/static/icons/vendor/homarr/svg/webhookd.svg
new file mode 100644
index 0000000..cee8e77
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webhookd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webkit.svg b/static/icons/vendor/homarr/svg/webkit.svg
new file mode 100644
index 0000000..d090a64
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webkit.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/webmin.svg b/static/icons/vendor/homarr/svg/webmin.svg
new file mode 100644
index 0000000..9d45c65
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webmin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webtorrent.svg b/static/icons/vendor/homarr/svg/webtorrent.svg
new file mode 100644
index 0000000..7fd6234
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webtorrent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/webtrees.svg b/static/icons/vendor/homarr/svg/webtrees.svg
new file mode 100755
index 0000000..dbb5d66
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/webtrees.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/weibo.svg b/static/icons/vendor/homarr/svg/weibo.svg
new file mode 100644
index 0000000..340ea47
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/weibo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wekan.svg b/static/icons/vendor/homarr/svg/wekan.svg
new file mode 100755
index 0000000..99b07a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wekan.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wero-dark.svg b/static/icons/vendor/homarr/svg/wero-dark.svg
new file mode 100644
index 0000000..3033323
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wero-dark.svg
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wero.svg b/static/icons/vendor/homarr/svg/wero.svg
new file mode 100644
index 0000000..0fb5e9c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wero.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/western-digital.svg b/static/icons/vendor/homarr/svg/western-digital.svg
new file mode 100644
index 0000000..dd5a5d8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/western-digital.svg
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/wevr-labs.svg b/static/icons/vendor/homarr/svg/wevr-labs.svg
new file mode 100644
index 0000000..681142a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wevr-labs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wger.svg b/static/icons/vendor/homarr/svg/wger.svg
new file mode 100755
index 0000000..a2e430e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/whatnot.svg b/static/icons/vendor/homarr/svg/whatnot.svg
new file mode 100644
index 0000000..e439bbb
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/whatnot.svg
@@ -0,0 +1,9 @@
+
+ Reproduced Mark
+ SVG built from supplied path data; compatible with Inkscape.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/whats-up-docker.svg b/static/icons/vendor/homarr/svg/whats-up-docker.svg
new file mode 100755
index 0000000..924f599
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/whats-up-docker.svg
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/whatsapp.svg b/static/icons/vendor/homarr/svg/whatsapp.svg
new file mode 100755
index 0000000..3a6f6c8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/whatsapp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/whatseerr.svg b/static/icons/vendor/homarr/svg/whatseerr.svg
new file mode 100644
index 0000000..d03fb93
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/whatseerr.svg
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/whisparr.svg b/static/icons/vendor/homarr/svg/whisparr.svg
new file mode 100644
index 0000000..369d595
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/whisparr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wiki-go.svg b/static/icons/vendor/homarr/svg/wiki-go.svg
new file mode 100644
index 0000000..d49305c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wiki-go.svg
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wikidocs.svg b/static/icons/vendor/homarr/svg/wikidocs.svg
new file mode 100755
index 0000000..1d4484a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wikidocs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wikijs-alt.svg b/static/icons/vendor/homarr/svg/wikijs-alt.svg
new file mode 100644
index 0000000..683f325
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wikijs-alt.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/wikijs.svg b/static/icons/vendor/homarr/svg/wikijs.svg
new file mode 100755
index 0000000..30f9f8e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wikijs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wikipedia-light.svg b/static/icons/vendor/homarr/svg/wikipedia-light.svg
new file mode 100644
index 0000000..6ec8643
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wikipedia-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wikipedia.svg b/static/icons/vendor/homarr/svg/wikipedia.svg
new file mode 100755
index 0000000..a4a03a6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wikipedia.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/willow.svg b/static/icons/vendor/homarr/svg/willow.svg
new file mode 100755
index 0000000..822c24c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/willow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windmill.svg b/static/icons/vendor/homarr/svg/windmill.svg
new file mode 100644
index 0000000..f32df0d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windmill.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-10.svg b/static/icons/vendor/homarr/svg/windows-10.svg
new file mode 100644
index 0000000..e0a8130
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-10.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-95-light.svg b/static/icons/vendor/homarr/svg/windows-95-light.svg
new file mode 100644
index 0000000..bfa2488
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-95-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-95.svg b/static/icons/vendor/homarr/svg/windows-95.svg
new file mode 100644
index 0000000..5b61b51
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-95.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-explorer.svg b/static/icons/vendor/homarr/svg/windows-explorer.svg
new file mode 100644
index 0000000..bbbbc0f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-explorer.svg
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-retro-light.svg b/static/icons/vendor/homarr/svg/windows-retro-light.svg
new file mode 100644
index 0000000..912a084
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-retro-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/windows-retro.svg b/static/icons/vendor/homarr/svg/windows-retro.svg
new file mode 100755
index 0000000..22fb9e0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/windows-retro.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wireguard.svg b/static/icons/vendor/homarr/svg/wireguard.svg
new file mode 100755
index 0000000..1de4ec6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wireguard.svg
@@ -0,0 +1,30 @@
+
+
+
+
+
+ wireguard
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/wizarr.svg b/static/icons/vendor/homarr/svg/wizarr.svg
new file mode 100755
index 0000000..476b7ef
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wizarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wolfi-light.svg b/static/icons/vendor/homarr/svg/wolfi-light.svg
new file mode 100644
index 0000000..0371185
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wolfi-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wolfi.svg b/static/icons/vendor/homarr/svg/wolfi.svg
new file mode 100644
index 0000000..ff97138
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wolfi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/woocommerce.svg b/static/icons/vendor/homarr/svg/woocommerce.svg
new file mode 100755
index 0000000..eea7f65
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/woocommerce.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/woodpecker-ci.svg b/static/icons/vendor/homarr/svg/woodpecker-ci.svg
new file mode 100644
index 0000000..64069f3
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/woodpecker-ci.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wooting-dark.svg b/static/icons/vendor/homarr/svg/wooting-dark.svg
new file mode 100644
index 0000000..7d90e64
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wooting-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wooting.svg b/static/icons/vendor/homarr/svg/wooting.svg
new file mode 100644
index 0000000..62e994b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wooting.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wordpress.svg b/static/icons/vendor/homarr/svg/wordpress.svg
new file mode 100755
index 0000000..ec09c05
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wordpress.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/worklenz.svg b/static/icons/vendor/homarr/svg/worklenz.svg
new file mode 100755
index 0000000..c8e8a5b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/worklenz.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wotdle-light.svg b/static/icons/vendor/homarr/svg/wotdle-light.svg
new file mode 100644
index 0000000..92987f6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wotdle-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wotdle.svg b/static/icons/vendor/homarr/svg/wotdle.svg
new file mode 100644
index 0000000..d83282e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wotdle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/wownero.svg b/static/icons/vendor/homarr/svg/wownero.svg
new file mode 100644
index 0000000..61c059e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/wownero.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/writefreely-light.svg b/static/icons/vendor/homarr/svg/writefreely-light.svg
new file mode 100644
index 0000000..72fca17
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/writefreely-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/writefreely.svg b/static/icons/vendor/homarr/svg/writefreely.svg
new file mode 100755
index 0000000..7afd256
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/writefreely.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/x-light.svg b/static/icons/vendor/homarr/svg/x-light.svg
new file mode 100644
index 0000000..9acf2f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/x-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/x.svg b/static/icons/vendor/homarr/svg/x.svg
new file mode 100755
index 0000000..e203e20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/x.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xbackbone.svg b/static/icons/vendor/homarr/svg/xbackbone.svg
new file mode 100755
index 0000000..13ec72f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xbackbone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xbox-game-pass.svg b/static/icons/vendor/homarr/svg/xbox-game-pass.svg
new file mode 100755
index 0000000..24e4e1c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xbox-game-pass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xbox.svg b/static/icons/vendor/homarr/svg/xbox.svg
new file mode 100755
index 0000000..9141f41
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xbrowsersync.svg b/static/icons/vendor/homarr/svg/xbrowsersync.svg
new file mode 100644
index 0000000..8e97a3a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xbrowsersync.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xcp-ng.svg b/static/icons/vendor/homarr/svg/xcp-ng.svg
new file mode 100644
index 0000000..6eacaee
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xcp-ng.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xen-orchestra.svg b/static/icons/vendor/homarr/svg/xen-orchestra.svg
new file mode 100644
index 0000000..4040074
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xen-orchestra.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xiaomi-global.svg b/static/icons/vendor/homarr/svg/xiaomi-global.svg
new file mode 100644
index 0000000..562c0d6
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xiaomi-global.svg
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/xmr.svg b/static/icons/vendor/homarr/svg/xmr.svg
new file mode 100644
index 0000000..dd086b1
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xmr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xmrig.svg b/static/icons/vendor/homarr/svg/xmrig.svg
new file mode 100644
index 0000000..86983ea
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xmrig.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xpipe.svg b/static/icons/vendor/homarr/svg/xpipe.svg
new file mode 100755
index 0000000..3058243
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xpipe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xubuntu-linux.svg b/static/icons/vendor/homarr/svg/xubuntu-linux.svg
new file mode 100644
index 0000000..ae55a50
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xubuntu-linux.svg
@@ -0,0 +1 @@
+Xubuntu
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/xwiki.svg b/static/icons/vendor/homarr/svg/xwiki.svg
new file mode 100755
index 0000000..a56eafd
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/xwiki.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yac-reader.svg b/static/icons/vendor/homarr/svg/yac-reader.svg
new file mode 100644
index 0000000..051c06f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yac-reader.svg
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yacd-blue.svg b/static/icons/vendor/homarr/svg/yacd-blue.svg
new file mode 100644
index 0000000..659837f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yacd-blue.svg
@@ -0,0 +1,429 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yacht.svg b/static/icons/vendor/homarr/svg/yacht.svg
new file mode 100755
index 0000000..e4c7bd0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yacht.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yahoo.svg b/static/icons/vendor/homarr/svg/yahoo.svg
new file mode 100644
index 0000000..5e4b448
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yahoo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yamtrack-light.svg b/static/icons/vendor/homarr/svg/yamtrack-light.svg
new file mode 100644
index 0000000..0c91892
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yamtrack-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yamtrack.svg b/static/icons/vendor/homarr/svg/yamtrack.svg
new file mode 100755
index 0000000..e24bfd9
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yamtrack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yandex.svg b/static/icons/vendor/homarr/svg/yandex.svg
new file mode 100644
index 0000000..0f3d997
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yandex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yarr-light.svg b/static/icons/vendor/homarr/svg/yarr-light.svg
new file mode 100644
index 0000000..2e16b02
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yarr-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yarr.svg b/static/icons/vendor/homarr/svg/yarr.svg
new file mode 100755
index 0000000..1e012cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yarr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ycombinator-dark.svg b/static/icons/vendor/homarr/svg/ycombinator-dark.svg
new file mode 100644
index 0000000..250d802
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ycombinator-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ycombinator.svg b/static/icons/vendor/homarr/svg/ycombinator.svg
new file mode 100644
index 0000000..d061563
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ycombinator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/ynab.svg b/static/icons/vendor/homarr/svg/ynab.svg
new file mode 100755
index 0000000..83e8951
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/ynab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yopass.svg b/static/icons/vendor/homarr/svg/yopass.svg
new file mode 100644
index 0000000..ab5f9b7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yopass.svg
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/your-spotify.svg b/static/icons/vendor/homarr/svg/your-spotify.svg
new file mode 100755
index 0000000..26b854f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/your-spotify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yourls.svg b/static/icons/vendor/homarr/svg/yourls.svg
new file mode 100755
index 0000000..ee7074e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yourls.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/youtube-dl.svg b/static/icons/vendor/homarr/svg/youtube-dl.svg
new file mode 100755
index 0000000..8318315
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/youtube-dl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/youtube-kids.svg b/static/icons/vendor/homarr/svg/youtube-kids.svg
new file mode 100644
index 0000000..7348735
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/youtube-kids.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/youtube-music.svg b/static/icons/vendor/homarr/svg/youtube-music.svg
new file mode 100644
index 0000000..854704d
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/youtube-music.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/youtube-tv.svg b/static/icons/vendor/homarr/svg/youtube-tv.svg
new file mode 100644
index 0000000..c643fe4
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/youtube-tv.svg
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/youtube.svg b/static/icons/vendor/homarr/svg/youtube.svg
new file mode 100755
index 0000000..13abe20
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/youtube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yt-dlp.svg b/static/icons/vendor/homarr/svg/yt-dlp.svg
new file mode 100644
index 0000000..8933679
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yt-dlp.svg
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yts.svg b/static/icons/vendor/homarr/svg/yts.svg
new file mode 100644
index 0000000..15115ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yts.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yuno-host-light.svg b/static/icons/vendor/homarr/svg/yuno-host-light.svg
new file mode 100644
index 0000000..b40fe92
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yuno-host-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/yunohost.svg b/static/icons/vendor/homarr/svg/yunohost.svg
new file mode 100644
index 0000000..7343ce7
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/yunohost.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/z-ai.svg b/static/icons/vendor/homarr/svg/z-ai.svg
new file mode 100644
index 0000000..cb34372
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/z-ai.svg
@@ -0,0 +1,215 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/z-wave-js-ui.svg b/static/icons/vendor/homarr/svg/z-wave-js-ui.svg
new file mode 100755
index 0000000..9482f7a
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/z-wave-js-ui.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zabbix.svg b/static/icons/vendor/homarr/svg/zabbix.svg
new file mode 100755
index 0000000..2997d11
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zabbix.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zabka.svg b/static/icons/vendor/homarr/svg/zabka.svg
new file mode 100644
index 0000000..be822cf
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zabka.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zalo.svg b/static/icons/vendor/homarr/svg/zalo.svg
new file mode 100644
index 0000000..5728462
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zalo.svg
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zammad.svg b/static/icons/vendor/homarr/svg/zammad.svg
new file mode 100755
index 0000000..026fe8b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zammad.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zapier-dark.svg b/static/icons/vendor/homarr/svg/zapier-dark.svg
new file mode 100644
index 0000000..df38a10
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zapier-dark.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zapier.svg b/static/icons/vendor/homarr/svg/zapier.svg
new file mode 100644
index 0000000..12f2e03
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zapier.svg
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zashboard-dark.svg b/static/icons/vendor/homarr/svg/zashboard-dark.svg
new file mode 100644
index 0000000..0fe0205
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zashboard-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zashboard.svg b/static/icons/vendor/homarr/svg/zashboard.svg
new file mode 100644
index 0000000..1d836c5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zashboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zen-browser-dark.svg b/static/icons/vendor/homarr/svg/zen-browser-dark.svg
new file mode 100644
index 0000000..f7b5fc5
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zen-browser-dark.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zen-browser.svg b/static/icons/vendor/homarr/svg/zen-browser.svg
new file mode 100644
index 0000000..e5de07e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zen-browser.svg
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zenarmor.svg b/static/icons/vendor/homarr/svg/zenarmor.svg
new file mode 100644
index 0000000..887f10b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zenarmor.svg
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zendesk.svg b/static/icons/vendor/homarr/svg/zendesk.svg
new file mode 100644
index 0000000..bb65eac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zendesk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zerotier-light.svg b/static/icons/vendor/homarr/svg/zerotier-light.svg
new file mode 100644
index 0000000..a23f764
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zerotier-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zerotier.svg b/static/icons/vendor/homarr/svg/zerotier.svg
new file mode 100644
index 0000000..aa4563c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zerotier.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zigbee2mqtt-light.svg b/static/icons/vendor/homarr/svg/zigbee2mqtt-light.svg
new file mode 100644
index 0000000..8f9da72
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zigbee2mqtt-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zigbee2mqtt.svg b/static/icons/vendor/homarr/svg/zigbee2mqtt.svg
new file mode 100755
index 0000000..1ee088e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zigbee2mqtt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zimbra.svg b/static/icons/vendor/homarr/svg/zimbra.svg
new file mode 100644
index 0000000..16754ed
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zimbra.svg
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zipcaptions.svg b/static/icons/vendor/homarr/svg/zipcaptions.svg
new file mode 100755
index 0000000..64b118b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zipcaptions.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zipline-diced.svg b/static/icons/vendor/homarr/svg/zipline-diced.svg
new file mode 100644
index 0000000..4c0c80f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zipline-diced.svg
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/zipline-light.svg b/static/icons/vendor/homarr/svg/zipline-light.svg
new file mode 100644
index 0000000..d923692
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zipline-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zipline.svg b/static/icons/vendor/homarr/svg/zipline.svg
new file mode 100644
index 0000000..5068548
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zipline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zitadel-light.svg b/static/icons/vendor/homarr/svg/zitadel-light.svg
new file mode 100644
index 0000000..2d016a8
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zitadel-light.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/zitadel.svg b/static/icons/vendor/homarr/svg/zitadel.svg
new file mode 100755
index 0000000..6a32474
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zitadel.svg
@@ -0,0 +1 @@
+
diff --git a/static/icons/vendor/homarr/svg/zohomail.svg b/static/icons/vendor/homarr/svg/zohomail.svg
new file mode 100644
index 0000000..00cc964
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zohomail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zomro.svg b/static/icons/vendor/homarr/svg/zomro.svg
new file mode 100644
index 0000000..93372f0
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zomro.svg
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zoom-alt.svg b/static/icons/vendor/homarr/svg/zoom-alt.svg
new file mode 100644
index 0000000..2967c9e
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zoom-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zoom.svg b/static/icons/vendor/homarr/svg/zoom.svg
new file mode 100755
index 0000000..c95b302
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zoom.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zoraxy.svg b/static/icons/vendor/homarr/svg/zoraxy.svg
new file mode 100755
index 0000000..8d8bbac
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zoraxy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zorin-linux.svg b/static/icons/vendor/homarr/svg/zorin-linux.svg
new file mode 100644
index 0000000..c80ce5f
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zorin-linux.svg
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zot-registry.svg b/static/icons/vendor/homarr/svg/zot-registry.svg
new file mode 100644
index 0000000..f38e266
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zot-registry.svg
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icons/vendor/homarr/svg/zulip.svg b/static/icons/vendor/homarr/svg/zulip.svg
new file mode 100644
index 0000000..e043879
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zulip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zyxel-communications-light.svg b/static/icons/vendor/homarr/svg/zyxel-communications-light.svg
new file mode 100644
index 0000000..73bba4b
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zyxel-communications-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zyxel-communications.svg b/static/icons/vendor/homarr/svg/zyxel-communications.svg
new file mode 100644
index 0000000..4f68982
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zyxel-communications.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zyxel-networks-light.svg b/static/icons/vendor/homarr/svg/zyxel-networks-light.svg
new file mode 100644
index 0000000..c9dd143
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zyxel-networks-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/svg/zyxel-networks.svg b/static/icons/vendor/homarr/svg/zyxel-networks.svg
new file mode 100644
index 0000000..64bc55c
--- /dev/null
+++ b/static/icons/vendor/homarr/svg/zyxel-networks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/icons/vendor/homarr/webp/1337x.webp b/static/icons/vendor/homarr/webp/1337x.webp
new file mode 100644
index 0000000..bb1d9c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/1337x.webp differ
diff --git a/static/icons/vendor/homarr/webp/13ft.webp b/static/icons/vendor/homarr/webp/13ft.webp
new file mode 100644
index 0000000..d958002
Binary files /dev/null and b/static/icons/vendor/homarr/webp/13ft.webp differ
diff --git a/static/icons/vendor/homarr/webp/1panel.webp b/static/icons/vendor/homarr/webp/1panel.webp
new file mode 100644
index 0000000..374a352
Binary files /dev/null and b/static/icons/vendor/homarr/webp/1panel.webp differ
diff --git a/static/icons/vendor/homarr/webp/1password-dark.webp b/static/icons/vendor/homarr/webp/1password-dark.webp
new file mode 100644
index 0000000..36694a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/1password-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/1password.webp b/static/icons/vendor/homarr/webp/1password.webp
new file mode 100644
index 0000000..4d6e75d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/1password.webp differ
diff --git a/static/icons/vendor/homarr/webp/20i-dark.webp b/static/icons/vendor/homarr/webp/20i-dark.webp
new file mode 100644
index 0000000..e7c4d3f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/20i-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/20i.webp b/static/icons/vendor/homarr/webp/20i.webp
new file mode 100644
index 0000000..749cbd0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/20i.webp differ
diff --git a/static/icons/vendor/homarr/webp/2fauth-light.webp b/static/icons/vendor/homarr/webp/2fauth-light.webp
new file mode 100644
index 0000000..9004a0d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/2fauth-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/2fauth.webp b/static/icons/vendor/homarr/webp/2fauth.webp
new file mode 100644
index 0000000..1fdf5ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/2fauth.webp differ
diff --git a/static/icons/vendor/homarr/webp/3cx-light.webp b/static/icons/vendor/homarr/webp/3cx-light.webp
new file mode 100644
index 0000000..0908931
Binary files /dev/null and b/static/icons/vendor/homarr/webp/3cx-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/3cx.webp b/static/icons/vendor/homarr/webp/3cx.webp
new file mode 100644
index 0000000..7e773c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/3cx.webp differ
diff --git a/static/icons/vendor/homarr/webp/4chan.webp b/static/icons/vendor/homarr/webp/4chan.webp
new file mode 100644
index 0000000..efa9f88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/4chan.webp differ
diff --git a/static/icons/vendor/homarr/webp/5etools-dark.webp b/static/icons/vendor/homarr/webp/5etools-dark.webp
new file mode 100644
index 0000000..c9ffb00
Binary files /dev/null and b/static/icons/vendor/homarr/webp/5etools-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/5etools.webp b/static/icons/vendor/homarr/webp/5etools.webp
new file mode 100644
index 0000000..68bc940
Binary files /dev/null and b/static/icons/vendor/homarr/webp/5etools.webp differ
diff --git a/static/icons/vendor/homarr/webp/7zip.webp b/static/icons/vendor/homarr/webp/7zip.webp
new file mode 100644
index 0000000..e54f8b2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/7zip.webp differ
diff --git a/static/icons/vendor/homarr/webp/8311.webp b/static/icons/vendor/homarr/webp/8311.webp
new file mode 100644
index 0000000..f48d4c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/8311.webp differ
diff --git a/static/icons/vendor/homarr/webp/9anime.webp b/static/icons/vendor/homarr/webp/9anime.webp
new file mode 100644
index 0000000..372a593
Binary files /dev/null and b/static/icons/vendor/homarr/webp/9anime.webp differ
diff --git a/static/icons/vendor/homarr/webp/a-mule.webp b/static/icons/vendor/homarr/webp/a-mule.webp
new file mode 100644
index 0000000..d7abd4b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/a-mule.webp differ
diff --git a/static/icons/vendor/homarr/webp/a3.webp b/static/icons/vendor/homarr/webp/a3.webp
new file mode 100644
index 0000000..98dc270
Binary files /dev/null and b/static/icons/vendor/homarr/webp/a3.webp differ
diff --git a/static/icons/vendor/homarr/webp/aboard.webp b/static/icons/vendor/homarr/webp/aboard.webp
new file mode 100644
index 0000000..af8c356
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/act.webp b/static/icons/vendor/homarr/webp/act.webp
new file mode 100644
index 0000000..9be2b6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/act.webp differ
diff --git a/static/icons/vendor/homarr/webp/action1.webp b/static/icons/vendor/homarr/webp/action1.webp
new file mode 100644
index 0000000..6ba6f46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/action1.webp differ
diff --git a/static/icons/vendor/homarr/webp/activepieces.webp b/static/icons/vendor/homarr/webp/activepieces.webp
new file mode 100644
index 0000000..238091f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/activepieces.webp differ
diff --git a/static/icons/vendor/homarr/webp/actual-budget.webp b/static/icons/vendor/homarr/webp/actual-budget.webp
new file mode 100644
index 0000000..7498027
Binary files /dev/null and b/static/icons/vendor/homarr/webp/actual-budget.webp differ
diff --git a/static/icons/vendor/homarr/webp/adblock.webp b/static/icons/vendor/homarr/webp/adblock.webp
new file mode 100644
index 0000000..ae3c3d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adblock.webp differ
diff --git a/static/icons/vendor/homarr/webp/adguard-home-sync.webp b/static/icons/vendor/homarr/webp/adguard-home-sync.webp
new file mode 100644
index 0000000..cdeb0f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adguard-home-sync.webp differ
diff --git a/static/icons/vendor/homarr/webp/adguard-home.webp b/static/icons/vendor/homarr/webp/adguard-home.webp
new file mode 100644
index 0000000..1e3c253
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adguard-home.webp differ
diff --git a/static/icons/vendor/homarr/webp/adminer.webp b/static/icons/vendor/homarr/webp/adminer.webp
new file mode 100644
index 0000000..bb9efe5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adminer.webp differ
diff --git a/static/icons/vendor/homarr/webp/adobe.webp b/static/icons/vendor/homarr/webp/adobe.webp
new file mode 100644
index 0000000..9cdd695
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adobe.webp differ
diff --git a/static/icons/vendor/homarr/webp/ads-b-exchange.webp b/static/icons/vendor/homarr/webp/ads-b-exchange.webp
new file mode 100644
index 0000000..c02c867
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ads-b-exchange.webp differ
diff --git a/static/icons/vendor/homarr/webp/adsb.webp b/static/icons/vendor/homarr/webp/adsb.webp
new file mode 100644
index 0000000..e8b507f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adsb.webp differ
diff --git a/static/icons/vendor/homarr/webp/advanzia.webp b/static/icons/vendor/homarr/webp/advanzia.webp
new file mode 100644
index 0000000..c6524d9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/advanzia.webp differ
diff --git a/static/icons/vendor/homarr/webp/adventure-log.webp b/static/icons/vendor/homarr/webp/adventure-log.webp
new file mode 100644
index 0000000..f352467
Binary files /dev/null and b/static/icons/vendor/homarr/webp/adventure-log.webp differ
diff --git a/static/icons/vendor/homarr/webp/affine-light.webp b/static/icons/vendor/homarr/webp/affine-light.webp
new file mode 100644
index 0000000..b837aa9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/affine-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/affine.webp b/static/icons/vendor/homarr/webp/affine.webp
new file mode 100644
index 0000000..11fdd55
Binary files /dev/null and b/static/icons/vendor/homarr/webp/affine.webp differ
diff --git a/static/icons/vendor/homarr/webp/agile-freaks.webp b/static/icons/vendor/homarr/webp/agile-freaks.webp
new file mode 100644
index 0000000..0488ecc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/agile-freaks.webp differ
diff --git a/static/icons/vendor/homarr/webp/agregarr.webp b/static/icons/vendor/homarr/webp/agregarr.webp
new file mode 100644
index 0000000..f574639
Binary files /dev/null and b/static/icons/vendor/homarr/webp/agregarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/ai-on-the-edge-device.webp b/static/icons/vendor/homarr/webp/ai-on-the-edge-device.webp
new file mode 100644
index 0000000..36cb1da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ai-on-the-edge-device.webp differ
diff --git a/static/icons/vendor/homarr/webp/air-trail.webp b/static/icons/vendor/homarr/webp/air-trail.webp
new file mode 100644
index 0000000..1fc9135
Binary files /dev/null and b/static/icons/vendor/homarr/webp/air-trail.webp differ
diff --git a/static/icons/vendor/homarr/webp/airsonic.webp b/static/icons/vendor/homarr/webp/airsonic.webp
new file mode 100644
index 0000000..f9846af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/airsonic.webp differ
diff --git a/static/icons/vendor/homarr/webp/airtable.webp b/static/icons/vendor/homarr/webp/airtable.webp
new file mode 100644
index 0000000..b53a592
Binary files /dev/null and b/static/icons/vendor/homarr/webp/airtable.webp differ
diff --git a/static/icons/vendor/homarr/webp/airtel.webp b/static/icons/vendor/homarr/webp/airtel.webp
new file mode 100644
index 0000000..bfa51bf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/airtel.webp differ
diff --git a/static/icons/vendor/homarr/webp/airvpn.webp b/static/icons/vendor/homarr/webp/airvpn.webp
new file mode 100644
index 0000000..0de623e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/airvpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/akamai.webp b/static/icons/vendor/homarr/webp/akamai.webp
new file mode 100644
index 0000000..46c67b2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/akamai.webp differ
diff --git a/static/icons/vendor/homarr/webp/akaunting.webp b/static/icons/vendor/homarr/webp/akaunting.webp
new file mode 100644
index 0000000..b87e1b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/akaunting.webp differ
diff --git a/static/icons/vendor/homarr/webp/akkoma-light.webp b/static/icons/vendor/homarr/webp/akkoma-light.webp
new file mode 100644
index 0000000..24f9ef5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/akkoma-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/akkoma.webp b/static/icons/vendor/homarr/webp/akkoma.webp
new file mode 100644
index 0000000..e162af8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/akkoma.webp differ
diff --git a/static/icons/vendor/homarr/webp/alarmpi.webp b/static/icons/vendor/homarr/webp/alarmpi.webp
new file mode 100644
index 0000000..dfda55a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alarmpi.webp differ
diff --git a/static/icons/vendor/homarr/webp/albert-heijn.webp b/static/icons/vendor/homarr/webp/albert-heijn.webp
new file mode 100644
index 0000000..0e3306e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/albert-heijn.webp differ
diff --git a/static/icons/vendor/homarr/webp/alertmanager.webp b/static/icons/vendor/homarr/webp/alertmanager.webp
new file mode 100644
index 0000000..adc07d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alertmanager.webp differ
diff --git a/static/icons/vendor/homarr/webp/alexa.webp b/static/icons/vendor/homarr/webp/alexa.webp
new file mode 100644
index 0000000..147aa7d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alexa.webp differ
diff --git a/static/icons/vendor/homarr/webp/alexandrie-dark.webp b/static/icons/vendor/homarr/webp/alexandrie-dark.webp
new file mode 100644
index 0000000..704caf0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alexandrie-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/alexandrie.webp b/static/icons/vendor/homarr/webp/alexandrie.webp
new file mode 100644
index 0000000..610ac29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alexandrie.webp differ
diff --git a/static/icons/vendor/homarr/webp/algo.webp b/static/icons/vendor/homarr/webp/algo.webp
new file mode 100644
index 0000000..534bfdc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/algo.webp differ
diff --git a/static/icons/vendor/homarr/webp/ali-mail.webp b/static/icons/vendor/homarr/webp/ali-mail.webp
new file mode 100644
index 0000000..98b220a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ali-mail.webp differ
diff --git a/static/icons/vendor/homarr/webp/aliasvault.webp b/static/icons/vendor/homarr/webp/aliasvault.webp
new file mode 100644
index 0000000..93a5197
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aliasvault.webp differ
diff --git a/static/icons/vendor/homarr/webp/aliexpress.webp b/static/icons/vendor/homarr/webp/aliexpress.webp
new file mode 100644
index 0000000..cf7430e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aliexpress.webp differ
diff --git a/static/icons/vendor/homarr/webp/alist.webp b/static/icons/vendor/homarr/webp/alist.webp
new file mode 100644
index 0000000..04f717d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alist.webp differ
diff --git a/static/icons/vendor/homarr/webp/aliyun.webp b/static/icons/vendor/homarr/webp/aliyun.webp
new file mode 100644
index 0000000..74e674b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aliyun.webp differ
diff --git a/static/icons/vendor/homarr/webp/alloy.webp b/static/icons/vendor/homarr/webp/alloy.webp
new file mode 100644
index 0000000..c63a2ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alloy.webp differ
diff --git a/static/icons/vendor/homarr/webp/alltube-light.webp b/static/icons/vendor/homarr/webp/alltube-light.webp
new file mode 100644
index 0000000..85d5fd3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alltube-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/alltube.webp b/static/icons/vendor/homarr/webp/alltube.webp
new file mode 100644
index 0000000..2457a46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alltube.webp differ
diff --git a/static/icons/vendor/homarr/webp/alma-linux.webp b/static/icons/vendor/homarr/webp/alma-linux.webp
new file mode 100644
index 0000000..6035fe6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alma-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/alpine-linux.webp b/static/icons/vendor/homarr/webp/alpine-linux.webp
new file mode 100644
index 0000000..2ae53cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/alpine-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/amazon-light.webp b/static/icons/vendor/homarr/webp/amazon-light.webp
new file mode 100644
index 0000000..32c07d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amazon-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/amazon-prime.webp b/static/icons/vendor/homarr/webp/amazon-prime.webp
new file mode 100644
index 0000000..f82fefb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amazon-prime.webp differ
diff --git a/static/icons/vendor/homarr/webp/amazon-web-services-light.webp b/static/icons/vendor/homarr/webp/amazon-web-services-light.webp
new file mode 100644
index 0000000..e77bcc6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amazon-web-services-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/amazon-web-services.webp b/static/icons/vendor/homarr/webp/amazon-web-services.webp
new file mode 100644
index 0000000..6e82be1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amazon-web-services.webp differ
diff --git a/static/icons/vendor/homarr/webp/amazon.webp b/static/icons/vendor/homarr/webp/amazon.webp
new file mode 100644
index 0000000..b0f26e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amazon.webp differ
diff --git a/static/icons/vendor/homarr/webp/amcrest-cloud.webp b/static/icons/vendor/homarr/webp/amcrest-cloud.webp
new file mode 100644
index 0000000..3462650
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amcrest-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/amcrest.webp b/static/icons/vendor/homarr/webp/amcrest.webp
new file mode 100644
index 0000000..e1d5f5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amcrest.webp differ
diff --git a/static/icons/vendor/homarr/webp/amd-light.webp b/static/icons/vendor/homarr/webp/amd-light.webp
new file mode 100644
index 0000000..783329e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amd-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/amd.webp b/static/icons/vendor/homarr/webp/amd.webp
new file mode 100644
index 0000000..01b21e8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amd.webp differ
diff --git a/static/icons/vendor/homarr/webp/ami-alt-light.webp b/static/icons/vendor/homarr/webp/ami-alt-light.webp
new file mode 100644
index 0000000..d6a154b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ami-alt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ami-alt.webp b/static/icons/vendor/homarr/webp/ami-alt.webp
new file mode 100644
index 0000000..2ac9439
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ami-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/ami.webp b/static/icons/vendor/homarr/webp/ami.webp
new file mode 100644
index 0000000..cf5de22
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ami.webp differ
diff --git a/static/icons/vendor/homarr/webp/amp.webp b/static/icons/vendor/homarr/webp/amp.webp
new file mode 100644
index 0000000..583ad2d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/amp.webp differ
diff --git a/static/icons/vendor/homarr/webp/ampache.webp b/static/icons/vendor/homarr/webp/ampache.webp
new file mode 100644
index 0000000..c93a4af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ampache.webp differ
diff --git a/static/icons/vendor/homarr/webp/android-auto-dark.webp b/static/icons/vendor/homarr/webp/android-auto-dark.webp
new file mode 100644
index 0000000..0b3afc2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/android-auto-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/android-auto.webp b/static/icons/vendor/homarr/webp/android-auto.webp
new file mode 100644
index 0000000..a497ff5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/android-auto.webp differ
diff --git a/static/icons/vendor/homarr/webp/android-robot.webp b/static/icons/vendor/homarr/webp/android-robot.webp
new file mode 100644
index 0000000..8f07090
Binary files /dev/null and b/static/icons/vendor/homarr/webp/android-robot.webp differ
diff --git a/static/icons/vendor/homarr/webp/android.webp b/static/icons/vendor/homarr/webp/android.webp
new file mode 100644
index 0000000..d5b2ed1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/android.webp differ
diff --git a/static/icons/vendor/homarr/webp/anghami.webp b/static/icons/vendor/homarr/webp/anghami.webp
new file mode 100644
index 0000000..a2f6462
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anghami.webp differ
diff --git a/static/icons/vendor/homarr/webp/angular.webp b/static/icons/vendor/homarr/webp/angular.webp
new file mode 100644
index 0000000..667682c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/angular.webp differ
diff --git a/static/icons/vendor/homarr/webp/anime-kai.webp b/static/icons/vendor/homarr/webp/anime-kai.webp
new file mode 100644
index 0000000..4a6df61
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anime-kai.webp differ
diff --git a/static/icons/vendor/homarr/webp/anonaddy.webp b/static/icons/vendor/homarr/webp/anonaddy.webp
new file mode 100644
index 0000000..2d90b4c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anonaddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/ansible-light.webp b/static/icons/vendor/homarr/webp/ansible-light.webp
new file mode 100644
index 0000000..c4e9761
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ansible-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ansible.webp b/static/icons/vendor/homarr/webp/ansible.webp
new file mode 100644
index 0000000..4b12702
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ansible.webp differ
diff --git a/static/icons/vendor/homarr/webp/anubis.webp b/static/icons/vendor/homarr/webp/anubis.webp
new file mode 100644
index 0000000..6dec8d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anubis.webp differ
diff --git a/static/icons/vendor/homarr/webp/any-listen.webp b/static/icons/vendor/homarr/webp/any-listen.webp
new file mode 100644
index 0000000..1d91c32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/any-listen.webp differ
diff --git a/static/icons/vendor/homarr/webp/anything-llm-light.webp b/static/icons/vendor/homarr/webp/anything-llm-light.webp
new file mode 100644
index 0000000..11264ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anything-llm-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/anything-llm.webp b/static/icons/vendor/homarr/webp/anything-llm.webp
new file mode 100644
index 0000000..3c9bbdb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anything-llm.webp differ
diff --git a/static/icons/vendor/homarr/webp/anytype.webp b/static/icons/vendor/homarr/webp/anytype.webp
new file mode 100644
index 0000000..d5e4dbf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/anytype.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-airflow.webp b/static/icons/vendor/homarr/webp/apache-airflow.webp
new file mode 100644
index 0000000..975c633
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-airflow.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-answer.webp b/static/icons/vendor/homarr/webp/apache-answer.webp
new file mode 100644
index 0000000..85f933a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-answer.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-cassandra.webp b/static/icons/vendor/homarr/webp/apache-cassandra.webp
new file mode 100644
index 0000000..8c0241d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-cassandra.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-cloudstack.webp b/static/icons/vendor/homarr/webp/apache-cloudstack.webp
new file mode 100644
index 0000000..aa36952
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-cloudstack.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-druid.webp b/static/icons/vendor/homarr/webp/apache-druid.webp
new file mode 100644
index 0000000..5879d1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-druid.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-iceberg.webp b/static/icons/vendor/homarr/webp/apache-iceberg.webp
new file mode 100644
index 0000000..2bfda97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-iceberg.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-openoffice.webp b/static/icons/vendor/homarr/webp/apache-openoffice.webp
new file mode 100644
index 0000000..77c01a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-openoffice.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-solr.webp b/static/icons/vendor/homarr/webp/apache-solr.webp
new file mode 100644
index 0000000..494d884
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-solr.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-subversion.webp b/static/icons/vendor/homarr/webp/apache-subversion.webp
new file mode 100644
index 0000000..03592e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-subversion.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-tomcat-light.webp b/static/icons/vendor/homarr/webp/apache-tomcat-light.webp
new file mode 100644
index 0000000..c728288
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-tomcat-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache-tomcat.webp b/static/icons/vendor/homarr/webp/apache-tomcat.webp
new file mode 100644
index 0000000..921a42c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache-tomcat.webp differ
diff --git a/static/icons/vendor/homarr/webp/apache.webp b/static/icons/vendor/homarr/webp/apache.webp
new file mode 100644
index 0000000..95a43a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apache.webp differ
diff --git a/static/icons/vendor/homarr/webp/apc.webp b/static/icons/vendor/homarr/webp/apc.webp
new file mode 100644
index 0000000..badfd83
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apc.webp differ
diff --git a/static/icons/vendor/homarr/webp/apiscp.webp b/static/icons/vendor/homarr/webp/apiscp.webp
new file mode 100644
index 0000000..789e7f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apiscp.webp differ
diff --git a/static/icons/vendor/homarr/webp/app-service.webp b/static/icons/vendor/homarr/webp/app-service.webp
new file mode 100644
index 0000000..a078e25
Binary files /dev/null and b/static/icons/vendor/homarr/webp/app-service.webp differ
diff --git a/static/icons/vendor/homarr/webp/app-store.webp b/static/icons/vendor/homarr/webp/app-store.webp
new file mode 100644
index 0000000..e61a2ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/app-store.webp differ
diff --git a/static/icons/vendor/homarr/webp/appdaemon.webp b/static/icons/vendor/homarr/webp/appdaemon.webp
new file mode 100644
index 0000000..79acd42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/appdaemon.webp differ
diff --git a/static/icons/vendor/homarr/webp/appflowy.webp b/static/icons/vendor/homarr/webp/appflowy.webp
new file mode 100644
index 0000000..9541b97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/appflowy.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-alt.webp b/static/icons/vendor/homarr/webp/apple-alt.webp
new file mode 100644
index 0000000..85749b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-light.webp b/static/icons/vendor/homarr/webp/apple-light.webp
new file mode 100644
index 0000000..14cb72f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-maps.webp b/static/icons/vendor/homarr/webp/apple-maps.webp
new file mode 100644
index 0000000..3727a53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-maps.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-music.webp b/static/icons/vendor/homarr/webp/apple-music.webp
new file mode 100644
index 0000000..0dd8941
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-music.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-podcasts.webp b/static/icons/vendor/homarr/webp/apple-podcasts.webp
new file mode 100644
index 0000000..8fa4466
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-podcasts.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-tv-plus-light.webp b/static/icons/vendor/homarr/webp/apple-tv-plus-light.webp
new file mode 100644
index 0000000..018aceb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-tv-plus-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple-tv-plus.webp b/static/icons/vendor/homarr/webp/apple-tv-plus.webp
new file mode 100644
index 0000000..2bda229
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple-tv-plus.webp differ
diff --git a/static/icons/vendor/homarr/webp/apple.webp b/static/icons/vendor/homarr/webp/apple.webp
new file mode 100644
index 0000000..7d2678b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apple.webp differ
diff --git a/static/icons/vendor/homarr/webp/application-gateway-container.webp b/static/icons/vendor/homarr/webp/application-gateway-container.webp
new file mode 100644
index 0000000..09b3d22
Binary files /dev/null and b/static/icons/vendor/homarr/webp/application-gateway-container.webp differ
diff --git a/static/icons/vendor/homarr/webp/application-gateways.webp b/static/icons/vendor/homarr/webp/application-gateways.webp
new file mode 100644
index 0000000..53500e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/application-gateways.webp differ
diff --git a/static/icons/vendor/homarr/webp/apprise.webp b/static/icons/vendor/homarr/webp/apprise.webp
new file mode 100644
index 0000000..978005c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/apprise.webp differ
diff --git a/static/icons/vendor/homarr/webp/appwrite.webp b/static/icons/vendor/homarr/webp/appwrite.webp
new file mode 100644
index 0000000..0d8d0e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/appwrite.webp differ
diff --git a/static/icons/vendor/homarr/webp/ara-records-ansible.webp b/static/icons/vendor/homarr/webp/ara-records-ansible.webp
new file mode 100644
index 0000000..e9aa3bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ara-records-ansible.webp differ
diff --git a/static/icons/vendor/homarr/webp/arcane.webp b/static/icons/vendor/homarr/webp/arcane.webp
new file mode 100644
index 0000000..bbdf698
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arcane.webp differ
diff --git a/static/icons/vendor/homarr/webp/arch-linux.webp b/static/icons/vendor/homarr/webp/arch-linux.webp
new file mode 100644
index 0000000..60faa8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arch-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/archidekt.webp b/static/icons/vendor/homarr/webp/archidekt.webp
new file mode 100644
index 0000000..560c9b4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/archidekt.webp differ
diff --git a/static/icons/vendor/homarr/webp/archisteamfarm.webp b/static/icons/vendor/homarr/webp/archisteamfarm.webp
new file mode 100644
index 0000000..082bfea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/archisteamfarm.webp differ
diff --git a/static/icons/vendor/homarr/webp/archivebox.webp b/static/icons/vendor/homarr/webp/archivebox.webp
new file mode 100644
index 0000000..1218a14
Binary files /dev/null and b/static/icons/vendor/homarr/webp/archivebox.webp differ
diff --git a/static/icons/vendor/homarr/webp/archiveteam-warrior-light.webp b/static/icons/vendor/homarr/webp/archiveteam-warrior-light.webp
new file mode 100644
index 0000000..3c33b52
Binary files /dev/null and b/static/icons/vendor/homarr/webp/archiveteam-warrior-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/archiveteam-warrior.webp b/static/icons/vendor/homarr/webp/archiveteam-warrior.webp
new file mode 100644
index 0000000..3c0037d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/archiveteam-warrior.webp differ
diff --git a/static/icons/vendor/homarr/webp/arduino.webp b/static/icons/vendor/homarr/webp/arduino.webp
new file mode 100644
index 0000000..1435140
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arduino.webp differ
diff --git a/static/icons/vendor/homarr/webp/arenalmsys.webp b/static/icons/vendor/homarr/webp/arenalmsys.webp
new file mode 100644
index 0000000..ca4cff0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arenalmsys.webp differ
diff --git a/static/icons/vendor/homarr/webp/argo-cd.webp b/static/icons/vendor/homarr/webp/argo-cd.webp
new file mode 100644
index 0000000..9f9d518
Binary files /dev/null and b/static/icons/vendor/homarr/webp/argo-cd.webp differ
diff --git a/static/icons/vendor/homarr/webp/ariang.webp b/static/icons/vendor/homarr/webp/ariang.webp
new file mode 100644
index 0000000..cc45c0e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ariang.webp differ
diff --git a/static/icons/vendor/homarr/webp/arm.webp b/static/icons/vendor/homarr/webp/arm.webp
new file mode 100644
index 0000000..4dccab9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arm.webp differ
diff --git a/static/icons/vendor/homarr/webp/arris-light.webp b/static/icons/vendor/homarr/webp/arris-light.webp
new file mode 100644
index 0000000..d5f4003
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arris-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/arris.webp b/static/icons/vendor/homarr/webp/arris.webp
new file mode 100644
index 0000000..e6857db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/arris.webp differ
diff --git a/static/icons/vendor/homarr/webp/artifacthub.webp b/static/icons/vendor/homarr/webp/artifacthub.webp
new file mode 100644
index 0000000..c6fc8b9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/artifacthub.webp differ
diff --git a/static/icons/vendor/homarr/webp/artifactory.webp b/static/icons/vendor/homarr/webp/artifactory.webp
new file mode 100644
index 0000000..8c04051
Binary files /dev/null and b/static/icons/vendor/homarr/webp/artifactory.webp differ
diff --git a/static/icons/vendor/homarr/webp/aruba.webp b/static/icons/vendor/homarr/webp/aruba.webp
new file mode 100644
index 0000000..c324cf0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aruba.webp differ
diff --git a/static/icons/vendor/homarr/webp/asana.webp b/static/icons/vendor/homarr/webp/asana.webp
new file mode 100644
index 0000000..32c760a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asana.webp differ
diff --git a/static/icons/vendor/homarr/webp/asciinema.webp b/static/icons/vendor/homarr/webp/asciinema.webp
new file mode 100644
index 0000000..bd8693f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asciinema.webp differ
diff --git a/static/icons/vendor/homarr/webp/asrock-rack-ipmi.webp b/static/icons/vendor/homarr/webp/asrock-rack-ipmi.webp
new file mode 100644
index 0000000..2c6eb7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asrock-rack-ipmi.webp differ
diff --git a/static/icons/vendor/homarr/webp/asrock-rack.webp b/static/icons/vendor/homarr/webp/asrock-rack.webp
new file mode 100644
index 0000000..2c6eb7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asrock-rack.webp differ
diff --git a/static/icons/vendor/homarr/webp/assetgrid.webp b/static/icons/vendor/homarr/webp/assetgrid.webp
new file mode 100644
index 0000000..c5eeb8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/assetgrid.webp differ
diff --git a/static/icons/vendor/homarr/webp/asterisk.webp b/static/icons/vendor/homarr/webp/asterisk.webp
new file mode 100644
index 0000000..cb7b227
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asterisk.webp differ
diff --git a/static/icons/vendor/homarr/webp/astral.webp b/static/icons/vendor/homarr/webp/astral.webp
new file mode 100644
index 0000000..0aa331b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/astral.webp differ
diff --git a/static/icons/vendor/homarr/webp/astuto-light.webp b/static/icons/vendor/homarr/webp/astuto-light.webp
new file mode 100644
index 0000000..434aeb8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/astuto-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/astuto.webp b/static/icons/vendor/homarr/webp/astuto.webp
new file mode 100644
index 0000000..15e774e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/astuto.webp differ
diff --git a/static/icons/vendor/homarr/webp/asus-full.webp b/static/icons/vendor/homarr/webp/asus-full.webp
new file mode 100644
index 0000000..d851cbb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asus-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/asus-rog.webp b/static/icons/vendor/homarr/webp/asus-rog.webp
new file mode 100644
index 0000000..351ed0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asus-rog.webp differ
diff --git a/static/icons/vendor/homarr/webp/asus-router.webp b/static/icons/vendor/homarr/webp/asus-router.webp
new file mode 100644
index 0000000..c3cb8c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asus-router.webp differ
diff --git a/static/icons/vendor/homarr/webp/asus.webp b/static/icons/vendor/homarr/webp/asus.webp
new file mode 100644
index 0000000..3b59d56
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asus.webp differ
diff --git a/static/icons/vendor/homarr/webp/asustor.webp b/static/icons/vendor/homarr/webp/asustor.webp
new file mode 100644
index 0000000..a6d5ebc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/asustor.webp differ
diff --git a/static/icons/vendor/homarr/webp/at-t.webp b/static/icons/vendor/homarr/webp/at-t.webp
new file mode 100644
index 0000000..822cb2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/at-t.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-bamboo.webp b/static/icons/vendor/homarr/webp/atlassian-bamboo.webp
new file mode 100644
index 0000000..b4bcf0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-bamboo.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-bitbucket.webp b/static/icons/vendor/homarr/webp/atlassian-bitbucket.webp
new file mode 100644
index 0000000..aa903f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-bitbucket.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-confluence.webp b/static/icons/vendor/homarr/webp/atlassian-confluence.webp
new file mode 100644
index 0000000..7ceaefa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-confluence.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-jira.webp b/static/icons/vendor/homarr/webp/atlassian-jira.webp
new file mode 100644
index 0000000..c22c2b9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-jira.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-opsgenie.webp b/static/icons/vendor/homarr/webp/atlassian-opsgenie.webp
new file mode 100644
index 0000000..3c35151
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-opsgenie.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian-trello.webp b/static/icons/vendor/homarr/webp/atlassian-trello.webp
new file mode 100644
index 0000000..af391a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian-trello.webp differ
diff --git a/static/icons/vendor/homarr/webp/atlassian.webp b/static/icons/vendor/homarr/webp/atlassian.webp
new file mode 100644
index 0000000..5e50a37
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atlassian.webp differ
diff --git a/static/icons/vendor/homarr/webp/atuin-light.webp b/static/icons/vendor/homarr/webp/atuin-light.webp
new file mode 100644
index 0000000..227d963
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atuin-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/atuin.webp b/static/icons/vendor/homarr/webp/atuin.webp
new file mode 100644
index 0000000..2a5d8ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/atuin.webp differ
diff --git a/static/icons/vendor/homarr/webp/audacity.webp b/static/icons/vendor/homarr/webp/audacity.webp
new file mode 100644
index 0000000..295960d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/audacity.webp differ
diff --git a/static/icons/vendor/homarr/webp/audiobookshelf.webp b/static/icons/vendor/homarr/webp/audiobookshelf.webp
new file mode 100644
index 0000000..9713d52
Binary files /dev/null and b/static/icons/vendor/homarr/webp/audiobookshelf.webp differ
diff --git a/static/icons/vendor/homarr/webp/audora.webp b/static/icons/vendor/homarr/webp/audora.webp
new file mode 100644
index 0000000..231f320
Binary files /dev/null and b/static/icons/vendor/homarr/webp/audora.webp differ
diff --git a/static/icons/vendor/homarr/webp/aura.webp b/static/icons/vendor/homarr/webp/aura.webp
new file mode 100644
index 0000000..1e1cc97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aura.webp differ
diff --git a/static/icons/vendor/homarr/webp/auracast.webp b/static/icons/vendor/homarr/webp/auracast.webp
new file mode 100644
index 0000000..a1b5564
Binary files /dev/null and b/static/icons/vendor/homarr/webp/auracast.webp differ
diff --git a/static/icons/vendor/homarr/webp/authelia.webp b/static/icons/vendor/homarr/webp/authelia.webp
new file mode 100644
index 0000000..f20f3bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/authelia.webp differ
diff --git a/static/icons/vendor/homarr/webp/authentik.webp b/static/icons/vendor/homarr/webp/authentik.webp
new file mode 100644
index 0000000..9d68047
Binary files /dev/null and b/static/icons/vendor/homarr/webp/authentik.webp differ
diff --git a/static/icons/vendor/homarr/webp/authman.webp b/static/icons/vendor/homarr/webp/authman.webp
new file mode 100644
index 0000000..d985002
Binary files /dev/null and b/static/icons/vendor/homarr/webp/authman.webp differ
diff --git a/static/icons/vendor/homarr/webp/auto-cad.webp b/static/icons/vendor/homarr/webp/auto-cad.webp
new file mode 100644
index 0000000..a3407f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/auto-cad.webp differ
diff --git a/static/icons/vendor/homarr/webp/auto-mcs.webp b/static/icons/vendor/homarr/webp/auto-mcs.webp
new file mode 100644
index 0000000..6ea0ae3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/auto-mcs.webp differ
diff --git a/static/icons/vendor/homarr/webp/autobangumi-dark.webp b/static/icons/vendor/homarr/webp/autobangumi-dark.webp
new file mode 100644
index 0000000..816c350
Binary files /dev/null and b/static/icons/vendor/homarr/webp/autobangumi-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/autobangumi.webp b/static/icons/vendor/homarr/webp/autobangumi.webp
new file mode 100644
index 0000000..85b961f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/autobangumi.webp differ
diff --git a/static/icons/vendor/homarr/webp/autobrr.webp b/static/icons/vendor/homarr/webp/autobrr.webp
new file mode 100644
index 0000000..f0e3350
Binary files /dev/null and b/static/icons/vendor/homarr/webp/autobrr.webp differ
diff --git a/static/icons/vendor/homarr/webp/automad-light.webp b/static/icons/vendor/homarr/webp/automad-light.webp
new file mode 100644
index 0000000..3f5be35
Binary files /dev/null and b/static/icons/vendor/homarr/webp/automad-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/automad.webp b/static/icons/vendor/homarr/webp/automad.webp
new file mode 100644
index 0000000..2ad2143
Binary files /dev/null and b/static/icons/vendor/homarr/webp/automad.webp differ
diff --git a/static/icons/vendor/homarr/webp/av1-dark.webp b/static/icons/vendor/homarr/webp/av1-dark.webp
new file mode 100644
index 0000000..c0fda1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/av1-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/av1-light.webp b/static/icons/vendor/homarr/webp/av1-light.webp
new file mode 100644
index 0000000..3e1f8ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/av1-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/av1.webp b/static/icons/vendor/homarr/webp/av1.webp
new file mode 100644
index 0000000..c0fda1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/av1.webp differ
diff --git a/static/icons/vendor/homarr/webp/avg.webp b/static/icons/vendor/homarr/webp/avg.webp
new file mode 100644
index 0000000..e4a0757
Binary files /dev/null and b/static/icons/vendor/homarr/webp/avg.webp differ
diff --git a/static/icons/vendor/homarr/webp/avigilon.webp b/static/icons/vendor/homarr/webp/avigilon.webp
new file mode 100644
index 0000000..ef37475
Binary files /dev/null and b/static/icons/vendor/homarr/webp/avigilon.webp differ
diff --git a/static/icons/vendor/homarr/webp/avm-fritzbox-light.webp b/static/icons/vendor/homarr/webp/avm-fritzbox-light.webp
new file mode 100644
index 0000000..0ab9787
Binary files /dev/null and b/static/icons/vendor/homarr/webp/avm-fritzbox-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/avm-fritzbox.webp b/static/icons/vendor/homarr/webp/avm-fritzbox.webp
new file mode 100644
index 0000000..dfa1399
Binary files /dev/null and b/static/icons/vendor/homarr/webp/avm-fritzbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/aws-ecs.webp b/static/icons/vendor/homarr/webp/aws-ecs.webp
new file mode 100644
index 0000000..448cb62
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aws-ecs.webp differ
diff --git a/static/icons/vendor/homarr/webp/aws-light.webp b/static/icons/vendor/homarr/webp/aws-light.webp
new file mode 100644
index 0000000..e77bcc6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aws-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/aws.webp b/static/icons/vendor/homarr/webp/aws.webp
new file mode 100644
index 0000000..6e82be1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aws.webp differ
diff --git a/static/icons/vendor/homarr/webp/awtrix.webp b/static/icons/vendor/homarr/webp/awtrix.webp
new file mode 100644
index 0000000..cba7247
Binary files /dev/null and b/static/icons/vendor/homarr/webp/awtrix.webp differ
diff --git a/static/icons/vendor/homarr/webp/awwesome.webp b/static/icons/vendor/homarr/webp/awwesome.webp
new file mode 100644
index 0000000..6737060
Binary files /dev/null and b/static/icons/vendor/homarr/webp/awwesome.webp differ
diff --git a/static/icons/vendor/homarr/webp/awx.webp b/static/icons/vendor/homarr/webp/awx.webp
new file mode 100644
index 0000000..a25d70a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/awx.webp differ
diff --git a/static/icons/vendor/homarr/webp/axis.webp b/static/icons/vendor/homarr/webp/axis.webp
new file mode 100644
index 0000000..3796c55
Binary files /dev/null and b/static/icons/vendor/homarr/webp/axis.webp differ
diff --git a/static/icons/vendor/homarr/webp/aya.webp b/static/icons/vendor/homarr/webp/aya.webp
new file mode 100644
index 0000000..6edfe0e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/aya.webp differ
diff --git a/static/icons/vendor/homarr/webp/azuracast.webp b/static/icons/vendor/homarr/webp/azuracast.webp
new file mode 100644
index 0000000..053da89
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azuracast.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-bicep.webp b/static/icons/vendor/homarr/webp/azure-bicep.webp
new file mode 100644
index 0000000..6a9f928
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-bicep.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-container-apps.webp b/static/icons/vendor/homarr/webp/azure-container-apps.webp
new file mode 100644
index 0000000..859c769
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-container-apps.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-container-instances.webp b/static/icons/vendor/homarr/webp/azure-container-instances.webp
new file mode 100644
index 0000000..9b76924
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-container-instances.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-container-registry.webp b/static/icons/vendor/homarr/webp/azure-container-registry.webp
new file mode 100644
index 0000000..b29645d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-container-registry.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-container-service.webp b/static/icons/vendor/homarr/webp/azure-container-service.webp
new file mode 100644
index 0000000..b99a0b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-container-service.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-cosmos-db.webp b/static/icons/vendor/homarr/webp/azure-cosmos-db.webp
new file mode 100644
index 0000000..2c8aa67
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-cosmos-db.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-devops.webp b/static/icons/vendor/homarr/webp/azure-devops.webp
new file mode 100644
index 0000000..7477a16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-devops.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-dns.webp b/static/icons/vendor/homarr/webp/azure-dns.webp
new file mode 100644
index 0000000..c89e778
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-dns.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-firewall.webp b/static/icons/vendor/homarr/webp/azure-firewall.webp
new file mode 100644
index 0000000..af58768
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-firewall.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-kubernetes-services.webp b/static/icons/vendor/homarr/webp/azure-kubernetes-services.webp
new file mode 100644
index 0000000..4bb800f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-kubernetes-services.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-log-analytics-workspaces.webp b/static/icons/vendor/homarr/webp/azure-log-analytics-workspaces.webp
new file mode 100644
index 0000000..74dc448
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-log-analytics-workspaces.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-monitor.webp b/static/icons/vendor/homarr/webp/azure-monitor.webp
new file mode 100644
index 0000000..7a1978e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-monitor.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-postgres-server.webp b/static/icons/vendor/homarr/webp/azure-postgres-server.webp
new file mode 100644
index 0000000..95c6333
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-postgres-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-sql-db.webp b/static/icons/vendor/homarr/webp/azure-sql-db.webp
new file mode 100644
index 0000000..7c53ada
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-sql-db.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-sql-server.webp b/static/icons/vendor/homarr/webp/azure-sql-server.webp
new file mode 100644
index 0000000..bff1364
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-sql-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-storage-accounts.webp b/static/icons/vendor/homarr/webp/azure-storage-accounts.webp
new file mode 100644
index 0000000..60f33b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-storage-accounts.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-virtual-desktop.webp b/static/icons/vendor/homarr/webp/azure-virtual-desktop.webp
new file mode 100644
index 0000000..38043ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-virtual-desktop.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-virtual-network-gateways.webp b/static/icons/vendor/homarr/webp/azure-virtual-network-gateways.webp
new file mode 100644
index 0000000..9f61cc7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-virtual-network-gateways.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-vm.webp b/static/icons/vendor/homarr/webp/azure-vm.webp
new file mode 100644
index 0000000..a355a5a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-vm.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure-vnet.webp b/static/icons/vendor/homarr/webp/azure-vnet.webp
new file mode 100644
index 0000000..cf46c3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure-vnet.webp differ
diff --git a/static/icons/vendor/homarr/webp/azure.webp b/static/icons/vendor/homarr/webp/azure.webp
new file mode 100644
index 0000000..4a3a9c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/azure.webp differ
diff --git a/static/icons/vendor/homarr/webp/bab-technologie-dark.webp b/static/icons/vendor/homarr/webp/bab-technologie-dark.webp
new file mode 100644
index 0000000..10a20a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bab-technologie-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/bab-technologie.webp b/static/icons/vendor/homarr/webp/bab-technologie.webp
new file mode 100644
index 0000000..f1074d9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bab-technologie.webp differ
diff --git a/static/icons/vendor/homarr/webp/babybuddy.webp b/static/icons/vendor/homarr/webp/babybuddy.webp
new file mode 100644
index 0000000..6163e61
Binary files /dev/null and b/static/icons/vendor/homarr/webp/babybuddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/backblaze.webp b/static/icons/vendor/homarr/webp/backblaze.webp
new file mode 100644
index 0000000..55d1c64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/backblaze.webp differ
diff --git a/static/icons/vendor/homarr/webp/backrest-light.webp b/static/icons/vendor/homarr/webp/backrest-light.webp
new file mode 100644
index 0000000..180b2b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/backrest-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/backrest.webp b/static/icons/vendor/homarr/webp/backrest.webp
new file mode 100644
index 0000000..8402903
Binary files /dev/null and b/static/icons/vendor/homarr/webp/backrest.webp differ
diff --git a/static/icons/vendor/homarr/webp/bacula.webp b/static/icons/vendor/homarr/webp/bacula.webp
new file mode 100644
index 0000000..7aea8ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bacula.webp differ
diff --git a/static/icons/vendor/homarr/webp/badge.webp b/static/icons/vendor/homarr/webp/badge.webp
new file mode 100644
index 0000000..6ad540b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/badge.webp differ
diff --git a/static/icons/vendor/homarr/webp/baikal.webp b/static/icons/vendor/homarr/webp/baikal.webp
new file mode 100644
index 0000000..10fd229
Binary files /dev/null and b/static/icons/vendor/homarr/webp/baikal.webp differ
diff --git a/static/icons/vendor/homarr/webp/bale.webp b/static/icons/vendor/homarr/webp/bale.webp
new file mode 100644
index 0000000..853ac07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bale.webp differ
diff --git a/static/icons/vendor/homarr/webp/balena-cloud.webp b/static/icons/vendor/homarr/webp/balena-cloud.webp
new file mode 100644
index 0000000..52625bf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/balena-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/balena-etcher.webp b/static/icons/vendor/homarr/webp/balena-etcher.webp
new file mode 100644
index 0000000..049411e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/balena-etcher.webp differ
diff --git a/static/icons/vendor/homarr/webp/ballerina.webp b/static/icons/vendor/homarr/webp/ballerina.webp
new file mode 100644
index 0000000..8432838
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ballerina.webp differ
diff --git a/static/icons/vendor/homarr/webp/bandcamp.webp b/static/icons/vendor/homarr/webp/bandcamp.webp
new file mode 100644
index 0000000..1995a07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bandcamp.webp differ
diff --git a/static/icons/vendor/homarr/webp/bar-assistant.webp b/static/icons/vendor/homarr/webp/bar-assistant.webp
new file mode 100644
index 0000000..5f7734e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bar-assistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/barcodebuddy.webp b/static/icons/vendor/homarr/webp/barcodebuddy.webp
new file mode 100644
index 0000000..0662b5d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/barcodebuddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/barrage.webp b/static/icons/vendor/homarr/webp/barrage.webp
new file mode 100644
index 0000000..d1ca5a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/barrage.webp differ
diff --git a/static/icons/vendor/homarr/webp/baserow.webp b/static/icons/vendor/homarr/webp/baserow.webp
new file mode 100644
index 0000000..fd345dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/baserow.webp differ
diff --git a/static/icons/vendor/homarr/webp/basilisk.webp b/static/icons/vendor/homarr/webp/basilisk.webp
new file mode 100644
index 0000000..28ab042
Binary files /dev/null and b/static/icons/vendor/homarr/webp/basilisk.webp differ
diff --git a/static/icons/vendor/homarr/webp/bastillion.webp b/static/icons/vendor/homarr/webp/bastillion.webp
new file mode 100644
index 0000000..335168e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bastillion.webp differ
diff --git a/static/icons/vendor/homarr/webp/batocera-linux.webp b/static/icons/vendor/homarr/webp/batocera-linux.webp
new file mode 100644
index 0000000..d1fc571
Binary files /dev/null and b/static/icons/vendor/homarr/webp/batocera-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/bazarr-dark.webp b/static/icons/vendor/homarr/webp/bazarr-dark.webp
new file mode 100644
index 0000000..0f1c91d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bazarr-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/bazarr.webp b/static/icons/vendor/homarr/webp/bazarr.webp
new file mode 100644
index 0000000..42f2386
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bazarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/bazecor.webp b/static/icons/vendor/homarr/webp/bazecor.webp
new file mode 100644
index 0000000..5113762
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bazecor.webp differ
diff --git a/static/icons/vendor/homarr/webp/be-quiet.webp b/static/icons/vendor/homarr/webp/be-quiet.webp
new file mode 100644
index 0000000..2dbf6cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/be-quiet.webp differ
diff --git a/static/icons/vendor/homarr/webp/beaver-habit-tracker-light.webp b/static/icons/vendor/homarr/webp/beaver-habit-tracker-light.webp
new file mode 100644
index 0000000..53c8510
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beaver-habit-tracker-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/beaver-habit-tracker.webp b/static/icons/vendor/homarr/webp/beaver-habit-tracker.webp
new file mode 100644
index 0000000..a50141c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beaver-habit-tracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/bechtle.webp b/static/icons/vendor/homarr/webp/bechtle.webp
new file mode 100644
index 0000000..8fb16a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bechtle.webp differ
diff --git a/static/icons/vendor/homarr/webp/beef-light.webp b/static/icons/vendor/homarr/webp/beef-light.webp
new file mode 100644
index 0000000..650ae17
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beef-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/beef.webp b/static/icons/vendor/homarr/webp/beef.webp
new file mode 100644
index 0000000..cd8a182
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beef.webp differ
diff --git a/static/icons/vendor/homarr/webp/beets.webp b/static/icons/vendor/homarr/webp/beets.webp
new file mode 100644
index 0000000..6411096
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beets.webp differ
diff --git a/static/icons/vendor/homarr/webp/behance.webp b/static/icons/vendor/homarr/webp/behance.webp
new file mode 100644
index 0000000..05b0780
Binary files /dev/null and b/static/icons/vendor/homarr/webp/behance.webp differ
diff --git a/static/icons/vendor/homarr/webp/benotes.webp b/static/icons/vendor/homarr/webp/benotes.webp
new file mode 100644
index 0000000..6c0b6f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/benotes.webp differ
diff --git a/static/icons/vendor/homarr/webp/bentopdf.webp b/static/icons/vendor/homarr/webp/bentopdf.webp
new file mode 100644
index 0000000..6c7d849
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bentopdf.webp differ
diff --git a/static/icons/vendor/homarr/webp/beszel-light.webp b/static/icons/vendor/homarr/webp/beszel-light.webp
new file mode 100644
index 0000000..a8e2132
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beszel-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/beszel.webp b/static/icons/vendor/homarr/webp/beszel.webp
new file mode 100644
index 0000000..a8e2132
Binary files /dev/null and b/static/icons/vendor/homarr/webp/beszel.webp differ
diff --git a/static/icons/vendor/homarr/webp/betanin.webp b/static/icons/vendor/homarr/webp/betanin.webp
new file mode 100644
index 0000000..c4118a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/betanin.webp differ
diff --git a/static/icons/vendor/homarr/webp/bewcloud.webp b/static/icons/vendor/homarr/webp/bewcloud.webp
new file mode 100644
index 0000000..13c0ec9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bewcloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/bible-gateway.webp b/static/icons/vendor/homarr/webp/bible-gateway.webp
new file mode 100644
index 0000000..3ecfae2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bible-gateway.webp differ
diff --git a/static/icons/vendor/homarr/webp/bibliogram.webp b/static/icons/vendor/homarr/webp/bibliogram.webp
new file mode 100644
index 0000000..008a043
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bibliogram.webp differ
diff --git a/static/icons/vendor/homarr/webp/biblioreads-light.webp b/static/icons/vendor/homarr/webp/biblioreads-light.webp
new file mode 100644
index 0000000..66828e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/biblioreads-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/biblioreads.webp b/static/icons/vendor/homarr/webp/biblioreads.webp
new file mode 100644
index 0000000..99cbd5a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/biblioreads.webp differ
diff --git a/static/icons/vendor/homarr/webp/biedronka.webp b/static/icons/vendor/homarr/webp/biedronka.webp
new file mode 100644
index 0000000..c32c967
Binary files /dev/null and b/static/icons/vendor/homarr/webp/biedronka.webp differ
diff --git a/static/icons/vendor/homarr/webp/bigcapital.webp b/static/icons/vendor/homarr/webp/bigcapital.webp
new file mode 100644
index 0000000..062a221
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bigcapital.webp differ
diff --git a/static/icons/vendor/homarr/webp/bilibili.webp b/static/icons/vendor/homarr/webp/bilibili.webp
new file mode 100644
index 0000000..8f37b16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bilibili.webp differ
diff --git a/static/icons/vendor/homarr/webp/bing.webp b/static/icons/vendor/homarr/webp/bing.webp
new file mode 100644
index 0000000..3136448
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bing.webp differ
diff --git a/static/icons/vendor/homarr/webp/binner-dark.webp b/static/icons/vendor/homarr/webp/binner-dark.webp
new file mode 100644
index 0000000..2d107fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/binner-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/binner.webp b/static/icons/vendor/homarr/webp/binner.webp
new file mode 100644
index 0000000..9175625
Binary files /dev/null and b/static/icons/vendor/homarr/webp/binner.webp differ
diff --git a/static/icons/vendor/homarr/webp/birdnet.webp b/static/icons/vendor/homarr/webp/birdnet.webp
new file mode 100644
index 0000000..ecaab12
Binary files /dev/null and b/static/icons/vendor/homarr/webp/birdnet.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitbucket.webp b/static/icons/vendor/homarr/webp/bitbucket.webp
new file mode 100644
index 0000000..fc5d6b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitbucket.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitcoin.webp b/static/icons/vendor/homarr/webp/bitcoin.webp
new file mode 100644
index 0000000..2142218
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitcoin.webp differ
diff --git a/static/icons/vendor/homarr/webp/bithumen.webp b/static/icons/vendor/homarr/webp/bithumen.webp
new file mode 100644
index 0000000..50d803e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bithumen.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitly-dark.webp b/static/icons/vendor/homarr/webp/bitly-dark.webp
new file mode 100644
index 0000000..4ad3bb7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitly-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitly-light.webp b/static/icons/vendor/homarr/webp/bitly-light.webp
new file mode 100644
index 0000000..1a09d86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitly-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitly-wordmark-light.webp b/static/icons/vendor/homarr/webp/bitly-wordmark-light.webp
new file mode 100644
index 0000000..8a6b630
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitly-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitly.webp b/static/icons/vendor/homarr/webp/bitly.webp
new file mode 100644
index 0000000..1a09d86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitly.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitmagnet.webp b/static/icons/vendor/homarr/webp/bitmagnet.webp
new file mode 100644
index 0000000..f17b21f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitmagnet.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitwarden.webp b/static/icons/vendor/homarr/webp/bitwarden.webp
new file mode 100644
index 0000000..c4800c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitwarden.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitwig-studio-dark.webp b/static/icons/vendor/homarr/webp/bitwig-studio-dark.webp
new file mode 100644
index 0000000..896d331
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitwig-studio-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/bitwig-studio.webp b/static/icons/vendor/homarr/webp/bitwig-studio.webp
new file mode 100644
index 0000000..765d4c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bitwig-studio.webp differ
diff --git a/static/icons/vendor/homarr/webp/black-forest-labs-dark.webp b/static/icons/vendor/homarr/webp/black-forest-labs-dark.webp
new file mode 100644
index 0000000..258ad33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/black-forest-labs-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/black-forest-labs-light.webp b/static/icons/vendor/homarr/webp/black-forest-labs-light.webp
new file mode 100644
index 0000000..0b20f5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/black-forest-labs-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-dark.webp b/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-dark.webp
new file mode 100644
index 0000000..0ff096a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-light.webp b/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-light.webp
new file mode 100644
index 0000000..1ab3cbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/black-forest-labs-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/black-forest-labs.webp b/static/icons/vendor/homarr/webp/black-forest-labs.webp
new file mode 100644
index 0000000..258ad33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/black-forest-labs.webp differ
diff --git a/static/icons/vendor/homarr/webp/blender.webp b/static/icons/vendor/homarr/webp/blender.webp
new file mode 100644
index 0000000..bc432fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blender.webp differ
diff --git a/static/icons/vendor/homarr/webp/blocky.webp b/static/icons/vendor/homarr/webp/blocky.webp
new file mode 100644
index 0000000..d7eafd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blocky.webp differ
diff --git a/static/icons/vendor/homarr/webp/blogger.webp b/static/icons/vendor/homarr/webp/blogger.webp
new file mode 100644
index 0000000..218ba51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blogger.webp differ
diff --git a/static/icons/vendor/homarr/webp/blu-ray-3d.webp b/static/icons/vendor/homarr/webp/blu-ray-3d.webp
new file mode 100644
index 0000000..77c752d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blu-ray-3d.webp differ
diff --git a/static/icons/vendor/homarr/webp/blu-ray.webp b/static/icons/vendor/homarr/webp/blu-ray.webp
new file mode 100644
index 0000000..cec804d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blu-ray.webp differ
diff --git a/static/icons/vendor/homarr/webp/blue-iris.webp b/static/icons/vendor/homarr/webp/blue-iris.webp
new file mode 100644
index 0000000..2f98d59
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blue-iris.webp differ
diff --git a/static/icons/vendor/homarr/webp/blue-letter-bible.webp b/static/icons/vendor/homarr/webp/blue-letter-bible.webp
new file mode 100644
index 0000000..669c49c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/blue-letter-bible.webp differ
diff --git a/static/icons/vendor/homarr/webp/bluesky.webp b/static/icons/vendor/homarr/webp/bluesky.webp
new file mode 100644
index 0000000..1a9faff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bluesky.webp differ
diff --git a/static/icons/vendor/homarr/webp/bluetooth.webp b/static/icons/vendor/homarr/webp/bluetooth.webp
new file mode 100644
index 0000000..879ca91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bluetooth.webp differ
diff --git a/static/icons/vendor/homarr/webp/bluewallet.webp b/static/icons/vendor/homarr/webp/bluewallet.webp
new file mode 100644
index 0000000..8f3d1dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bluewallet.webp differ
diff --git a/static/icons/vendor/homarr/webp/bobcat-miner.webp b/static/icons/vendor/homarr/webp/bobcat-miner.webp
new file mode 100644
index 0000000..8f9af68
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bobcat-miner.webp differ
diff --git a/static/icons/vendor/homarr/webp/boeing.webp b/static/icons/vendor/homarr/webp/boeing.webp
new file mode 100644
index 0000000..279ce68
Binary files /dev/null and b/static/icons/vendor/homarr/webp/boeing.webp differ
diff --git a/static/icons/vendor/homarr/webp/boinc.webp b/static/icons/vendor/homarr/webp/boinc.webp
new file mode 100644
index 0000000..ad8d7a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/boinc.webp differ
diff --git a/static/icons/vendor/homarr/webp/book-lore.webp b/static/icons/vendor/homarr/webp/book-lore.webp
new file mode 100644
index 0000000..8653ad6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/book-lore.webp differ
diff --git a/static/icons/vendor/homarr/webp/booklogr-light.webp b/static/icons/vendor/homarr/webp/booklogr-light.webp
new file mode 100644
index 0000000..4ace7d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/booklogr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/booklogr.webp b/static/icons/vendor/homarr/webp/booklogr.webp
new file mode 100644
index 0000000..ca7c245
Binary files /dev/null and b/static/icons/vendor/homarr/webp/booklogr.webp differ
diff --git a/static/icons/vendor/homarr/webp/booklore-wordmark-light.webp b/static/icons/vendor/homarr/webp/booklore-wordmark-light.webp
new file mode 100644
index 0000000..ac9d044
Binary files /dev/null and b/static/icons/vendor/homarr/webp/booklore-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/booklore.webp b/static/icons/vendor/homarr/webp/booklore.webp
new file mode 100644
index 0000000..a868b95
Binary files /dev/null and b/static/icons/vendor/homarr/webp/booklore.webp differ
diff --git a/static/icons/vendor/homarr/webp/booksonic.webp b/static/icons/vendor/homarr/webp/booksonic.webp
new file mode 100644
index 0000000..8c9a0f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/booksonic.webp differ
diff --git a/static/icons/vendor/homarr/webp/bookstack.webp b/static/icons/vendor/homarr/webp/bookstack.webp
new file mode 100644
index 0000000..272e9a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bookstack.webp differ
diff --git a/static/icons/vendor/homarr/webp/bootstrap.webp b/static/icons/vendor/homarr/webp/bootstrap.webp
new file mode 100644
index 0000000..aed63c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bootstrap.webp differ
diff --git a/static/icons/vendor/homarr/webp/borg.webp b/static/icons/vendor/homarr/webp/borg.webp
new file mode 100644
index 0000000..dded113
Binary files /dev/null and b/static/icons/vendor/homarr/webp/borg.webp differ
diff --git a/static/icons/vendor/homarr/webp/borgmatic-light.webp b/static/icons/vendor/homarr/webp/borgmatic-light.webp
new file mode 100644
index 0000000..33013a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/borgmatic-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/borgmatic.webp b/static/icons/vendor/homarr/webp/borgmatic.webp
new file mode 100644
index 0000000..c5f013b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/borgmatic.webp differ
diff --git a/static/icons/vendor/homarr/webp/bottom-dark.webp b/static/icons/vendor/homarr/webp/bottom-dark.webp
new file mode 100644
index 0000000..b19c832
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bottom-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/bottom.webp b/static/icons/vendor/homarr/webp/bottom.webp
new file mode 100644
index 0000000..7366027
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bottom.webp differ
diff --git a/static/icons/vendor/homarr/webp/boundary.webp b/static/icons/vendor/homarr/webp/boundary.webp
new file mode 100644
index 0000000..e65a332
Binary files /dev/null and b/static/icons/vendor/homarr/webp/boundary.webp differ
diff --git a/static/icons/vendor/homarr/webp/box.webp b/static/icons/vendor/homarr/webp/box.webp
new file mode 100644
index 0000000..b2c3554
Binary files /dev/null and b/static/icons/vendor/homarr/webp/box.webp differ
diff --git a/static/icons/vendor/homarr/webp/boxarr.webp b/static/icons/vendor/homarr/webp/boxarr.webp
new file mode 100644
index 0000000..f45fc75
Binary files /dev/null and b/static/icons/vendor/homarr/webp/boxarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/brave-dev.webp b/static/icons/vendor/homarr/webp/brave-dev.webp
new file mode 100644
index 0000000..a17fb42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brave-dev.webp differ
diff --git a/static/icons/vendor/homarr/webp/brave.webp b/static/icons/vendor/homarr/webp/brave.webp
new file mode 100644
index 0000000..f8d2eaf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brave.webp differ
diff --git a/static/icons/vendor/homarr/webp/brewpi.webp b/static/icons/vendor/homarr/webp/brewpi.webp
new file mode 100644
index 0000000..da5fd2e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brewpi.webp differ
diff --git a/static/icons/vendor/homarr/webp/brick-tracker.webp b/static/icons/vendor/homarr/webp/brick-tracker.webp
new file mode 100644
index 0000000..eb53349
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brick-tracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/bright-move.webp b/static/icons/vendor/homarr/webp/bright-move.webp
new file mode 100644
index 0000000..fa99a6f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bright-move.webp differ
diff --git a/static/icons/vendor/homarr/webp/brillcam.webp b/static/icons/vendor/homarr/webp/brillcam.webp
new file mode 100644
index 0000000..72d9c9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brillcam.webp differ
diff --git a/static/icons/vendor/homarr/webp/broad-link.webp b/static/icons/vendor/homarr/webp/broad-link.webp
new file mode 100644
index 0000000..1f1e455
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broad-link.webp differ
diff --git a/static/icons/vendor/homarr/webp/broadcastchannel-light.webp b/static/icons/vendor/homarr/webp/broadcastchannel-light.webp
new file mode 100644
index 0000000..97d474a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broadcastchannel-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/broadcastchannel.webp b/static/icons/vendor/homarr/webp/broadcastchannel.webp
new file mode 100644
index 0000000..b24a044
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broadcastchannel.webp differ
diff --git a/static/icons/vendor/homarr/webp/broadcom-dark.webp b/static/icons/vendor/homarr/webp/broadcom-dark.webp
new file mode 100644
index 0000000..0938200
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broadcom-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/broadcom-wordmark-light.webp b/static/icons/vendor/homarr/webp/broadcom-wordmark-light.webp
new file mode 100644
index 0000000..5cbd784
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broadcom-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/broadcom.webp b/static/icons/vendor/homarr/webp/broadcom.webp
new file mode 100644
index 0000000..cfef68e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/broadcom.webp differ
diff --git a/static/icons/vendor/homarr/webp/brocade.webp b/static/icons/vendor/homarr/webp/brocade.webp
new file mode 100644
index 0000000..c897ee7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brocade.webp differ
diff --git a/static/icons/vendor/homarr/webp/brother.webp b/static/icons/vendor/homarr/webp/brother.webp
new file mode 100644
index 0000000..7d31968
Binary files /dev/null and b/static/icons/vendor/homarr/webp/brother.webp differ
diff --git a/static/icons/vendor/homarr/webp/browserless-light.webp b/static/icons/vendor/homarr/webp/browserless-light.webp
new file mode 100644
index 0000000..a969bbb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/browserless-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/browserless.webp b/static/icons/vendor/homarr/webp/browserless.webp
new file mode 100644
index 0000000..4d54e3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/browserless.webp differ
diff --git a/static/icons/vendor/homarr/webp/browsh.webp b/static/icons/vendor/homarr/webp/browsh.webp
new file mode 100644
index 0000000..cc6ece8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/browsh.webp differ
diff --git a/static/icons/vendor/homarr/webp/btcpay-server.webp b/static/icons/vendor/homarr/webp/btcpay-server.webp
new file mode 100644
index 0000000..38f7424
Binary files /dev/null and b/static/icons/vendor/homarr/webp/btcpay-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/buddy.webp b/static/icons/vendor/homarr/webp/buddy.webp
new file mode 100644
index 0000000..3ac6225
Binary files /dev/null and b/static/icons/vendor/homarr/webp/buddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/budget-board.webp b/static/icons/vendor/homarr/webp/budget-board.webp
new file mode 100644
index 0000000..5250b58
Binary files /dev/null and b/static/icons/vendor/homarr/webp/budget-board.webp differ
diff --git a/static/icons/vendor/homarr/webp/budget-zero.webp b/static/icons/vendor/homarr/webp/budget-zero.webp
new file mode 100644
index 0000000..c203e48
Binary files /dev/null and b/static/icons/vendor/homarr/webp/budget-zero.webp differ
diff --git a/static/icons/vendor/homarr/webp/budgetbee-light.webp b/static/icons/vendor/homarr/webp/budgetbee-light.webp
new file mode 100644
index 0000000..e711019
Binary files /dev/null and b/static/icons/vendor/homarr/webp/budgetbee-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/budgetbee.webp b/static/icons/vendor/homarr/webp/budgetbee.webp
new file mode 100644
index 0000000..bb6dc34
Binary files /dev/null and b/static/icons/vendor/homarr/webp/budgetbee.webp differ
diff --git a/static/icons/vendor/homarr/webp/budibase.webp b/static/icons/vendor/homarr/webp/budibase.webp
new file mode 100644
index 0000000..2e5c498
Binary files /dev/null and b/static/icons/vendor/homarr/webp/budibase.webp differ
diff --git a/static/icons/vendor/homarr/webp/buffalo.webp b/static/icons/vendor/homarr/webp/buffalo.webp
new file mode 100644
index 0000000..fbbfe1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/buffalo.webp differ
diff --git a/static/icons/vendor/homarr/webp/build-better-dark.webp b/static/icons/vendor/homarr/webp/build-better-dark.webp
new file mode 100644
index 0000000..6e825aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/build-better-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/build-better.webp b/static/icons/vendor/homarr/webp/build-better.webp
new file mode 100644
index 0000000..b3e3b60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/build-better.webp differ
diff --git a/static/icons/vendor/homarr/webp/buildium.webp b/static/icons/vendor/homarr/webp/buildium.webp
new file mode 100644
index 0000000..b8edf6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/buildium.webp differ
diff --git a/static/icons/vendor/homarr/webp/bunkerweb.webp b/static/icons/vendor/homarr/webp/bunkerweb.webp
new file mode 100644
index 0000000..cf77d60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bunkerweb.webp differ
diff --git a/static/icons/vendor/homarr/webp/bunny.webp b/static/icons/vendor/homarr/webp/bunny.webp
new file mode 100644
index 0000000..0b7a97d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bunny.webp differ
diff --git a/static/icons/vendor/homarr/webp/burpsuite.webp b/static/icons/vendor/homarr/webp/burpsuite.webp
new file mode 100644
index 0000000..718ebc5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/burpsuite.webp differ
diff --git a/static/icons/vendor/homarr/webp/buxfer.webp b/static/icons/vendor/homarr/webp/buxfer.webp
new file mode 100644
index 0000000..e88b89c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/buxfer.webp differ
diff --git a/static/icons/vendor/homarr/webp/byparr.webp b/static/icons/vendor/homarr/webp/byparr.webp
new file mode 100644
index 0000000..5852b0f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/byparr.webp differ
diff --git a/static/icons/vendor/homarr/webp/bytestash.webp b/static/icons/vendor/homarr/webp/bytestash.webp
new file mode 100644
index 0000000..a7bd4b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/bytestash.webp differ
diff --git a/static/icons/vendor/homarr/webp/c.webp b/static/icons/vendor/homarr/webp/c.webp
new file mode 100644
index 0000000..3caee3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/c.webp differ
diff --git a/static/icons/vendor/homarr/webp/cabernet.webp b/static/icons/vendor/homarr/webp/cabernet.webp
new file mode 100644
index 0000000..723eaf7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cabernet.webp differ
diff --git a/static/icons/vendor/homarr/webp/cabot.webp b/static/icons/vendor/homarr/webp/cabot.webp
new file mode 100644
index 0000000..578349a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cabot.webp differ
diff --git a/static/icons/vendor/homarr/webp/cachyos-linux.webp b/static/icons/vendor/homarr/webp/cachyos-linux.webp
new file mode 100644
index 0000000..a5d8384
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cachyos-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/cacti.webp b/static/icons/vendor/homarr/webp/cacti.webp
new file mode 100644
index 0000000..ea29e40
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cacti.webp differ
diff --git a/static/icons/vendor/homarr/webp/caddy.webp b/static/icons/vendor/homarr/webp/caddy.webp
new file mode 100644
index 0000000..dea4b75
Binary files /dev/null and b/static/icons/vendor/homarr/webp/caddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/cadvisor.webp b/static/icons/vendor/homarr/webp/cadvisor.webp
new file mode 100644
index 0000000..f617043
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cadvisor.webp differ
diff --git a/static/icons/vendor/homarr/webp/cal-com-light.webp b/static/icons/vendor/homarr/webp/cal-com-light.webp
new file mode 100644
index 0000000..a3f0a7a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cal-com-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cal-com.webp b/static/icons/vendor/homarr/webp/cal-com.webp
new file mode 100644
index 0000000..7080ad2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cal-com.webp differ
diff --git a/static/icons/vendor/homarr/webp/calckey.webp b/static/icons/vendor/homarr/webp/calckey.webp
new file mode 100644
index 0000000..6b1d100
Binary files /dev/null and b/static/icons/vendor/homarr/webp/calckey.webp differ
diff --git a/static/icons/vendor/homarr/webp/caldera.webp b/static/icons/vendor/homarr/webp/caldera.webp
new file mode 100644
index 0000000..cc9bf26
Binary files /dev/null and b/static/icons/vendor/homarr/webp/caldera.webp differ
diff --git a/static/icons/vendor/homarr/webp/calibre-web-automated-book-downloader.webp b/static/icons/vendor/homarr/webp/calibre-web-automated-book-downloader.webp
new file mode 100644
index 0000000..9eefae9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/calibre-web-automated-book-downloader.webp differ
diff --git a/static/icons/vendor/homarr/webp/calibre-web.webp b/static/icons/vendor/homarr/webp/calibre-web.webp
new file mode 100644
index 0000000..04fcc11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/calibre-web.webp differ
diff --git a/static/icons/vendor/homarr/webp/calibre.webp b/static/icons/vendor/homarr/webp/calibre.webp
new file mode 100644
index 0000000..b6c2593
Binary files /dev/null and b/static/icons/vendor/homarr/webp/calibre.webp differ
diff --git a/static/icons/vendor/homarr/webp/camera-ui.webp b/static/icons/vendor/homarr/webp/camera-ui.webp
new file mode 100644
index 0000000..4fd3936
Binary files /dev/null and b/static/icons/vendor/homarr/webp/camera-ui.webp differ
diff --git a/static/icons/vendor/homarr/webp/canonical.webp b/static/icons/vendor/homarr/webp/canonical.webp
new file mode 100644
index 0000000..58f6656
Binary files /dev/null and b/static/icons/vendor/homarr/webp/canonical.webp differ
diff --git a/static/icons/vendor/homarr/webp/canvas-lms.webp b/static/icons/vendor/homarr/webp/canvas-lms.webp
new file mode 100644
index 0000000..20ef26e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/canvas-lms.webp differ
diff --git a/static/icons/vendor/homarr/webp/cap-cut-dark.webp b/static/icons/vendor/homarr/webp/cap-cut-dark.webp
new file mode 100644
index 0000000..3f4852d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cap-cut-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/cap-cut.webp b/static/icons/vendor/homarr/webp/cap-cut.webp
new file mode 100644
index 0000000..5e553e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cap-cut.webp differ
diff --git a/static/icons/vendor/homarr/webp/capacities-dark.webp b/static/icons/vendor/homarr/webp/capacities-dark.webp
new file mode 100644
index 0000000..1f892bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/capacities-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/capacities.webp b/static/icons/vendor/homarr/webp/capacities.webp
new file mode 100644
index 0000000..ee817db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/capacities.webp differ
diff --git a/static/icons/vendor/homarr/webp/capjs.webp b/static/icons/vendor/homarr/webp/capjs.webp
new file mode 100644
index 0000000..b83e8f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/capjs.webp differ
diff --git a/static/icons/vendor/homarr/webp/caprover.webp b/static/icons/vendor/homarr/webp/caprover.webp
new file mode 100644
index 0000000..3c82bd9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/caprover.webp differ
diff --git a/static/icons/vendor/homarr/webp/cardigann-light.webp b/static/icons/vendor/homarr/webp/cardigann-light.webp
new file mode 100644
index 0000000..e2f2af4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cardigann-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cardigann.webp b/static/icons/vendor/homarr/webp/cardigann.webp
new file mode 100644
index 0000000..52f9f3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cardigann.webp differ
diff --git a/static/icons/vendor/homarr/webp/carousell.webp b/static/icons/vendor/homarr/webp/carousell.webp
new file mode 100644
index 0000000..fb3b99e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/carousell.webp differ
diff --git a/static/icons/vendor/homarr/webp/carrefour.webp b/static/icons/vendor/homarr/webp/carrefour.webp
new file mode 100644
index 0000000..22ff6db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/carrefour.webp differ
diff --git a/static/icons/vendor/homarr/webp/casaos.webp b/static/icons/vendor/homarr/webp/casaos.webp
new file mode 100644
index 0000000..02b23f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/casaos.webp differ
diff --git a/static/icons/vendor/homarr/webp/castopod.webp b/static/icons/vendor/homarr/webp/castopod.webp
new file mode 100644
index 0000000..f2a7383
Binary files /dev/null and b/static/icons/vendor/homarr/webp/castopod.webp differ
diff --git a/static/icons/vendor/homarr/webp/catppuccin.webp b/static/icons/vendor/homarr/webp/catppuccin.webp
new file mode 100644
index 0000000..c3f05ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/catppuccin.webp differ
diff --git a/static/icons/vendor/homarr/webp/cc-light.webp b/static/icons/vendor/homarr/webp/cc-light.webp
new file mode 100644
index 0000000..437ed9a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cc-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cc.webp b/static/icons/vendor/homarr/webp/cc.webp
new file mode 100644
index 0000000..7d200e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cc.webp differ
diff --git a/static/icons/vendor/homarr/webp/cd-dark.webp b/static/icons/vendor/homarr/webp/cd-dark.webp
new file mode 100644
index 0000000..326244d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cd-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/cd-light.webp b/static/icons/vendor/homarr/webp/cd-light.webp
new file mode 100644
index 0000000..b2fd411
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cd-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cd.webp b/static/icons/vendor/homarr/webp/cd.webp
new file mode 100644
index 0000000..326244d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cd.webp differ
diff --git a/static/icons/vendor/homarr/webp/centos.webp b/static/icons/vendor/homarr/webp/centos.webp
new file mode 100644
index 0000000..c43453a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/centos.webp differ
diff --git a/static/icons/vendor/homarr/webp/ceph.webp b/static/icons/vendor/homarr/webp/ceph.webp
new file mode 100644
index 0000000..7a35f3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ceph.webp differ
diff --git a/static/icons/vendor/homarr/webp/cert-manager.webp b/static/icons/vendor/homarr/webp/cert-manager.webp
new file mode 100644
index 0000000..93c314a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cert-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/cert-warden-light.webp b/static/icons/vendor/homarr/webp/cert-warden-light.webp
new file mode 100644
index 0000000..93cdd78
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cert-warden-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cert-warden.webp b/static/icons/vendor/homarr/webp/cert-warden.webp
new file mode 100644
index 0000000..52aacc6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cert-warden.webp differ
diff --git a/static/icons/vendor/homarr/webp/cessna.webp b/static/icons/vendor/homarr/webp/cessna.webp
new file mode 100644
index 0000000..5c3cc3b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cessna.webp differ
diff --git a/static/icons/vendor/homarr/webp/chainguard.webp b/static/icons/vendor/homarr/webp/chainguard.webp
new file mode 100644
index 0000000..f5849f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chainguard.webp differ
diff --git a/static/icons/vendor/homarr/webp/changedetection.webp b/static/icons/vendor/homarr/webp/changedetection.webp
new file mode 100644
index 0000000..dd7b855
Binary files /dev/null and b/static/icons/vendor/homarr/webp/changedetection.webp differ
diff --git a/static/icons/vendor/homarr/webp/channels-dvr.webp b/static/icons/vendor/homarr/webp/channels-dvr.webp
new file mode 100644
index 0000000..e688ca3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/channels-dvr.webp differ
diff --git a/static/icons/vendor/homarr/webp/chaptarr.webp b/static/icons/vendor/homarr/webp/chaptarr.webp
new file mode 100644
index 0000000..0d5e535
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chaptarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/chart-db.webp b/static/icons/vendor/homarr/webp/chart-db.webp
new file mode 100644
index 0000000..732b401
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chart-db.webp differ
diff --git a/static/icons/vendor/homarr/webp/chatbetter.webp b/static/icons/vendor/homarr/webp/chatbetter.webp
new file mode 100644
index 0000000..4f509bb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chatbetter.webp differ
diff --git a/static/icons/vendor/homarr/webp/chatgpt.webp b/static/icons/vendor/homarr/webp/chatgpt.webp
new file mode 100644
index 0000000..6e39b8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chatgpt.webp differ
diff --git a/static/icons/vendor/homarr/webp/chatpad-ai.webp b/static/icons/vendor/homarr/webp/chatpad-ai.webp
new file mode 100644
index 0000000..86b946a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chatpad-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/chatwoot.webp b/static/icons/vendor/homarr/webp/chatwoot.webp
new file mode 100644
index 0000000..9aad4fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chatwoot.webp differ
diff --git a/static/icons/vendor/homarr/webp/check-cle.webp b/static/icons/vendor/homarr/webp/check-cle.webp
new file mode 100644
index 0000000..586430d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/check-cle.webp differ
diff --git a/static/icons/vendor/homarr/webp/check-point-wordmark-light.webp b/static/icons/vendor/homarr/webp/check-point-wordmark-light.webp
new file mode 100644
index 0000000..a567749
Binary files /dev/null and b/static/icons/vendor/homarr/webp/check-point-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/check-point.webp b/static/icons/vendor/homarr/webp/check-point.webp
new file mode 100644
index 0000000..7b21ee7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/check-point.webp differ
diff --git a/static/icons/vendor/homarr/webp/checkmate.webp b/static/icons/vendor/homarr/webp/checkmate.webp
new file mode 100644
index 0000000..6910d35
Binary files /dev/null and b/static/icons/vendor/homarr/webp/checkmate.webp differ
diff --git a/static/icons/vendor/homarr/webp/checkmk.webp b/static/icons/vendor/homarr/webp/checkmk.webp
new file mode 100644
index 0000000..afa892e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/checkmk.webp differ
diff --git a/static/icons/vendor/homarr/webp/cherry.webp b/static/icons/vendor/homarr/webp/cherry.webp
new file mode 100644
index 0000000..226e990
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cherry.webp differ
diff --git a/static/icons/vendor/homarr/webp/chess.webp b/static/icons/vendor/homarr/webp/chess.webp
new file mode 100644
index 0000000..ea4d147
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chess.webp differ
diff --git a/static/icons/vendor/homarr/webp/chevereto.webp b/static/icons/vendor/homarr/webp/chevereto.webp
new file mode 100644
index 0000000..6ca3e20
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chevereto.webp differ
diff --git a/static/icons/vendor/homarr/webp/chhoto-url.webp b/static/icons/vendor/homarr/webp/chhoto-url.webp
new file mode 100644
index 0000000..9df5650
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chhoto-url.webp differ
diff --git a/static/icons/vendor/homarr/webp/chibisafe.webp b/static/icons/vendor/homarr/webp/chibisafe.webp
new file mode 100644
index 0000000..2879d24
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chibisafe.webp differ
diff --git a/static/icons/vendor/homarr/webp/chiefonboarding.webp b/static/icons/vendor/homarr/webp/chiefonboarding.webp
new file mode 100644
index 0000000..b99a422
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chiefonboarding.webp differ
diff --git a/static/icons/vendor/homarr/webp/chirpy.webp b/static/icons/vendor/homarr/webp/chirpy.webp
new file mode 100644
index 0000000..df86969
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chirpy.webp differ
diff --git a/static/icons/vendor/homarr/webp/chowdown.webp b/static/icons/vendor/homarr/webp/chowdown.webp
new file mode 100644
index 0000000..edda966
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chowdown.webp differ
diff --git a/static/icons/vendor/homarr/webp/chroma.webp b/static/icons/vendor/homarr/webp/chroma.webp
new file mode 100644
index 0000000..2a7dfce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chroma.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome-beta.webp b/static/icons/vendor/homarr/webp/chrome-beta.webp
new file mode 100644
index 0000000..395241b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome-beta.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome-canary.webp b/static/icons/vendor/homarr/webp/chrome-canary.webp
new file mode 100644
index 0000000..d0a3040
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome-canary.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome-dev.webp b/static/icons/vendor/homarr/webp/chrome-dev.webp
new file mode 100644
index 0000000..df05504
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome-dev.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome-devtools.webp b/static/icons/vendor/homarr/webp/chrome-devtools.webp
new file mode 100644
index 0000000..6341ef2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome-devtools.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome-remote-desktop.webp b/static/icons/vendor/homarr/webp/chrome-remote-desktop.webp
new file mode 100644
index 0000000..d3f26da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome-remote-desktop.webp differ
diff --git a/static/icons/vendor/homarr/webp/chrome.webp b/static/icons/vendor/homarr/webp/chrome.webp
new file mode 100644
index 0000000..b9a6704
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chrome.webp differ
diff --git a/static/icons/vendor/homarr/webp/chromecast-light.webp b/static/icons/vendor/homarr/webp/chromecast-light.webp
new file mode 100644
index 0000000..7e8d21f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chromecast-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/chromecast.webp b/static/icons/vendor/homarr/webp/chromecast.webp
new file mode 100644
index 0000000..2336ec1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chromecast.webp differ
diff --git a/static/icons/vendor/homarr/webp/chromium.webp b/static/icons/vendor/homarr/webp/chromium.webp
new file mode 100644
index 0000000..ad88ca0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chromium.webp differ
diff --git a/static/icons/vendor/homarr/webp/chronograf.webp b/static/icons/vendor/homarr/webp/chronograf.webp
new file mode 100644
index 0000000..9b750e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chronograf.webp differ
diff --git a/static/icons/vendor/homarr/webp/chzzk.webp b/static/icons/vendor/homarr/webp/chzzk.webp
new file mode 100644
index 0000000..9a5c0a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/chzzk.webp differ
diff --git a/static/icons/vendor/homarr/webp/cilium-light.webp b/static/icons/vendor/homarr/webp/cilium-light.webp
new file mode 100644
index 0000000..aa3fad4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cilium-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cilium.webp b/static/icons/vendor/homarr/webp/cilium.webp
new file mode 100644
index 0000000..b98cb71
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cilium.webp differ
diff --git a/static/icons/vendor/homarr/webp/cinny-light.webp b/static/icons/vendor/homarr/webp/cinny-light.webp
new file mode 100644
index 0000000..78a8db8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cinny-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cinny.webp b/static/icons/vendor/homarr/webp/cinny.webp
new file mode 100644
index 0000000..0192879
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cinny.webp differ
diff --git a/static/icons/vendor/homarr/webp/ciphermail.webp b/static/icons/vendor/homarr/webp/ciphermail.webp
new file mode 100644
index 0000000..4d15fa0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ciphermail.webp differ
diff --git a/static/icons/vendor/homarr/webp/cisco.webp b/static/icons/vendor/homarr/webp/cisco.webp
new file mode 100644
index 0000000..69cd0d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cisco.webp differ
diff --git a/static/icons/vendor/homarr/webp/citrix.webp b/static/icons/vendor/homarr/webp/citrix.webp
new file mode 100644
index 0000000..c328da8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/citrix.webp differ
diff --git a/static/icons/vendor/homarr/webp/clam-av.webp b/static/icons/vendor/homarr/webp/clam-av.webp
new file mode 100644
index 0000000..f6e9e7a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/clam-av.webp differ
diff --git a/static/icons/vendor/homarr/webp/clash.webp b/static/icons/vendor/homarr/webp/clash.webp
new file mode 100644
index 0000000..16cdf93
Binary files /dev/null and b/static/icons/vendor/homarr/webp/clash.webp differ
diff --git a/static/icons/vendor/homarr/webp/claude-ai-light.webp b/static/icons/vendor/homarr/webp/claude-ai-light.webp
new file mode 100644
index 0000000..86c5b57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/claude-ai-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/claude-ai.webp b/static/icons/vendor/homarr/webp/claude-ai.webp
new file mode 100644
index 0000000..2183eac
Binary files /dev/null and b/static/icons/vendor/homarr/webp/claude-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/cleanuparr.webp b/static/icons/vendor/homarr/webp/cleanuparr.webp
new file mode 100644
index 0000000..24f5cce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cleanuparr.webp differ
diff --git a/static/icons/vendor/homarr/webp/cleanuperr.webp b/static/icons/vendor/homarr/webp/cleanuperr.webp
new file mode 100644
index 0000000..571c9bf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cleanuperr.webp differ
diff --git a/static/icons/vendor/homarr/webp/clickhouse.webp b/static/icons/vendor/homarr/webp/clickhouse.webp
new file mode 100644
index 0000000..1d99fdb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/clickhouse.webp differ
diff --git a/static/icons/vendor/homarr/webp/clickup.webp b/static/icons/vendor/homarr/webp/clickup.webp
new file mode 100644
index 0000000..996be63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/clickup.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloud66.webp b/static/icons/vendor/homarr/webp/cloud66.webp
new file mode 100644
index 0000000..ee9925e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloud66.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloud9-light.webp b/static/icons/vendor/homarr/webp/cloud9-light.webp
new file mode 100644
index 0000000..c03ed8d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloud9-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloud9.webp b/static/icons/vendor/homarr/webp/cloud9.webp
new file mode 100644
index 0000000..d7b6b05
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloud9.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudbeaver.webp b/static/icons/vendor/homarr/webp/cloudbeaver.webp
new file mode 100644
index 0000000..8e347e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudbeaver.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudcmd.webp b/static/icons/vendor/homarr/webp/cloudcmd.webp
new file mode 100644
index 0000000..1c143e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudcmd.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudflare-pages.webp b/static/icons/vendor/homarr/webp/cloudflare-pages.webp
new file mode 100644
index 0000000..3bf02fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudflare-pages.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudflare-zero-trust.webp b/static/icons/vendor/homarr/webp/cloudflare-zero-trust.webp
new file mode 100644
index 0000000..bcf029a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudflare-zero-trust.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudflare.webp b/static/icons/vendor/homarr/webp/cloudflare.webp
new file mode 100644
index 0000000..945321d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudflare.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudpanel.webp b/static/icons/vendor/homarr/webp/cloudpanel.webp
new file mode 100644
index 0000000..53211dd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudpanel.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudreve.webp b/static/icons/vendor/homarr/webp/cloudreve.webp
new file mode 100644
index 0000000..035bee8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudreve.webp differ
diff --git a/static/icons/vendor/homarr/webp/cloudstream.webp b/static/icons/vendor/homarr/webp/cloudstream.webp
new file mode 100644
index 0000000..1c0712f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cloudstream.webp differ
diff --git a/static/icons/vendor/homarr/webp/cobalt-dark.webp b/static/icons/vendor/homarr/webp/cobalt-dark.webp
new file mode 100644
index 0000000..ee6e45c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cobalt-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/cobalt.webp b/static/icons/vendor/homarr/webp/cobalt.webp
new file mode 100644
index 0000000..08c4ae1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cobalt.webp differ
diff --git a/static/icons/vendor/homarr/webp/cockpit-cms-light.webp b/static/icons/vendor/homarr/webp/cockpit-cms-light.webp
new file mode 100644
index 0000000..490088f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cockpit-cms-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cockpit-cms.webp b/static/icons/vendor/homarr/webp/cockpit-cms.webp
new file mode 100644
index 0000000..af89534
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cockpit-cms.webp differ
diff --git a/static/icons/vendor/homarr/webp/cockpit-light.webp b/static/icons/vendor/homarr/webp/cockpit-light.webp
new file mode 100644
index 0000000..648ac86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cockpit-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cockpit.webp b/static/icons/vendor/homarr/webp/cockpit.webp
new file mode 100644
index 0000000..708688d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cockpit.webp differ
diff --git a/static/icons/vendor/homarr/webp/code-cademy-dark.webp b/static/icons/vendor/homarr/webp/code-cademy-dark.webp
new file mode 100644
index 0000000..7476904
Binary files /dev/null and b/static/icons/vendor/homarr/webp/code-cademy-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/code-cademy.webp b/static/icons/vendor/homarr/webp/code-cademy.webp
new file mode 100644
index 0000000..19a682f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/code-cademy.webp differ
diff --git a/static/icons/vendor/homarr/webp/code-server.webp b/static/icons/vendor/homarr/webp/code-server.webp
new file mode 100644
index 0000000..d84a8a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/code-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/code.webp b/static/icons/vendor/homarr/webp/code.webp
new file mode 100644
index 0000000..96803c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/code.webp differ
diff --git a/static/icons/vendor/homarr/webp/codeberg.webp b/static/icons/vendor/homarr/webp/codeberg.webp
new file mode 100644
index 0000000..5441344
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codeberg.webp differ
diff --git a/static/icons/vendor/homarr/webp/codellm.webp b/static/icons/vendor/homarr/webp/codellm.webp
new file mode 100644
index 0000000..c433be7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codellm.webp differ
diff --git a/static/icons/vendor/homarr/webp/coder-light.webp b/static/icons/vendor/homarr/webp/coder-light.webp
new file mode 100644
index 0000000..3745e57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coder-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/coder.webp b/static/icons/vendor/homarr/webp/coder.webp
new file mode 100644
index 0000000..c17c08b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coder.webp differ
diff --git a/static/icons/vendor/homarr/webp/codestats-light.webp b/static/icons/vendor/homarr/webp/codestats-light.webp
new file mode 100644
index 0000000..6b27253
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codestats-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/codestats.webp b/static/icons/vendor/homarr/webp/codestats.webp
new file mode 100644
index 0000000..55e7a47
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codestats.webp differ
diff --git a/static/icons/vendor/homarr/webp/codex-light.webp b/static/icons/vendor/homarr/webp/codex-light.webp
new file mode 100644
index 0000000..eeef706
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codex-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/codex.webp b/static/icons/vendor/homarr/webp/codex.webp
new file mode 100644
index 0000000..9540d10
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codex.webp differ
diff --git a/static/icons/vendor/homarr/webp/codimd-light.webp b/static/icons/vendor/homarr/webp/codimd-light.webp
new file mode 100644
index 0000000..cc0330b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codimd-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/codimd.webp b/static/icons/vendor/homarr/webp/codimd.webp
new file mode 100644
index 0000000..8be1949
Binary files /dev/null and b/static/icons/vendor/homarr/webp/codimd.webp differ
diff --git a/static/icons/vendor/homarr/webp/collabora-online.webp b/static/icons/vendor/homarr/webp/collabora-online.webp
new file mode 100644
index 0000000..cb2f4b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/collabora-online.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfy-ui.webp b/static/icons/vendor/homarr/webp/comfy-ui.webp
new file mode 100644
index 0000000..2ca0783
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfy-ui.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfyui-dark.webp b/static/icons/vendor/homarr/webp/comfyui-dark.webp
new file mode 100644
index 0000000..e9114d1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfyui-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfyui-light.webp b/static/icons/vendor/homarr/webp/comfyui-light.webp
new file mode 100644
index 0000000..f69bcb1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfyui-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfyui-wordmark-dark.webp b/static/icons/vendor/homarr/webp/comfyui-wordmark-dark.webp
new file mode 100644
index 0000000..9a5a513
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfyui-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfyui-wordmark-light.webp b/static/icons/vendor/homarr/webp/comfyui-wordmark-light.webp
new file mode 100644
index 0000000..54749fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfyui-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/comfyui.webp b/static/icons/vendor/homarr/webp/comfyui.webp
new file mode 100644
index 0000000..887dccf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/comfyui.webp differ
diff --git a/static/icons/vendor/homarr/webp/commafeed-light.webp b/static/icons/vendor/homarr/webp/commafeed-light.webp
new file mode 100644
index 0000000..fc032d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/commafeed-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/commafeed.webp b/static/icons/vendor/homarr/webp/commafeed.webp
new file mode 100644
index 0000000..c3f5359
Binary files /dev/null and b/static/icons/vendor/homarr/webp/commafeed.webp differ
diff --git a/static/icons/vendor/homarr/webp/commento-light.webp b/static/icons/vendor/homarr/webp/commento-light.webp
new file mode 100644
index 0000000..07f52e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/commento-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/commento.webp b/static/icons/vendor/homarr/webp/commento.webp
new file mode 100644
index 0000000..320b8c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/commento.webp differ
diff --git a/static/icons/vendor/homarr/webp/compreface.webp b/static/icons/vendor/homarr/webp/compreface.webp
new file mode 100644
index 0000000..20ae7a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/compreface.webp differ
diff --git a/static/icons/vendor/homarr/webp/concourse.webp b/static/icons/vendor/homarr/webp/concourse.webp
new file mode 100644
index 0000000..bbba488
Binary files /dev/null and b/static/icons/vendor/homarr/webp/concourse.webp differ
diff --git a/static/icons/vendor/homarr/webp/configarr.webp b/static/icons/vendor/homarr/webp/configarr.webp
new file mode 100644
index 0000000..7e2d9f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/configarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/confix.webp b/static/icons/vendor/homarr/webp/confix.webp
new file mode 100644
index 0000000..3b62203
Binary files /dev/null and b/static/icons/vendor/homarr/webp/confix.webp differ
diff --git a/static/icons/vendor/homarr/webp/confluence.webp b/static/icons/vendor/homarr/webp/confluence.webp
new file mode 100644
index 0000000..bfd5a66
Binary files /dev/null and b/static/icons/vendor/homarr/webp/confluence.webp differ
diff --git a/static/icons/vendor/homarr/webp/consul.webp b/static/icons/vendor/homarr/webp/consul.webp
new file mode 100644
index 0000000..278d89c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/consul.webp differ
diff --git a/static/icons/vendor/homarr/webp/contabo.webp b/static/icons/vendor/homarr/webp/contabo.webp
new file mode 100644
index 0000000..643e5df
Binary files /dev/null and b/static/icons/vendor/homarr/webp/contabo.webp differ
diff --git a/static/icons/vendor/homarr/webp/control-d-dark.webp b/static/icons/vendor/homarr/webp/control-d-dark.webp
new file mode 100644
index 0000000..3d049bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/control-d-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/control-d.webp b/static/icons/vendor/homarr/webp/control-d.webp
new file mode 100644
index 0000000..12071f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/control-d.webp differ
diff --git a/static/icons/vendor/homarr/webp/converse-light.webp b/static/icons/vendor/homarr/webp/converse-light.webp
new file mode 100644
index 0000000..07e55de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/converse-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/converse.webp b/static/icons/vendor/homarr/webp/converse.webp
new file mode 100644
index 0000000..fe0e09c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/converse.webp differ
diff --git a/static/icons/vendor/homarr/webp/convertx.webp b/static/icons/vendor/homarr/webp/convertx.webp
new file mode 100644
index 0000000..acf3e86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/convertx.webp differ
diff --git a/static/icons/vendor/homarr/webp/convex.webp b/static/icons/vendor/homarr/webp/convex.webp
new file mode 100644
index 0000000..3c9c7ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/convex.webp differ
diff --git a/static/icons/vendor/homarr/webp/cooler-control.webp b/static/icons/vendor/homarr/webp/cooler-control.webp
new file mode 100644
index 0000000..517bdab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cooler-control.webp differ
diff --git a/static/icons/vendor/homarr/webp/coolify.webp b/static/icons/vendor/homarr/webp/coolify.webp
new file mode 100644
index 0000000..8b0fa85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coolify.webp differ
diff --git a/static/icons/vendor/homarr/webp/copyparty.webp b/static/icons/vendor/homarr/webp/copyparty.webp
new file mode 100644
index 0000000..dce9c87
Binary files /dev/null and b/static/icons/vendor/homarr/webp/copyparty.webp differ
diff --git a/static/icons/vendor/homarr/webp/copyq.webp b/static/icons/vendor/homarr/webp/copyq.webp
new file mode 100644
index 0000000..e998552
Binary files /dev/null and b/static/icons/vendor/homarr/webp/copyq.webp differ
diff --git a/static/icons/vendor/homarr/webp/core-control.webp b/static/icons/vendor/homarr/webp/core-control.webp
new file mode 100644
index 0000000..8c49905
Binary files /dev/null and b/static/icons/vendor/homarr/webp/core-control.webp differ
diff --git a/static/icons/vendor/homarr/webp/coredns.webp b/static/icons/vendor/homarr/webp/coredns.webp
new file mode 100644
index 0000000..0007b16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coredns.webp differ
diff --git a/static/icons/vendor/homarr/webp/coreos.webp b/static/icons/vendor/homarr/webp/coreos.webp
new file mode 100644
index 0000000..3d38a6e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coreos.webp differ
diff --git a/static/icons/vendor/homarr/webp/cosign.webp b/static/icons/vendor/homarr/webp/cosign.webp
new file mode 100644
index 0000000..f04e714
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cosign.webp differ
diff --git a/static/icons/vendor/homarr/webp/cosmos-cloud.webp b/static/icons/vendor/homarr/webp/cosmos-cloud.webp
new file mode 100644
index 0000000..f14e689
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cosmos-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/costco.webp b/static/icons/vendor/homarr/webp/costco.webp
new file mode 100644
index 0000000..c1c5908
Binary files /dev/null and b/static/icons/vendor/homarr/webp/costco.webp differ
diff --git a/static/icons/vendor/homarr/webp/couchdb.webp b/static/icons/vendor/homarr/webp/couchdb.webp
new file mode 100644
index 0000000..ee503e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/couchdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/couchpotato.webp b/static/icons/vendor/homarr/webp/couchpotato.webp
new file mode 100644
index 0000000..744d2e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/couchpotato.webp differ
diff --git a/static/icons/vendor/homarr/webp/counter-analytics.webp b/static/icons/vendor/homarr/webp/counter-analytics.webp
new file mode 100644
index 0000000..144292d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/counter-analytics.webp differ
diff --git a/static/icons/vendor/homarr/webp/counter-strike-2.webp b/static/icons/vendor/homarr/webp/counter-strike-2.webp
new file mode 100644
index 0000000..be12e41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/counter-strike-2.webp differ
diff --git a/static/icons/vendor/homarr/webp/counter-strike-global-offensive.webp b/static/icons/vendor/homarr/webp/counter-strike-global-offensive.webp
new file mode 100644
index 0000000..fb4fdd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/counter-strike-global-offensive.webp differ
diff --git a/static/icons/vendor/homarr/webp/coursera.webp b/static/icons/vendor/homarr/webp/coursera.webp
new file mode 100644
index 0000000..3f96f29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/coursera.webp differ
diff --git a/static/icons/vendor/homarr/webp/cozy.webp b/static/icons/vendor/homarr/webp/cozy.webp
new file mode 100644
index 0000000..1789429
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cozy.webp differ
diff --git a/static/icons/vendor/homarr/webp/cpanel.webp b/static/icons/vendor/homarr/webp/cpanel.webp
new file mode 100644
index 0000000..00cefd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cpanel.webp differ
diff --git a/static/icons/vendor/homarr/webp/cpp.webp b/static/icons/vendor/homarr/webp/cpp.webp
new file mode 100644
index 0000000..e1a856f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cpp.webp differ
diff --git a/static/icons/vendor/homarr/webp/crafty-controller.webp b/static/icons/vendor/homarr/webp/crafty-controller.webp
new file mode 100644
index 0000000..334d39f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crafty-controller.webp differ
diff --git a/static/icons/vendor/homarr/webp/crater-invoice.webp b/static/icons/vendor/homarr/webp/crater-invoice.webp
new file mode 100644
index 0000000..62896e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crater-invoice.webp differ
diff --git a/static/icons/vendor/homarr/webp/crazydomains.webp b/static/icons/vendor/homarr/webp/crazydomains.webp
new file mode 100644
index 0000000..d060f1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crazydomains.webp differ
diff --git a/static/icons/vendor/homarr/webp/cribl-light.webp b/static/icons/vendor/homarr/webp/cribl-light.webp
new file mode 100644
index 0000000..691e8c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cribl-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cribl.webp b/static/icons/vendor/homarr/webp/cribl.webp
new file mode 100644
index 0000000..3e0d718
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cribl.webp differ
diff --git a/static/icons/vendor/homarr/webp/cron-master.webp b/static/icons/vendor/homarr/webp/cron-master.webp
new file mode 100644
index 0000000..9ec9561
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cron-master.webp differ
diff --git a/static/icons/vendor/homarr/webp/cronicle.webp b/static/icons/vendor/homarr/webp/cronicle.webp
new file mode 100644
index 0000000..2897ef5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cronicle.webp differ
diff --git a/static/icons/vendor/homarr/webp/cronmaster-dark.webp b/static/icons/vendor/homarr/webp/cronmaster-dark.webp
new file mode 100644
index 0000000..e6ded84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cronmaster-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/cronmaster-light.webp b/static/icons/vendor/homarr/webp/cronmaster-light.webp
new file mode 100644
index 0000000..da890b2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cronmaster-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cronmaster.webp b/static/icons/vendor/homarr/webp/cronmaster.webp
new file mode 100644
index 0000000..d970fd6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cronmaster.webp differ
diff --git a/static/icons/vendor/homarr/webp/cross-seed-square.webp b/static/icons/vendor/homarr/webp/cross-seed-square.webp
new file mode 100644
index 0000000..2686c5d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cross-seed-square.webp differ
diff --git a/static/icons/vendor/homarr/webp/cross-seed.webp b/static/icons/vendor/homarr/webp/cross-seed.webp
new file mode 100644
index 0000000..260485c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cross-seed.webp differ
diff --git a/static/icons/vendor/homarr/webp/crosswatch.webp b/static/icons/vendor/homarr/webp/crosswatch.webp
new file mode 100644
index 0000000..a9c8285
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crosswatch.webp differ
diff --git a/static/icons/vendor/homarr/webp/crowdin-dark.webp b/static/icons/vendor/homarr/webp/crowdin-dark.webp
new file mode 100644
index 0000000..350c16e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crowdin-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/crowdin.webp b/static/icons/vendor/homarr/webp/crowdin.webp
new file mode 100644
index 0000000..9ef8569
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crowdin.webp differ
diff --git a/static/icons/vendor/homarr/webp/crowdsec.webp b/static/icons/vendor/homarr/webp/crowdsec.webp
new file mode 100644
index 0000000..2b83a11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crowdsec.webp differ
diff --git a/static/icons/vendor/homarr/webp/crunchyroll.webp b/static/icons/vendor/homarr/webp/crunchyroll.webp
new file mode 100644
index 0000000..f67650b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/crunchyroll.webp differ
diff --git a/static/icons/vendor/homarr/webp/cryptomator.webp b/static/icons/vendor/homarr/webp/cryptomator.webp
new file mode 100644
index 0000000..327a20c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cryptomator.webp differ
diff --git a/static/icons/vendor/homarr/webp/cryptpad.webp b/static/icons/vendor/homarr/webp/cryptpad.webp
new file mode 100644
index 0000000..82c61dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cryptpad.webp differ
diff --git a/static/icons/vendor/homarr/webp/csharp.webp b/static/icons/vendor/homarr/webp/csharp.webp
new file mode 100644
index 0000000..d81fb50
Binary files /dev/null and b/static/icons/vendor/homarr/webp/csharp.webp differ
diff --git a/static/icons/vendor/homarr/webp/css-light.webp b/static/icons/vendor/homarr/webp/css-light.webp
new file mode 100644
index 0000000..178577b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/css-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/css.webp b/static/icons/vendor/homarr/webp/css.webp
new file mode 100644
index 0000000..aaac021
Binary files /dev/null and b/static/icons/vendor/homarr/webp/css.webp differ
diff --git a/static/icons/vendor/homarr/webp/ctfreak.webp b/static/icons/vendor/homarr/webp/ctfreak.webp
new file mode 100644
index 0000000..8beb258
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ctfreak.webp differ
diff --git a/static/icons/vendor/homarr/webp/cup.webp b/static/icons/vendor/homarr/webp/cup.webp
new file mode 100644
index 0000000..b0ba4db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cup.webp differ
diff --git a/static/icons/vendor/homarr/webp/cups-light.webp b/static/icons/vendor/homarr/webp/cups-light.webp
new file mode 100644
index 0000000..fa87fea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cups-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/cups.webp b/static/icons/vendor/homarr/webp/cups.webp
new file mode 100644
index 0000000..d6c9400
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cups.webp differ
diff --git a/static/icons/vendor/homarr/webp/cura.webp b/static/icons/vendor/homarr/webp/cura.webp
new file mode 100644
index 0000000..0645261
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cura.webp differ
diff --git a/static/icons/vendor/homarr/webp/cyber-power-full.webp b/static/icons/vendor/homarr/webp/cyber-power-full.webp
new file mode 100644
index 0000000..c6d8a19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cyber-power-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/cyberchef.webp b/static/icons/vendor/homarr/webp/cyberchef.webp
new file mode 100644
index 0000000..a99e4b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cyberchef.webp differ
diff --git a/static/icons/vendor/homarr/webp/cypress.webp b/static/icons/vendor/homarr/webp/cypress.webp
new file mode 100644
index 0000000..4219b0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/cypress.webp differ
diff --git a/static/icons/vendor/homarr/webp/czkawka.webp b/static/icons/vendor/homarr/webp/czkawka.webp
new file mode 100644
index 0000000..d488de7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/czkawka.webp differ
diff --git a/static/icons/vendor/homarr/webp/d-link.webp b/static/icons/vendor/homarr/webp/d-link.webp
new file mode 100644
index 0000000..5fd1934
Binary files /dev/null and b/static/icons/vendor/homarr/webp/d-link.webp differ
diff --git a/static/icons/vendor/homarr/webp/dagster-dark.webp b/static/icons/vendor/homarr/webp/dagster-dark.webp
new file mode 100644
index 0000000..7dd6ab4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dagster-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dagster-light.webp b/static/icons/vendor/homarr/webp/dagster-light.webp
new file mode 100644
index 0000000..6debc2b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dagster-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dahua.webp b/static/icons/vendor/homarr/webp/dahua.webp
new file mode 100644
index 0000000..5232c19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dahua.webp differ
diff --git a/static/icons/vendor/homarr/webp/dalibo.webp b/static/icons/vendor/homarr/webp/dalibo.webp
new file mode 100644
index 0000000..43ebfb3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dalibo.webp differ
diff --git a/static/icons/vendor/homarr/webp/danmaku.webp b/static/icons/vendor/homarr/webp/danmaku.webp
new file mode 100644
index 0000000..2578d7c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/danmaku.webp differ
diff --git a/static/icons/vendor/homarr/webp/daps.webp b/static/icons/vendor/homarr/webp/daps.webp
new file mode 100644
index 0000000..da9732c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/daps.webp differ
diff --git a/static/icons/vendor/homarr/webp/dart.webp b/static/icons/vendor/homarr/webp/dart.webp
new file mode 100644
index 0000000..ce8f4ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dart.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashboard-icons-dark.webp b/static/icons/vendor/homarr/webp/dashboard-icons-dark.webp
new file mode 100644
index 0000000..633e501
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashboard-icons-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashboard-icons.webp b/static/icons/vendor/homarr/webp/dashboard-icons.webp
new file mode 100644
index 0000000..6536a29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashboard-icons.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashdot.webp b/static/icons/vendor/homarr/webp/dashdot.webp
new file mode 100644
index 0000000..a10b821
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashdot.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashlane.webp b/static/icons/vendor/homarr/webp/dashlane.webp
new file mode 100644
index 0000000..63fbc6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashlane.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashwise.webp b/static/icons/vendor/homarr/webp/dashwise.webp
new file mode 100644
index 0000000..fabbc7a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashwise.webp differ
diff --git a/static/icons/vendor/homarr/webp/dashy.webp b/static/icons/vendor/homarr/webp/dashy.webp
new file mode 100644
index 0000000..dcc974e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dashy.webp differ
diff --git a/static/icons/vendor/homarr/webp/databasus.webp b/static/icons/vendor/homarr/webp/databasus.webp
new file mode 100644
index 0000000..7b08bee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/databasus.webp differ
diff --git a/static/icons/vendor/homarr/webp/databricks.webp b/static/icons/vendor/homarr/webp/databricks.webp
new file mode 100644
index 0000000..625f25a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/databricks.webp differ
diff --git a/static/icons/vendor/homarr/webp/datadog.webp b/static/icons/vendor/homarr/webp/datadog.webp
new file mode 100644
index 0000000..8147f2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/datadog.webp differ
diff --git a/static/icons/vendor/homarr/webp/davical.webp b/static/icons/vendor/homarr/webp/davical.webp
new file mode 100644
index 0000000..281ca10
Binary files /dev/null and b/static/icons/vendor/homarr/webp/davical.webp differ
diff --git a/static/icons/vendor/homarr/webp/davis.webp b/static/icons/vendor/homarr/webp/davis.webp
new file mode 100644
index 0000000..dc4f5a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/davis.webp differ
diff --git a/static/icons/vendor/homarr/webp/dawarich.webp b/static/icons/vendor/homarr/webp/dawarich.webp
new file mode 100644
index 0000000..5427d57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dawarich.webp differ
diff --git a/static/icons/vendor/homarr/webp/dc-os.webp b/static/icons/vendor/homarr/webp/dc-os.webp
new file mode 100644
index 0000000..9efb7c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dc-os.webp differ
diff --git a/static/icons/vendor/homarr/webp/dd-wrt-light.webp b/static/icons/vendor/homarr/webp/dd-wrt-light.webp
new file mode 100644
index 0000000..65e13e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dd-wrt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dd-wrt.webp b/static/icons/vendor/homarr/webp/dd-wrt.webp
new file mode 100644
index 0000000..07c2bb4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dd-wrt.webp differ
diff --git a/static/icons/vendor/homarr/webp/ddclient.webp b/static/icons/vendor/homarr/webp/ddclient.webp
new file mode 100644
index 0000000..9a14b83
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ddclient.webp differ
diff --git a/static/icons/vendor/homarr/webp/ddev-dark.webp b/static/icons/vendor/homarr/webp/ddev-dark.webp
new file mode 100644
index 0000000..854a6aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ddev-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ddev.webp b/static/icons/vendor/homarr/webp/ddev.webp
new file mode 100644
index 0000000..7f32e5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ddev.webp differ
diff --git a/static/icons/vendor/homarr/webp/ddns-updater.webp b/static/icons/vendor/homarr/webp/ddns-updater.webp
new file mode 100644
index 0000000..da75b88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ddns-updater.webp differ
diff --git a/static/icons/vendor/homarr/webp/debian-linux.webp b/static/icons/vendor/homarr/webp/debian-linux.webp
new file mode 100644
index 0000000..5907c42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/debian-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/deemix.webp b/static/icons/vendor/homarr/webp/deemix.webp
new file mode 100644
index 0000000..9adbc3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deemix.webp differ
diff --git a/static/icons/vendor/homarr/webp/deepl-dark.webp b/static/icons/vendor/homarr/webp/deepl-dark.webp
new file mode 100644
index 0000000..96df512
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deepl-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/deepl.webp b/static/icons/vendor/homarr/webp/deepl.webp
new file mode 100644
index 0000000..42024e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deepl.webp differ
diff --git a/static/icons/vendor/homarr/webp/deepseek.webp b/static/icons/vendor/homarr/webp/deepseek.webp
new file mode 100644
index 0000000..a0faf39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deepseek.webp differ
diff --git a/static/icons/vendor/homarr/webp/deezer.webp b/static/icons/vendor/homarr/webp/deezer.webp
new file mode 100644
index 0000000..b90cb26
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deezer.webp differ
diff --git a/static/icons/vendor/homarr/webp/defguard.webp b/static/icons/vendor/homarr/webp/defguard.webp
new file mode 100644
index 0000000..22c5837
Binary files /dev/null and b/static/icons/vendor/homarr/webp/defguard.webp differ
diff --git a/static/icons/vendor/homarr/webp/dell-light.webp b/static/icons/vendor/homarr/webp/dell-light.webp
new file mode 100644
index 0000000..40c1086
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dell-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dell.webp b/static/icons/vendor/homarr/webp/dell.webp
new file mode 100644
index 0000000..1f9c59a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dell.webp differ
diff --git a/static/icons/vendor/homarr/webp/deluge.webp b/static/icons/vendor/homarr/webp/deluge.webp
new file mode 100644
index 0000000..f2f96b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deluge.webp differ
diff --git a/static/icons/vendor/homarr/webp/deno-light.webp b/static/icons/vendor/homarr/webp/deno-light.webp
new file mode 100644
index 0000000..034616f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deno-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/deno.webp b/static/icons/vendor/homarr/webp/deno.webp
new file mode 100644
index 0000000..e969463
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deno.webp differ
diff --git a/static/icons/vendor/homarr/webp/denodo.webp b/static/icons/vendor/homarr/webp/denodo.webp
new file mode 100644
index 0000000..832d586
Binary files /dev/null and b/static/icons/vendor/homarr/webp/denodo.webp differ
diff --git a/static/icons/vendor/homarr/webp/denon-light.webp b/static/icons/vendor/homarr/webp/denon-light.webp
new file mode 100644
index 0000000..57ec4ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/denon-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/denon.webp b/static/icons/vendor/homarr/webp/denon.webp
new file mode 100644
index 0000000..ff8d05a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/denon.webp differ
diff --git a/static/icons/vendor/homarr/webp/dependency-track-wordmark-dark.webp b/static/icons/vendor/homarr/webp/dependency-track-wordmark-dark.webp
new file mode 100644
index 0000000..5494594
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dependency-track-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dependency-track-wordmark-light.webp b/static/icons/vendor/homarr/webp/dependency-track-wordmark-light.webp
new file mode 100644
index 0000000..b929f63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dependency-track-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dependency-track.webp b/static/icons/vendor/homarr/webp/dependency-track.webp
new file mode 100644
index 0000000..d4a5c36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dependency-track.webp differ
diff --git a/static/icons/vendor/homarr/webp/deployarr.webp b/static/icons/vendor/homarr/webp/deployarr.webp
new file mode 100644
index 0000000..84fb385
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deployarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/deq.webp b/static/icons/vendor/homarr/webp/deq.webp
new file mode 100644
index 0000000..2340146
Binary files /dev/null and b/static/icons/vendor/homarr/webp/deq.webp differ
diff --git a/static/icons/vendor/homarr/webp/develancacheui.webp b/static/icons/vendor/homarr/webp/develancacheui.webp
new file mode 100644
index 0000000..7ab833b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/develancacheui.webp differ
diff --git a/static/icons/vendor/homarr/webp/devtooly-light.webp b/static/icons/vendor/homarr/webp/devtooly-light.webp
new file mode 100644
index 0000000..0f560ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/devtooly-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/devtooly.webp b/static/icons/vendor/homarr/webp/devtooly.webp
new file mode 100644
index 0000000..a04e615
Binary files /dev/null and b/static/icons/vendor/homarr/webp/devtooly.webp differ
diff --git a/static/icons/vendor/homarr/webp/dia.webp b/static/icons/vendor/homarr/webp/dia.webp
new file mode 100644
index 0000000..c4654fa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dia.webp differ
diff --git a/static/icons/vendor/homarr/webp/diagrams-net.webp b/static/icons/vendor/homarr/webp/diagrams-net.webp
new file mode 100644
index 0000000..2b724d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diagrams-net.webp differ
diff --git a/static/icons/vendor/homarr/webp/diamond-aircraft.webp b/static/icons/vendor/homarr/webp/diamond-aircraft.webp
new file mode 100644
index 0000000..20e1797
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diamond-aircraft.webp differ
diff --git a/static/icons/vendor/homarr/webp/dietpi.webp b/static/icons/vendor/homarr/webp/dietpi.webp
new file mode 100644
index 0000000..48e3fd8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dietpi.webp differ
diff --git a/static/icons/vendor/homarr/webp/digi-kam.webp b/static/icons/vendor/homarr/webp/digi-kam.webp
new file mode 100644
index 0000000..9d175e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/digi-kam.webp differ
diff --git a/static/icons/vendor/homarr/webp/digikey.webp b/static/icons/vendor/homarr/webp/digikey.webp
new file mode 100644
index 0000000..077e50e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/digikey.webp differ
diff --git a/static/icons/vendor/homarr/webp/digital-ocean.webp b/static/icons/vendor/homarr/webp/digital-ocean.webp
new file mode 100644
index 0000000..ff80bd6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/digital-ocean.webp differ
diff --git a/static/icons/vendor/homarr/webp/dilg.webp b/static/icons/vendor/homarr/webp/dilg.webp
new file mode 100644
index 0000000..b43aa14
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dilg.webp differ
diff --git a/static/icons/vendor/homarr/webp/dillinger-light.webp b/static/icons/vendor/homarr/webp/dillinger-light.webp
new file mode 100644
index 0000000..74cd450
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dillinger-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dillinger.webp b/static/icons/vendor/homarr/webp/dillinger.webp
new file mode 100644
index 0000000..2c4be84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dillinger.webp differ
diff --git a/static/icons/vendor/homarr/webp/dim-light.webp b/static/icons/vendor/homarr/webp/dim-light.webp
new file mode 100644
index 0000000..ff6f78a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dim-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dim.webp b/static/icons/vendor/homarr/webp/dim.webp
new file mode 100644
index 0000000..2cb9179
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dim.webp differ
diff --git a/static/icons/vendor/homarr/webp/diners-club.webp b/static/icons/vendor/homarr/webp/diners-club.webp
new file mode 100644
index 0000000..ef6e839
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diners-club.webp differ
diff --git a/static/icons/vendor/homarr/webp/directadmin.webp b/static/icons/vendor/homarr/webp/directadmin.webp
new file mode 100644
index 0000000..4d89ca9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/directadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/directus.webp b/static/icons/vendor/homarr/webp/directus.webp
new file mode 100644
index 0000000..ac1240a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/directus.webp differ
diff --git a/static/icons/vendor/homarr/webp/discord.webp b/static/icons/vendor/homarr/webp/discord.webp
new file mode 100644
index 0000000..2c4bcb9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/discord.webp differ
diff --git a/static/icons/vendor/homarr/webp/discourse-light.webp b/static/icons/vendor/homarr/webp/discourse-light.webp
new file mode 100644
index 0000000..794ec11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/discourse-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/discourse.webp b/static/icons/vendor/homarr/webp/discourse.webp
new file mode 100644
index 0000000..e821604
Binary files /dev/null and b/static/icons/vendor/homarr/webp/discourse.webp differ
diff --git a/static/icons/vendor/homarr/webp/diskover.webp b/static/icons/vendor/homarr/webp/diskover.webp
new file mode 100644
index 0000000..a541e0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diskover.webp differ
diff --git a/static/icons/vendor/homarr/webp/disney-plus.webp b/static/icons/vendor/homarr/webp/disney-plus.webp
new file mode 100644
index 0000000..c6460c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/disney-plus.webp differ
diff --git a/static/icons/vendor/homarr/webp/dispatcharr.webp b/static/icons/vendor/homarr/webp/dispatcharr.webp
new file mode 100644
index 0000000..a336db0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dispatcharr.webp differ
diff --git a/static/icons/vendor/homarr/webp/distribution.webp b/static/icons/vendor/homarr/webp/distribution.webp
new file mode 100644
index 0000000..25c6e9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/distribution.webp differ
diff --git a/static/icons/vendor/homarr/webp/diun.webp b/static/icons/vendor/homarr/webp/diun.webp
new file mode 100644
index 0000000..49463a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diun.webp differ
diff --git a/static/icons/vendor/homarr/webp/dixa.webp b/static/icons/vendor/homarr/webp/dixa.webp
new file mode 100644
index 0000000..bdeb4ee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dixa.webp differ
diff --git a/static/icons/vendor/homarr/webp/diyhue.webp b/static/icons/vendor/homarr/webp/diyhue.webp
new file mode 100644
index 0000000..6230527
Binary files /dev/null and b/static/icons/vendor/homarr/webp/diyhue.webp differ
diff --git a/static/icons/vendor/homarr/webp/dlna.webp b/static/icons/vendor/homarr/webp/dlna.webp
new file mode 100644
index 0000000..e5a887a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dlna.webp differ
diff --git a/static/icons/vendor/homarr/webp/dns-zone.webp b/static/icons/vendor/homarr/webp/dns-zone.webp
new file mode 100644
index 0000000..d23b78c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dns-zone.webp differ
diff --git a/static/icons/vendor/homarr/webp/dnsimple.webp b/static/icons/vendor/homarr/webp/dnsimple.webp
new file mode 100644
index 0000000..37718c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dnsimple.webp differ
diff --git a/static/icons/vendor/homarr/webp/docassemble-light.webp b/static/icons/vendor/homarr/webp/docassemble-light.webp
new file mode 100644
index 0000000..04cd89b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docassemble-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/docassemble.webp b/static/icons/vendor/homarr/webp/docassemble.webp
new file mode 100644
index 0000000..70bb4fa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docassemble.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-amd.webp b/static/icons/vendor/homarr/webp/docker-amd.webp
new file mode 100644
index 0000000..09edd39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-amd.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-amvd.webp b/static/icons/vendor/homarr/webp/docker-amvd.webp
new file mode 100644
index 0000000..0182ea1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-amvd.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-compose.webp b/static/icons/vendor/homarr/webp/docker-compose.webp
new file mode 100644
index 0000000..d9a8f84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-compose.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-engine.webp b/static/icons/vendor/homarr/webp/docker-engine.webp
new file mode 100644
index 0000000..82e9223
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-engine.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-gc.webp b/static/icons/vendor/homarr/webp/docker-gc.webp
new file mode 100644
index 0000000..e443744
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-gc.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-mailserver-light.webp b/static/icons/vendor/homarr/webp/docker-mailserver-light.webp
new file mode 100644
index 0000000..43555aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-mailserver-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-mailserver.webp b/static/icons/vendor/homarr/webp/docker-mailserver.webp
new file mode 100644
index 0000000..6800e36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-mailserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-moby.webp b/static/icons/vendor/homarr/webp/docker-moby.webp
new file mode 100644
index 0000000..45d0b49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-moby.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker-volume-backup.webp b/static/icons/vendor/homarr/webp/docker-volume-backup.webp
new file mode 100644
index 0000000..0bcb24a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker-volume-backup.webp differ
diff --git a/static/icons/vendor/homarr/webp/docker.webp b/static/icons/vendor/homarr/webp/docker.webp
new file mode 100644
index 0000000..82e9223
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docker.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockge.webp b/static/icons/vendor/homarr/webp/dockge.webp
new file mode 100644
index 0000000..69cce0c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockge.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockhand.webp b/static/icons/vendor/homarr/webp/dockhand.webp
new file mode 100644
index 0000000..ece913a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockhand.webp differ
diff --git a/static/icons/vendor/homarr/webp/docking-station.webp b/static/icons/vendor/homarr/webp/docking-station.webp
new file mode 100644
index 0000000..e928116
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docking-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockpeek-dark.webp b/static/icons/vendor/homarr/webp/dockpeek-dark.webp
new file mode 100644
index 0000000..e8337f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockpeek-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockpeek.webp b/static/icons/vendor/homarr/webp/dockpeek.webp
new file mode 100644
index 0000000..08d7ab9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockpeek.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockstarter.webp b/static/icons/vendor/homarr/webp/dockstarter.webp
new file mode 100644
index 0000000..05eaa58
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockstarter.webp differ
diff --git a/static/icons/vendor/homarr/webp/dockwatch.webp b/static/icons/vendor/homarr/webp/dockwatch.webp
new file mode 100644
index 0000000..b95703d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dockwatch.webp differ
diff --git a/static/icons/vendor/homarr/webp/docmost.webp b/static/icons/vendor/homarr/webp/docmost.webp
new file mode 100644
index 0000000..dc35254
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docmost.webp differ
diff --git a/static/icons/vendor/homarr/webp/docsify.webp b/static/icons/vendor/homarr/webp/docsify.webp
new file mode 100644
index 0000000..4cb4b9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docsify.webp differ
diff --git a/static/icons/vendor/homarr/webp/docspell.webp b/static/icons/vendor/homarr/webp/docspell.webp
new file mode 100644
index 0000000..41b604d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docspell.webp differ
diff --git a/static/icons/vendor/homarr/webp/documenso.webp b/static/icons/vendor/homarr/webp/documenso.webp
new file mode 100644
index 0000000..ba5e855
Binary files /dev/null and b/static/icons/vendor/homarr/webp/documenso.webp differ
diff --git a/static/icons/vendor/homarr/webp/docusaurus.webp b/static/icons/vendor/homarr/webp/docusaurus.webp
new file mode 100644
index 0000000..0b26732
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docusaurus.webp differ
diff --git a/static/icons/vendor/homarr/webp/docuseal.webp b/static/icons/vendor/homarr/webp/docuseal.webp
new file mode 100644
index 0000000..0765b96
Binary files /dev/null and b/static/icons/vendor/homarr/webp/docuseal.webp differ
diff --git a/static/icons/vendor/homarr/webp/dogpile.webp b/static/icons/vendor/homarr/webp/dogpile.webp
new file mode 100644
index 0000000..5f8d488
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dogpile.webp differ
diff --git a/static/icons/vendor/homarr/webp/dokemon.webp b/static/icons/vendor/homarr/webp/dokemon.webp
new file mode 100644
index 0000000..db4160c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dokemon.webp differ
diff --git a/static/icons/vendor/homarr/webp/dokploy-dark.webp b/static/icons/vendor/homarr/webp/dokploy-dark.webp
new file mode 100644
index 0000000..105d228
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dokploy-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dokploy.webp b/static/icons/vendor/homarr/webp/dokploy.webp
new file mode 100644
index 0000000..9453046
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dokploy.webp differ
diff --git a/static/icons/vendor/homarr/webp/dokuwiki.webp b/static/icons/vendor/homarr/webp/dokuwiki.webp
new file mode 100644
index 0000000..fdc32a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dokuwiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/dolibarr.webp b/static/icons/vendor/homarr/webp/dolibarr.webp
new file mode 100644
index 0000000..4656ddf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dolibarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/dolphin.webp b/static/icons/vendor/homarr/webp/dolphin.webp
new file mode 100644
index 0000000..0a98649
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dolphin.webp differ
diff --git a/static/icons/vendor/homarr/webp/domainmod.webp b/static/icons/vendor/homarr/webp/domainmod.webp
new file mode 100644
index 0000000..2cfd44a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/domainmod.webp differ
diff --git a/static/icons/vendor/homarr/webp/domoticz.webp b/static/icons/vendor/homarr/webp/domoticz.webp
new file mode 100644
index 0000000..8bf7ca6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/domoticz.webp differ
diff --git a/static/icons/vendor/homarr/webp/donetick.webp b/static/icons/vendor/homarr/webp/donetick.webp
new file mode 100644
index 0000000..bb611d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/donetick.webp differ
diff --git a/static/icons/vendor/homarr/webp/doplarr.webp b/static/icons/vendor/homarr/webp/doplarr.webp
new file mode 100644
index 0000000..58375a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/doplarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/doppler.webp b/static/icons/vendor/homarr/webp/doppler.webp
new file mode 100644
index 0000000..fd56d56
Binary files /dev/null and b/static/icons/vendor/homarr/webp/doppler.webp differ
diff --git a/static/icons/vendor/homarr/webp/dopplertask.webp b/static/icons/vendor/homarr/webp/dopplertask.webp
new file mode 100644
index 0000000..d16d5aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dopplertask.webp differ
diff --git a/static/icons/vendor/homarr/webp/double-commander.webp b/static/icons/vendor/homarr/webp/double-commander.webp
new file mode 100644
index 0000000..d25fc87
Binary files /dev/null and b/static/icons/vendor/homarr/webp/double-commander.webp differ
diff --git a/static/icons/vendor/homarr/webp/double-take-dark.webp b/static/icons/vendor/homarr/webp/double-take-dark.webp
new file mode 100644
index 0000000..ae6545d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/double-take-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/double-take.webp b/static/icons/vendor/homarr/webp/double-take.webp
new file mode 100644
index 0000000..adf229d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/double-take.webp differ
diff --git a/static/icons/vendor/homarr/webp/dovecot.webp b/static/icons/vendor/homarr/webp/dovecot.webp
new file mode 100644
index 0000000..797b5ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dovecot.webp differ
diff --git a/static/icons/vendor/homarr/webp/dozzle.webp b/static/icons/vendor/homarr/webp/dozzle.webp
new file mode 100644
index 0000000..37d152d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dozzle.webp differ
diff --git a/static/icons/vendor/homarr/webp/dragon-ruby.webp b/static/icons/vendor/homarr/webp/dragon-ruby.webp
new file mode 100644
index 0000000..66a3844
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dragon-ruby.webp differ
diff --git a/static/icons/vendor/homarr/webp/draw-io.webp b/static/icons/vendor/homarr/webp/draw-io.webp
new file mode 100644
index 0000000..f39a445
Binary files /dev/null and b/static/icons/vendor/homarr/webp/draw-io.webp differ
diff --git a/static/icons/vendor/homarr/webp/draytek.webp b/static/icons/vendor/homarr/webp/draytek.webp
new file mode 100644
index 0000000..f99bc9c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/draytek.webp differ
diff --git a/static/icons/vendor/homarr/webp/dream-host-dark.webp b/static/icons/vendor/homarr/webp/dream-host-dark.webp
new file mode 100644
index 0000000..210b551
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dream-host-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dream-host.webp b/static/icons/vendor/homarr/webp/dream-host.webp
new file mode 100644
index 0000000..01ab5ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dream-host.webp differ
diff --git a/static/icons/vendor/homarr/webp/drone.webp b/static/icons/vendor/homarr/webp/drone.webp
new file mode 100644
index 0000000..a095cb3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/drone.webp differ
diff --git a/static/icons/vendor/homarr/webp/drop.webp b/static/icons/vendor/homarr/webp/drop.webp
new file mode 100644
index 0000000..e683f2b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/drop.webp differ
diff --git a/static/icons/vendor/homarr/webp/dropbox.webp b/static/icons/vendor/homarr/webp/dropbox.webp
new file mode 100644
index 0000000..014df16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dropbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/dropout-light.webp b/static/icons/vendor/homarr/webp/dropout-light.webp
new file mode 100644
index 0000000..4715064
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dropout-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dropout.webp b/static/icons/vendor/homarr/webp/dropout.webp
new file mode 100644
index 0000000..937e16e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dropout.webp differ
diff --git a/static/icons/vendor/homarr/webp/droppy-dark.webp b/static/icons/vendor/homarr/webp/droppy-dark.webp
new file mode 100644
index 0000000..49fda62
Binary files /dev/null and b/static/icons/vendor/homarr/webp/droppy-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/droppy.webp b/static/icons/vendor/homarr/webp/droppy.webp
new file mode 100644
index 0000000..140e36c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/droppy.webp differ
diff --git a/static/icons/vendor/homarr/webp/dub-light.webp b/static/icons/vendor/homarr/webp/dub-light.webp
new file mode 100644
index 0000000..174c198
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dub-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dub.webp b/static/icons/vendor/homarr/webp/dub.webp
new file mode 100644
index 0000000..b664df2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dub.webp differ
diff --git a/static/icons/vendor/homarr/webp/duckdns-light.webp b/static/icons/vendor/homarr/webp/duckdns-light.webp
new file mode 100644
index 0000000..0d2bab2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duckdns-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/duckdns.webp b/static/icons/vendor/homarr/webp/duckdns.webp
new file mode 100644
index 0000000..9fe5f26
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duckdns.webp differ
diff --git a/static/icons/vendor/homarr/webp/duckduckgo.webp b/static/icons/vendor/homarr/webp/duckduckgo.webp
new file mode 100644
index 0000000..30ee4b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duckduckgo.webp differ
diff --git a/static/icons/vendor/homarr/webp/dumbassets.webp b/static/icons/vendor/homarr/webp/dumbassets.webp
new file mode 100644
index 0000000..92c03e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dumbassets.webp differ
diff --git a/static/icons/vendor/homarr/webp/dumbpad.webp b/static/icons/vendor/homarr/webp/dumbpad.webp
new file mode 100644
index 0000000..3cc072c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dumbpad.webp differ
diff --git a/static/icons/vendor/homarr/webp/duo.webp b/static/icons/vendor/homarr/webp/duo.webp
new file mode 100644
index 0000000..1f91888
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duo.webp differ
diff --git a/static/icons/vendor/homarr/webp/duolingo.webp b/static/icons/vendor/homarr/webp/duolingo.webp
new file mode 100644
index 0000000..72f433b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duolingo.webp differ
diff --git a/static/icons/vendor/homarr/webp/duplicacy.webp b/static/icons/vendor/homarr/webp/duplicacy.webp
new file mode 100644
index 0000000..d0c2de9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duplicacy.webp differ
diff --git a/static/icons/vendor/homarr/webp/duplicati.webp b/static/icons/vendor/homarr/webp/duplicati.webp
new file mode 100644
index 0000000..0c04f73
Binary files /dev/null and b/static/icons/vendor/homarr/webp/duplicati.webp differ
diff --git a/static/icons/vendor/homarr/webp/dvd-dark.webp b/static/icons/vendor/homarr/webp/dvd-dark.webp
new file mode 100644
index 0000000..16a2565
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dvd-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/dvd-light.webp b/static/icons/vendor/homarr/webp/dvd-light.webp
new file mode 100644
index 0000000..3eeec78
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dvd-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/dvd.webp b/static/icons/vendor/homarr/webp/dvd.webp
new file mode 100644
index 0000000..16a2565
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dvd.webp differ
diff --git a/static/icons/vendor/homarr/webp/dynmap.webp b/static/icons/vendor/homarr/webp/dynmap.webp
new file mode 100644
index 0000000..654e659
Binary files /dev/null and b/static/icons/vendor/homarr/webp/dynmap.webp differ
diff --git a/static/icons/vendor/homarr/webp/easy-gate-light.webp b/static/icons/vendor/homarr/webp/easy-gate-light.webp
new file mode 100644
index 0000000..bb23e0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/easy-gate-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/easy-gate.webp b/static/icons/vendor/homarr/webp/easy-gate.webp
new file mode 100644
index 0000000..586d64a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/easy-gate.webp differ
diff --git a/static/icons/vendor/homarr/webp/ebay.webp b/static/icons/vendor/homarr/webp/ebay.webp
new file mode 100644
index 0000000..5dc31cc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ebay.webp differ
diff --git a/static/icons/vendor/homarr/webp/eblocker.webp b/static/icons/vendor/homarr/webp/eblocker.webp
new file mode 100644
index 0000000..d250302
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eblocker.webp differ
diff --git a/static/icons/vendor/homarr/webp/edge-dev.webp b/static/icons/vendor/homarr/webp/edge-dev.webp
new file mode 100644
index 0000000..91c5d92
Binary files /dev/null and b/static/icons/vendor/homarr/webp/edge-dev.webp differ
diff --git a/static/icons/vendor/homarr/webp/edge.webp b/static/icons/vendor/homarr/webp/edge.webp
new file mode 100644
index 0000000..fd43302
Binary files /dev/null and b/static/icons/vendor/homarr/webp/edge.webp differ
diff --git a/static/icons/vendor/homarr/webp/edgeos-light.webp b/static/icons/vendor/homarr/webp/edgeos-light.webp
new file mode 100644
index 0000000..3de186a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/edgeos-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/edgeos.webp b/static/icons/vendor/homarr/webp/edgeos.webp
new file mode 100644
index 0000000..be8c4cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/edgeos.webp differ
diff --git a/static/icons/vendor/homarr/webp/eitaa.webp b/static/icons/vendor/homarr/webp/eitaa.webp
new file mode 100644
index 0000000..a7b0988
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eitaa.webp differ
diff --git a/static/icons/vendor/homarr/webp/elabftw.webp b/static/icons/vendor/homarr/webp/elabftw.webp
new file mode 100644
index 0000000..a69f03f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elabftw.webp differ
diff --git a/static/icons/vendor/homarr/webp/elastic-beats.webp b/static/icons/vendor/homarr/webp/elastic-beats.webp
new file mode 100644
index 0000000..6d25674
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elastic-beats.webp differ
diff --git a/static/icons/vendor/homarr/webp/elastic-kibana.webp b/static/icons/vendor/homarr/webp/elastic-kibana.webp
new file mode 100644
index 0000000..3aea4c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elastic-kibana.webp differ
diff --git a/static/icons/vendor/homarr/webp/elastic-logstash.webp b/static/icons/vendor/homarr/webp/elastic-logstash.webp
new file mode 100644
index 0000000..7c30685
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elastic-logstash.webp differ
diff --git a/static/icons/vendor/homarr/webp/elastic.webp b/static/icons/vendor/homarr/webp/elastic.webp
new file mode 100644
index 0000000..5247071
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elastic.webp differ
diff --git a/static/icons/vendor/homarr/webp/elasticsearch.webp b/static/icons/vendor/homarr/webp/elasticsearch.webp
new file mode 100644
index 0000000..5247071
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elasticsearch.webp differ
diff --git a/static/icons/vendor/homarr/webp/electron.webp b/static/icons/vendor/homarr/webp/electron.webp
new file mode 100644
index 0000000..f8c1bbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/electron.webp differ
diff --git a/static/icons/vendor/homarr/webp/electronic-arts.webp b/static/icons/vendor/homarr/webp/electronic-arts.webp
new file mode 100644
index 0000000..8234b79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/electronic-arts.webp differ
diff --git a/static/icons/vendor/homarr/webp/electrum.webp b/static/icons/vendor/homarr/webp/electrum.webp
new file mode 100644
index 0000000..09f4842
Binary files /dev/null and b/static/icons/vendor/homarr/webp/electrum.webp differ
diff --git a/static/icons/vendor/homarr/webp/element.webp b/static/icons/vendor/homarr/webp/element.webp
new file mode 100644
index 0000000..6cfe23d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/element.webp differ
diff --git a/static/icons/vendor/homarr/webp/eleventy-light.webp b/static/icons/vendor/homarr/webp/eleventy-light.webp
new file mode 100644
index 0000000..f136041
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eleventy-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/eleventy.webp b/static/icons/vendor/homarr/webp/eleventy.webp
new file mode 100644
index 0000000..df39469
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eleventy.webp differ
diff --git a/static/icons/vendor/homarr/webp/elgato-wave-link.webp b/static/icons/vendor/homarr/webp/elgato-wave-link.webp
new file mode 100644
index 0000000..46515e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elgato-wave-link.webp differ
diff --git a/static/icons/vendor/homarr/webp/eliza-os.webp b/static/icons/vendor/homarr/webp/eliza-os.webp
new file mode 100644
index 0000000..2e2c074
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eliza-os.webp differ
diff --git a/static/icons/vendor/homarr/webp/elysian.webp b/static/icons/vendor/homarr/webp/elysian.webp
new file mode 100644
index 0000000..83970fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/elysian.webp differ
diff --git a/static/icons/vendor/homarr/webp/emacs.webp b/static/icons/vendor/homarr/webp/emacs.webp
new file mode 100644
index 0000000..64303d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emacs.webp differ
diff --git a/static/icons/vendor/homarr/webp/embraer.webp b/static/icons/vendor/homarr/webp/embraer.webp
new file mode 100644
index 0000000..edd7de2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/embraer.webp differ
diff --git a/static/icons/vendor/homarr/webp/emby.webp b/static/icons/vendor/homarr/webp/emby.webp
new file mode 100644
index 0000000..0101ddb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emby.webp differ
diff --git a/static/icons/vendor/homarr/webp/embystat.webp b/static/icons/vendor/homarr/webp/embystat.webp
new file mode 100644
index 0000000..9cfbca5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/embystat.webp differ
diff --git a/static/icons/vendor/homarr/webp/emq-light.webp b/static/icons/vendor/homarr/webp/emq-light.webp
new file mode 100644
index 0000000..b3d8589
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emq-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/emq.webp b/static/icons/vendor/homarr/webp/emq.webp
new file mode 100644
index 0000000..09932fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emq.webp differ
diff --git a/static/icons/vendor/homarr/webp/emqx.webp b/static/icons/vendor/homarr/webp/emqx.webp
new file mode 100644
index 0000000..f019702
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emqx.webp differ
diff --git a/static/icons/vendor/homarr/webp/emsesp.webp b/static/icons/vendor/homarr/webp/emsesp.webp
new file mode 100644
index 0000000..2fa47fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emsesp.webp differ
diff --git a/static/icons/vendor/homarr/webp/emulatorjs.webp b/static/icons/vendor/homarr/webp/emulatorjs.webp
new file mode 100644
index 0000000..b866f8a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/emulatorjs.webp differ
diff --git a/static/icons/vendor/homarr/webp/enbizcard.webp b/static/icons/vendor/homarr/webp/enbizcard.webp
new file mode 100644
index 0000000..e8d999a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/enbizcard.webp differ
diff --git a/static/icons/vendor/homarr/webp/enclosed-light.webp b/static/icons/vendor/homarr/webp/enclosed-light.webp
new file mode 100644
index 0000000..58e823f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/enclosed-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/enclosed.webp b/static/icons/vendor/homarr/webp/enclosed.webp
new file mode 100644
index 0000000..61ffd56
Binary files /dev/null and b/static/icons/vendor/homarr/webp/enclosed.webp differ
diff --git a/static/icons/vendor/homarr/webp/endeavouros-linux.webp b/static/icons/vendor/homarr/webp/endeavouros-linux.webp
new file mode 100644
index 0000000..983786d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endeavouros-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/endel-dark.webp b/static/icons/vendor/homarr/webp/endel-dark.webp
new file mode 100644
index 0000000..b5019f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endel-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/endel.webp b/static/icons/vendor/homarr/webp/endel.webp
new file mode 100644
index 0000000..15da7bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endel.webp differ
diff --git a/static/icons/vendor/homarr/webp/endless-light.webp b/static/icons/vendor/homarr/webp/endless-light.webp
new file mode 100644
index 0000000..154c712
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endless-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/endless.webp b/static/icons/vendor/homarr/webp/endless.webp
new file mode 100644
index 0000000..5d34a79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endless.webp differ
diff --git a/static/icons/vendor/homarr/webp/endurain.webp b/static/icons/vendor/homarr/webp/endurain.webp
new file mode 100644
index 0000000..740e1cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/endurain.webp differ
diff --git a/static/icons/vendor/homarr/webp/enhance.webp b/static/icons/vendor/homarr/webp/enhance.webp
new file mode 100644
index 0000000..cd41599
Binary files /dev/null and b/static/icons/vendor/homarr/webp/enhance.webp differ
diff --git a/static/icons/vendor/homarr/webp/enshrouded.webp b/static/icons/vendor/homarr/webp/enshrouded.webp
new file mode 100644
index 0000000..47b4c5d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/enshrouded.webp differ
diff --git a/static/icons/vendor/homarr/webp/ente-auth.webp b/static/icons/vendor/homarr/webp/ente-auth.webp
new file mode 100644
index 0000000..14d8a55
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ente-auth.webp differ
diff --git a/static/icons/vendor/homarr/webp/ente-photos.webp b/static/icons/vendor/homarr/webp/ente-photos.webp
new file mode 100644
index 0000000..74ec256
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ente-photos.webp differ
diff --git a/static/icons/vendor/homarr/webp/entergy.webp b/static/icons/vendor/homarr/webp/entergy.webp
new file mode 100644
index 0000000..3c21377
Binary files /dev/null and b/static/icons/vendor/homarr/webp/entergy.webp differ
diff --git a/static/icons/vendor/homarr/webp/epic-games-light.webp b/static/icons/vendor/homarr/webp/epic-games-light.webp
new file mode 100644
index 0000000..50bae63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/epic-games-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/epic-games.webp b/static/icons/vendor/homarr/webp/epic-games.webp
new file mode 100644
index 0000000..177ad7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/epic-games.webp differ
diff --git a/static/icons/vendor/homarr/webp/epson-iprint.webp b/static/icons/vendor/homarr/webp/epson-iprint.webp
new file mode 100644
index 0000000..169daba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/epson-iprint.webp differ
diff --git a/static/icons/vendor/homarr/webp/ersatztv.webp b/static/icons/vendor/homarr/webp/ersatztv.webp
new file mode 100644
index 0000000..16398fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ersatztv.webp differ
diff --git a/static/icons/vendor/homarr/webp/erste-george.webp b/static/icons/vendor/homarr/webp/erste-george.webp
new file mode 100644
index 0000000..f3b740c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/erste-george.webp differ
diff --git a/static/icons/vendor/homarr/webp/erste.webp b/static/icons/vendor/homarr/webp/erste.webp
new file mode 100644
index 0000000..d1d7362
Binary files /dev/null and b/static/icons/vendor/homarr/webp/erste.webp differ
diff --git a/static/icons/vendor/homarr/webp/erugo.webp b/static/icons/vendor/homarr/webp/erugo.webp
new file mode 100644
index 0000000..929b3bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/erugo.webp differ
diff --git a/static/icons/vendor/homarr/webp/esphome-alt-light.webp b/static/icons/vendor/homarr/webp/esphome-alt-light.webp
new file mode 100644
index 0000000..6f6327c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/esphome-alt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/esphome-alt.webp b/static/icons/vendor/homarr/webp/esphome-alt.webp
new file mode 100644
index 0000000..b6b1e65
Binary files /dev/null and b/static/icons/vendor/homarr/webp/esphome-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/esphome-light.webp b/static/icons/vendor/homarr/webp/esphome-light.webp
new file mode 100644
index 0000000..ef586d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/esphome-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/esphome.webp b/static/icons/vendor/homarr/webp/esphome.webp
new file mode 100644
index 0000000..8c2dba2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/esphome.webp differ
diff --git a/static/icons/vendor/homarr/webp/espocrm.webp b/static/icons/vendor/homarr/webp/espocrm.webp
new file mode 100644
index 0000000..41e4dbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/espocrm.webp differ
diff --git a/static/icons/vendor/homarr/webp/espressif.webp b/static/icons/vendor/homarr/webp/espressif.webp
new file mode 100644
index 0000000..402eedb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/espressif.webp differ
diff --git a/static/icons/vendor/homarr/webp/etcd.webp b/static/icons/vendor/homarr/webp/etcd.webp
new file mode 100644
index 0000000..04f5871
Binary files /dev/null and b/static/icons/vendor/homarr/webp/etcd.webp differ
diff --git a/static/icons/vendor/homarr/webp/etesync.webp b/static/icons/vendor/homarr/webp/etesync.webp
new file mode 100644
index 0000000..b055481
Binary files /dev/null and b/static/icons/vendor/homarr/webp/etesync.webp differ
diff --git a/static/icons/vendor/homarr/webp/ethereum.webp b/static/icons/vendor/homarr/webp/ethereum.webp
new file mode 100644
index 0000000..ed17c0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ethereum.webp differ
diff --git a/static/icons/vendor/homarr/webp/etherpad.webp b/static/icons/vendor/homarr/webp/etherpad.webp
new file mode 100644
index 0000000..82349e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/etherpad.webp differ
diff --git a/static/icons/vendor/homarr/webp/evcc.webp b/static/icons/vendor/homarr/webp/evcc.webp
new file mode 100644
index 0000000..e09897b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/evcc.webp differ
diff --git a/static/icons/vendor/homarr/webp/evebox.webp b/static/icons/vendor/homarr/webp/evebox.webp
new file mode 100644
index 0000000..214d5e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/evebox.webp differ
diff --git a/static/icons/vendor/homarr/webp/everhour.webp b/static/icons/vendor/homarr/webp/everhour.webp
new file mode 100644
index 0000000..7f7fc2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/everhour.webp differ
diff --git a/static/icons/vendor/homarr/webp/evernote.webp b/static/icons/vendor/homarr/webp/evernote.webp
new file mode 100644
index 0000000..4895906
Binary files /dev/null and b/static/icons/vendor/homarr/webp/evernote.webp differ
diff --git a/static/icons/vendor/homarr/webp/eweka.webp b/static/icons/vendor/homarr/webp/eweka.webp
new file mode 100644
index 0000000..3be81ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/eweka.webp differ
diff --git a/static/icons/vendor/homarr/webp/excalidraw.webp b/static/icons/vendor/homarr/webp/excalidraw.webp
new file mode 100644
index 0000000..31a81d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/excalidraw.webp differ
diff --git a/static/icons/vendor/homarr/webp/exercism-dark.webp b/static/icons/vendor/homarr/webp/exercism-dark.webp
new file mode 100644
index 0000000..8f94704
Binary files /dev/null and b/static/icons/vendor/homarr/webp/exercism-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/exercism.webp b/static/icons/vendor/homarr/webp/exercism.webp
new file mode 100644
index 0000000..b96186b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/exercism.webp differ
diff --git a/static/icons/vendor/homarr/webp/expense-owl.webp b/static/icons/vendor/homarr/webp/expense-owl.webp
new file mode 100644
index 0000000..af92dcb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/expense-owl.webp differ
diff --git a/static/icons/vendor/homarr/webp/ezbookkeeping.webp b/static/icons/vendor/homarr/webp/ezbookkeeping.webp
new file mode 100644
index 0000000..4b6d4b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ezbookkeeping.webp differ
diff --git a/static/icons/vendor/homarr/webp/f-droid.webp b/static/icons/vendor/homarr/webp/f-droid.webp
new file mode 100644
index 0000000..0f64285
Binary files /dev/null and b/static/icons/vendor/homarr/webp/f-droid.webp differ
diff --git a/static/icons/vendor/homarr/webp/f1-dash.webp b/static/icons/vendor/homarr/webp/f1-dash.webp
new file mode 100644
index 0000000..c726b02
Binary files /dev/null and b/static/icons/vendor/homarr/webp/f1-dash.webp differ
diff --git a/static/icons/vendor/homarr/webp/f5-networks.webp b/static/icons/vendor/homarr/webp/f5-networks.webp
new file mode 100644
index 0000000..e129654
Binary files /dev/null and b/static/icons/vendor/homarr/webp/f5-networks.webp differ
diff --git a/static/icons/vendor/homarr/webp/facebook-messenger.webp b/static/icons/vendor/homarr/webp/facebook-messenger.webp
new file mode 100644
index 0000000..a90c6e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/facebook-messenger.webp differ
diff --git a/static/icons/vendor/homarr/webp/facebook.webp b/static/icons/vendor/homarr/webp/facebook.webp
new file mode 100644
index 0000000..6fe164a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/facebook.webp differ
diff --git a/static/icons/vendor/homarr/webp/fail2ban.webp b/static/icons/vendor/homarr/webp/fail2ban.webp
new file mode 100644
index 0000000..d0dd272
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fail2ban.webp differ
diff --git a/static/icons/vendor/homarr/webp/falcon-christmas.webp b/static/icons/vendor/homarr/webp/falcon-christmas.webp
new file mode 100644
index 0000000..9f0d56e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/falcon-christmas.webp differ
diff --git a/static/icons/vendor/homarr/webp/falcon-player-dark.webp b/static/icons/vendor/homarr/webp/falcon-player-dark.webp
new file mode 100644
index 0000000..e93e734
Binary files /dev/null and b/static/icons/vendor/homarr/webp/falcon-player-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/falcon-player.webp b/static/icons/vendor/homarr/webp/falcon-player.webp
new file mode 100644
index 0000000..79e8115
Binary files /dev/null and b/static/icons/vendor/homarr/webp/falcon-player.webp differ
diff --git a/static/icons/vendor/homarr/webp/fast-com-light.webp b/static/icons/vendor/homarr/webp/fast-com-light.webp
new file mode 100644
index 0000000..3e17b2b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fast-com-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fast-com.webp b/static/icons/vendor/homarr/webp/fast-com.webp
new file mode 100644
index 0000000..cff6179
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fast-com.webp differ
diff --git a/static/icons/vendor/homarr/webp/fastapi-wordmark-light.webp b/static/icons/vendor/homarr/webp/fastapi-wordmark-light.webp
new file mode 100644
index 0000000..a367350
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fastapi-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fastapi.webp b/static/icons/vendor/homarr/webp/fastapi.webp
new file mode 100644
index 0000000..6fbfd1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fastapi.webp differ
diff --git a/static/icons/vendor/homarr/webp/fasten-health.webp b/static/icons/vendor/homarr/webp/fasten-health.webp
new file mode 100644
index 0000000..a811f67
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fasten-health.webp differ
diff --git a/static/icons/vendor/homarr/webp/fastmail.webp b/static/icons/vendor/homarr/webp/fastmail.webp
new file mode 100644
index 0000000..e161c1f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fastmail.webp differ
diff --git a/static/icons/vendor/homarr/webp/fedora-alt.webp b/static/icons/vendor/homarr/webp/fedora-alt.webp
new file mode 100644
index 0000000..8f6b11e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fedora-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/fedora.webp b/static/icons/vendor/homarr/webp/fedora.webp
new file mode 100644
index 0000000..ce6f69c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fedora.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedbase-light.webp b/static/icons/vendor/homarr/webp/feedbase-light.webp
new file mode 100644
index 0000000..520cc7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedbase-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedbase.webp b/static/icons/vendor/homarr/webp/feedbase.webp
new file mode 100644
index 0000000..5c712bb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedbase.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedbin-light.webp b/static/icons/vendor/homarr/webp/feedbin-light.webp
new file mode 100644
index 0000000..1302eb8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedbin-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedbin.webp b/static/icons/vendor/homarr/webp/feedbin.webp
new file mode 100644
index 0000000..2e7c424
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedbin.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedly.webp b/static/icons/vendor/homarr/webp/feedly.webp
new file mode 100644
index 0000000..46a85e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedly.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedlynx-light.webp b/static/icons/vendor/homarr/webp/feedlynx-light.webp
new file mode 100644
index 0000000..63577e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedlynx-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/feedlynx.webp b/static/icons/vendor/homarr/webp/feedlynx.webp
new file mode 100644
index 0000000..c0ea118
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feedlynx.webp differ
diff --git a/static/icons/vendor/homarr/webp/feishin.webp b/static/icons/vendor/homarr/webp/feishin.webp
new file mode 100644
index 0000000..1e23965
Binary files /dev/null and b/static/icons/vendor/homarr/webp/feishin.webp differ
diff --git a/static/icons/vendor/homarr/webp/fenrus-light.webp b/static/icons/vendor/homarr/webp/fenrus-light.webp
new file mode 100644
index 0000000..27b6c40
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fenrus-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fenrus.webp b/static/icons/vendor/homarr/webp/fenrus.webp
new file mode 100644
index 0000000..fd80456
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fenrus.webp differ
diff --git a/static/icons/vendor/homarr/webp/ferdi.webp b/static/icons/vendor/homarr/webp/ferdi.webp
new file mode 100644
index 0000000..8bc224b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ferdi.webp differ
diff --git a/static/icons/vendor/homarr/webp/ferdium.webp b/static/icons/vendor/homarr/webp/ferdium.webp
new file mode 100644
index 0000000..ef86b46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ferdium.webp differ
diff --git a/static/icons/vendor/homarr/webp/fermentrack.webp b/static/icons/vendor/homarr/webp/fermentrack.webp
new file mode 100644
index 0000000..ab0a0c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fermentrack.webp differ
diff --git a/static/icons/vendor/homarr/webp/ferretdb.webp b/static/icons/vendor/homarr/webp/ferretdb.webp
new file mode 100644
index 0000000..51adc86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ferretdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/fibaro.webp b/static/icons/vendor/homarr/webp/fibaro.webp
new file mode 100644
index 0000000..fa913ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fibaro.webp differ
diff --git a/static/icons/vendor/homarr/webp/fidelity.webp b/static/icons/vendor/homarr/webp/fidelity.webp
new file mode 100644
index 0000000..764efde
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fidelity.webp differ
diff --git a/static/icons/vendor/homarr/webp/fider.webp b/static/icons/vendor/homarr/webp/fider.webp
new file mode 100644
index 0000000..8fdcb7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fider.webp differ
diff --git a/static/icons/vendor/homarr/webp/figma.webp b/static/icons/vendor/homarr/webp/figma.webp
new file mode 100644
index 0000000..5d52e19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/figma.webp differ
diff --git a/static/icons/vendor/homarr/webp/filaman.webp b/static/icons/vendor/homarr/webp/filaman.webp
new file mode 100644
index 0000000..e617ac7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filaman.webp differ
diff --git a/static/icons/vendor/homarr/webp/filebot.webp b/static/icons/vendor/homarr/webp/filebot.webp
new file mode 100644
index 0000000..702d0ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filebot.webp differ
diff --git a/static/icons/vendor/homarr/webp/filebrowser-quantum.webp b/static/icons/vendor/homarr/webp/filebrowser-quantum.webp
new file mode 100644
index 0000000..a697378
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filebrowser-quantum.webp differ
diff --git a/static/icons/vendor/homarr/webp/filebrowser.webp b/static/icons/vendor/homarr/webp/filebrowser.webp
new file mode 100644
index 0000000..24a1e3d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filebrowser.webp differ
diff --git a/static/icons/vendor/homarr/webp/filecloud.webp b/static/icons/vendor/homarr/webp/filecloud.webp
new file mode 100644
index 0000000..873a49f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filecloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/fileflows.webp b/static/icons/vendor/homarr/webp/fileflows.webp
new file mode 100644
index 0000000..adfde0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fileflows.webp differ
diff --git a/static/icons/vendor/homarr/webp/filegator.webp b/static/icons/vendor/homarr/webp/filegator.webp
new file mode 100644
index 0000000..61cb496
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filegator.webp differ
diff --git a/static/icons/vendor/homarr/webp/filepizza.webp b/static/icons/vendor/homarr/webp/filepizza.webp
new file mode 100644
index 0000000..a66bc26
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filepizza.webp differ
diff --git a/static/icons/vendor/homarr/webp/filerise.webp b/static/icons/vendor/homarr/webp/filerise.webp
new file mode 100644
index 0000000..d22762c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filerise.webp differ
diff --git a/static/icons/vendor/homarr/webp/filerun.webp b/static/icons/vendor/homarr/webp/filerun.webp
new file mode 100644
index 0000000..e91352c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filerun.webp differ
diff --git a/static/icons/vendor/homarr/webp/files-community.webp b/static/icons/vendor/homarr/webp/files-community.webp
new file mode 100644
index 0000000..0825ee3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/files-community.webp differ
diff --git a/static/icons/vendor/homarr/webp/files.webp b/static/icons/vendor/homarr/webp/files.webp
new file mode 100644
index 0000000..1a1af63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/files.webp differ
diff --git a/static/icons/vendor/homarr/webp/filestash.webp b/static/icons/vendor/homarr/webp/filestash.webp
new file mode 100644
index 0000000..99b56dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filestash.webp differ
diff --git a/static/icons/vendor/homarr/webp/filezilla.webp b/static/icons/vendor/homarr/webp/filezilla.webp
new file mode 100644
index 0000000..60a92d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/filezilla.webp differ
diff --git a/static/icons/vendor/homarr/webp/finamp.webp b/static/icons/vendor/homarr/webp/finamp.webp
new file mode 100644
index 0000000..17677cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/finamp.webp differ
diff --git a/static/icons/vendor/homarr/webp/findroid.webp b/static/icons/vendor/homarr/webp/findroid.webp
new file mode 100644
index 0000000..d488ad9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/findroid.webp differ
diff --git a/static/icons/vendor/homarr/webp/fios-light.webp b/static/icons/vendor/homarr/webp/fios-light.webp
new file mode 100644
index 0000000..1a5c9d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fios-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fios.webp b/static/icons/vendor/homarr/webp/fios.webp
new file mode 100644
index 0000000..590945f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fios.webp differ
diff --git a/static/icons/vendor/homarr/webp/firebase.webp b/static/icons/vendor/homarr/webp/firebase.webp
new file mode 100644
index 0000000..f494e09
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firebase.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefly-iii.webp b/static/icons/vendor/homarr/webp/firefly-iii.webp
new file mode 100644
index 0000000..9210587
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefly-iii.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefly.webp b/static/icons/vendor/homarr/webp/firefly.webp
new file mode 100644
index 0000000..9210587
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefly.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-beta.webp b/static/icons/vendor/homarr/webp/firefox-beta.webp
new file mode 100644
index 0000000..bbc1109
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-beta.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-developer-edition.webp b/static/icons/vendor/homarr/webp/firefox-developer-edition.webp
new file mode 100644
index 0000000..f7d2eb2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-developer-edition.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-lite.webp b/static/icons/vendor/homarr/webp/firefox-lite.webp
new file mode 100644
index 0000000..fe5d20b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-lite.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-nightly.webp b/static/icons/vendor/homarr/webp/firefox-nightly.webp
new file mode 100644
index 0000000..96ba57e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-nightly.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-reality.webp b/static/icons/vendor/homarr/webp/firefox-reality.webp
new file mode 100644
index 0000000..28e5979
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-reality.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox-send.webp b/static/icons/vendor/homarr/webp/firefox-send.webp
new file mode 100644
index 0000000..812bfad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox-send.webp differ
diff --git a/static/icons/vendor/homarr/webp/firefox.webp b/static/icons/vendor/homarr/webp/firefox.webp
new file mode 100644
index 0000000..be05e7c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firefox.webp differ
diff --git a/static/icons/vendor/homarr/webp/fireshare.webp b/static/icons/vendor/homarr/webp/fireshare.webp
new file mode 100644
index 0000000..98f3f05
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fireshare.webp differ
diff --git a/static/icons/vendor/homarr/webp/firewalla.webp b/static/icons/vendor/homarr/webp/firewalla.webp
new file mode 100644
index 0000000..e1a4dcf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/firewalla.webp differ
diff --git a/static/icons/vendor/homarr/webp/fittrackee.webp b/static/icons/vendor/homarr/webp/fittrackee.webp
new file mode 100644
index 0000000..ce291f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fittrackee.webp differ
diff --git a/static/icons/vendor/homarr/webp/fl-studio.webp b/static/icons/vendor/homarr/webp/fl-studio.webp
new file mode 100644
index 0000000..478348b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fl-studio.webp differ
diff --git a/static/icons/vendor/homarr/webp/fladder.webp b/static/icons/vendor/homarr/webp/fladder.webp
new file mode 100644
index 0000000..4a25b27
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fladder.webp differ
diff --git a/static/icons/vendor/homarr/webp/flame.webp b/static/icons/vendor/homarr/webp/flame.webp
new file mode 100644
index 0000000..7889d09
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flame.webp differ
diff --git a/static/icons/vendor/homarr/webp/flaresolverr.webp b/static/icons/vendor/homarr/webp/flaresolverr.webp
new file mode 100644
index 0000000..bd25477
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flaresolverr.webp differ
diff --git a/static/icons/vendor/homarr/webp/flarum.webp b/static/icons/vendor/homarr/webp/flarum.webp
new file mode 100644
index 0000000..f36704a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flarum.webp differ
diff --git a/static/icons/vendor/homarr/webp/flat-notes.webp b/static/icons/vendor/homarr/webp/flat-notes.webp
new file mode 100644
index 0000000..7ed8c91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flat-notes.webp differ
diff --git a/static/icons/vendor/homarr/webp/flathub-dark.webp b/static/icons/vendor/homarr/webp/flathub-dark.webp
new file mode 100644
index 0000000..5c870a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flathub-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/flathub.webp b/static/icons/vendor/homarr/webp/flathub.webp
new file mode 100644
index 0000000..2228baa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flathub.webp differ
diff --git a/static/icons/vendor/homarr/webp/flatnotes.webp b/static/icons/vendor/homarr/webp/flatnotes.webp
new file mode 100644
index 0000000..e7a0248
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flatnotes.webp differ
diff --git a/static/icons/vendor/homarr/webp/flatpak.webp b/static/icons/vendor/homarr/webp/flatpak.webp
new file mode 100644
index 0000000..1c750bf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flatpak.webp differ
diff --git a/static/icons/vendor/homarr/webp/fleetdm.webp b/static/icons/vendor/homarr/webp/fleetdm.webp
new file mode 100644
index 0000000..5963995
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fleetdm.webp differ
diff --git a/static/icons/vendor/homarr/webp/flexget.webp b/static/icons/vendor/homarr/webp/flexget.webp
new file mode 100644
index 0000000..4a903bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flexget.webp differ
diff --git a/static/icons/vendor/homarr/webp/flightaware.webp b/static/icons/vendor/homarr/webp/flightaware.webp
new file mode 100644
index 0000000..fe15917
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flightaware.webp differ
diff --git a/static/icons/vendor/homarr/webp/flightradar24-light.webp b/static/icons/vendor/homarr/webp/flightradar24-light.webp
new file mode 100644
index 0000000..116741f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flightradar24-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/flightradar24.webp b/static/icons/vendor/homarr/webp/flightradar24.webp
new file mode 100644
index 0000000..935546b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flightradar24.webp differ
diff --git a/static/icons/vendor/homarr/webp/floatplane.webp b/static/icons/vendor/homarr/webp/floatplane.webp
new file mode 100644
index 0000000..845aa69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/floatplane.webp differ
diff --git a/static/icons/vendor/homarr/webp/flogo.webp b/static/icons/vendor/homarr/webp/flogo.webp
new file mode 100644
index 0000000..b64eb39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flogo.webp differ
diff --git a/static/icons/vendor/homarr/webp/flood.webp b/static/icons/vendor/homarr/webp/flood.webp
new file mode 100644
index 0000000..37e458e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flood.webp differ
diff --git a/static/icons/vendor/homarr/webp/floorp.webp b/static/icons/vendor/homarr/webp/floorp.webp
new file mode 100644
index 0000000..860095e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/floorp.webp differ
diff --git a/static/icons/vendor/homarr/webp/floorplanner.webp b/static/icons/vendor/homarr/webp/floorplanner.webp
new file mode 100644
index 0000000..3f5de12
Binary files /dev/null and b/static/icons/vendor/homarr/webp/floorplanner.webp differ
diff --git a/static/icons/vendor/homarr/webp/flowise.webp b/static/icons/vendor/homarr/webp/flowise.webp
new file mode 100644
index 0000000..c958e5e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flowise.webp differ
diff --git a/static/icons/vendor/homarr/webp/flowtunes.webp b/static/icons/vendor/homarr/webp/flowtunes.webp
new file mode 100644
index 0000000..041f136
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flowtunes.webp differ
diff --git a/static/icons/vendor/homarr/webp/fluent-reader.webp b/static/icons/vendor/homarr/webp/fluent-reader.webp
new file mode 100644
index 0000000..48ef040
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fluent-reader.webp differ
diff --git a/static/icons/vendor/homarr/webp/fluffychat-dark.webp b/static/icons/vendor/homarr/webp/fluffychat-dark.webp
new file mode 100644
index 0000000..e35ce2e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fluffychat-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/fluffychat.webp b/static/icons/vendor/homarr/webp/fluffychat.webp
new file mode 100644
index 0000000..8c47393
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fluffychat.webp differ
diff --git a/static/icons/vendor/homarr/webp/fluidd.webp b/static/icons/vendor/homarr/webp/fluidd.webp
new file mode 100644
index 0000000..b7ff96a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fluidd.webp differ
diff --git a/static/icons/vendor/homarr/webp/flutter-wordmark-dark.webp b/static/icons/vendor/homarr/webp/flutter-wordmark-dark.webp
new file mode 100644
index 0000000..fcfe6f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flutter-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/flutter-wordmark-light.webp b/static/icons/vendor/homarr/webp/flutter-wordmark-light.webp
new file mode 100644
index 0000000..a24b05b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flutter-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/flutter.webp b/static/icons/vendor/homarr/webp/flutter.webp
new file mode 100644
index 0000000..0930681
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flutter.webp differ
diff --git a/static/icons/vendor/homarr/webp/flux-cd.webp b/static/icons/vendor/homarr/webp/flux-cd.webp
new file mode 100644
index 0000000..03100a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/flux-cd.webp differ
diff --git a/static/icons/vendor/homarr/webp/fly-io.webp b/static/icons/vendor/homarr/webp/fly-io.webp
new file mode 100644
index 0000000..7d026b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fly-io.webp differ
diff --git a/static/icons/vendor/homarr/webp/fmd.webp b/static/icons/vendor/homarr/webp/fmd.webp
new file mode 100644
index 0000000..ee10bf8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fmd.webp differ
diff --git a/static/icons/vendor/homarr/webp/fnos.webp b/static/icons/vendor/homarr/webp/fnos.webp
new file mode 100644
index 0000000..05c64c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fnos.webp differ
diff --git a/static/icons/vendor/homarr/webp/focalboard.webp b/static/icons/vendor/homarr/webp/focalboard.webp
new file mode 100644
index 0000000..a631ecf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/focalboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/foldingathome.webp b/static/icons/vendor/homarr/webp/foldingathome.webp
new file mode 100644
index 0000000..49bc2bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/foldingathome.webp differ
diff --git a/static/icons/vendor/homarr/webp/fontawesome.webp b/static/icons/vendor/homarr/webp/fontawesome.webp
new file mode 100644
index 0000000..f82ac49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fontawesome.webp differ
diff --git a/static/icons/vendor/homarr/webp/foreflight-dark.webp b/static/icons/vendor/homarr/webp/foreflight-dark.webp
new file mode 100644
index 0000000..816d046
Binary files /dev/null and b/static/icons/vendor/homarr/webp/foreflight-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/foreflight.webp b/static/icons/vendor/homarr/webp/foreflight.webp
new file mode 100644
index 0000000..4cd60fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/foreflight.webp differ
diff --git a/static/icons/vendor/homarr/webp/forgejo.webp b/static/icons/vendor/homarr/webp/forgejo.webp
new file mode 100644
index 0000000..c9c2662
Binary files /dev/null and b/static/icons/vendor/homarr/webp/forgejo.webp differ
diff --git a/static/icons/vendor/homarr/webp/formbricks.webp b/static/icons/vendor/homarr/webp/formbricks.webp
new file mode 100644
index 0000000..2696859
Binary files /dev/null and b/static/icons/vendor/homarr/webp/formbricks.webp differ
diff --git a/static/icons/vendor/homarr/webp/forte-light.webp b/static/icons/vendor/homarr/webp/forte-light.webp
new file mode 100644
index 0000000..25fbc26
Binary files /dev/null and b/static/icons/vendor/homarr/webp/forte-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/forte.webp b/static/icons/vendor/homarr/webp/forte.webp
new file mode 100644
index 0000000..e7f2554
Binary files /dev/null and b/static/icons/vendor/homarr/webp/forte.webp differ
diff --git a/static/icons/vendor/homarr/webp/fortinet.webp b/static/icons/vendor/homarr/webp/fortinet.webp
new file mode 100644
index 0000000..2cfbebd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fortinet.webp differ
diff --git a/static/icons/vendor/homarr/webp/fortran.webp b/static/icons/vendor/homarr/webp/fortran.webp
new file mode 100644
index 0000000..985b5f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fortran.webp differ
diff --git a/static/icons/vendor/homarr/webp/foscam.webp b/static/icons/vendor/homarr/webp/foscam.webp
new file mode 100644
index 0000000..e76f34d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/foscam.webp differ
diff --git a/static/icons/vendor/homarr/webp/fossil.webp b/static/icons/vendor/homarr/webp/fossil.webp
new file mode 100644
index 0000000..0580b6f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fossil.webp differ
diff --git a/static/icons/vendor/homarr/webp/foundry-vtt.webp b/static/icons/vendor/homarr/webp/foundry-vtt.webp
new file mode 100644
index 0000000..61a763e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/foundry-vtt.webp differ
diff --git a/static/icons/vendor/homarr/webp/franz.webp b/static/icons/vendor/homarr/webp/franz.webp
new file mode 100644
index 0000000..93002df
Binary files /dev/null and b/static/icons/vendor/homarr/webp/franz.webp differ
diff --git a/static/icons/vendor/homarr/webp/free-dns.webp b/static/icons/vendor/homarr/webp/free-dns.webp
new file mode 100644
index 0000000..04b00f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/free-dns.webp differ
diff --git a/static/icons/vendor/homarr/webp/free-sas.webp b/static/icons/vendor/homarr/webp/free-sas.webp
new file mode 100644
index 0000000..3b95493
Binary files /dev/null and b/static/icons/vendor/homarr/webp/free-sas.webp differ
diff --git a/static/icons/vendor/homarr/webp/freebox-delta.webp b/static/icons/vendor/homarr/webp/freebox-delta.webp
new file mode 100644
index 0000000..85685cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freebox-delta.webp differ
diff --git a/static/icons/vendor/homarr/webp/freebox-pop.webp b/static/icons/vendor/homarr/webp/freebox-pop.webp
new file mode 100644
index 0000000..679441d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freebox-pop.webp differ
diff --git a/static/icons/vendor/homarr/webp/freebox-revolution.webp b/static/icons/vendor/homarr/webp/freebox-revolution.webp
new file mode 100644
index 0000000..5f3fb04
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freebox-revolution.webp differ
diff --git a/static/icons/vendor/homarr/webp/freedombox.webp b/static/icons/vendor/homarr/webp/freedombox.webp
new file mode 100644
index 0000000..d394143
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freedombox.webp differ
diff --git a/static/icons/vendor/homarr/webp/freeipa.webp b/static/icons/vendor/homarr/webp/freeipa.webp
new file mode 100644
index 0000000..51a261d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freeipa.webp differ
diff --git a/static/icons/vendor/homarr/webp/freenas.webp b/static/icons/vendor/homarr/webp/freenas.webp
new file mode 100644
index 0000000..1c09aee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freenas.webp differ
diff --git a/static/icons/vendor/homarr/webp/freenom.webp b/static/icons/vendor/homarr/webp/freenom.webp
new file mode 100644
index 0000000..5eaec3f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freenom.webp differ
diff --git a/static/icons/vendor/homarr/webp/freepbx.webp b/static/icons/vendor/homarr/webp/freepbx.webp
new file mode 100644
index 0000000..b680920
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freepbx.webp differ
diff --git a/static/icons/vendor/homarr/webp/freescout.webp b/static/icons/vendor/homarr/webp/freescout.webp
new file mode 100644
index 0000000..69dcc3f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freescout.webp differ
diff --git a/static/icons/vendor/homarr/webp/freshbooks.webp b/static/icons/vendor/homarr/webp/freshbooks.webp
new file mode 100644
index 0000000..269fe04
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freshbooks.webp differ
diff --git a/static/icons/vendor/homarr/webp/freshping-dark.webp b/static/icons/vendor/homarr/webp/freshping-dark.webp
new file mode 100644
index 0000000..57193a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freshping-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/freshping.webp b/static/icons/vendor/homarr/webp/freshping.webp
new file mode 100644
index 0000000..7ff0726
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freshping.webp differ
diff --git a/static/icons/vendor/homarr/webp/freshrss.webp b/static/icons/vendor/homarr/webp/freshrss.webp
new file mode 100644
index 0000000..8b32732
Binary files /dev/null and b/static/icons/vendor/homarr/webp/freshrss.webp differ
diff --git a/static/icons/vendor/homarr/webp/friendica.webp b/static/icons/vendor/homarr/webp/friendica.webp
new file mode 100644
index 0000000..f4b9eb0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/friendica.webp differ
diff --git a/static/icons/vendor/homarr/webp/frigate-light.webp b/static/icons/vendor/homarr/webp/frigate-light.webp
new file mode 100644
index 0000000..2f72f84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/frigate-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/frigate.webp b/static/icons/vendor/homarr/webp/frigate.webp
new file mode 100644
index 0000000..c274f22
Binary files /dev/null and b/static/icons/vendor/homarr/webp/frigate.webp differ
diff --git a/static/icons/vendor/homarr/webp/fritzbox-light.webp b/static/icons/vendor/homarr/webp/fritzbox-light.webp
new file mode 100644
index 0000000..0ab9787
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fritzbox-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fritzbox.webp b/static/icons/vendor/homarr/webp/fritzbox.webp
new file mode 100644
index 0000000..dfa1399
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fritzbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/fronius.webp b/static/icons/vendor/homarr/webp/fronius.webp
new file mode 100644
index 0000000..ccb75f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fronius.webp differ
diff --git a/static/icons/vendor/homarr/webp/frp.webp b/static/icons/vendor/homarr/webp/frp.webp
new file mode 100644
index 0000000..7dae9c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/frp.webp differ
diff --git a/static/icons/vendor/homarr/webp/fulcio.webp b/static/icons/vendor/homarr/webp/fulcio.webp
new file mode 100644
index 0000000..70a6680
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fulcio.webp differ
diff --git a/static/icons/vendor/homarr/webp/funkwhale-light.webp b/static/icons/vendor/homarr/webp/funkwhale-light.webp
new file mode 100644
index 0000000..d742a48
Binary files /dev/null and b/static/icons/vendor/homarr/webp/funkwhale-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/funkwhale.webp b/static/icons/vendor/homarr/webp/funkwhale.webp
new file mode 100644
index 0000000..f3e82e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/funkwhale.webp differ
diff --git a/static/icons/vendor/homarr/webp/fusionauth-light.webp b/static/icons/vendor/homarr/webp/fusionauth-light.webp
new file mode 100644
index 0000000..7c28ac0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fusionauth-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/fusionauth.webp b/static/icons/vendor/homarr/webp/fusionauth.webp
new file mode 100644
index 0000000..db5b15d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fusionauth.webp differ
diff --git a/static/icons/vendor/homarr/webp/fusionpbx.webp b/static/icons/vendor/homarr/webp/fusionpbx.webp
new file mode 100644
index 0000000..e2d8518
Binary files /dev/null and b/static/icons/vendor/homarr/webp/fusionpbx.webp differ
diff --git a/static/icons/vendor/homarr/webp/gamevault.webp b/static/icons/vendor/homarr/webp/gamevault.webp
new file mode 100644
index 0000000..9f32a53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gamevault.webp differ
diff --git a/static/icons/vendor/homarr/webp/gameyfin-light.webp b/static/icons/vendor/homarr/webp/gameyfin-light.webp
new file mode 100644
index 0000000..36de9de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gameyfin-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/gameyfin.webp b/static/icons/vendor/homarr/webp/gameyfin.webp
new file mode 100644
index 0000000..80f68d4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gameyfin.webp differ
diff --git a/static/icons/vendor/homarr/webp/gaps.webp b/static/icons/vendor/homarr/webp/gaps.webp
new file mode 100644
index 0000000..fd07e5c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gaps.webp differ
diff --git a/static/icons/vendor/homarr/webp/garage.webp b/static/icons/vendor/homarr/webp/garage.webp
new file mode 100644
index 0000000..7da3e28
Binary files /dev/null and b/static/icons/vendor/homarr/webp/garage.webp differ
diff --git a/static/icons/vendor/homarr/webp/garmin-connect.webp b/static/icons/vendor/homarr/webp/garmin-connect.webp
new file mode 100644
index 0000000..fdf63e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/garmin-connect.webp differ
diff --git a/static/icons/vendor/homarr/webp/garuda-linux.webp b/static/icons/vendor/homarr/webp/garuda-linux.webp
new file mode 100644
index 0000000..a5f4185
Binary files /dev/null and b/static/icons/vendor/homarr/webp/garuda-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/gaseous.webp b/static/icons/vendor/homarr/webp/gaseous.webp
new file mode 100644
index 0000000..3c25307
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gaseous.webp differ
diff --git a/static/icons/vendor/homarr/webp/gatsby.webp b/static/icons/vendor/homarr/webp/gatsby.webp
new file mode 100644
index 0000000..d64cda5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gatsby.webp differ
diff --git a/static/icons/vendor/homarr/webp/gatus.webp b/static/icons/vendor/homarr/webp/gatus.webp
new file mode 100644
index 0000000..f984e85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gatus.webp differ
diff --git a/static/icons/vendor/homarr/webp/gboard.webp b/static/icons/vendor/homarr/webp/gboard.webp
new file mode 100644
index 0000000..9ea9a85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/geckoview.webp b/static/icons/vendor/homarr/webp/geckoview.webp
new file mode 100644
index 0000000..89a7ca2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/geckoview.webp differ
diff --git a/static/icons/vendor/homarr/webp/genius.webp b/static/icons/vendor/homarr/webp/genius.webp
new file mode 100644
index 0000000..ba637f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/genius.webp differ
diff --git a/static/icons/vendor/homarr/webp/gentoo-linux.webp b/static/icons/vendor/homarr/webp/gentoo-linux.webp
new file mode 100644
index 0000000..7437fe1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gentoo-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/genua.webp b/static/icons/vendor/homarr/webp/genua.webp
new file mode 100644
index 0000000..c8d8817
Binary files /dev/null and b/static/icons/vendor/homarr/webp/genua.webp differ
diff --git a/static/icons/vendor/homarr/webp/geo-guessr.webp b/static/icons/vendor/homarr/webp/geo-guessr.webp
new file mode 100644
index 0000000..6245e49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/geo-guessr.webp differ
diff --git a/static/icons/vendor/homarr/webp/gerbera.webp b/static/icons/vendor/homarr/webp/gerbera.webp
new file mode 100644
index 0000000..096ad53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gerbera.webp differ
diff --git a/static/icons/vendor/homarr/webp/gerrit.webp b/static/icons/vendor/homarr/webp/gerrit.webp
new file mode 100644
index 0000000..db3b3b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gerrit.webp differ
diff --git a/static/icons/vendor/homarr/webp/get-iplayer.webp b/static/icons/vendor/homarr/webp/get-iplayer.webp
new file mode 100644
index 0000000..73d7f1d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/get-iplayer.webp differ
diff --git a/static/icons/vendor/homarr/webp/ghost-light.webp b/static/icons/vendor/homarr/webp/ghost-light.webp
new file mode 100644
index 0000000..ac6d27f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ghost-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ghost.webp b/static/icons/vendor/homarr/webp/ghost.webp
new file mode 100644
index 0000000..e1af385
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ghost.webp differ
diff --git a/static/icons/vendor/homarr/webp/ghostfolio.webp b/static/icons/vendor/homarr/webp/ghostfolio.webp
new file mode 100644
index 0000000..c6b3c40
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ghostfolio.webp differ
diff --git a/static/icons/vendor/homarr/webp/ghostty.webp b/static/icons/vendor/homarr/webp/ghostty.webp
new file mode 100644
index 0000000..4280f05
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ghostty.webp differ
diff --git a/static/icons/vendor/homarr/webp/gigaset.webp b/static/icons/vendor/homarr/webp/gigaset.webp
new file mode 100644
index 0000000..4404344
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gigaset.webp differ
diff --git a/static/icons/vendor/homarr/webp/gimp.webp b/static/icons/vendor/homarr/webp/gimp.webp
new file mode 100644
index 0000000..187fa0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gimp.webp differ
diff --git a/static/icons/vendor/homarr/webp/git.webp b/static/icons/vendor/homarr/webp/git.webp
new file mode 100644
index 0000000..7b0fb80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/git.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitam-university.webp b/static/icons/vendor/homarr/webp/gitam-university.webp
new file mode 100644
index 0000000..f75c5de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitam-university.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitbook.webp b/static/icons/vendor/homarr/webp/gitbook.webp
new file mode 100644
index 0000000..c179cd0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitbook.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitea.webp b/static/icons/vendor/homarr/webp/gitea.webp
new file mode 100644
index 0000000..d9fa94e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitea.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitee.webp b/static/icons/vendor/homarr/webp/gitee.webp
new file mode 100644
index 0000000..12f6205
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitee.webp differ
diff --git a/static/icons/vendor/homarr/webp/github-copilot-dark.webp b/static/icons/vendor/homarr/webp/github-copilot-dark.webp
new file mode 100644
index 0000000..0164510
Binary files /dev/null and b/static/icons/vendor/homarr/webp/github-copilot-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/github-copilot.webp b/static/icons/vendor/homarr/webp/github-copilot.webp
new file mode 100644
index 0000000..0c7694f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/github-copilot.webp differ
diff --git a/static/icons/vendor/homarr/webp/github-light.webp b/static/icons/vendor/homarr/webp/github-light.webp
new file mode 100644
index 0000000..b725dd8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/github-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/github.webp b/static/icons/vendor/homarr/webp/github.webp
new file mode 100644
index 0000000..41d8f2d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/github.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitlab.webp b/static/icons/vendor/homarr/webp/gitlab.webp
new file mode 100644
index 0000000..8d57acc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitlab.webp differ
diff --git a/static/icons/vendor/homarr/webp/gitsign.webp b/static/icons/vendor/homarr/webp/gitsign.webp
new file mode 100644
index 0000000..14a5025
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gitsign.webp differ
diff --git a/static/icons/vendor/homarr/webp/gladys-assistant.webp b/static/icons/vendor/homarr/webp/gladys-assistant.webp
new file mode 100644
index 0000000..c053602
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gladys-assistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/glance.webp b/static/icons/vendor/homarr/webp/glance.webp
new file mode 100644
index 0000000..ccf909b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glance.webp differ
diff --git a/static/icons/vendor/homarr/webp/glances-light.webp b/static/icons/vendor/homarr/webp/glances-light.webp
new file mode 100644
index 0000000..bba1913
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glances-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/glances.webp b/static/icons/vendor/homarr/webp/glances.webp
new file mode 100644
index 0000000..d277d52
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glances.webp differ
diff --git a/static/icons/vendor/homarr/webp/glinet-dark.webp b/static/icons/vendor/homarr/webp/glinet-dark.webp
new file mode 100644
index 0000000..1e9a910
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glinet-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/glinet.webp b/static/icons/vendor/homarr/webp/glinet.webp
new file mode 100644
index 0000000..9ec6735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glinet.webp differ
diff --git a/static/icons/vendor/homarr/webp/glitchtip.webp b/static/icons/vendor/homarr/webp/glitchtip.webp
new file mode 100644
index 0000000..17d1872
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glitchtip.webp differ
diff --git a/static/icons/vendor/homarr/webp/glpi.webp b/static/icons/vendor/homarr/webp/glpi.webp
new file mode 100644
index 0000000..3dc7017
Binary files /dev/null and b/static/icons/vendor/homarr/webp/glpi.webp differ
diff --git a/static/icons/vendor/homarr/webp/gluetun.webp b/static/icons/vendor/homarr/webp/gluetun.webp
new file mode 100644
index 0000000..d274a43
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gluetun.webp differ
diff --git a/static/icons/vendor/homarr/webp/gmail.webp b/static/icons/vendor/homarr/webp/gmail.webp
new file mode 100644
index 0000000..9312f6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gmail.webp differ
diff --git a/static/icons/vendor/homarr/webp/go.webp b/static/icons/vendor/homarr/webp/go.webp
new file mode 100644
index 0000000..b5e5e32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/go.webp differ
diff --git a/static/icons/vendor/homarr/webp/go2rtc.webp b/static/icons/vendor/homarr/webp/go2rtc.webp
new file mode 100644
index 0000000..3addcbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/go2rtc.webp differ
diff --git a/static/icons/vendor/homarr/webp/goaccess-light.webp b/static/icons/vendor/homarr/webp/goaccess-light.webp
new file mode 100644
index 0000000..b1f3b13
Binary files /dev/null and b/static/icons/vendor/homarr/webp/goaccess-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/goaccess.webp b/static/icons/vendor/homarr/webp/goaccess.webp
new file mode 100644
index 0000000..1a1fed4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/goaccess.webp differ
diff --git a/static/icons/vendor/homarr/webp/gocoax.webp b/static/icons/vendor/homarr/webp/gocoax.webp
new file mode 100644
index 0000000..0ee509c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gocoax.webp differ
diff --git a/static/icons/vendor/homarr/webp/godaddy-alt.webp b/static/icons/vendor/homarr/webp/godaddy-alt.webp
new file mode 100644
index 0000000..54b7455
Binary files /dev/null and b/static/icons/vendor/homarr/webp/godaddy-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/godaddy.webp b/static/icons/vendor/homarr/webp/godaddy.webp
new file mode 100644
index 0000000..23d38db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/godaddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/godot.webp b/static/icons/vendor/homarr/webp/godot.webp
new file mode 100644
index 0000000..00cda43
Binary files /dev/null and b/static/icons/vendor/homarr/webp/godot.webp differ
diff --git a/static/icons/vendor/homarr/webp/godoxy.webp b/static/icons/vendor/homarr/webp/godoxy.webp
new file mode 100644
index 0000000..30f7da5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/godoxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/gogs.webp b/static/icons/vendor/homarr/webp/gogs.webp
new file mode 100644
index 0000000..694850f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gogs.webp differ
diff --git a/static/icons/vendor/homarr/webp/golink-dark.webp b/static/icons/vendor/homarr/webp/golink-dark.webp
new file mode 100644
index 0000000..beab192
Binary files /dev/null and b/static/icons/vendor/homarr/webp/golink-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/golink.webp b/static/icons/vendor/homarr/webp/golink.webp
new file mode 100644
index 0000000..c3a1de3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/golink.webp differ
diff --git a/static/icons/vendor/homarr/webp/gollum.webp b/static/icons/vendor/homarr/webp/gollum.webp
new file mode 100644
index 0000000..61b9df1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gollum.webp differ
diff --git a/static/icons/vendor/homarr/webp/gomft.webp b/static/icons/vendor/homarr/webp/gomft.webp
new file mode 100644
index 0000000..72aea33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gomft.webp differ
diff --git a/static/icons/vendor/homarr/webp/gone-man-switch.webp b/static/icons/vendor/homarr/webp/gone-man-switch.webp
new file mode 100644
index 0000000..c69a290
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gone-man-switch.webp differ
diff --git a/static/icons/vendor/homarr/webp/gonic.webp b/static/icons/vendor/homarr/webp/gonic.webp
new file mode 100644
index 0000000..6f051c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gonic.webp differ
diff --git a/static/icons/vendor/homarr/webp/goodreads.webp b/static/icons/vendor/homarr/webp/goodreads.webp
new file mode 100644
index 0000000..6ceccb7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/goodreads.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-admin.webp b/static/icons/vendor/homarr/webp/google-admin.webp
new file mode 100644
index 0000000..0507c31
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-admin.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-admob.webp b/static/icons/vendor/homarr/webp/google-admob.webp
new file mode 100644
index 0000000..ca73992
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-admob.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-ai-studio.webp b/static/icons/vendor/homarr/webp/google-ai-studio.webp
new file mode 100644
index 0000000..12b879d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-ai-studio.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-alerts.webp b/static/icons/vendor/homarr/webp/google-alerts.webp
new file mode 100644
index 0000000..5bfee34
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-alerts.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-analytics.webp b/static/icons/vendor/homarr/webp/google-analytics.webp
new file mode 100644
index 0000000..7665452
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-analytics.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-assistant.webp b/static/icons/vendor/homarr/webp/google-assistant.webp
new file mode 100644
index 0000000..8507375
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-assistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-calendar.webp b/static/icons/vendor/homarr/webp/google-calendar.webp
new file mode 100644
index 0000000..1c0b32c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-calendar.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-chat.webp b/static/icons/vendor/homarr/webp/google-chat.webp
new file mode 100644
index 0000000..22f2944
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-chrome.webp b/static/icons/vendor/homarr/webp/google-chrome.webp
new file mode 100644
index 0000000..63fff97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-chrome.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-classroom.webp b/static/icons/vendor/homarr/webp/google-classroom.webp
new file mode 100644
index 0000000..d69c551
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-classroom.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-cloud-platform.webp b/static/icons/vendor/homarr/webp/google-cloud-platform.webp
new file mode 100644
index 0000000..129f743
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-cloud-platform.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-cloud-print.webp b/static/icons/vendor/homarr/webp/google-cloud-print.webp
new file mode 100644
index 0000000..29a6657
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-cloud-print.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-colab.webp b/static/icons/vendor/homarr/webp/google-colab.webp
new file mode 100644
index 0000000..a745a7c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-colab.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-compute-engine.webp b/static/icons/vendor/homarr/webp/google-compute-engine.webp
new file mode 100644
index 0000000..ab614f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-compute-engine.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-contacts.webp b/static/icons/vendor/homarr/webp/google-contacts.webp
new file mode 100644
index 0000000..7c02a1f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-contacts.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-docs.webp b/static/icons/vendor/homarr/webp/google-docs.webp
new file mode 100644
index 0000000..de07113
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-docs.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-domains.webp b/static/icons/vendor/homarr/webp/google-domains.webp
new file mode 100644
index 0000000..856225e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-domains.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-drive.webp b/static/icons/vendor/homarr/webp/google-drive.webp
new file mode 100644
index 0000000..21a529c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-drive.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-earth.webp b/static/icons/vendor/homarr/webp/google-earth.webp
new file mode 100644
index 0000000..ab2a024
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-earth.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-fi.webp b/static/icons/vendor/homarr/webp/google-fi.webp
new file mode 100644
index 0000000..523216c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-fi.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-finance.webp b/static/icons/vendor/homarr/webp/google-finance.webp
new file mode 100644
index 0000000..e46af01
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-finance.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-fit.webp b/static/icons/vendor/homarr/webp/google-fit.webp
new file mode 100644
index 0000000..6eba935
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-fit.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-fonts.webp b/static/icons/vendor/homarr/webp/google-fonts.webp
new file mode 100644
index 0000000..afc53ef
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-fonts.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-forms.webp b/static/icons/vendor/homarr/webp/google-forms.webp
new file mode 100644
index 0000000..532658b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-forms.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-gemini.webp b/static/icons/vendor/homarr/webp/google-gemini.webp
new file mode 100644
index 0000000..daabda2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-gemini.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-home.webp b/static/icons/vendor/homarr/webp/google-home.webp
new file mode 100644
index 0000000..7619ec4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-home.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-jules.webp b/static/icons/vendor/homarr/webp/google-jules.webp
new file mode 100644
index 0000000..cbc7090
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-jules.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-keep.webp b/static/icons/vendor/homarr/webp/google-keep.webp
new file mode 100644
index 0000000..15f6da4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-keep.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-lens.webp b/static/icons/vendor/homarr/webp/google-lens.webp
new file mode 100644
index 0000000..37c3cd0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-lens.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-maps.webp b/static/icons/vendor/homarr/webp/google-maps.webp
new file mode 100644
index 0000000..6292b76
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-maps.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-meet.webp b/static/icons/vendor/homarr/webp/google-meet.webp
new file mode 100644
index 0000000..5bd11f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-meet.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-messages.webp b/static/icons/vendor/homarr/webp/google-messages.webp
new file mode 100644
index 0000000..dc882a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-messages.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-news.webp b/static/icons/vendor/homarr/webp/google-news.webp
new file mode 100644
index 0000000..b26790a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-news.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-one.webp b/static/icons/vendor/homarr/webp/google-one.webp
new file mode 100644
index 0000000..5109c23
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-one.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-pay.webp b/static/icons/vendor/homarr/webp/google-pay.webp
new file mode 100644
index 0000000..c6a8ffe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-pay.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-photos.webp b/static/icons/vendor/homarr/webp/google-photos.webp
new file mode 100644
index 0000000..40eae8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-photos.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-play-books.webp b/static/icons/vendor/homarr/webp/google-play-books.webp
new file mode 100644
index 0000000..aab6bb5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-play-books.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-play-games.webp b/static/icons/vendor/homarr/webp/google-play-games.webp
new file mode 100644
index 0000000..3d6a746
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-play-games.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-play.webp b/static/icons/vendor/homarr/webp/google-play.webp
new file mode 100644
index 0000000..b8d764c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-play.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-podcasts.webp b/static/icons/vendor/homarr/webp/google-podcasts.webp
new file mode 100644
index 0000000..1107b64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-podcasts.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-scholar.webp b/static/icons/vendor/homarr/webp/google-scholar.webp
new file mode 100644
index 0000000..6b17f28
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-scholar.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-search-console.webp b/static/icons/vendor/homarr/webp/google-search-console.webp
new file mode 100644
index 0000000..299daf5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-search-console.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-sheets.webp b/static/icons/vendor/homarr/webp/google-sheets.webp
new file mode 100644
index 0000000..1101e89
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-sheets.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-shopping.webp b/static/icons/vendor/homarr/webp/google-shopping.webp
new file mode 100644
index 0000000..ff402eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-shopping.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-sites.webp b/static/icons/vendor/homarr/webp/google-sites.webp
new file mode 100644
index 0000000..0bf27f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-sites.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-slides.webp b/static/icons/vendor/homarr/webp/google-slides.webp
new file mode 100644
index 0000000..b619858
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-slides.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-street-view.webp b/static/icons/vendor/homarr/webp/google-street-view.webp
new file mode 100644
index 0000000..f41b8f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-street-view.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-tag-manager.webp b/static/icons/vendor/homarr/webp/google-tag-manager.webp
new file mode 100644
index 0000000..c6360ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-tag-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-tasks.webp b/static/icons/vendor/homarr/webp/google-tasks.webp
new file mode 100644
index 0000000..a80a27d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-tasks.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-translate.webp b/static/icons/vendor/homarr/webp/google-translate.webp
new file mode 100644
index 0000000..90e327b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-translate.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-tv.webp b/static/icons/vendor/homarr/webp/google-tv.webp
new file mode 100644
index 0000000..4919963
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-tv.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-voice.webp b/static/icons/vendor/homarr/webp/google-voice.webp
new file mode 100644
index 0000000..b7c7380
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-voice.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-wallet.webp b/static/icons/vendor/homarr/webp/google-wallet.webp
new file mode 100644
index 0000000..8b283c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-wallet.webp differ
diff --git a/static/icons/vendor/homarr/webp/google-wifi.webp b/static/icons/vendor/homarr/webp/google-wifi.webp
new file mode 100644
index 0000000..51359e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google-wifi.webp differ
diff --git a/static/icons/vendor/homarr/webp/google.webp b/static/icons/vendor/homarr/webp/google.webp
new file mode 100644
index 0000000..02c51f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/google.webp differ
diff --git a/static/icons/vendor/homarr/webp/gopeed.webp b/static/icons/vendor/homarr/webp/gopeed.webp
new file mode 100644
index 0000000..cbe1fd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gopeed.webp differ
diff --git a/static/icons/vendor/homarr/webp/gose.webp b/static/icons/vendor/homarr/webp/gose.webp
new file mode 100644
index 0000000..1d90c70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gose.webp differ
diff --git a/static/icons/vendor/homarr/webp/gotenberg.webp b/static/icons/vendor/homarr/webp/gotenberg.webp
new file mode 100644
index 0000000..3773814
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gotenberg.webp differ
diff --git a/static/icons/vendor/homarr/webp/gotify.webp b/static/icons/vendor/homarr/webp/gotify.webp
new file mode 100644
index 0000000..e501684
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gotify.webp differ
diff --git a/static/icons/vendor/homarr/webp/gotosocial.webp b/static/icons/vendor/homarr/webp/gotosocial.webp
new file mode 100644
index 0000000..703516e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gotosocial.webp differ
diff --git a/static/icons/vendor/homarr/webp/gpt4free.webp b/static/icons/vendor/homarr/webp/gpt4free.webp
new file mode 100644
index 0000000..b5b10bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gpt4free.webp differ
diff --git a/static/icons/vendor/homarr/webp/grafana.webp b/static/icons/vendor/homarr/webp/grafana.webp
new file mode 100644
index 0000000..76a8fb8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grafana.webp differ
diff --git a/static/icons/vendor/homarr/webp/gramps-web.webp b/static/icons/vendor/homarr/webp/gramps-web.webp
new file mode 100644
index 0000000..32cebe0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gramps-web.webp differ
diff --git a/static/icons/vendor/homarr/webp/gramps.webp b/static/icons/vendor/homarr/webp/gramps.webp
new file mode 100644
index 0000000..e94256c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gramps.webp differ
diff --git a/static/icons/vendor/homarr/webp/grandstream.webp b/static/icons/vendor/homarr/webp/grandstream.webp
new file mode 100644
index 0000000..3566fe8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grandstream.webp differ
diff --git a/static/icons/vendor/homarr/webp/grav-light.webp b/static/icons/vendor/homarr/webp/grav-light.webp
new file mode 100644
index 0000000..00a1035
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grav-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/grav.webp b/static/icons/vendor/homarr/webp/grav.webp
new file mode 100644
index 0000000..2bab885
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grav.webp differ
diff --git a/static/icons/vendor/homarr/webp/gravity.webp b/static/icons/vendor/homarr/webp/gravity.webp
new file mode 100644
index 0000000..2e335d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/gravity.webp differ
diff --git a/static/icons/vendor/homarr/webp/graylog.webp b/static/icons/vendor/homarr/webp/graylog.webp
new file mode 100644
index 0000000..3d5b34f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/graylog.webp differ
diff --git a/static/icons/vendor/homarr/webp/greenbone-light.webp b/static/icons/vendor/homarr/webp/greenbone-light.webp
new file mode 100644
index 0000000..fb6ac53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/greenbone-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/greenbone.webp b/static/icons/vendor/homarr/webp/greenbone.webp
new file mode 100644
index 0000000..75a0fa6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/greenbone.webp differ
diff --git a/static/icons/vendor/homarr/webp/greenlight.webp b/static/icons/vendor/homarr/webp/greenlight.webp
new file mode 100644
index 0000000..faa8b77
Binary files /dev/null and b/static/icons/vendor/homarr/webp/greenlight.webp differ
diff --git a/static/icons/vendor/homarr/webp/grimoire.webp b/static/icons/vendor/homarr/webp/grimoire.webp
new file mode 100644
index 0000000..abeab23
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grimoire.webp differ
diff --git a/static/icons/vendor/homarr/webp/grist.webp b/static/icons/vendor/homarr/webp/grist.webp
new file mode 100644
index 0000000..eeba4e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grist.webp differ
diff --git a/static/icons/vendor/homarr/webp/grocy.webp b/static/icons/vendor/homarr/webp/grocy.webp
new file mode 100644
index 0000000..310f9d4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grocy.webp differ
diff --git a/static/icons/vendor/homarr/webp/grok-dark.webp b/static/icons/vendor/homarr/webp/grok-dark.webp
new file mode 100644
index 0000000..a19c3ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grok-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/grok.webp b/static/icons/vendor/homarr/webp/grok.webp
new file mode 100644
index 0000000..6da7ef2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grok.webp differ
diff --git a/static/icons/vendor/homarr/webp/grype.webp b/static/icons/vendor/homarr/webp/grype.webp
new file mode 100644
index 0000000..35d7fb7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/grype.webp differ
diff --git a/static/icons/vendor/homarr/webp/guacamole-light.webp b/static/icons/vendor/homarr/webp/guacamole-light.webp
new file mode 100644
index 0000000..7475547
Binary files /dev/null and b/static/icons/vendor/homarr/webp/guacamole-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/guacamole.webp b/static/icons/vendor/homarr/webp/guacamole.webp
new file mode 100644
index 0000000..9707f91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/guacamole.webp differ
diff --git a/static/icons/vendor/homarr/webp/habit-trove.webp b/static/icons/vendor/homarr/webp/habit-trove.webp
new file mode 100644
index 0000000..b178ff9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/habit-trove.webp differ
diff --git a/static/icons/vendor/homarr/webp/habitica-dark.webp b/static/icons/vendor/homarr/webp/habitica-dark.webp
new file mode 100644
index 0000000..3bba68c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/habitica-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/habitica.webp b/static/icons/vendor/homarr/webp/habitica.webp
new file mode 100644
index 0000000..e13eb6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/habitica.webp differ
diff --git a/static/icons/vendor/homarr/webp/hacker-news.webp b/static/icons/vendor/homarr/webp/hacker-news.webp
new file mode 100644
index 0000000..c3749f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hacker-news.webp differ
diff --git a/static/icons/vendor/homarr/webp/hammond-light.webp b/static/icons/vendor/homarr/webp/hammond-light.webp
new file mode 100644
index 0000000..cbd897f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hammond-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hammond.webp b/static/icons/vendor/homarr/webp/hammond.webp
new file mode 100644
index 0000000..ed45388
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hammond.webp differ
diff --git a/static/icons/vendor/homarr/webp/handbrake.webp b/static/icons/vendor/homarr/webp/handbrake.webp
new file mode 100644
index 0000000..d488bce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/handbrake.webp differ
diff --git a/static/icons/vendor/homarr/webp/haproxy.webp b/static/icons/vendor/homarr/webp/haproxy.webp
new file mode 100644
index 0000000..5e974b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/haproxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/haptic-light.webp b/static/icons/vendor/homarr/webp/haptic-light.webp
new file mode 100644
index 0000000..efbf5ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/haptic-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/haptic.webp b/static/icons/vendor/homarr/webp/haptic.webp
new file mode 100644
index 0000000..5cbdcb9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/haptic.webp differ
diff --git a/static/icons/vendor/homarr/webp/harbor.webp b/static/icons/vendor/homarr/webp/harbor.webp
new file mode 100644
index 0000000..2158a38
Binary files /dev/null and b/static/icons/vendor/homarr/webp/harbor.webp differ
diff --git a/static/icons/vendor/homarr/webp/hard-forum.webp b/static/icons/vendor/homarr/webp/hard-forum.webp
new file mode 100644
index 0000000..d8c57ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hard-forum.webp differ
diff --git a/static/icons/vendor/homarr/webp/harvester.webp b/static/icons/vendor/homarr/webp/harvester.webp
new file mode 100644
index 0000000..b37834a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/harvester.webp differ
diff --git a/static/icons/vendor/homarr/webp/hasheous.webp b/static/icons/vendor/homarr/webp/hasheous.webp
new file mode 100644
index 0000000..65aeea3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hasheous.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-boundary.webp b/static/icons/vendor/homarr/webp/hashicorp-boundary.webp
new file mode 100644
index 0000000..197e517
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-boundary.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-consul.webp b/static/icons/vendor/homarr/webp/hashicorp-consul.webp
new file mode 100644
index 0000000..c04b6f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-consul.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-nomad.webp b/static/icons/vendor/homarr/webp/hashicorp-nomad.webp
new file mode 100644
index 0000000..61be78c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-nomad.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-packer.webp b/static/icons/vendor/homarr/webp/hashicorp-packer.webp
new file mode 100644
index 0000000..dd2f798
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-packer.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-terraform.webp b/static/icons/vendor/homarr/webp/hashicorp-terraform.webp
new file mode 100644
index 0000000..00322a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-terraform.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-vagrant.webp b/static/icons/vendor/homarr/webp/hashicorp-vagrant.webp
new file mode 100644
index 0000000..46b063e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-vagrant.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-vault.webp b/static/icons/vendor/homarr/webp/hashicorp-vault.webp
new file mode 100644
index 0000000..3d6324d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-vault.webp differ
diff --git a/static/icons/vendor/homarr/webp/hashicorp-waypoint.webp b/static/icons/vendor/homarr/webp/hashicorp-waypoint.webp
new file mode 100644
index 0000000..92cf42b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hashicorp-waypoint.webp differ
diff --git a/static/icons/vendor/homarr/webp/hastypaste.webp b/static/icons/vendor/homarr/webp/hastypaste.webp
new file mode 100644
index 0000000..7455fdb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hastypaste.webp differ
diff --git a/static/icons/vendor/homarr/webp/hasura.webp b/static/icons/vendor/homarr/webp/hasura.webp
new file mode 100644
index 0000000..c72e015
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hasura.webp differ
diff --git a/static/icons/vendor/homarr/webp/hathway.webp b/static/icons/vendor/homarr/webp/hathway.webp
new file mode 100644
index 0000000..43438d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hathway.webp differ
diff --git a/static/icons/vendor/homarr/webp/hatsh-light.webp b/static/icons/vendor/homarr/webp/hatsh-light.webp
new file mode 100644
index 0000000..16c713b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hatsh-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hatsh.webp b/static/icons/vendor/homarr/webp/hatsh.webp
new file mode 100644
index 0000000..762359f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hatsh.webp differ
diff --git a/static/icons/vendor/homarr/webp/hbo-light.webp b/static/icons/vendor/homarr/webp/hbo-light.webp
new file mode 100644
index 0000000..c73f65a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hbo-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hbo.webp b/static/icons/vendor/homarr/webp/hbo.webp
new file mode 100644
index 0000000..270c4e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hbo.webp differ
diff --git a/static/icons/vendor/homarr/webp/hdhomerun-light.webp b/static/icons/vendor/homarr/webp/hdhomerun-light.webp
new file mode 100644
index 0000000..a565fed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hdhomerun-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hdhomerun.webp b/static/icons/vendor/homarr/webp/hdhomerun.webp
new file mode 100644
index 0000000..15737ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hdhomerun.webp differ
diff --git a/static/icons/vendor/homarr/webp/headlamp-dark.webp b/static/icons/vendor/homarr/webp/headlamp-dark.webp
new file mode 100644
index 0000000..f445c22
Binary files /dev/null and b/static/icons/vendor/homarr/webp/headlamp-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/headlamp.webp b/static/icons/vendor/homarr/webp/headlamp.webp
new file mode 100644
index 0000000..17abcc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/headlamp.webp differ
diff --git a/static/icons/vendor/homarr/webp/headphones.webp b/static/icons/vendor/homarr/webp/headphones.webp
new file mode 100644
index 0000000..bc23a89
Binary files /dev/null and b/static/icons/vendor/homarr/webp/headphones.webp differ
diff --git a/static/icons/vendor/homarr/webp/headscale.webp b/static/icons/vendor/homarr/webp/headscale.webp
new file mode 100644
index 0000000..bd687db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/headscale.webp differ
diff --git a/static/icons/vendor/homarr/webp/healthchecks.webp b/static/icons/vendor/homarr/webp/healthchecks.webp
new file mode 100644
index 0000000..10a54cc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/healthchecks.webp differ
diff --git a/static/icons/vendor/homarr/webp/hedgedoc.webp b/static/icons/vendor/homarr/webp/hedgedoc.webp
new file mode 100644
index 0000000..90bc11d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hedgedoc.webp differ
diff --git a/static/icons/vendor/homarr/webp/heimdall-light.webp b/static/icons/vendor/homarr/webp/heimdall-light.webp
new file mode 100644
index 0000000..4f8138c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/heimdall-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/heimdall.webp b/static/icons/vendor/homarr/webp/heimdall.webp
new file mode 100644
index 0000000..26f0ba2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/heimdall.webp differ
diff --git a/static/icons/vendor/homarr/webp/helium-token.webp b/static/icons/vendor/homarr/webp/helium-token.webp
new file mode 100644
index 0000000..4b2af93
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helium-token.webp differ
diff --git a/static/icons/vendor/homarr/webp/helix-dark.webp b/static/icons/vendor/homarr/webp/helix-dark.webp
new file mode 100644
index 0000000..0322789
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helix-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/helix-light.webp b/static/icons/vendor/homarr/webp/helix-light.webp
new file mode 100644
index 0000000..5fe3984
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helix-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/helix.webp b/static/icons/vendor/homarr/webp/helix.webp
new file mode 100644
index 0000000..dfb7c1c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helix.webp differ
diff --git a/static/icons/vendor/homarr/webp/helm.webp b/static/icons/vendor/homarr/webp/helm.webp
new file mode 100644
index 0000000..f927985
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helm.webp differ
diff --git a/static/icons/vendor/homarr/webp/helper-scripts.webp b/static/icons/vendor/homarr/webp/helper-scripts.webp
new file mode 100644
index 0000000..82b0b2d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/helper-scripts.webp differ
diff --git a/static/icons/vendor/homarr/webp/hemmelig-light.webp b/static/icons/vendor/homarr/webp/hemmelig-light.webp
new file mode 100644
index 0000000..18d1c06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hemmelig-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hemmelig.webp b/static/icons/vendor/homarr/webp/hemmelig.webp
new file mode 100644
index 0000000..6ba663e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hemmelig.webp differ
diff --git a/static/icons/vendor/homarr/webp/hestia.webp b/static/icons/vendor/homarr/webp/hestia.webp
new file mode 100644
index 0000000..5372101
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hestia.webp differ
diff --git a/static/icons/vendor/homarr/webp/hetzner-h.webp b/static/icons/vendor/homarr/webp/hetzner-h.webp
new file mode 100644
index 0000000..3c8c161
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hetzner-h.webp differ
diff --git a/static/icons/vendor/homarr/webp/hetzner.webp b/static/icons/vendor/homarr/webp/hetzner.webp
new file mode 100644
index 0000000..df4c577
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hetzner.webp differ
diff --git a/static/icons/vendor/homarr/webp/hexo.webp b/static/icons/vendor/homarr/webp/hexo.webp
new file mode 100644
index 0000000..7f170db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hexo.webp differ
diff --git a/static/icons/vendor/homarr/webp/hexos.webp b/static/icons/vendor/homarr/webp/hexos.webp
new file mode 100644
index 0000000..ecf28d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hexos.webp differ
diff --git a/static/icons/vendor/homarr/webp/heyform.webp b/static/icons/vendor/homarr/webp/heyform.webp
new file mode 100644
index 0000000..b6f4b32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/heyform.webp differ
diff --git a/static/icons/vendor/homarr/webp/hi-anime.webp b/static/icons/vendor/homarr/webp/hi-anime.webp
new file mode 100644
index 0000000..9ed8f0f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hi-anime.webp differ
diff --git a/static/icons/vendor/homarr/webp/hifiberry.webp b/static/icons/vendor/homarr/webp/hifiberry.webp
new file mode 100644
index 0000000..220ed92
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hifiberry.webp differ
diff --git a/static/icons/vendor/homarr/webp/hikvision.webp b/static/icons/vendor/homarr/webp/hikvision.webp
new file mode 100644
index 0000000..977622b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hikvision.webp differ
diff --git a/static/icons/vendor/homarr/webp/hilook.webp b/static/icons/vendor/homarr/webp/hilook.webp
new file mode 100644
index 0000000..c6b2dad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hilook.webp differ
diff --git a/static/icons/vendor/homarr/webp/hivedav.webp b/static/icons/vendor/homarr/webp/hivedav.webp
new file mode 100644
index 0000000..0505635
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hivedav.webp differ
diff --git a/static/icons/vendor/homarr/webp/hl-arista.webp b/static/icons/vendor/homarr/webp/hl-arista.webp
new file mode 100644
index 0000000..d562527
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hl-arista.webp differ
diff --git a/static/icons/vendor/homarr/webp/hl-audiomuse-ai.webp b/static/icons/vendor/homarr/webp/hl-audiomuse-ai.webp
new file mode 100644
index 0000000..2eecbcc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hl-audiomuse-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/hoarder-light.webp b/static/icons/vendor/homarr/webp/hoarder-light.webp
new file mode 100644
index 0000000..5523ea7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hoarder-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hoarder.webp b/static/icons/vendor/homarr/webp/hoarder.webp
new file mode 100644
index 0000000..5d8586f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hoarder.webp differ
diff --git a/static/icons/vendor/homarr/webp/hollo-light.webp b/static/icons/vendor/homarr/webp/hollo-light.webp
new file mode 100644
index 0000000..1260e6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hollo-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hollo.webp b/static/icons/vendor/homarr/webp/hollo.webp
new file mode 100644
index 0000000..4a7a947
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hollo.webp differ
diff --git a/static/icons/vendor/homarr/webp/homarr.webp b/static/icons/vendor/homarr/webp/homarr.webp
new file mode 100644
index 0000000..0cef264
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/home-assistant-alt.webp b/static/icons/vendor/homarr/webp/home-assistant-alt.webp
new file mode 100644
index 0000000..e388a8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/home-assistant-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/home-assistant-time-machine.webp b/static/icons/vendor/homarr/webp/home-assistant-time-machine.webp
new file mode 100644
index 0000000..0b57d58
Binary files /dev/null and b/static/icons/vendor/homarr/webp/home-assistant-time-machine.webp differ
diff --git a/static/icons/vendor/homarr/webp/home-assistant.webp b/static/icons/vendor/homarr/webp/home-assistant.webp
new file mode 100644
index 0000000..f69d665
Binary files /dev/null and b/static/icons/vendor/homarr/webp/home-assistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/homebox.webp b/static/icons/vendor/homarr/webp/homebox.webp
new file mode 100644
index 0000000..4940f90
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homebox.webp differ
diff --git a/static/icons/vendor/homarr/webp/homebridge.webp b/static/icons/vendor/homarr/webp/homebridge.webp
new file mode 100644
index 0000000..2065530
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homebridge.webp differ
diff --git a/static/icons/vendor/homarr/webp/homehub.webp b/static/icons/vendor/homarr/webp/homehub.webp
new file mode 100644
index 0000000..31229f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homehub.webp differ
diff --git a/static/icons/vendor/homarr/webp/homelabids.webp b/static/icons/vendor/homarr/webp/homelabids.webp
new file mode 100644
index 0000000..43906ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homelabids.webp differ
diff --git a/static/icons/vendor/homarr/webp/homematic-ip.webp b/static/icons/vendor/homarr/webp/homematic-ip.webp
new file mode 100644
index 0000000..27ae722
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homematic-ip.webp differ
diff --git a/static/icons/vendor/homarr/webp/homepage.webp b/static/icons/vendor/homarr/webp/homepage.webp
new file mode 100644
index 0000000..7e967bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homepage.webp differ
diff --git a/static/icons/vendor/homarr/webp/homer.webp b/static/icons/vendor/homarr/webp/homer.webp
new file mode 100644
index 0000000..908c694
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homer.webp differ
diff --git a/static/icons/vendor/homarr/webp/homeseer.webp b/static/icons/vendor/homarr/webp/homeseer.webp
new file mode 100644
index 0000000..5410978
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homeseer.webp differ
diff --git a/static/icons/vendor/homarr/webp/homey.webp b/static/icons/vendor/homarr/webp/homey.webp
new file mode 100644
index 0000000..1875338
Binary files /dev/null and b/static/icons/vendor/homarr/webp/homey.webp differ
diff --git a/static/icons/vendor/homarr/webp/honda-jet.webp b/static/icons/vendor/homarr/webp/honda-jet.webp
new file mode 100644
index 0000000..0cb3d23
Binary files /dev/null and b/static/icons/vendor/homarr/webp/honda-jet.webp differ
diff --git a/static/icons/vendor/homarr/webp/honeygain.webp b/static/icons/vendor/homarr/webp/honeygain.webp
new file mode 100644
index 0000000..7a8c3a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/honeygain.webp differ
diff --git a/static/icons/vendor/homarr/webp/hoobs.webp b/static/icons/vendor/homarr/webp/hoobs.webp
new file mode 100644
index 0000000..45bfc90
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hoobs.webp differ
diff --git a/static/icons/vendor/homarr/webp/hoppscotch.webp b/static/icons/vendor/homarr/webp/hoppscotch.webp
new file mode 100644
index 0000000..7a0ea11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hoppscotch.webp differ
diff --git a/static/icons/vendor/homarr/webp/hortusfox.webp b/static/icons/vendor/homarr/webp/hortusfox.webp
new file mode 100644
index 0000000..c6606eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hortusfox.webp differ
diff --git a/static/icons/vendor/homarr/webp/hostinger.webp b/static/icons/vendor/homarr/webp/hostinger.webp
new file mode 100644
index 0000000..1d0a85d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hostinger.webp differ
diff --git a/static/icons/vendor/homarr/webp/hotio.webp b/static/icons/vendor/homarr/webp/hotio.webp
new file mode 100644
index 0000000..d348b0d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hotio.webp differ
diff --git a/static/icons/vendor/homarr/webp/hp.webp b/static/icons/vendor/homarr/webp/hp.webp
new file mode 100644
index 0000000..25b4e62
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hp.webp differ
diff --git a/static/icons/vendor/homarr/webp/html-light.webp b/static/icons/vendor/homarr/webp/html-light.webp
new file mode 100644
index 0000000..c483d46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/html-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/html.webp b/static/icons/vendor/homarr/webp/html.webp
new file mode 100644
index 0000000..b0cc58d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/html.webp differ
diff --git a/static/icons/vendor/homarr/webp/huawei.webp b/static/icons/vendor/homarr/webp/huawei.webp
new file mode 100644
index 0000000..aadca32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/huawei.webp differ
diff --git a/static/icons/vendor/homarr/webp/hubitat.webp b/static/icons/vendor/homarr/webp/hubitat.webp
new file mode 100644
index 0000000..ca8b37e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hubitat.webp differ
diff --git a/static/icons/vendor/homarr/webp/hubzilla.webp b/static/icons/vendor/homarr/webp/hubzilla.webp
new file mode 100644
index 0000000..1799d85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hubzilla.webp differ
diff --git a/static/icons/vendor/homarr/webp/hugging-face.webp b/static/icons/vendor/homarr/webp/hugging-face.webp
new file mode 100644
index 0000000..4a3cf41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hugging-face.webp differ
diff --git a/static/icons/vendor/homarr/webp/huginn.webp b/static/icons/vendor/homarr/webp/huginn.webp
new file mode 100644
index 0000000..0f3d644
Binary files /dev/null and b/static/icons/vendor/homarr/webp/huginn.webp differ
diff --git a/static/icons/vendor/homarr/webp/hugo.webp b/static/icons/vendor/homarr/webp/hugo.webp
new file mode 100644
index 0000000..487783c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hugo.webp differ
diff --git a/static/icons/vendor/homarr/webp/hulu.webp b/static/icons/vendor/homarr/webp/hulu.webp
new file mode 100644
index 0000000..ac16701
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hulu.webp differ
diff --git a/static/icons/vendor/homarr/webp/humhub.webp b/static/icons/vendor/homarr/webp/humhub.webp
new file mode 100644
index 0000000..1da9480
Binary files /dev/null and b/static/icons/vendor/homarr/webp/humhub.webp differ
diff --git a/static/icons/vendor/homarr/webp/huntarr.webp b/static/icons/vendor/homarr/webp/huntarr.webp
new file mode 100644
index 0000000..ab0af80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/huntarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/hydra.webp b/static/icons/vendor/homarr/webp/hydra.webp
new file mode 100644
index 0000000..8726cbb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hydra.webp differ
diff --git a/static/icons/vendor/homarr/webp/hyperion.webp b/static/icons/vendor/homarr/webp/hyperion.webp
new file mode 100644
index 0000000..1db5b48
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hyperion.webp differ
diff --git a/static/icons/vendor/homarr/webp/hypermind.webp b/static/icons/vendor/homarr/webp/hypermind.webp
new file mode 100644
index 0000000..414b227
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hypermind.webp differ
diff --git a/static/icons/vendor/homarr/webp/hyperpipe-light.webp b/static/icons/vendor/homarr/webp/hyperpipe-light.webp
new file mode 100644
index 0000000..e464f21
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hyperpipe-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/hyperpipe.webp b/static/icons/vendor/homarr/webp/hyperpipe.webp
new file mode 100644
index 0000000..6106093
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hyperpipe.webp differ
diff --git a/static/icons/vendor/homarr/webp/hyprland.webp b/static/icons/vendor/homarr/webp/hyprland.webp
new file mode 100644
index 0000000..d7007f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/hyprland.webp differ
diff --git a/static/icons/vendor/homarr/webp/i-librarian.webp b/static/icons/vendor/homarr/webp/i-librarian.webp
new file mode 100644
index 0000000..7916d78
Binary files /dev/null and b/static/icons/vendor/homarr/webp/i-librarian.webp differ
diff --git a/static/icons/vendor/homarr/webp/i2p-light.webp b/static/icons/vendor/homarr/webp/i2p-light.webp
new file mode 100644
index 0000000..2baaa3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/i2p-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/i2p.webp b/static/icons/vendor/homarr/webp/i2p.webp
new file mode 100644
index 0000000..af5f266
Binary files /dev/null and b/static/icons/vendor/homarr/webp/i2p.webp differ
diff --git a/static/icons/vendor/homarr/webp/i2pd.webp b/static/icons/vendor/homarr/webp/i2pd.webp
new file mode 100644
index 0000000..4334d94
Binary files /dev/null and b/static/icons/vendor/homarr/webp/i2pd.webp differ
diff --git a/static/icons/vendor/homarr/webp/ibm-dark.webp b/static/icons/vendor/homarr/webp/ibm-dark.webp
new file mode 100644
index 0000000..bd4ecfc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ibm-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ibm-light.webp b/static/icons/vendor/homarr/webp/ibm-light.webp
new file mode 100644
index 0000000..a9c32af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ibm-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ibm.webp b/static/icons/vendor/homarr/webp/ibm.webp
new file mode 100644
index 0000000..bd4ecfc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ibm.webp differ
diff --git a/static/icons/vendor/homarr/webp/ical.webp b/static/icons/vendor/homarr/webp/ical.webp
new file mode 100644
index 0000000..9ebb73c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ical.webp differ
diff --git a/static/icons/vendor/homarr/webp/icecast.webp b/static/icons/vendor/homarr/webp/icecast.webp
new file mode 100644
index 0000000..503f424
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icecast.webp differ
diff --git a/static/icons/vendor/homarr/webp/icinga-full-light.webp b/static/icons/vendor/homarr/webp/icinga-full-light.webp
new file mode 100644
index 0000000..71335a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icinga-full-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/icinga-full.webp b/static/icons/vendor/homarr/webp/icinga-full.webp
new file mode 100644
index 0000000..4b3ca6b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icinga-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/icinga-light.webp b/static/icons/vendor/homarr/webp/icinga-light.webp
new file mode 100644
index 0000000..83bfd65
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icinga-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/icinga.webp b/static/icons/vendor/homarr/webp/icinga.webp
new file mode 100644
index 0000000..a04236f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icinga.webp differ
diff --git a/static/icons/vendor/homarr/webp/icloud.webp b/static/icons/vendor/homarr/webp/icloud.webp
new file mode 100644
index 0000000..42af6fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/icloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/idealo.webp b/static/icons/vendor/homarr/webp/idealo.webp
new file mode 100644
index 0000000..18ae1f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/idealo.webp differ
diff --git a/static/icons/vendor/homarr/webp/ideco.webp b/static/icons/vendor/homarr/webp/ideco.webp
new file mode 100644
index 0000000..55ae85a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ideco.webp differ
diff --git a/static/icons/vendor/homarr/webp/idrac.webp b/static/icons/vendor/homarr/webp/idrac.webp
new file mode 100644
index 0000000..1f9c59a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/idrac.webp differ
diff --git a/static/icons/vendor/homarr/webp/idrive.webp b/static/icons/vendor/homarr/webp/idrive.webp
new file mode 100644
index 0000000..caa03d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/idrive.webp differ
diff --git a/static/icons/vendor/homarr/webp/ihatemoney.webp b/static/icons/vendor/homarr/webp/ihatemoney.webp
new file mode 100644
index 0000000..2e05cd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ihatemoney.webp differ
diff --git a/static/icons/vendor/homarr/webp/ikuai.webp b/static/icons/vendor/homarr/webp/ikuai.webp
new file mode 100644
index 0000000..5c0e36a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ikuai.webp differ
diff --git a/static/icons/vendor/homarr/webp/ilo.webp b/static/icons/vendor/homarr/webp/ilo.webp
new file mode 100644
index 0000000..25b4e62
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ilo.webp differ
diff --git a/static/icons/vendor/homarr/webp/image-maid.webp b/static/icons/vendor/homarr/webp/image-maid.webp
new file mode 100644
index 0000000..d6eea95
Binary files /dev/null and b/static/icons/vendor/homarr/webp/image-maid.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-frame-light.webp b/static/icons/vendor/homarr/webp/immich-frame-light.webp
new file mode 100644
index 0000000..738b370
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-frame-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-frame.webp b/static/icons/vendor/homarr/webp/immich-frame.webp
new file mode 100644
index 0000000..4aaebee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-frame.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-kiosk-light.webp b/static/icons/vendor/homarr/webp/immich-kiosk-light.webp
new file mode 100644
index 0000000..9db82da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-kiosk-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-kiosk.webp b/static/icons/vendor/homarr/webp/immich-kiosk.webp
new file mode 100644
index 0000000..716602b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-kiosk.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-power-tools.webp b/static/icons/vendor/homarr/webp/immich-power-tools.webp
new file mode 100644
index 0000000..98249ee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-power-tools.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich-public-proxy.webp b/static/icons/vendor/homarr/webp/immich-public-proxy.webp
new file mode 100644
index 0000000..488d59f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich-public-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/immich.webp b/static/icons/vendor/homarr/webp/immich.webp
new file mode 100644
index 0000000..a7a579a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/immich.webp differ
diff --git a/static/icons/vendor/homarr/webp/incus.webp b/static/icons/vendor/homarr/webp/incus.webp
new file mode 100644
index 0000000..d6691bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/incus.webp differ
diff --git a/static/icons/vendor/homarr/webp/infinite-craft.webp b/static/icons/vendor/homarr/webp/infinite-craft.webp
new file mode 100644
index 0000000..0bd73c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infinite-craft.webp differ
diff --git a/static/icons/vendor/homarr/webp/infisical.webp b/static/icons/vendor/homarr/webp/infisical.webp
new file mode 100644
index 0000000..c89edea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infisical.webp differ
diff --git a/static/icons/vendor/homarr/webp/influxdb.webp b/static/icons/vendor/homarr/webp/influxdb.webp
new file mode 100644
index 0000000..0e2a5e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/influxdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/infoblox.webp b/static/icons/vendor/homarr/webp/infoblox.webp
new file mode 100644
index 0000000..a278984
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infoblox.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-k.webp b/static/icons/vendor/homarr/webp/infomaniak-k.webp
new file mode 100644
index 0000000..d076936
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-k.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-kdrive-dark.webp b/static/icons/vendor/homarr/webp/infomaniak-kdrive-dark.webp
new file mode 100644
index 0000000..c9633dd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-kdrive-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-kdrive-light.webp b/static/icons/vendor/homarr/webp/infomaniak-kdrive-light.webp
new file mode 100644
index 0000000..bda0095
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-kdrive-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-kmeet-dark.webp b/static/icons/vendor/homarr/webp/infomaniak-kmeet-dark.webp
new file mode 100644
index 0000000..22988c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-kmeet-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-kmeet-light.webp b/static/icons/vendor/homarr/webp/infomaniak-kmeet-light.webp
new file mode 100644
index 0000000..900ac1f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-kmeet-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-dark.webp b/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-dark.webp
new file mode 100644
index 0000000..0d54472
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-light.webp b/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-light.webp
new file mode 100644
index 0000000..fd29d86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/infomaniak-swisstransfer-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/inoreader.webp b/static/icons/vendor/homarr/webp/inoreader.webp
new file mode 100644
index 0000000..3bdcb5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/inoreader.webp differ
diff --git a/static/icons/vendor/homarr/webp/insanelymac.webp b/static/icons/vendor/homarr/webp/insanelymac.webp
new file mode 100644
index 0000000..8747a4b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/insanelymac.webp differ
diff --git a/static/icons/vendor/homarr/webp/instagram.webp b/static/icons/vendor/homarr/webp/instagram.webp
new file mode 100644
index 0000000..8623838
Binary files /dev/null and b/static/icons/vendor/homarr/webp/instagram.webp differ
diff --git a/static/icons/vendor/homarr/webp/intellij.webp b/static/icons/vendor/homarr/webp/intellij.webp
new file mode 100644
index 0000000..7cbe36c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/intellij.webp differ
diff --git a/static/icons/vendor/homarr/webp/inventree.webp b/static/icons/vendor/homarr/webp/inventree.webp
new file mode 100644
index 0000000..5d060f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/inventree.webp differ
diff --git a/static/icons/vendor/homarr/webp/invidious.webp b/static/icons/vendor/homarr/webp/invidious.webp
new file mode 100644
index 0000000..2474235
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invidious.webp differ
diff --git a/static/icons/vendor/homarr/webp/invisioncommunity.webp b/static/icons/vendor/homarr/webp/invisioncommunity.webp
new file mode 100644
index 0000000..20d595a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invisioncommunity.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoice-ninja-light.webp b/static/icons/vendor/homarr/webp/invoice-ninja-light.webp
new file mode 100644
index 0000000..d073b42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoice-ninja-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoice-ninja.webp b/static/icons/vendor/homarr/webp/invoice-ninja.webp
new file mode 100644
index 0000000..e1e4d32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoice-ninja.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoiceninja-light.webp b/static/icons/vendor/homarr/webp/invoiceninja-light.webp
new file mode 100644
index 0000000..b61d8c8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoiceninja-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoiceninja.webp b/static/icons/vendor/homarr/webp/invoiceninja.webp
new file mode 100644
index 0000000..3429296
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoiceninja.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoiceplane.webp b/static/icons/vendor/homarr/webp/invoiceplane.webp
new file mode 100644
index 0000000..4689a99
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoiceplane.webp differ
diff --git a/static/icons/vendor/homarr/webp/invoke-ai.webp b/static/icons/vendor/homarr/webp/invoke-ai.webp
new file mode 100644
index 0000000..d2c4c51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/invoke-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/iobroker.webp b/static/icons/vendor/homarr/webp/iobroker.webp
new file mode 100644
index 0000000..36625e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/iobroker.webp differ
diff --git a/static/icons/vendor/homarr/webp/ionos.webp b/static/icons/vendor/homarr/webp/ionos.webp
new file mode 100644
index 0000000..7801311
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ionos.webp differ
diff --git a/static/icons/vendor/homarr/webp/ipboard.webp b/static/icons/vendor/homarr/webp/ipboard.webp
new file mode 100644
index 0000000..20d595a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ipboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/ipcamtalk.webp b/static/icons/vendor/homarr/webp/ipcamtalk.webp
new file mode 100644
index 0000000..dcd6419
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ipcamtalk.webp differ
diff --git a/static/icons/vendor/homarr/webp/ipfs-light.webp b/static/icons/vendor/homarr/webp/ipfs-light.webp
new file mode 100644
index 0000000..304d91c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ipfs-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ipfs.webp b/static/icons/vendor/homarr/webp/ipfs.webp
new file mode 100644
index 0000000..8ab9fe9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ipfs.webp differ
diff --git a/static/icons/vendor/homarr/webp/irc.webp b/static/icons/vendor/homarr/webp/irc.webp
new file mode 100644
index 0000000..aad94f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/irc.webp differ
diff --git a/static/icons/vendor/homarr/webp/iredmail.webp b/static/icons/vendor/homarr/webp/iredmail.webp
new file mode 100644
index 0000000..6fb27c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/iredmail.webp differ
diff --git a/static/icons/vendor/homarr/webp/isc-bind9-light.webp b/static/icons/vendor/homarr/webp/isc-bind9-light.webp
new file mode 100644
index 0000000..f0bb3b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/isc-bind9-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/isc-bind9.webp b/static/icons/vendor/homarr/webp/isc-bind9.webp
new file mode 100644
index 0000000..2d048bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/isc-bind9.webp differ
diff --git a/static/icons/vendor/homarr/webp/isc-kea-light.webp b/static/icons/vendor/homarr/webp/isc-kea-light.webp
new file mode 100644
index 0000000..0c6203a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/isc-kea-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/isc-kea.webp b/static/icons/vendor/homarr/webp/isc-kea.webp
new file mode 100644
index 0000000..36cb20d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/isc-kea.webp differ
diff --git a/static/icons/vendor/homarr/webp/ispconfig.webp b/static/icons/vendor/homarr/webp/ispconfig.webp
new file mode 100644
index 0000000..bd6a21c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ispconfig.webp differ
diff --git a/static/icons/vendor/homarr/webp/ispy.webp b/static/icons/vendor/homarr/webp/ispy.webp
new file mode 100644
index 0000000..9f31fd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ispy.webp differ
diff --git a/static/icons/vendor/homarr/webp/issabel-pbx-dark.webp b/static/icons/vendor/homarr/webp/issabel-pbx-dark.webp
new file mode 100644
index 0000000..b18872b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/issabel-pbx-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/issabel-pbx-wordmark-dark.webp b/static/icons/vendor/homarr/webp/issabel-pbx-wordmark-dark.webp
new file mode 100644
index 0000000..7f6f149
Binary files /dev/null and b/static/icons/vendor/homarr/webp/issabel-pbx-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/issabel-pbx-wordmark.webp b/static/icons/vendor/homarr/webp/issabel-pbx-wordmark.webp
new file mode 100644
index 0000000..3d88490
Binary files /dev/null and b/static/icons/vendor/homarr/webp/issabel-pbx-wordmark.webp differ
diff --git a/static/icons/vendor/homarr/webp/issabel-pbx.webp b/static/icons/vendor/homarr/webp/issabel-pbx.webp
new file mode 100644
index 0000000..8de3b61
Binary files /dev/null and b/static/icons/vendor/homarr/webp/issabel-pbx.webp differ
diff --git a/static/icons/vendor/homarr/webp/istio.webp b/static/icons/vendor/homarr/webp/istio.webp
new file mode 100644
index 0000000..bf6c601
Binary files /dev/null and b/static/icons/vendor/homarr/webp/istio.webp differ
diff --git a/static/icons/vendor/homarr/webp/it-tools-light.webp b/static/icons/vendor/homarr/webp/it-tools-light.webp
new file mode 100644
index 0000000..c9e983e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/it-tools-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/it-tools.webp b/static/icons/vendor/homarr/webp/it-tools.webp
new file mode 100644
index 0000000..2a2fe6f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/it-tools.webp differ
diff --git a/static/icons/vendor/homarr/webp/italki.webp b/static/icons/vendor/homarr/webp/italki.webp
new file mode 100644
index 0000000..c9f367b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/italki.webp differ
diff --git a/static/icons/vendor/homarr/webp/itau.webp b/static/icons/vendor/homarr/webp/itau.webp
new file mode 100644
index 0000000..2a667c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/itau.webp differ
diff --git a/static/icons/vendor/homarr/webp/itch.webp b/static/icons/vendor/homarr/webp/itch.webp
new file mode 100644
index 0000000..4a1d478
Binary files /dev/null and b/static/icons/vendor/homarr/webp/itch.webp differ
diff --git a/static/icons/vendor/homarr/webp/itop.webp b/static/icons/vendor/homarr/webp/itop.webp
new file mode 100644
index 0000000..793606e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/itop.webp differ
diff --git a/static/icons/vendor/homarr/webp/jackett-light.webp b/static/icons/vendor/homarr/webp/jackett-light.webp
new file mode 100644
index 0000000..2553dc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jackett-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/jackett.webp b/static/icons/vendor/homarr/webp/jackett.webp
new file mode 100644
index 0000000..ef23a2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jackett.webp differ
diff --git a/static/icons/vendor/homarr/webp/jaeger.webp b/static/icons/vendor/homarr/webp/jaeger.webp
new file mode 100644
index 0000000..48881d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jaeger.webp differ
diff --git a/static/icons/vendor/homarr/webp/jamf.webp b/static/icons/vendor/homarr/webp/jamf.webp
new file mode 100644
index 0000000..0659553
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jamf.webp differ
diff --git a/static/icons/vendor/homarr/webp/jamstack.webp b/static/icons/vendor/homarr/webp/jamstack.webp
new file mode 100644
index 0000000..7c5dd41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jamstack.webp differ
diff --git a/static/icons/vendor/homarr/webp/java.webp b/static/icons/vendor/homarr/webp/java.webp
new file mode 100644
index 0000000..583d6c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/java.webp differ
diff --git a/static/icons/vendor/homarr/webp/javascript-light.webp b/static/icons/vendor/homarr/webp/javascript-light.webp
new file mode 100644
index 0000000..1d289e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/javascript-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/javascript.webp b/static/icons/vendor/homarr/webp/javascript.webp
new file mode 100644
index 0000000..2510e10
Binary files /dev/null and b/static/icons/vendor/homarr/webp/javascript.webp differ
diff --git a/static/icons/vendor/homarr/webp/jdownloader.webp b/static/icons/vendor/homarr/webp/jdownloader.webp
new file mode 100644
index 0000000..4fef02e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jdownloader.webp differ
diff --git a/static/icons/vendor/homarr/webp/jdownloader2.webp b/static/icons/vendor/homarr/webp/jdownloader2.webp
new file mode 100644
index 0000000..4fef02e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jdownloader2.webp differ
diff --git a/static/icons/vendor/homarr/webp/jeedom.webp b/static/icons/vendor/homarr/webp/jeedom.webp
new file mode 100644
index 0000000..26acc67
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jeedom.webp differ
diff --git a/static/icons/vendor/homarr/webp/jekyll.webp b/static/icons/vendor/homarr/webp/jekyll.webp
new file mode 100644
index 0000000..d3d9278
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jekyll.webp differ
diff --git a/static/icons/vendor/homarr/webp/jellyfin-vue.webp b/static/icons/vendor/homarr/webp/jellyfin-vue.webp
new file mode 100644
index 0000000..9f40435
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jellyfin-vue.webp differ
diff --git a/static/icons/vendor/homarr/webp/jellyfin.webp b/static/icons/vendor/homarr/webp/jellyfin.webp
new file mode 100644
index 0000000..8eef28f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jellyfin.webp differ
diff --git a/static/icons/vendor/homarr/webp/jellyseerr.webp b/static/icons/vendor/homarr/webp/jellyseerr.webp
new file mode 100644
index 0000000..0858b13
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jellyseerr.webp differ
diff --git a/static/icons/vendor/homarr/webp/jellystat-dark.webp b/static/icons/vendor/homarr/webp/jellystat-dark.webp
new file mode 100644
index 0000000..bd0368b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jellystat-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/jellystat.webp b/static/icons/vendor/homarr/webp/jellystat.webp
new file mode 100644
index 0000000..cbdc425
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jellystat.webp differ
diff --git a/static/icons/vendor/homarr/webp/jelu.webp b/static/icons/vendor/homarr/webp/jelu.webp
new file mode 100644
index 0000000..a073f9e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jelu.webp differ
diff --git a/static/icons/vendor/homarr/webp/jenkins.webp b/static/icons/vendor/homarr/webp/jenkins.webp
new file mode 100644
index 0000000..ea74a0c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jenkins.webp differ
diff --git a/static/icons/vendor/homarr/webp/jetbrains-fleet.webp b/static/icons/vendor/homarr/webp/jetbrains-fleet.webp
new file mode 100644
index 0000000..f373b50
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jetbrains-fleet.webp differ
diff --git a/static/icons/vendor/homarr/webp/jetbrains-toolbox.webp b/static/icons/vendor/homarr/webp/jetbrains-toolbox.webp
new file mode 100644
index 0000000..5f9b2eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jetbrains-toolbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/jetbrains-youtrack.webp b/static/icons/vendor/homarr/webp/jetbrains-youtrack.webp
new file mode 100644
index 0000000..f33606f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jetbrains-youtrack.webp differ
diff --git a/static/icons/vendor/homarr/webp/jetkvm-full.webp b/static/icons/vendor/homarr/webp/jetkvm-full.webp
new file mode 100644
index 0000000..34c45e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jetkvm-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/jetkvm.webp b/static/icons/vendor/homarr/webp/jetkvm.webp
new file mode 100644
index 0000000..d9d6415
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jetkvm.webp differ
diff --git a/static/icons/vendor/homarr/webp/jfrog.webp b/static/icons/vendor/homarr/webp/jfrog.webp
new file mode 100644
index 0000000..c3c6fe1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jfrog.webp differ
diff --git a/static/icons/vendor/homarr/webp/jio.webp b/static/icons/vendor/homarr/webp/jio.webp
new file mode 100644
index 0000000..69677ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jio.webp differ
diff --git a/static/icons/vendor/homarr/webp/jiohotstar.webp b/static/icons/vendor/homarr/webp/jiohotstar.webp
new file mode 100644
index 0000000..c7b3989
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jiohotstar.webp differ
diff --git a/static/icons/vendor/homarr/webp/jira.webp b/static/icons/vendor/homarr/webp/jira.webp
new file mode 100644
index 0000000..9a6d3a7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jira.webp differ
diff --git a/static/icons/vendor/homarr/webp/jitsi-meet.webp b/static/icons/vendor/homarr/webp/jitsi-meet.webp
new file mode 100644
index 0000000..f82f023
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jitsi-meet.webp differ
diff --git a/static/icons/vendor/homarr/webp/jitsi.webp b/static/icons/vendor/homarr/webp/jitsi.webp
new file mode 100644
index 0000000..d74ff99
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jitsi.webp differ
diff --git a/static/icons/vendor/homarr/webp/joal.webp b/static/icons/vendor/homarr/webp/joal.webp
new file mode 100644
index 0000000..5b81156
Binary files /dev/null and b/static/icons/vendor/homarr/webp/joal.webp differ
diff --git a/static/icons/vendor/homarr/webp/joomla.webp b/static/icons/vendor/homarr/webp/joomla.webp
new file mode 100644
index 0000000..40f1537
Binary files /dev/null and b/static/icons/vendor/homarr/webp/joomla.webp differ
diff --git a/static/icons/vendor/homarr/webp/joplin.webp b/static/icons/vendor/homarr/webp/joplin.webp
new file mode 100644
index 0000000..6341ef2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/joplin.webp differ
diff --git a/static/icons/vendor/homarr/webp/jotty.webp b/static/icons/vendor/homarr/webp/jotty.webp
new file mode 100644
index 0000000..03054c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jotty.webp differ
diff --git a/static/icons/vendor/homarr/webp/journiv.webp b/static/icons/vendor/homarr/webp/journiv.webp
new file mode 100644
index 0000000..7229246
Binary files /dev/null and b/static/icons/vendor/homarr/webp/journiv.webp differ
diff --git a/static/icons/vendor/homarr/webp/json.webp b/static/icons/vendor/homarr/webp/json.webp
new file mode 100644
index 0000000..397197e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/json.webp differ
diff --git a/static/icons/vendor/homarr/webp/jujutsu-vcs.webp b/static/icons/vendor/homarr/webp/jujutsu-vcs.webp
new file mode 100644
index 0000000..a5ca9f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jujutsu-vcs.webp differ
diff --git a/static/icons/vendor/homarr/webp/julia.webp b/static/icons/vendor/homarr/webp/julia.webp
new file mode 100644
index 0000000..539bddc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/julia.webp differ
diff --git a/static/icons/vendor/homarr/webp/jumpserver.webp b/static/icons/vendor/homarr/webp/jumpserver.webp
new file mode 100644
index 0000000..2213a86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jumpserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/jupyter.webp b/static/icons/vendor/homarr/webp/jupyter.webp
new file mode 100644
index 0000000..62dee3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jupyter.webp differ
diff --git a/static/icons/vendor/homarr/webp/jwt-io-light.webp b/static/icons/vendor/homarr/webp/jwt-io-light.webp
new file mode 100644
index 0000000..ee79251
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jwt-io-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/jwt-io.webp b/static/icons/vendor/homarr/webp/jwt-io.webp
new file mode 100644
index 0000000..8d2c2ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/jwt-io.webp differ
diff --git a/static/icons/vendor/homarr/webp/k-speeder.webp b/static/icons/vendor/homarr/webp/k-speeder.webp
new file mode 100644
index 0000000..0b597a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/k-speeder.webp differ
diff --git a/static/icons/vendor/homarr/webp/kagi.webp b/static/icons/vendor/homarr/webp/kagi.webp
new file mode 100644
index 0000000..bbf81a7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kagi.webp differ
diff --git a/static/icons/vendor/homarr/webp/kaizoku.webp b/static/icons/vendor/homarr/webp/kaizoku.webp
new file mode 100644
index 0000000..0cca5a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kaizoku.webp differ
diff --git a/static/icons/vendor/homarr/webp/kali-linux.webp b/static/icons/vendor/homarr/webp/kali-linux.webp
new file mode 100644
index 0000000..e856156
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kali-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/kamatera.webp b/static/icons/vendor/homarr/webp/kamatera.webp
new file mode 100644
index 0000000..38e686a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kamatera.webp differ
diff --git a/static/icons/vendor/homarr/webp/kanboard-light.webp b/static/icons/vendor/homarr/webp/kanboard-light.webp
new file mode 100644
index 0000000..113d73b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kanboard-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/kanboard.webp b/static/icons/vendor/homarr/webp/kanboard.webp
new file mode 100644
index 0000000..69fc4f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kanboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/kanidm.webp b/static/icons/vendor/homarr/webp/kanidm.webp
new file mode 100644
index 0000000..75207b9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kanidm.webp differ
diff --git a/static/icons/vendor/homarr/webp/kapacitor.webp b/static/icons/vendor/homarr/webp/kapacitor.webp
new file mode 100644
index 0000000..cf8c39c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kapacitor.webp differ
diff --git a/static/icons/vendor/homarr/webp/kapowarr.webp b/static/icons/vendor/homarr/webp/kapowarr.webp
new file mode 100644
index 0000000..9c7b776
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kapowarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/karakeep-dark.webp b/static/icons/vendor/homarr/webp/karakeep-dark.webp
new file mode 100644
index 0000000..7cc06d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/karakeep-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/karakeep.webp b/static/icons/vendor/homarr/webp/karakeep.webp
new file mode 100644
index 0000000..3b68e96
Binary files /dev/null and b/static/icons/vendor/homarr/webp/karakeep.webp differ
diff --git a/static/icons/vendor/homarr/webp/karaoke-eternal.webp b/static/icons/vendor/homarr/webp/karaoke-eternal.webp
new file mode 100644
index 0000000..8816bfc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/karaoke-eternal.webp differ
diff --git a/static/icons/vendor/homarr/webp/kasm-workspaces.webp b/static/icons/vendor/homarr/webp/kasm-workspaces.webp
new file mode 100644
index 0000000..ead38e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kasm-workspaces.webp differ
diff --git a/static/icons/vendor/homarr/webp/kasm.webp b/static/icons/vendor/homarr/webp/kasm.webp
new file mode 100644
index 0000000..ead38e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kasm.webp differ
diff --git a/static/icons/vendor/homarr/webp/kasten-k10.webp b/static/icons/vendor/homarr/webp/kasten-k10.webp
new file mode 100644
index 0000000..7a72969
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kasten-k10.webp differ
diff --git a/static/icons/vendor/homarr/webp/kaufland.webp b/static/icons/vendor/homarr/webp/kaufland.webp
new file mode 100644
index 0000000..6f499ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kaufland.webp differ
diff --git a/static/icons/vendor/homarr/webp/kavita.webp b/static/icons/vendor/homarr/webp/kavita.webp
new file mode 100644
index 0000000..af4b5ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kavita.webp differ
diff --git a/static/icons/vendor/homarr/webp/kbin.webp b/static/icons/vendor/homarr/webp/kbin.webp
new file mode 100644
index 0000000..0edb8ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kbin.webp differ
diff --git a/static/icons/vendor/homarr/webp/keenetic-alt.webp b/static/icons/vendor/homarr/webp/keenetic-alt.webp
new file mode 100644
index 0000000..666e5a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keenetic-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/keenetic-new.webp b/static/icons/vendor/homarr/webp/keenetic-new.webp
new file mode 100644
index 0000000..50e55d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keenetic-new.webp differ
diff --git a/static/icons/vendor/homarr/webp/keenetic.webp b/static/icons/vendor/homarr/webp/keenetic.webp
new file mode 100644
index 0000000..8e108ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keenetic.webp differ
diff --git a/static/icons/vendor/homarr/webp/keepassxc.webp b/static/icons/vendor/homarr/webp/keepassxc.webp
new file mode 100644
index 0000000..4ea8f25
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keepassxc.webp differ
diff --git a/static/icons/vendor/homarr/webp/keeper-security.webp b/static/icons/vendor/homarr/webp/keeper-security.webp
new file mode 100644
index 0000000..1b87787
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keeper-security.webp differ
diff --git a/static/icons/vendor/homarr/webp/keila.webp b/static/icons/vendor/homarr/webp/keila.webp
new file mode 100644
index 0000000..99f0077
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keila.webp differ
diff --git a/static/icons/vendor/homarr/webp/kerberos.webp b/static/icons/vendor/homarr/webp/kerberos.webp
new file mode 100644
index 0000000..9d6cfea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kerberos.webp differ
diff --git a/static/icons/vendor/homarr/webp/kestra.webp b/static/icons/vendor/homarr/webp/kestra.webp
new file mode 100644
index 0000000..d4331c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kestra.webp differ
diff --git a/static/icons/vendor/homarr/webp/keycloak.webp b/static/icons/vendor/homarr/webp/keycloak.webp
new file mode 100644
index 0000000..ceac7a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keycloak.webp differ
diff --git a/static/icons/vendor/homarr/webp/keyoxide-alt.webp b/static/icons/vendor/homarr/webp/keyoxide-alt.webp
new file mode 100644
index 0000000..64c89a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keyoxide-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/keyoxide.webp b/static/icons/vendor/homarr/webp/keyoxide.webp
new file mode 100644
index 0000000..ac1b2a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/keyoxide.webp differ
diff --git a/static/icons/vendor/homarr/webp/kibana.webp b/static/icons/vendor/homarr/webp/kibana.webp
new file mode 100644
index 0000000..3aea4c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kibana.webp differ
diff --git a/static/icons/vendor/homarr/webp/kick-light.webp b/static/icons/vendor/homarr/webp/kick-light.webp
new file mode 100644
index 0000000..3cb5eab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kick-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/kick.webp b/static/icons/vendor/homarr/webp/kick.webp
new file mode 100644
index 0000000..4102de6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kick.webp differ
diff --git a/static/icons/vendor/homarr/webp/kickstarter.webp b/static/icons/vendor/homarr/webp/kickstarter.webp
new file mode 100644
index 0000000..83a75a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kickstarter.webp differ
diff --git a/static/icons/vendor/homarr/webp/kimai.webp b/static/icons/vendor/homarr/webp/kimai.webp
new file mode 100644
index 0000000..24e2c66
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kimai.webp differ
diff --git a/static/icons/vendor/homarr/webp/kimi-ai.webp b/static/icons/vendor/homarr/webp/kimi-ai.webp
new file mode 100644
index 0000000..6a0c039
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kimi-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/kinopub.webp b/static/icons/vendor/homarr/webp/kinopub.webp
new file mode 100644
index 0000000..c79e3b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kinopub.webp differ
diff --git a/static/icons/vendor/homarr/webp/kinto.webp b/static/icons/vendor/homarr/webp/kinto.webp
new file mode 100644
index 0000000..3b21a09
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kinto.webp differ
diff --git a/static/icons/vendor/homarr/webp/kirby-light.webp b/static/icons/vendor/homarr/webp/kirby-light.webp
new file mode 100644
index 0000000..3f37922
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kirby-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/kirby-wordmark-dark.webp b/static/icons/vendor/homarr/webp/kirby-wordmark-dark.webp
new file mode 100644
index 0000000..71acc76
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kirby-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/kirby-wordmark-light.webp b/static/icons/vendor/homarr/webp/kirby-wordmark-light.webp
new file mode 100644
index 0000000..737ff60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kirby-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/kirby.webp b/static/icons/vendor/homarr/webp/kirby.webp
new file mode 100644
index 0000000..bde9f8a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kirby.webp differ
diff --git a/static/icons/vendor/homarr/webp/kitana.webp b/static/icons/vendor/homarr/webp/kitana.webp
new file mode 100644
index 0000000..907f85d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kitana.webp differ
diff --git a/static/icons/vendor/homarr/webp/kitchenowl.webp b/static/icons/vendor/homarr/webp/kitchenowl.webp
new file mode 100644
index 0000000..5e52ef9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kitchenowl.webp differ
diff --git a/static/icons/vendor/homarr/webp/kiwix-light.webp b/static/icons/vendor/homarr/webp/kiwix-light.webp
new file mode 100644
index 0000000..775402d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kiwix-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/kiwix.webp b/static/icons/vendor/homarr/webp/kiwix.webp
new file mode 100644
index 0000000..5c1360a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kiwix.webp differ
diff --git a/static/icons/vendor/homarr/webp/kleinanzeigen.webp b/static/icons/vendor/homarr/webp/kleinanzeigen.webp
new file mode 100644
index 0000000..a2dfd20
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kleinanzeigen.webp differ
diff --git a/static/icons/vendor/homarr/webp/kleopatra.webp b/static/icons/vendor/homarr/webp/kleopatra.webp
new file mode 100644
index 0000000..ca34cc7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kleopatra.webp differ
diff --git a/static/icons/vendor/homarr/webp/klipper.webp b/static/icons/vendor/homarr/webp/klipper.webp
new file mode 100644
index 0000000..b3512ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/klipper.webp differ
diff --git a/static/icons/vendor/homarr/webp/knx.webp b/static/icons/vendor/homarr/webp/knx.webp
new file mode 100644
index 0000000..35aadc7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/knx.webp differ
diff --git a/static/icons/vendor/homarr/webp/ko-fi.webp b/static/icons/vendor/homarr/webp/ko-fi.webp
new file mode 100644
index 0000000..4adb28e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ko-fi.webp differ
diff --git a/static/icons/vendor/homarr/webp/ko-insight.webp b/static/icons/vendor/homarr/webp/ko-insight.webp
new file mode 100644
index 0000000..3a2be91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ko-insight.webp differ
diff --git a/static/icons/vendor/homarr/webp/koboldcpp.webp b/static/icons/vendor/homarr/webp/koboldcpp.webp
new file mode 100644
index 0000000..4a963d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/koboldcpp.webp differ
diff --git a/static/icons/vendor/homarr/webp/kodi.webp b/static/icons/vendor/homarr/webp/kodi.webp
new file mode 100644
index 0000000..d1fd8c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kodi.webp differ
diff --git a/static/icons/vendor/homarr/webp/koel.webp b/static/icons/vendor/homarr/webp/koel.webp
new file mode 100644
index 0000000..1cf00a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/koel.webp differ
diff --git a/static/icons/vendor/homarr/webp/koillection-light.webp b/static/icons/vendor/homarr/webp/koillection-light.webp
new file mode 100644
index 0000000..cdc69f6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/koillection-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/koillection.webp b/static/icons/vendor/homarr/webp/koillection.webp
new file mode 100644
index 0000000..3f17da9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/koillection.webp differ
diff --git a/static/icons/vendor/homarr/webp/koito.webp b/static/icons/vendor/homarr/webp/koito.webp
new file mode 100644
index 0000000..c0eca94
Binary files /dev/null and b/static/icons/vendor/homarr/webp/koito.webp differ
diff --git a/static/icons/vendor/homarr/webp/kokoro-web.webp b/static/icons/vendor/homarr/webp/kokoro-web.webp
new file mode 100644
index 0000000..abfec6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kokoro-web.webp differ
diff --git a/static/icons/vendor/homarr/webp/kometa.webp b/static/icons/vendor/homarr/webp/kometa.webp
new file mode 100644
index 0000000..25d1735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kometa.webp differ
diff --git a/static/icons/vendor/homarr/webp/komga.webp b/static/icons/vendor/homarr/webp/komga.webp
new file mode 100644
index 0000000..351e90a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/komga.webp differ
diff --git a/static/icons/vendor/homarr/webp/komodo.webp b/static/icons/vendor/homarr/webp/komodo.webp
new file mode 100644
index 0000000..921357e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/komodo.webp differ
diff --git a/static/icons/vendor/homarr/webp/kontoj.webp b/static/icons/vendor/homarr/webp/kontoj.webp
new file mode 100644
index 0000000..e36c787
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kontoj.webp differ
diff --git a/static/icons/vendor/homarr/webp/kook.webp b/static/icons/vendor/homarr/webp/kook.webp
new file mode 100644
index 0000000..054e230
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kook.webp differ
diff --git a/static/icons/vendor/homarr/webp/kopia.webp b/static/icons/vendor/homarr/webp/kopia.webp
new file mode 100644
index 0000000..95efdb0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kopia.webp differ
diff --git a/static/icons/vendor/homarr/webp/kotlin.webp b/static/icons/vendor/homarr/webp/kotlin.webp
new file mode 100644
index 0000000..bb0d242
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kotlin.webp differ
diff --git a/static/icons/vendor/homarr/webp/kpn.webp b/static/icons/vendor/homarr/webp/kpn.webp
new file mode 100644
index 0000000..bbb9797
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/krakend.webp b/static/icons/vendor/homarr/webp/krakend.webp
new file mode 100644
index 0000000..69b70de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/krakend.webp differ
diff --git a/static/icons/vendor/homarr/webp/krusader.webp b/static/icons/vendor/homarr/webp/krusader.webp
new file mode 100644
index 0000000..7d2d604
Binary files /dev/null and b/static/icons/vendor/homarr/webp/krusader.webp differ
diff --git a/static/icons/vendor/homarr/webp/ksuite.webp b/static/icons/vendor/homarr/webp/ksuite.webp
new file mode 100644
index 0000000..a5bb258
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ksuite.webp differ
diff --git a/static/icons/vendor/homarr/webp/kubecraft.webp b/static/icons/vendor/homarr/webp/kubecraft.webp
new file mode 100644
index 0000000..f8722f9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kubecraft.webp differ
diff --git a/static/icons/vendor/homarr/webp/kubernetes-dashboard.webp b/static/icons/vendor/homarr/webp/kubernetes-dashboard.webp
new file mode 100644
index 0000000..fe2a187
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kubernetes-dashboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/kubernetes.webp b/static/icons/vendor/homarr/webp/kubernetes.webp
new file mode 100644
index 0000000..fe2a187
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kubernetes.webp differ
diff --git a/static/icons/vendor/homarr/webp/kubuntu-linux.webp b/static/icons/vendor/homarr/webp/kubuntu-linux.webp
new file mode 100644
index 0000000..2640cd5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kubuntu-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/kutt.webp b/static/icons/vendor/homarr/webp/kutt.webp
new file mode 100644
index 0000000..2c508ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kutt.webp differ
diff --git a/static/icons/vendor/homarr/webp/kyoo.webp b/static/icons/vendor/homarr/webp/kyoo.webp
new file mode 100644
index 0000000..2434ed7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/kyoo.webp differ
diff --git a/static/icons/vendor/homarr/webp/lact.webp b/static/icons/vendor/homarr/webp/lact.webp
new file mode 100644
index 0000000..dd33027
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lact.webp differ
diff --git a/static/icons/vendor/homarr/webp/lancache.webp b/static/icons/vendor/homarr/webp/lancache.webp
new file mode 100644
index 0000000..5a57fc7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lancache.webp differ
diff --git a/static/icons/vendor/homarr/webp/lancommander-light.webp b/static/icons/vendor/homarr/webp/lancommander-light.webp
new file mode 100644
index 0000000..d3462ee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lancommander-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/lancommander.webp b/static/icons/vendor/homarr/webp/lancommander.webp
new file mode 100644
index 0000000..f7bc518
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lancommander.webp differ
diff --git a/static/icons/vendor/homarr/webp/lanraragi.webp b/static/icons/vendor/homarr/webp/lanraragi.webp
new file mode 100644
index 0000000..9b16050
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lanraragi.webp differ
diff --git a/static/icons/vendor/homarr/webp/laracasts-dark.webp b/static/icons/vendor/homarr/webp/laracasts-dark.webp
new file mode 100644
index 0000000..9518910
Binary files /dev/null and b/static/icons/vendor/homarr/webp/laracasts-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/laracasts.webp b/static/icons/vendor/homarr/webp/laracasts.webp
new file mode 100644
index 0000000..0f986fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/laracasts.webp differ
diff --git a/static/icons/vendor/homarr/webp/laravel.webp b/static/icons/vendor/homarr/webp/laravel.webp
new file mode 100644
index 0000000..9e4c405
Binary files /dev/null and b/static/icons/vendor/homarr/webp/laravel.webp differ
diff --git a/static/icons/vendor/homarr/webp/lark.webp b/static/icons/vendor/homarr/webp/lark.webp
new file mode 100644
index 0000000..80067b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lark.webp differ
diff --git a/static/icons/vendor/homarr/webp/lastpass.webp b/static/icons/vendor/homarr/webp/lastpass.webp
new file mode 100644
index 0000000..e603457
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lastpass.webp differ
diff --git a/static/icons/vendor/homarr/webp/lazylibrarian.webp b/static/icons/vendor/homarr/webp/lazylibrarian.webp
new file mode 100644
index 0000000..5c51f33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lazylibrarian.webp differ
diff --git a/static/icons/vendor/homarr/webp/ldap-account-manager.webp b/static/icons/vendor/homarr/webp/ldap-account-manager.webp
new file mode 100644
index 0000000..7fbfc79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ldap-account-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/leanote.webp b/static/icons/vendor/homarr/webp/leanote.webp
new file mode 100644
index 0000000..47f0b5b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/leanote.webp differ
diff --git a/static/icons/vendor/homarr/webp/leantime.webp b/static/icons/vendor/homarr/webp/leantime.webp
new file mode 100644
index 0000000..d7d004a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/leantime.webp differ
diff --git a/static/icons/vendor/homarr/webp/leargas-security.webp b/static/icons/vendor/homarr/webp/leargas-security.webp
new file mode 100644
index 0000000..0b7b03a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/leargas-security.webp differ
diff --git a/static/icons/vendor/homarr/webp/leetcode-dark.webp b/static/icons/vendor/homarr/webp/leetcode-dark.webp
new file mode 100644
index 0000000..6a536e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/leetcode-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/leetcode.webp b/static/icons/vendor/homarr/webp/leetcode.webp
new file mode 100644
index 0000000..f7e1a84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/leetcode.webp differ
diff --git a/static/icons/vendor/homarr/webp/lemmy-light.webp b/static/icons/vendor/homarr/webp/lemmy-light.webp
new file mode 100644
index 0000000..9cf8b18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lemmy-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/lemmy.webp b/static/icons/vendor/homarr/webp/lemmy.webp
new file mode 100644
index 0000000..16016aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lemmy.webp differ
diff --git a/static/icons/vendor/homarr/webp/lemonldap-ng.webp b/static/icons/vendor/homarr/webp/lemonldap-ng.webp
new file mode 100644
index 0000000..a25aa27
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lemonldap-ng.webp differ
diff --git a/static/icons/vendor/homarr/webp/lenovo-light.webp b/static/icons/vendor/homarr/webp/lenovo-light.webp
new file mode 100644
index 0000000..00994ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lenovo-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/lenovo.webp b/static/icons/vendor/homarr/webp/lenovo.webp
new file mode 100644
index 0000000..cff8ec8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lenovo.webp differ
diff --git a/static/icons/vendor/homarr/webp/lets-encrypt.webp b/static/icons/vendor/homarr/webp/lets-encrypt.webp
new file mode 100644
index 0000000..a126c1f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lets-encrypt.webp differ
diff --git a/static/icons/vendor/homarr/webp/lexmark.webp b/static/icons/vendor/homarr/webp/lexmark.webp
new file mode 100644
index 0000000..30926b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lexmark.webp differ
diff --git a/static/icons/vendor/homarr/webp/libation.webp b/static/icons/vendor/homarr/webp/libation.webp
new file mode 100644
index 0000000..bea0fc8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libation.webp differ
diff --git a/static/icons/vendor/homarr/webp/librechat.webp b/static/icons/vendor/homarr/webp/librechat.webp
new file mode 100644
index 0000000..3ef8a64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librechat.webp differ
diff --git a/static/icons/vendor/homarr/webp/libreddit-light.webp b/static/icons/vendor/homarr/webp/libreddit-light.webp
new file mode 100644
index 0000000..52fe2ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libreddit-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/libreddit.webp b/static/icons/vendor/homarr/webp/libreddit.webp
new file mode 100644
index 0000000..533f04c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libreddit.webp differ
diff --git a/static/icons/vendor/homarr/webp/libreelec.webp b/static/icons/vendor/homarr/webp/libreelec.webp
new file mode 100644
index 0000000..fd3ecba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libreelec.webp differ
diff --git a/static/icons/vendor/homarr/webp/libremdb.webp b/static/icons/vendor/homarr/webp/libremdb.webp
new file mode 100644
index 0000000..94a8ca2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libremdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/librenms.webp b/static/icons/vendor/homarr/webp/librenms.webp
new file mode 100644
index 0000000..b9580d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librenms.webp differ
diff --git a/static/icons/vendor/homarr/webp/libreoffice-light.webp b/static/icons/vendor/homarr/webp/libreoffice-light.webp
new file mode 100644
index 0000000..5a3c5c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libreoffice-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/libreoffice.webp b/static/icons/vendor/homarr/webp/libreoffice.webp
new file mode 100644
index 0000000..a6b1790
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libreoffice.webp differ
diff --git a/static/icons/vendor/homarr/webp/librephotos-light.webp b/static/icons/vendor/homarr/webp/librephotos-light.webp
new file mode 100644
index 0000000..1f693a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librephotos-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/librephotos.webp b/static/icons/vendor/homarr/webp/librephotos.webp
new file mode 100644
index 0000000..7ae0fed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librephotos.webp differ
diff --git a/static/icons/vendor/homarr/webp/librespeed-light.webp b/static/icons/vendor/homarr/webp/librespeed-light.webp
new file mode 100644
index 0000000..53ef17f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librespeed-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/librespeed.webp b/static/icons/vendor/homarr/webp/librespeed.webp
new file mode 100644
index 0000000..dc23ec3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librespeed.webp differ
diff --git a/static/icons/vendor/homarr/webp/libretranslate-dark.webp b/static/icons/vendor/homarr/webp/libretranslate-dark.webp
new file mode 100644
index 0000000..726b279
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libretranslate-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/libretranslate.webp b/static/icons/vendor/homarr/webp/libretranslate.webp
new file mode 100644
index 0000000..d7b077c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/libretranslate.webp differ
diff --git a/static/icons/vendor/homarr/webp/librewolf.webp b/static/icons/vendor/homarr/webp/librewolf.webp
new file mode 100644
index 0000000..8abeadb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librewolf.webp differ
diff --git a/static/icons/vendor/homarr/webp/librex.webp b/static/icons/vendor/homarr/webp/librex.webp
new file mode 100644
index 0000000..c8d9dd9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librex.webp differ
diff --git a/static/icons/vendor/homarr/webp/librey.webp b/static/icons/vendor/homarr/webp/librey.webp
new file mode 100644
index 0000000..65b108c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librey.webp differ
diff --git a/static/icons/vendor/homarr/webp/librum.webp b/static/icons/vendor/homarr/webp/librum.webp
new file mode 100644
index 0000000..6591f45
Binary files /dev/null and b/static/icons/vendor/homarr/webp/librum.webp differ
diff --git a/static/icons/vendor/homarr/webp/lichess-dark.webp b/static/icons/vendor/homarr/webp/lichess-dark.webp
new file mode 100644
index 0000000..bd1217b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lichess-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/lichess.webp b/static/icons/vendor/homarr/webp/lichess.webp
new file mode 100644
index 0000000..9d92bc0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lichess.webp differ
diff --git a/static/icons/vendor/homarr/webp/lidarr.webp b/static/icons/vendor/homarr/webp/lidarr.webp
new file mode 100644
index 0000000..de4078e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lidarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/lidl.webp b/static/icons/vendor/homarr/webp/lidl.webp
new file mode 100644
index 0000000..2bc1964
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lidl.webp differ
diff --git a/static/icons/vendor/homarr/webp/lightning-terminal.webp b/static/icons/vendor/homarr/webp/lightning-terminal.webp
new file mode 100644
index 0000000..fe50221
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lightning-terminal.webp differ
diff --git a/static/icons/vendor/homarr/webp/lighttpd.webp b/static/icons/vendor/homarr/webp/lighttpd.webp
new file mode 100644
index 0000000..e76c607
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lighttpd.webp differ
diff --git a/static/icons/vendor/homarr/webp/limesurvey.webp b/static/icons/vendor/homarr/webp/limesurvey.webp
new file mode 100644
index 0000000..be56ccd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/limesurvey.webp differ
diff --git a/static/icons/vendor/homarr/webp/linear-dark.webp b/static/icons/vendor/homarr/webp/linear-dark.webp
new file mode 100644
index 0000000..6369b61
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linear-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/linear.webp b/static/icons/vendor/homarr/webp/linear.webp
new file mode 100644
index 0000000..929d719
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linear.webp differ
diff --git a/static/icons/vendor/homarr/webp/linguacafe.webp b/static/icons/vendor/homarr/webp/linguacafe.webp
new file mode 100644
index 0000000..9efdda7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linguacafe.webp differ
diff --git a/static/icons/vendor/homarr/webp/linkace.webp b/static/icons/vendor/homarr/webp/linkace.webp
new file mode 100644
index 0000000..0fbfc81
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linkace.webp differ
diff --git a/static/icons/vendor/homarr/webp/linkding.webp b/static/icons/vendor/homarr/webp/linkding.webp
new file mode 100644
index 0000000..5aa3bb0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linkding.webp differ
diff --git a/static/icons/vendor/homarr/webp/linkedin.webp b/static/icons/vendor/homarr/webp/linkedin.webp
new file mode 100644
index 0000000..51b7f95
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linkedin.webp differ
diff --git a/static/icons/vendor/homarr/webp/linkstack.webp b/static/icons/vendor/homarr/webp/linkstack.webp
new file mode 100644
index 0000000..3ae47b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linkstack.webp differ
diff --git a/static/icons/vendor/homarr/webp/linksys.webp b/static/icons/vendor/homarr/webp/linksys.webp
new file mode 100644
index 0000000..491408a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linksys.webp differ
diff --git a/static/icons/vendor/homarr/webp/linkwarden.webp b/static/icons/vendor/homarr/webp/linkwarden.webp
new file mode 100644
index 0000000..b7c2ccf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linkwarden.webp differ
diff --git a/static/icons/vendor/homarr/webp/linode.webp b/static/icons/vendor/homarr/webp/linode.webp
new file mode 100644
index 0000000..bad12c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linode.webp differ
diff --git a/static/icons/vendor/homarr/webp/linux-mint.webp b/static/icons/vendor/homarr/webp/linux-mint.webp
new file mode 100644
index 0000000..ce2881d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linux-mint.webp differ
diff --git a/static/icons/vendor/homarr/webp/linux.webp b/static/icons/vendor/homarr/webp/linux.webp
new file mode 100644
index 0000000..413ecec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/linuxdo.webp b/static/icons/vendor/homarr/webp/linuxdo.webp
new file mode 100644
index 0000000..53bd66b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linuxdo.webp differ
diff --git a/static/icons/vendor/homarr/webp/linuxgsm.webp b/static/icons/vendor/homarr/webp/linuxgsm.webp
new file mode 100644
index 0000000..d11c0a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linuxgsm.webp differ
diff --git a/static/icons/vendor/homarr/webp/linuxserver-io.webp b/static/icons/vendor/homarr/webp/linuxserver-io.webp
new file mode 100644
index 0000000..d8cc13e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/linuxserver-io.webp differ
diff --git a/static/icons/vendor/homarr/webp/liremdb.webp b/static/icons/vendor/homarr/webp/liremdb.webp
new file mode 100644
index 0000000..dfd30d9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/liremdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/listenbrainz.webp b/static/icons/vendor/homarr/webp/listenbrainz.webp
new file mode 100644
index 0000000..f1cc82f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/listenbrainz.webp differ
diff --git a/static/icons/vendor/homarr/webp/listmonk.webp b/static/icons/vendor/homarr/webp/listmonk.webp
new file mode 100644
index 0000000..a5c1af3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/listmonk.webp differ
diff --git a/static/icons/vendor/homarr/webp/lite-speed.webp b/static/icons/vendor/homarr/webp/lite-speed.webp
new file mode 100644
index 0000000..3a40d60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lite-speed.webp differ
diff --git a/static/icons/vendor/homarr/webp/littlelink-custom.webp b/static/icons/vendor/homarr/webp/littlelink-custom.webp
new file mode 100644
index 0000000..327966d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/littlelink-custom.webp differ
diff --git a/static/icons/vendor/homarr/webp/livebook.webp b/static/icons/vendor/homarr/webp/livebook.webp
new file mode 100644
index 0000000..7033a3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/livebook.webp differ
diff --git a/static/icons/vendor/homarr/webp/lldap-dark.webp b/static/icons/vendor/homarr/webp/lldap-dark.webp
new file mode 100644
index 0000000..3988ad5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lldap-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/lldap.webp b/static/icons/vendor/homarr/webp/lldap.webp
new file mode 100644
index 0000000..82ae8a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lldap.webp differ
diff --git a/static/icons/vendor/homarr/webp/lms-mixtape.webp b/static/icons/vendor/homarr/webp/lms-mixtape.webp
new file mode 100644
index 0000000..a37d81f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lms-mixtape.webp differ
diff --git a/static/icons/vendor/homarr/webp/lnbits.webp b/static/icons/vendor/homarr/webp/lnbits.webp
new file mode 100644
index 0000000..271d860
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lnbits.webp differ
diff --git a/static/icons/vendor/homarr/webp/lobe-chat.webp b/static/icons/vendor/homarr/webp/lobe-chat.webp
new file mode 100644
index 0000000..64486fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lobe-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/local-content-share.webp b/static/icons/vendor/homarr/webp/local-content-share.webp
new file mode 100644
index 0000000..af011fa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/local-content-share.webp differ
diff --git a/static/icons/vendor/homarr/webp/local-xpose.webp b/static/icons/vendor/homarr/webp/local-xpose.webp
new file mode 100644
index 0000000..90b10b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/local-xpose.webp differ
diff --git a/static/icons/vendor/homarr/webp/locals-light.webp b/static/icons/vendor/homarr/webp/locals-light.webp
new file mode 100644
index 0000000..f037d53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/locals-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/locals.webp b/static/icons/vendor/homarr/webp/locals.webp
new file mode 100644
index 0000000..16e533f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/locals.webp differ
diff --git a/static/icons/vendor/homarr/webp/lockheed-martin.webp b/static/icons/vendor/homarr/webp/lockheed-martin.webp
new file mode 100644
index 0000000..a1ba95d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lockheed-martin.webp differ
diff --git a/static/icons/vendor/homarr/webp/lodestone.webp b/static/icons/vendor/homarr/webp/lodestone.webp
new file mode 100644
index 0000000..5c5d941
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lodestone.webp differ
diff --git a/static/icons/vendor/homarr/webp/loggifly.webp b/static/icons/vendor/homarr/webp/loggifly.webp
new file mode 100644
index 0000000..80ec427
Binary files /dev/null and b/static/icons/vendor/homarr/webp/loggifly.webp differ
diff --git a/static/icons/vendor/homarr/webp/logitech-gaming.webp b/static/icons/vendor/homarr/webp/logitech-gaming.webp
new file mode 100644
index 0000000..7edee3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logitech-gaming.webp differ
diff --git a/static/icons/vendor/homarr/webp/logitech-legacy.webp b/static/icons/vendor/homarr/webp/logitech-legacy.webp
new file mode 100644
index 0000000..4442255
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logitech-legacy.webp differ
diff --git a/static/icons/vendor/homarr/webp/logitech-light.webp b/static/icons/vendor/homarr/webp/logitech-light.webp
new file mode 100644
index 0000000..e24bd97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logitech-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/logitech.webp b/static/icons/vendor/homarr/webp/logitech.webp
new file mode 100644
index 0000000..a0ba4fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logitech.webp differ
diff --git a/static/icons/vendor/homarr/webp/logseq.webp b/static/icons/vendor/homarr/webp/logseq.webp
new file mode 100644
index 0000000..3e1dab7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logseq.webp differ
diff --git a/static/icons/vendor/homarr/webp/logstash.webp b/static/icons/vendor/homarr/webp/logstash.webp
new file mode 100644
index 0000000..7c30685
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logstash.webp differ
diff --git a/static/icons/vendor/homarr/webp/logto.webp b/static/icons/vendor/homarr/webp/logto.webp
new file mode 100644
index 0000000..6b1e465
Binary files /dev/null and b/static/icons/vendor/homarr/webp/logto.webp differ
diff --git a/static/icons/vendor/homarr/webp/loki.webp b/static/icons/vendor/homarr/webp/loki.webp
new file mode 100644
index 0000000..cdb8f03
Binary files /dev/null and b/static/icons/vendor/homarr/webp/loki.webp differ
diff --git a/static/icons/vendor/homarr/webp/longhorn.webp b/static/icons/vendor/homarr/webp/longhorn.webp
new file mode 100644
index 0000000..0fbabad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/longhorn.webp differ
diff --git a/static/icons/vendor/homarr/webp/lostack.webp b/static/icons/vendor/homarr/webp/lostack.webp
new file mode 100644
index 0000000..546ee69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lostack.webp differ
diff --git a/static/icons/vendor/homarr/webp/loxone-full.webp b/static/icons/vendor/homarr/webp/loxone-full.webp
new file mode 100644
index 0000000..5c7cc8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/loxone-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/loxone.webp b/static/icons/vendor/homarr/webp/loxone.webp
new file mode 100644
index 0000000..ac4b476
Binary files /dev/null and b/static/icons/vendor/homarr/webp/loxone.webp differ
diff --git a/static/icons/vendor/homarr/webp/lsio.webp b/static/icons/vendor/homarr/webp/lsio.webp
new file mode 100644
index 0000000..9b3d1bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lsio.webp differ
diff --git a/static/icons/vendor/homarr/webp/lua.webp b/static/icons/vendor/homarr/webp/lua.webp
new file mode 100644
index 0000000..ace6d29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lua.webp differ
diff --git a/static/icons/vendor/homarr/webp/lubelogger.webp b/static/icons/vendor/homarr/webp/lubelogger.webp
new file mode 100644
index 0000000..f8cdd36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lubelogger.webp differ
diff --git a/static/icons/vendor/homarr/webp/lubuntu-linux.webp b/static/icons/vendor/homarr/webp/lubuntu-linux.webp
new file mode 100644
index 0000000..2883f0c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lubuntu-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/lucida.webp b/static/icons/vendor/homarr/webp/lucida.webp
new file mode 100644
index 0000000..ad4f158
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lucida.webp differ
diff --git a/static/icons/vendor/homarr/webp/ludus-dark.webp b/static/icons/vendor/homarr/webp/ludus-dark.webp
new file mode 100644
index 0000000..6ef68d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ludus-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ludus.webp b/static/icons/vendor/homarr/webp/ludus.webp
new file mode 100644
index 0000000..e30c6e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ludus.webp differ
diff --git a/static/icons/vendor/homarr/webp/lunalytics.webp b/static/icons/vendor/homarr/webp/lunalytics.webp
new file mode 100644
index 0000000..8a579c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lunalytics.webp differ
diff --git a/static/icons/vendor/homarr/webp/lunasea.webp b/static/icons/vendor/homarr/webp/lunasea.webp
new file mode 100644
index 0000000..8819dcd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lunasea.webp differ
diff --git a/static/icons/vendor/homarr/webp/lunch-money.webp b/static/icons/vendor/homarr/webp/lunch-money.webp
new file mode 100644
index 0000000..44a2795
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lunch-money.webp differ
diff --git a/static/icons/vendor/homarr/webp/luxriot.webp b/static/icons/vendor/homarr/webp/luxriot.webp
new file mode 100644
index 0000000..3180dbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/luxriot.webp differ
diff --git a/static/icons/vendor/homarr/webp/lychee.webp b/static/icons/vendor/homarr/webp/lychee.webp
new file mode 100644
index 0000000..576ea2d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lychee.webp differ
diff --git a/static/icons/vendor/homarr/webp/lynx-light.webp b/static/icons/vendor/homarr/webp/lynx-light.webp
new file mode 100644
index 0000000..37d4209
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lynx-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/lynx.webp b/static/icons/vendor/homarr/webp/lynx.webp
new file mode 100644
index 0000000..046af5e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lynx.webp differ
diff --git a/static/icons/vendor/homarr/webp/lyrion-dark.webp b/static/icons/vendor/homarr/webp/lyrion-dark.webp
new file mode 100644
index 0000000..872cd9b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lyrion-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/lyrion.webp b/static/icons/vendor/homarr/webp/lyrion.webp
new file mode 100644
index 0000000..a435144
Binary files /dev/null and b/static/icons/vendor/homarr/webp/lyrion.webp differ
diff --git a/static/icons/vendor/homarr/webp/macmon.webp b/static/icons/vendor/homarr/webp/macmon.webp
new file mode 100644
index 0000000..fa04765
Binary files /dev/null and b/static/icons/vendor/homarr/webp/macmon.webp differ
diff --git a/static/icons/vendor/homarr/webp/mail-archiver.webp b/static/icons/vendor/homarr/webp/mail-archiver.webp
new file mode 100644
index 0000000..8476384
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mail-archiver.webp differ
diff --git a/static/icons/vendor/homarr/webp/mail-in-a-box.webp b/static/icons/vendor/homarr/webp/mail-in-a-box.webp
new file mode 100644
index 0000000..8dcacd5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mail-in-a-box.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailchimp-light.webp b/static/icons/vendor/homarr/webp/mailchimp-light.webp
new file mode 100644
index 0000000..05fd5c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailchimp-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailchimp.webp b/static/icons/vendor/homarr/webp/mailchimp.webp
new file mode 100644
index 0000000..3001b21
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailchimp.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailcow.webp b/static/icons/vendor/homarr/webp/mailcow.webp
new file mode 100644
index 0000000..4e19a79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailcow.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailcowsogo.webp b/static/icons/vendor/homarr/webp/mailcowsogo.webp
new file mode 100644
index 0000000..ef3ca2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailcowsogo.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailfence.webp b/static/icons/vendor/homarr/webp/mailfence.webp
new file mode 100644
index 0000000..e87fa32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailfence.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailgun.webp b/static/icons/vendor/homarr/webp/mailgun.webp
new file mode 100644
index 0000000..a57ae5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailgun.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailhog.webp b/static/icons/vendor/homarr/webp/mailhog.webp
new file mode 100644
index 0000000..00a7ec7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailhog.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailjet.webp b/static/icons/vendor/homarr/webp/mailjet.webp
new file mode 100644
index 0000000..c19d6af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailjet.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailpit.webp b/static/icons/vendor/homarr/webp/mailpit.webp
new file mode 100644
index 0000000..481233c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailpit.webp differ
diff --git a/static/icons/vendor/homarr/webp/mailu.webp b/static/icons/vendor/homarr/webp/mailu.webp
new file mode 100644
index 0000000..3afb012
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mailu.webp differ
diff --git a/static/icons/vendor/homarr/webp/mainsail.webp b/static/icons/vendor/homarr/webp/mainsail.webp
new file mode 100644
index 0000000..863928c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mainsail.webp differ
diff --git a/static/icons/vendor/homarr/webp/maintainerr.webp b/static/icons/vendor/homarr/webp/maintainerr.webp
new file mode 100644
index 0000000..19c2147
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maintainerr.webp differ
diff --git a/static/icons/vendor/homarr/webp/mak.webp b/static/icons/vendor/homarr/webp/mak.webp
new file mode 100644
index 0000000..a284c9d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mak.webp differ
diff --git a/static/icons/vendor/homarr/webp/makemkv.webp b/static/icons/vendor/homarr/webp/makemkv.webp
new file mode 100644
index 0000000..9e66f54
Binary files /dev/null and b/static/icons/vendor/homarr/webp/makemkv.webp differ
diff --git a/static/icons/vendor/homarr/webp/maker-world-dark.webp b/static/icons/vendor/homarr/webp/maker-world-dark.webp
new file mode 100644
index 0000000..529b100
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maker-world-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/maker-world.webp b/static/icons/vendor/homarr/webp/maker-world.webp
new file mode 100644
index 0000000..ee3703f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maker-world.webp differ
diff --git a/static/icons/vendor/homarr/webp/maloja.webp b/static/icons/vendor/homarr/webp/maloja.webp
new file mode 100644
index 0000000..bab1962
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maloja.webp differ
diff --git a/static/icons/vendor/homarr/webp/maltego-dark.webp b/static/icons/vendor/homarr/webp/maltego-dark.webp
new file mode 100644
index 0000000..8fa35b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maltego-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/maltego-light.webp b/static/icons/vendor/homarr/webp/maltego-light.webp
new file mode 100644
index 0000000..a525fa5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maltego-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/maltego-wordmark-dark.webp b/static/icons/vendor/homarr/webp/maltego-wordmark-dark.webp
new file mode 100644
index 0000000..ee7e9cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maltego-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/maltego-wordmark-light.webp b/static/icons/vendor/homarr/webp/maltego-wordmark-light.webp
new file mode 100644
index 0000000..7973be1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maltego-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/maltego.webp b/static/icons/vendor/homarr/webp/maltego.webp
new file mode 100644
index 0000000..8fa35b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maltego.webp differ
diff --git a/static/icons/vendor/homarr/webp/manga-dex.webp b/static/icons/vendor/homarr/webp/manga-dex.webp
new file mode 100644
index 0000000..6e0d473
Binary files /dev/null and b/static/icons/vendor/homarr/webp/manga-dex.webp differ
diff --git a/static/icons/vendor/homarr/webp/mango.webp b/static/icons/vendor/homarr/webp/mango.webp
new file mode 100644
index 0000000..e5af8f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mango.webp differ
diff --git a/static/icons/vendor/homarr/webp/manjaro-linux.webp b/static/icons/vendor/homarr/webp/manjaro-linux.webp
new file mode 100644
index 0000000..2add090
Binary files /dev/null and b/static/icons/vendor/homarr/webp/manjaro-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/mantisbt.webp b/static/icons/vendor/homarr/webp/mantisbt.webp
new file mode 100644
index 0000000..4ad8563
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mantisbt.webp differ
diff --git a/static/icons/vendor/homarr/webp/mantrae-dark.webp b/static/icons/vendor/homarr/webp/mantrae-dark.webp
new file mode 100644
index 0000000..85749d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mantrae-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mantrae-light.webp b/static/icons/vendor/homarr/webp/mantrae-light.webp
new file mode 100644
index 0000000..53b9157
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mantrae-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mantrae.webp b/static/icons/vendor/homarr/webp/mantrae.webp
new file mode 100644
index 0000000..b3193a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mantrae.webp differ
diff --git a/static/icons/vendor/homarr/webp/many-notes.webp b/static/icons/vendor/homarr/webp/many-notes.webp
new file mode 100644
index 0000000..73ec7c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/many-notes.webp differ
diff --git a/static/icons/vendor/homarr/webp/manyfold.webp b/static/icons/vendor/homarr/webp/manyfold.webp
new file mode 100644
index 0000000..80e05a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/manyfold.webp differ
diff --git a/static/icons/vendor/homarr/webp/maptiler.webp b/static/icons/vendor/homarr/webp/maptiler.webp
new file mode 100644
index 0000000..a9e138e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maptiler.webp differ
diff --git a/static/icons/vendor/homarr/webp/marginalia.webp b/static/icons/vendor/homarr/webp/marginalia.webp
new file mode 100644
index 0000000..2c20613
Binary files /dev/null and b/static/icons/vendor/homarr/webp/marginalia.webp differ
diff --git a/static/icons/vendor/homarr/webp/mariadb.webp b/static/icons/vendor/homarr/webp/mariadb.webp
new file mode 100644
index 0000000..8302bda
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mariadb.webp differ
diff --git a/static/icons/vendor/homarr/webp/marimo.webp b/static/icons/vendor/homarr/webp/marimo.webp
new file mode 100644
index 0000000..49464d4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/marimo.webp differ
diff --git a/static/icons/vendor/homarr/webp/marktplaats.webp b/static/icons/vendor/homarr/webp/marktplaats.webp
new file mode 100644
index 0000000..a957e3d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/marktplaats.webp differ
diff --git a/static/icons/vendor/homarr/webp/marzban.webp b/static/icons/vendor/homarr/webp/marzban.webp
new file mode 100644
index 0000000..713c356
Binary files /dev/null and b/static/icons/vendor/homarr/webp/marzban.webp differ
diff --git a/static/icons/vendor/homarr/webp/mastodon.webp b/static/icons/vendor/homarr/webp/mastodon.webp
new file mode 100644
index 0000000..a206305
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mastodon.webp differ
diff --git a/static/icons/vendor/homarr/webp/matomo.webp b/static/icons/vendor/homarr/webp/matomo.webp
new file mode 100644
index 0000000..bf1e7d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matomo.webp differ
diff --git a/static/icons/vendor/homarr/webp/matrix-light.webp b/static/icons/vendor/homarr/webp/matrix-light.webp
new file mode 100644
index 0000000..964a396
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matrix-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/matrix-synapse-light.webp b/static/icons/vendor/homarr/webp/matrix-synapse-light.webp
new file mode 100644
index 0000000..fcbb4de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matrix-synapse-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/matrix-synapse.webp b/static/icons/vendor/homarr/webp/matrix-synapse.webp
new file mode 100644
index 0000000..a6a9f4f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matrix-synapse.webp differ
diff --git a/static/icons/vendor/homarr/webp/matrix.webp b/static/icons/vendor/homarr/webp/matrix.webp
new file mode 100644
index 0000000..431d5ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matrix.webp differ
diff --git a/static/icons/vendor/homarr/webp/matter-light.webp b/static/icons/vendor/homarr/webp/matter-light.webp
new file mode 100644
index 0000000..c645e38
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matter-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/matter.webp b/static/icons/vendor/homarr/webp/matter.webp
new file mode 100644
index 0000000..3690dc3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matter.webp differ
diff --git a/static/icons/vendor/homarr/webp/matterbridge.webp b/static/icons/vendor/homarr/webp/matterbridge.webp
new file mode 100644
index 0000000..4b8731b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/matterbridge.webp differ
diff --git a/static/icons/vendor/homarr/webp/mattermost.webp b/static/icons/vendor/homarr/webp/mattermost.webp
new file mode 100644
index 0000000..2da79eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mattermost.webp differ
diff --git a/static/icons/vendor/homarr/webp/mautic.webp b/static/icons/vendor/homarr/webp/mautic.webp
new file mode 100644
index 0000000..4c8dc64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mautic.webp differ
diff --git a/static/icons/vendor/homarr/webp/max.webp b/static/icons/vendor/homarr/webp/max.webp
new file mode 100644
index 0000000..1df45e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/max.webp differ
diff --git a/static/icons/vendor/homarr/webp/mayan-edms-light.webp b/static/icons/vendor/homarr/webp/mayan-edms-light.webp
new file mode 100644
index 0000000..858c694
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mayan-edms-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mayan-edms.webp b/static/icons/vendor/homarr/webp/mayan-edms.webp
new file mode 100644
index 0000000..c53b717
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mayan-edms.webp differ
diff --git a/static/icons/vendor/homarr/webp/maybe.webp b/static/icons/vendor/homarr/webp/maybe.webp
new file mode 100644
index 0000000..318074b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/maybe.webp differ
diff --git a/static/icons/vendor/homarr/webp/mazanoke.webp b/static/icons/vendor/homarr/webp/mazanoke.webp
new file mode 100644
index 0000000..1dea358
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mazanoke.webp differ
diff --git a/static/icons/vendor/homarr/webp/mbin.webp b/static/icons/vendor/homarr/webp/mbin.webp
new file mode 100644
index 0000000..c0cd819
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mbin.webp differ
diff --git a/static/icons/vendor/homarr/webp/mcmyadmin.webp b/static/icons/vendor/homarr/webp/mcmyadmin.webp
new file mode 100644
index 0000000..3ab7159
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mcmyadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/mealie.webp b/static/icons/vendor/homarr/webp/mealie.webp
new file mode 100644
index 0000000..14b2490
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mealie.webp differ
diff --git a/static/icons/vendor/homarr/webp/medama.webp b/static/icons/vendor/homarr/webp/medama.webp
new file mode 100644
index 0000000..ebd6925
Binary files /dev/null and b/static/icons/vendor/homarr/webp/medama.webp differ
diff --git a/static/icons/vendor/homarr/webp/media-manager.webp b/static/icons/vendor/homarr/webp/media-manager.webp
new file mode 100644
index 0000000..9c25c15
Binary files /dev/null and b/static/icons/vendor/homarr/webp/media-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/mediafire.webp b/static/icons/vendor/homarr/webp/mediafire.webp
new file mode 100644
index 0000000..bc37dc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mediafire.webp differ
diff --git a/static/icons/vendor/homarr/webp/mediathekarr.webp b/static/icons/vendor/homarr/webp/mediathekarr.webp
new file mode 100644
index 0000000..96493c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mediathekarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/mediathekview.webp b/static/icons/vendor/homarr/webp/mediathekview.webp
new file mode 100644
index 0000000..bacbbe5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mediathekview.webp differ
diff --git a/static/icons/vendor/homarr/webp/mediawiki.webp b/static/icons/vendor/homarr/webp/mediawiki.webp
new file mode 100644
index 0000000..49203db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mediawiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/medium-dark.webp b/static/icons/vendor/homarr/webp/medium-dark.webp
new file mode 100644
index 0000000..1740e7d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/medium-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/medium-light.webp b/static/icons/vendor/homarr/webp/medium-light.webp
new file mode 100644
index 0000000..af68d63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/medium-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mediux.webp b/static/icons/vendor/homarr/webp/mediux.webp
new file mode 100644
index 0000000..77e7e1e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mediux.webp differ
diff --git a/static/icons/vendor/homarr/webp/medusa-light.webp b/static/icons/vendor/homarr/webp/medusa-light.webp
new file mode 100644
index 0000000..aeab845
Binary files /dev/null and b/static/icons/vendor/homarr/webp/medusa-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/medusa.webp b/static/icons/vendor/homarr/webp/medusa.webp
new file mode 100644
index 0000000..76ae158
Binary files /dev/null and b/static/icons/vendor/homarr/webp/medusa.webp differ
diff --git a/static/icons/vendor/homarr/webp/mega-nz-dark.webp b/static/icons/vendor/homarr/webp/mega-nz-dark.webp
new file mode 100644
index 0000000..f07b367
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mega-nz-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mega-nz.webp b/static/icons/vendor/homarr/webp/mega-nz.webp
new file mode 100644
index 0000000..5110d87
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mega-nz.webp differ
diff --git a/static/icons/vendor/homarr/webp/meilisearch.webp b/static/icons/vendor/homarr/webp/meilisearch.webp
new file mode 100644
index 0000000..3f399ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meilisearch.webp differ
diff --git a/static/icons/vendor/homarr/webp/mem-ai.webp b/static/icons/vendor/homarr/webp/mem-ai.webp
new file mode 100644
index 0000000..27ddb84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mem-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/memories-light.webp b/static/icons/vendor/homarr/webp/memories-light.webp
new file mode 100644
index 0000000..fa64845
Binary files /dev/null and b/static/icons/vendor/homarr/webp/memories-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/memories.webp b/static/icons/vendor/homarr/webp/memories.webp
new file mode 100644
index 0000000..b048efc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/memories.webp differ
diff --git a/static/icons/vendor/homarr/webp/memos.webp b/static/icons/vendor/homarr/webp/memos.webp
new file mode 100644
index 0000000..8787aa3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/memos.webp differ
diff --git a/static/icons/vendor/homarr/webp/mempool.webp b/static/icons/vendor/homarr/webp/mempool.webp
new file mode 100644
index 0000000..5080eee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mempool.webp differ
diff --git a/static/icons/vendor/homarr/webp/meraki.webp b/static/icons/vendor/homarr/webp/meraki.webp
new file mode 100644
index 0000000..d7f93f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meraki.webp differ
diff --git a/static/icons/vendor/homarr/webp/mercusys.webp b/static/icons/vendor/homarr/webp/mercusys.webp
new file mode 100644
index 0000000..713d3aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mercusys.webp differ
diff --git a/static/icons/vendor/homarr/webp/mergeable-dark.webp b/static/icons/vendor/homarr/webp/mergeable-dark.webp
new file mode 100644
index 0000000..8e6a31b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mergeable-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mergeable.webp b/static/icons/vendor/homarr/webp/mergeable.webp
new file mode 100644
index 0000000..1f4317b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mergeable.webp differ
diff --git a/static/icons/vendor/homarr/webp/meshcentral.webp b/static/icons/vendor/homarr/webp/meshcentral.webp
new file mode 100644
index 0000000..98e8de2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meshcentral.webp differ
diff --git a/static/icons/vendor/homarr/webp/meshping-light.webp b/static/icons/vendor/homarr/webp/meshping-light.webp
new file mode 100644
index 0000000..3063ab9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meshping-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/meshping.webp b/static/icons/vendor/homarr/webp/meshping.webp
new file mode 100644
index 0000000..857bfd4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meshping.webp differ
diff --git a/static/icons/vendor/homarr/webp/meshtastic.webp b/static/icons/vendor/homarr/webp/meshtastic.webp
new file mode 100644
index 0000000..5cf2608
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meshtastic.webp differ
diff --git a/static/icons/vendor/homarr/webp/meta.webp b/static/icons/vendor/homarr/webp/meta.webp
new file mode 100644
index 0000000..31980cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/meta.webp differ
diff --git a/static/icons/vendor/homarr/webp/metabase.webp b/static/icons/vendor/homarr/webp/metabase.webp
new file mode 100644
index 0000000..c4e592e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/metabase.webp differ
diff --git a/static/icons/vendor/homarr/webp/metabrainz.webp b/static/icons/vendor/homarr/webp/metabrainz.webp
new file mode 100644
index 0000000..537d2fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/metabrainz.webp differ
diff --git a/static/icons/vendor/homarr/webp/metallb.webp b/static/icons/vendor/homarr/webp/metallb.webp
new file mode 100644
index 0000000..9bf2f45
Binary files /dev/null and b/static/icons/vendor/homarr/webp/metallb.webp differ
diff --git a/static/icons/vendor/homarr/webp/metube.webp b/static/icons/vendor/homarr/webp/metube.webp
new file mode 100644
index 0000000..e483e06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/metube.webp differ
diff --git a/static/icons/vendor/homarr/webp/microbin.webp b/static/icons/vendor/homarr/webp/microbin.webp
new file mode 100644
index 0000000..1df85db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microbin.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-365-admin-center.webp b/static/icons/vendor/homarr/webp/microsoft-365-admin-center.webp
new file mode 100644
index 0000000..0d4373b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-365-admin-center.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-365.webp b/static/icons/vendor/homarr/webp/microsoft-365.webp
new file mode 100644
index 0000000..ed34f81
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-365.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-access.webp b/static/icons/vendor/homarr/webp/microsoft-access.webp
new file mode 100644
index 0000000..35a1060
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-access.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-azure.webp b/static/icons/vendor/homarr/webp/microsoft-azure.webp
new file mode 100644
index 0000000..c8e837d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-azure.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-bing.webp b/static/icons/vendor/homarr/webp/microsoft-bing.webp
new file mode 100644
index 0000000..7b7570b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-bing.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-copilot.webp b/static/icons/vendor/homarr/webp/microsoft-copilot.webp
new file mode 100644
index 0000000..f2bd65f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-copilot.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-defender.webp b/static/icons/vendor/homarr/webp/microsoft-defender.webp
new file mode 100644
index 0000000..cd24306
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-defender.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-edge.webp b/static/icons/vendor/homarr/webp/microsoft-edge.webp
new file mode 100644
index 0000000..34b6980
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-edge.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-excel.webp b/static/icons/vendor/homarr/webp/microsoft-excel.webp
new file mode 100644
index 0000000..2638bba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-excel.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-exchange.webp b/static/icons/vendor/homarr/webp/microsoft-exchange.webp
new file mode 100644
index 0000000..6c6317f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-exchange.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-intune.webp b/static/icons/vendor/homarr/webp/microsoft-intune.webp
new file mode 100644
index 0000000..4b698ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-intune.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-office.webp b/static/icons/vendor/homarr/webp/microsoft-office.webp
new file mode 100644
index 0000000..c62e18d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-office.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-onedrive.webp b/static/icons/vendor/homarr/webp/microsoft-onedrive.webp
new file mode 100644
index 0000000..6148c19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-onedrive.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-onenote.webp b/static/icons/vendor/homarr/webp/microsoft-onenote.webp
new file mode 100644
index 0000000..c49541a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-onenote.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-outlook.webp b/static/icons/vendor/homarr/webp/microsoft-outlook.webp
new file mode 100644
index 0000000..b7d906c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-outlook.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-power-automate.webp b/static/icons/vendor/homarr/webp/microsoft-power-automate.webp
new file mode 100644
index 0000000..0ea7af8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-power-automate.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-powerpoint.webp b/static/icons/vendor/homarr/webp/microsoft-powerpoint.webp
new file mode 100644
index 0000000..5d785af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-powerpoint.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-remote-desktop.webp b/static/icons/vendor/homarr/webp/microsoft-remote-desktop.webp
new file mode 100644
index 0000000..9bf8a63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-remote-desktop.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-sharepoint.webp b/static/icons/vendor/homarr/webp/microsoft-sharepoint.webp
new file mode 100644
index 0000000..a1485a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-sharepoint.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-sql-server-light.webp b/static/icons/vendor/homarr/webp/microsoft-sql-server-light.webp
new file mode 100644
index 0000000..e11abba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-sql-server-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-sql-server.webp b/static/icons/vendor/homarr/webp/microsoft-sql-server.webp
new file mode 100644
index 0000000..2c24754
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-sql-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-teams.webp b/static/icons/vendor/homarr/webp/microsoft-teams.webp
new file mode 100644
index 0000000..8bcc671
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-teams.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-to-do.webp b/static/icons/vendor/homarr/webp/microsoft-to-do.webp
new file mode 100644
index 0000000..ff46953
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-to-do.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-windows.webp b/static/icons/vendor/homarr/webp/microsoft-windows.webp
new file mode 100644
index 0000000..f90c1a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-windows.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft-word.webp b/static/icons/vendor/homarr/webp/microsoft-word.webp
new file mode 100644
index 0000000..22cb446
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft-word.webp differ
diff --git a/static/icons/vendor/homarr/webp/microsoft.webp b/static/icons/vendor/homarr/webp/microsoft.webp
new file mode 100644
index 0000000..219aa39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/microsoft.webp differ
diff --git a/static/icons/vendor/homarr/webp/midjourney-light.webp b/static/icons/vendor/homarr/webp/midjourney-light.webp
new file mode 100644
index 0000000..a247fd0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/midjourney-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/midjourney.webp b/static/icons/vendor/homarr/webp/midjourney.webp
new file mode 100644
index 0000000..931b5ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/midjourney.webp differ
diff --git a/static/icons/vendor/homarr/webp/mikrotik-light.webp b/static/icons/vendor/homarr/webp/mikrotik-light.webp
new file mode 100644
index 0000000..2c723cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mikrotik-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mikrotik.webp b/static/icons/vendor/homarr/webp/mikrotik.webp
new file mode 100644
index 0000000..9b1e658
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mikrotik.webp differ
diff --git a/static/icons/vendor/homarr/webp/minecraft.webp b/static/icons/vendor/homarr/webp/minecraft.webp
new file mode 100644
index 0000000..bb84a64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/minecraft.webp differ
diff --git a/static/icons/vendor/homarr/webp/mineos.webp b/static/icons/vendor/homarr/webp/mineos.webp
new file mode 100644
index 0000000..fc22b70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mineos.webp differ
diff --git a/static/icons/vendor/homarr/webp/miniflux-light.webp b/static/icons/vendor/homarr/webp/miniflux-light.webp
new file mode 100644
index 0000000..3c53d68
Binary files /dev/null and b/static/icons/vendor/homarr/webp/miniflux-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/miniflux.webp b/static/icons/vendor/homarr/webp/miniflux.webp
new file mode 100644
index 0000000..7ae2556
Binary files /dev/null and b/static/icons/vendor/homarr/webp/miniflux.webp differ
diff --git a/static/icons/vendor/homarr/webp/minimserver.webp b/static/icons/vendor/homarr/webp/minimserver.webp
new file mode 100644
index 0000000..3ac1557
Binary files /dev/null and b/static/icons/vendor/homarr/webp/minimserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/minio-light.webp b/static/icons/vendor/homarr/webp/minio-light.webp
new file mode 100644
index 0000000..df57cb4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/minio-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/minio.webp b/static/icons/vendor/homarr/webp/minio.webp
new file mode 100644
index 0000000..1f7f277
Binary files /dev/null and b/static/icons/vendor/homarr/webp/minio.webp differ
diff --git a/static/icons/vendor/homarr/webp/miro.webp b/static/icons/vendor/homarr/webp/miro.webp
new file mode 100644
index 0000000..f9adc01
Binary files /dev/null and b/static/icons/vendor/homarr/webp/miro.webp differ
diff --git a/static/icons/vendor/homarr/webp/misp.webp b/static/icons/vendor/homarr/webp/misp.webp
new file mode 100644
index 0000000..3127575
Binary files /dev/null and b/static/icons/vendor/homarr/webp/misp.webp differ
diff --git a/static/icons/vendor/homarr/webp/misskey-light.webp b/static/icons/vendor/homarr/webp/misskey-light.webp
new file mode 100644
index 0000000..fa5ecc1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/misskey-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/misskey.webp b/static/icons/vendor/homarr/webp/misskey.webp
new file mode 100644
index 0000000..7409d6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/misskey.webp differ
diff --git a/static/icons/vendor/homarr/webp/mistral-ai.webp b/static/icons/vendor/homarr/webp/mistral-ai.webp
new file mode 100644
index 0000000..675d55f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mistral-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/mitra.webp b/static/icons/vendor/homarr/webp/mitra.webp
new file mode 100644
index 0000000..44f48a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mitra.webp differ
diff --git a/static/icons/vendor/homarr/webp/mixpost.webp b/static/icons/vendor/homarr/webp/mixpost.webp
new file mode 100644
index 0000000..2222a6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mixpost.webp differ
diff --git a/static/icons/vendor/homarr/webp/mkdocs-light.webp b/static/icons/vendor/homarr/webp/mkdocs-light.webp
new file mode 100644
index 0000000..3f71e6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mkdocs-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mkdocs.webp b/static/icons/vendor/homarr/webp/mkdocs.webp
new file mode 100644
index 0000000..c292a94
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mkdocs.webp differ
diff --git a/static/icons/vendor/homarr/webp/mkvtoolnix.webp b/static/icons/vendor/homarr/webp/mkvtoolnix.webp
new file mode 100644
index 0000000..81b604b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mkvtoolnix.webp differ
diff --git a/static/icons/vendor/homarr/webp/ml-flow-wordmark-dark.webp b/static/icons/vendor/homarr/webp/ml-flow-wordmark-dark.webp
new file mode 100644
index 0000000..82feb8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ml-flow-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ml-flow-wordmark.webp b/static/icons/vendor/homarr/webp/ml-flow-wordmark.webp
new file mode 100644
index 0000000..2449d33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ml-flow-wordmark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mobaxterm.webp b/static/icons/vendor/homarr/webp/mobaxterm.webp
new file mode 100644
index 0000000..5f6b927
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mobaxterm.webp differ
diff --git a/static/icons/vendor/homarr/webp/mobilizon.webp b/static/icons/vendor/homarr/webp/mobilizon.webp
new file mode 100644
index 0000000..67f182d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mobilizon.webp differ
diff --git a/static/icons/vendor/homarr/webp/mobotix-light.webp b/static/icons/vendor/homarr/webp/mobotix-light.webp
new file mode 100644
index 0000000..16363e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mobotix-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mobotix.webp b/static/icons/vendor/homarr/webp/mobotix.webp
new file mode 100644
index 0000000..224584b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mobotix.webp differ
diff --git a/static/icons/vendor/homarr/webp/mochahost.webp b/static/icons/vendor/homarr/webp/mochahost.webp
new file mode 100644
index 0000000..90a2e63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mochahost.webp differ
diff --git a/static/icons/vendor/homarr/webp/modrinth.webp b/static/icons/vendor/homarr/webp/modrinth.webp
new file mode 100644
index 0000000..34538cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/modrinth.webp differ
diff --git a/static/icons/vendor/homarr/webp/mojeek.webp b/static/icons/vendor/homarr/webp/mojeek.webp
new file mode 100644
index 0000000..cb723db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mojeek.webp differ
diff --git a/static/icons/vendor/homarr/webp/molecule.webp b/static/icons/vendor/homarr/webp/molecule.webp
new file mode 100644
index 0000000..cf1d989
Binary files /dev/null and b/static/icons/vendor/homarr/webp/molecule.webp differ
diff --git a/static/icons/vendor/homarr/webp/monero.webp b/static/icons/vendor/homarr/webp/monero.webp
new file mode 100644
index 0000000..41cbfff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/monero.webp differ
diff --git a/static/icons/vendor/homarr/webp/mongodb.webp b/static/icons/vendor/homarr/webp/mongodb.webp
new file mode 100644
index 0000000..4e67e2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mongodb.webp differ
diff --git a/static/icons/vendor/homarr/webp/monica-light.webp b/static/icons/vendor/homarr/webp/monica-light.webp
new file mode 100644
index 0000000..e9bc128
Binary files /dev/null and b/static/icons/vendor/homarr/webp/monica-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/monica.webp b/static/icons/vendor/homarr/webp/monica.webp
new file mode 100644
index 0000000..7bf70d1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/monica.webp differ
diff --git a/static/icons/vendor/homarr/webp/monit.webp b/static/icons/vendor/homarr/webp/monit.webp
new file mode 100644
index 0000000..f7d4df6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/monit.webp differ
diff --git a/static/icons/vendor/homarr/webp/monkeytype.webp b/static/icons/vendor/homarr/webp/monkeytype.webp
new file mode 100644
index 0000000..33cafd3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/monkeytype.webp differ
diff --git a/static/icons/vendor/homarr/webp/moode-audio.webp b/static/icons/vendor/homarr/webp/moode-audio.webp
new file mode 100644
index 0000000..db9b678
Binary files /dev/null and b/static/icons/vendor/homarr/webp/moode-audio.webp differ
diff --git a/static/icons/vendor/homarr/webp/moodist-dark.webp b/static/icons/vendor/homarr/webp/moodist-dark.webp
new file mode 100644
index 0000000..95b1d5b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/moodist-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/moodist.webp b/static/icons/vendor/homarr/webp/moodist.webp
new file mode 100644
index 0000000..201c3eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/moodist.webp differ
diff --git a/static/icons/vendor/homarr/webp/moodle-light.webp b/static/icons/vendor/homarr/webp/moodle-light.webp
new file mode 100644
index 0000000..e34cdd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/moodle-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/moodle.webp b/static/icons/vendor/homarr/webp/moodle.webp
new file mode 100644
index 0000000..a1a6eaa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/moodle.webp differ
diff --git a/static/icons/vendor/homarr/webp/morphos.webp b/static/icons/vendor/homarr/webp/morphos.webp
new file mode 100644
index 0000000..79d9c0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/morphos.webp differ
diff --git a/static/icons/vendor/homarr/webp/morss.webp b/static/icons/vendor/homarr/webp/morss.webp
new file mode 100644
index 0000000..1fa21db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/morss.webp differ
diff --git a/static/icons/vendor/homarr/webp/mosquitto.webp b/static/icons/vendor/homarr/webp/mosquitto.webp
new file mode 100644
index 0000000..cc605d1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mosquitto.webp differ
diff --git a/static/icons/vendor/homarr/webp/motioneye-dark.webp b/static/icons/vendor/homarr/webp/motioneye-dark.webp
new file mode 100644
index 0000000..fe545bb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/motioneye-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/motioneye.webp b/static/icons/vendor/homarr/webp/motioneye.webp
new file mode 100644
index 0000000..89bca51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/motioneye.webp differ
diff --git a/static/icons/vendor/homarr/webp/mousehole-dark.webp b/static/icons/vendor/homarr/webp/mousehole-dark.webp
new file mode 100644
index 0000000..42ba40c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mousehole-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mousehole.webp b/static/icons/vendor/homarr/webp/mousehole.webp
new file mode 100644
index 0000000..861240b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mousehole.webp differ
diff --git a/static/icons/vendor/homarr/webp/movie-pilot.webp b/static/icons/vendor/homarr/webp/movie-pilot.webp
new file mode 100644
index 0000000..624a031
Binary files /dev/null and b/static/icons/vendor/homarr/webp/movie-pilot.webp differ
diff --git a/static/icons/vendor/homarr/webp/mpm.webp b/static/icons/vendor/homarr/webp/mpm.webp
new file mode 100644
index 0000000..a8eac1d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mpm.webp differ
diff --git a/static/icons/vendor/homarr/webp/mqtt.webp b/static/icons/vendor/homarr/webp/mqtt.webp
new file mode 100644
index 0000000..a206913
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mqtt.webp differ
diff --git a/static/icons/vendor/homarr/webp/mstream.webp b/static/icons/vendor/homarr/webp/mstream.webp
new file mode 100644
index 0000000..c69732a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mstream.webp differ
diff --git a/static/icons/vendor/homarr/webp/mtlynch-picoshare.webp b/static/icons/vendor/homarr/webp/mtlynch-picoshare.webp
new file mode 100644
index 0000000..83d7c7b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mtlynch-picoshare.webp differ
diff --git a/static/icons/vendor/homarr/webp/mubi-dark.webp b/static/icons/vendor/homarr/webp/mubi-dark.webp
new file mode 100644
index 0000000..c4cfe8a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mubi-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/mubi.webp b/static/icons/vendor/homarr/webp/mubi.webp
new file mode 100644
index 0000000..35f4a16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mubi.webp differ
diff --git a/static/icons/vendor/homarr/webp/mullvad-browser.webp b/static/icons/vendor/homarr/webp/mullvad-browser.webp
new file mode 100644
index 0000000..7317509
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mullvad-browser.webp differ
diff --git a/static/icons/vendor/homarr/webp/mullvad-vpn.webp b/static/icons/vendor/homarr/webp/mullvad-vpn.webp
new file mode 100644
index 0000000..64cfd27
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mullvad-vpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/mullvad.webp b/static/icons/vendor/homarr/webp/mullvad.webp
new file mode 100644
index 0000000..eefd813
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mullvad.webp differ
diff --git a/static/icons/vendor/homarr/webp/multi-scrobbler.webp b/static/icons/vendor/homarr/webp/multi-scrobbler.webp
new file mode 100644
index 0000000..3e35c50
Binary files /dev/null and b/static/icons/vendor/homarr/webp/multi-scrobbler.webp differ
diff --git a/static/icons/vendor/homarr/webp/mumble-light.webp b/static/icons/vendor/homarr/webp/mumble-light.webp
new file mode 100644
index 0000000..2a22fbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mumble-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/mumble.webp b/static/icons/vendor/homarr/webp/mumble.webp
new file mode 100644
index 0000000..2f1784d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mumble.webp differ
diff --git a/static/icons/vendor/homarr/webp/musescore.webp b/static/icons/vendor/homarr/webp/musescore.webp
new file mode 100644
index 0000000..67de993
Binary files /dev/null and b/static/icons/vendor/homarr/webp/musescore.webp differ
diff --git a/static/icons/vendor/homarr/webp/music-assistant-light.webp b/static/icons/vendor/homarr/webp/music-assistant-light.webp
new file mode 100644
index 0000000..e2d6572
Binary files /dev/null and b/static/icons/vendor/homarr/webp/music-assistant-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/music-assistant.webp b/static/icons/vendor/homarr/webp/music-assistant.webp
new file mode 100644
index 0000000..dd00ea1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/music-assistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/musicbrainz.webp b/static/icons/vendor/homarr/webp/musicbrainz.webp
new file mode 100644
index 0000000..4edf49c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/musicbrainz.webp differ
diff --git a/static/icons/vendor/homarr/webp/my-guitar-tabs.webp b/static/icons/vendor/homarr/webp/my-guitar-tabs.webp
new file mode 100644
index 0000000..72c9e06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/my-guitar-tabs.webp differ
diff --git a/static/icons/vendor/homarr/webp/myheats-light.webp b/static/icons/vendor/homarr/webp/myheats-light.webp
new file mode 100644
index 0000000..925c2e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/myheats-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/myheats.webp b/static/icons/vendor/homarr/webp/myheats.webp
new file mode 100644
index 0000000..434982a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/myheats.webp differ
diff --git a/static/icons/vendor/homarr/webp/mylar.webp b/static/icons/vendor/homarr/webp/mylar.webp
new file mode 100644
index 0000000..63d9356
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mylar.webp differ
diff --git a/static/icons/vendor/homarr/webp/mympd.webp b/static/icons/vendor/homarr/webp/mympd.webp
new file mode 100644
index 0000000..37dab62
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mympd.webp differ
diff --git a/static/icons/vendor/homarr/webp/myspeed.webp b/static/icons/vendor/homarr/webp/myspeed.webp
new file mode 100644
index 0000000..1019ce0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/myspeed.webp differ
diff --git a/static/icons/vendor/homarr/webp/mysql.webp b/static/icons/vendor/homarr/webp/mysql.webp
new file mode 100644
index 0000000..7396ecd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mysql.webp differ
diff --git a/static/icons/vendor/homarr/webp/mysterium.webp b/static/icons/vendor/homarr/webp/mysterium.webp
new file mode 100644
index 0000000..accb60a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mysterium.webp differ
diff --git a/static/icons/vendor/homarr/webp/mythtv.webp b/static/icons/vendor/homarr/webp/mythtv.webp
new file mode 100644
index 0000000..8cc8f94
Binary files /dev/null and b/static/icons/vendor/homarr/webp/mythtv.webp differ
diff --git a/static/icons/vendor/homarr/webp/n8n.webp b/static/icons/vendor/homarr/webp/n8n.webp
new file mode 100644
index 0000000..a6bfa73
Binary files /dev/null and b/static/icons/vendor/homarr/webp/n8n.webp differ
diff --git a/static/icons/vendor/homarr/webp/nagios.webp b/static/icons/vendor/homarr/webp/nagios.webp
new file mode 100644
index 0000000..f9b8491
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nagios.webp differ
diff --git a/static/icons/vendor/homarr/webp/name-silo.webp b/static/icons/vendor/homarr/webp/name-silo.webp
new file mode 100644
index 0000000..e65de46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/name-silo.webp differ
diff --git a/static/icons/vendor/homarr/webp/namecheap.webp b/static/icons/vendor/homarr/webp/namecheap.webp
new file mode 100644
index 0000000..943fde1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/namecheap.webp differ
diff --git a/static/icons/vendor/homarr/webp/nasa.webp b/static/icons/vendor/homarr/webp/nasa.webp
new file mode 100644
index 0000000..9218d0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nasa.webp differ
diff --git a/static/icons/vendor/homarr/webp/nastool.webp b/static/icons/vendor/homarr/webp/nastool.webp
new file mode 100644
index 0000000..b14dee2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nastool.webp differ
diff --git a/static/icons/vendor/homarr/webp/natwest.webp b/static/icons/vendor/homarr/webp/natwest.webp
new file mode 100644
index 0000000..96df8b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/natwest.webp differ
diff --git a/static/icons/vendor/homarr/webp/nautical-backup.webp b/static/icons/vendor/homarr/webp/nautical-backup.webp
new file mode 100644
index 0000000..65c57a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nautical-backup.webp differ
diff --git a/static/icons/vendor/homarr/webp/navidrome-light.webp b/static/icons/vendor/homarr/webp/navidrome-light.webp
new file mode 100644
index 0000000..9f4e378
Binary files /dev/null and b/static/icons/vendor/homarr/webp/navidrome-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/navidrome.webp b/static/icons/vendor/homarr/webp/navidrome.webp
new file mode 100644
index 0000000..c761be7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/navidrome.webp differ
diff --git a/static/icons/vendor/homarr/webp/ncore.webp b/static/icons/vendor/homarr/webp/ncore.webp
new file mode 100644
index 0000000..2232d98
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ncore.webp differ
diff --git a/static/icons/vendor/homarr/webp/neko-light.webp b/static/icons/vendor/homarr/webp/neko-light.webp
new file mode 100644
index 0000000..57a7098
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neko-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/neko.webp b/static/icons/vendor/homarr/webp/neko.webp
new file mode 100644
index 0000000..16fc001
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neko.webp differ
diff --git a/static/icons/vendor/homarr/webp/neo4j.webp b/static/icons/vendor/homarr/webp/neo4j.webp
new file mode 100644
index 0000000..4ec9ffc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neo4j.webp differ
diff --git a/static/icons/vendor/homarr/webp/neocities.webp b/static/icons/vendor/homarr/webp/neocities.webp
new file mode 100644
index 0000000..d89107a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neocities.webp differ
diff --git a/static/icons/vendor/homarr/webp/neodb.webp b/static/icons/vendor/homarr/webp/neodb.webp
new file mode 100644
index 0000000..97990b4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neodb.webp differ
diff --git a/static/icons/vendor/homarr/webp/neon-tech.webp b/static/icons/vendor/homarr/webp/neon-tech.webp
new file mode 100644
index 0000000..c602fa2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neon-tech.webp differ
diff --git a/static/icons/vendor/homarr/webp/neonlink.webp b/static/icons/vendor/homarr/webp/neonlink.webp
new file mode 100644
index 0000000..03a80d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/neonlink.webp differ
diff --git a/static/icons/vendor/homarr/webp/netalertx-light.webp b/static/icons/vendor/homarr/webp/netalertx-light.webp
new file mode 100644
index 0000000..3c5b56d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netalertx-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/netalertx.webp b/static/icons/vendor/homarr/webp/netalertx.webp
new file mode 100644
index 0000000..f7b70f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netalertx.webp differ
diff --git a/static/icons/vendor/homarr/webp/netapp-light.webp b/static/icons/vendor/homarr/webp/netapp-light.webp
new file mode 100644
index 0000000..f04b35f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netapp-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/netapp.webp b/static/icons/vendor/homarr/webp/netapp.webp
new file mode 100644
index 0000000..8c749c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netapp.webp differ
diff --git a/static/icons/vendor/homarr/webp/netatmo.webp b/static/icons/vendor/homarr/webp/netatmo.webp
new file mode 100644
index 0000000..0d9f985
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netatmo.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbird.webp b/static/icons/vendor/homarr/webp/netbird.webp
new file mode 100644
index 0000000..28ab07f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbird.webp differ
diff --git a/static/icons/vendor/homarr/webp/netboot.webp b/static/icons/vendor/homarr/webp/netboot.webp
new file mode 100644
index 0000000..ea1314d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netboot.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbootxyz.webp b/static/icons/vendor/homarr/webp/netbootxyz.webp
new file mode 100644
index 0000000..d076153
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbootxyz.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbox-dark.webp b/static/icons/vendor/homarr/webp/netbox-dark.webp
new file mode 100644
index 0000000..e222b88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbox-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbox-full-dark.webp b/static/icons/vendor/homarr/webp/netbox-full-dark.webp
new file mode 100644
index 0000000..4a6a20b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbox-full-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbox-full.webp b/static/icons/vendor/homarr/webp/netbox-full.webp
new file mode 100644
index 0000000..cd2570d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbox-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/netbox.webp b/static/icons/vendor/homarr/webp/netbox.webp
new file mode 100644
index 0000000..5bc16c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/netcam-studio.webp b/static/icons/vendor/homarr/webp/netcam-studio.webp
new file mode 100644
index 0000000..f30d25f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netcam-studio.webp differ
diff --git a/static/icons/vendor/homarr/webp/netdata.webp b/static/icons/vendor/homarr/webp/netdata.webp
new file mode 100644
index 0000000..cb2eff7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netdata.webp differ
diff --git a/static/icons/vendor/homarr/webp/netflix.webp b/static/icons/vendor/homarr/webp/netflix.webp
new file mode 100644
index 0000000..b230746
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netflix.webp differ
diff --git a/static/icons/vendor/homarr/webp/netgear-light.webp b/static/icons/vendor/homarr/webp/netgear-light.webp
new file mode 100644
index 0000000..4e79f30
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netgear-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/netgear-orbi.webp b/static/icons/vendor/homarr/webp/netgear-orbi.webp
new file mode 100644
index 0000000..f27a576
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netgear-orbi.webp differ
diff --git a/static/icons/vendor/homarr/webp/netgear.webp b/static/icons/vendor/homarr/webp/netgear.webp
new file mode 100644
index 0000000..9917ab1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netgear.webp differ
diff --git a/static/icons/vendor/homarr/webp/netlify.webp b/static/icons/vendor/homarr/webp/netlify.webp
new file mode 100644
index 0000000..6e614f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netlify.webp differ
diff --git a/static/icons/vendor/homarr/webp/netmaker.webp b/static/icons/vendor/homarr/webp/netmaker.webp
new file mode 100644
index 0000000..65d9561
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netmaker.webp differ
diff --git a/static/icons/vendor/homarr/webp/netronome.webp b/static/icons/vendor/homarr/webp/netronome.webp
new file mode 100644
index 0000000..7591304
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netronome.webp differ
diff --git a/static/icons/vendor/homarr/webp/netsurf-light.webp b/static/icons/vendor/homarr/webp/netsurf-light.webp
new file mode 100644
index 0000000..5ba5d33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netsurf-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/netsurf.webp b/static/icons/vendor/homarr/webp/netsurf.webp
new file mode 100644
index 0000000..038e123
Binary files /dev/null and b/static/icons/vendor/homarr/webp/netsurf.webp differ
diff --git a/static/icons/vendor/homarr/webp/network-ups-tools.webp b/static/icons/vendor/homarr/webp/network-ups-tools.webp
new file mode 100644
index 0000000..b4190f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/network-ups-tools.webp differ
diff --git a/static/icons/vendor/homarr/webp/network-weathermap.webp b/static/icons/vendor/homarr/webp/network-weathermap.webp
new file mode 100644
index 0000000..ba06015
Binary files /dev/null and b/static/icons/vendor/homarr/webp/network-weathermap.webp differ
diff --git a/static/icons/vendor/homarr/webp/networking-toolbox-dark.webp b/static/icons/vendor/homarr/webp/networking-toolbox-dark.webp
new file mode 100644
index 0000000..7953a6e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/networking-toolbox-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/networking-toolbox.webp b/static/icons/vendor/homarr/webp/networking-toolbox.webp
new file mode 100644
index 0000000..98bb40d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/networking-toolbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/newegg.webp b/static/icons/vendor/homarr/webp/newegg.webp
new file mode 100644
index 0000000..fd5e93f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/newegg.webp differ
diff --git a/static/icons/vendor/homarr/webp/newsblur.webp b/static/icons/vendor/homarr/webp/newsblur.webp
new file mode 100644
index 0000000..a3f146a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/newsblur.webp differ
diff --git a/static/icons/vendor/homarr/webp/newshosting-dark.webp b/static/icons/vendor/homarr/webp/newshosting-dark.webp
new file mode 100644
index 0000000..8bd44f9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/newshosting-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/newshosting.webp b/static/icons/vendor/homarr/webp/newshosting.webp
new file mode 100644
index 0000000..358e3e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/newshosting.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-blue.webp b/static/icons/vendor/homarr/webp/nextcloud-blue.webp
new file mode 100644
index 0000000..5dce6b9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-blue.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-calendar.webp b/static/icons/vendor/homarr/webp/nextcloud-calendar.webp
new file mode 100644
index 0000000..54e0101
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-calendar.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-contacts.webp b/static/icons/vendor/homarr/webp/nextcloud-contacts.webp
new file mode 100644
index 0000000..adedc8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-contacts.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-cookbook.webp b/static/icons/vendor/homarr/webp/nextcloud-cookbook.webp
new file mode 100644
index 0000000..950a7cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-cookbook.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-cospend.webp b/static/icons/vendor/homarr/webp/nextcloud-cospend.webp
new file mode 100644
index 0000000..c544e04
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-cospend.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-deck.webp b/static/icons/vendor/homarr/webp/nextcloud-deck.webp
new file mode 100644
index 0000000..6e86585
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-deck.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-files.webp b/static/icons/vendor/homarr/webp/nextcloud-files.webp
new file mode 100644
index 0000000..70c21af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-files.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-ncdownloader.webp b/static/icons/vendor/homarr/webp/nextcloud-ncdownloader.webp
new file mode 100644
index 0000000..cbd397a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-ncdownloader.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-news.webp b/static/icons/vendor/homarr/webp/nextcloud-news.webp
new file mode 100644
index 0000000..7a634f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-news.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-notes.webp b/static/icons/vendor/homarr/webp/nextcloud-notes.webp
new file mode 100644
index 0000000..0251aa3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-notes.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-photos.webp b/static/icons/vendor/homarr/webp/nextcloud-photos.webp
new file mode 100644
index 0000000..7cdbc1d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-photos.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-social.webp b/static/icons/vendor/homarr/webp/nextcloud-social.webp
new file mode 100644
index 0000000..7b7a828
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-social.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-tables.webp b/static/icons/vendor/homarr/webp/nextcloud-tables.webp
new file mode 100644
index 0000000..d25f6c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-tables.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-talk.webp b/static/icons/vendor/homarr/webp/nextcloud-talk.webp
new file mode 100644
index 0000000..118f67d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-talk.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-tasks.webp b/static/icons/vendor/homarr/webp/nextcloud-tasks.webp
new file mode 100644
index 0000000..461a479
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-tasks.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-timemanager.webp b/static/icons/vendor/homarr/webp/nextcloud-timemanager.webp
new file mode 100644
index 0000000..a3a3626
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-timemanager.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud-white.webp b/static/icons/vendor/homarr/webp/nextcloud-white.webp
new file mode 100644
index 0000000..e8238e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud-white.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloud.webp b/static/icons/vendor/homarr/webp/nextcloud.webp
new file mode 100644
index 0000000..cad2949
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextcloudpi.webp b/static/icons/vendor/homarr/webp/nextcloudpi.webp
new file mode 100644
index 0000000..82ad8e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextcloudpi.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextdns.webp b/static/icons/vendor/homarr/webp/nextdns.webp
new file mode 100644
index 0000000..9772647
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextdns.webp differ
diff --git a/static/icons/vendor/homarr/webp/nexterm.webp b/static/icons/vendor/homarr/webp/nexterm.webp
new file mode 100644
index 0000000..3a37419
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nexterm.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextexplorer.webp b/static/icons/vendor/homarr/webp/nextexplorer.webp
new file mode 100644
index 0000000..d9ed30d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextexplorer.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextjs-light.webp b/static/icons/vendor/homarr/webp/nextjs-light.webp
new file mode 100644
index 0000000..1f564c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextjs-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextjs.webp b/static/icons/vendor/homarr/webp/nextjs.webp
new file mode 100644
index 0000000..fcdc4b2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextjs.webp differ
diff --git a/static/icons/vendor/homarr/webp/nextpvr.webp b/static/icons/vendor/homarr/webp/nextpvr.webp
new file mode 100644
index 0000000..e1d1409
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nextpvr.webp differ
diff --git a/static/icons/vendor/homarr/webp/nexus-dark.webp b/static/icons/vendor/homarr/webp/nexus-dark.webp
new file mode 100644
index 0000000..33cf121
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nexus-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/nexus.webp b/static/icons/vendor/homarr/webp/nexus.webp
new file mode 100644
index 0000000..a1693ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nexus.webp differ
diff --git a/static/icons/vendor/homarr/webp/nezha.webp b/static/icons/vendor/homarr/webp/nezha.webp
new file mode 100644
index 0000000..76b0753
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nezha.webp differ
diff --git a/static/icons/vendor/homarr/webp/nginx-proxy-manager.webp b/static/icons/vendor/homarr/webp/nginx-proxy-manager.webp
new file mode 100644
index 0000000..aa556d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nginx-proxy-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/nginx.webp b/static/icons/vendor/homarr/webp/nginx.webp
new file mode 100644
index 0000000..d0bd4e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nginx.webp differ
diff --git a/static/icons/vendor/homarr/webp/nicotine-plus.webp b/static/icons/vendor/homarr/webp/nicotine-plus.webp
new file mode 100644
index 0000000..d47a246
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nicotine-plus.webp differ
diff --git a/static/icons/vendor/homarr/webp/nightscout-light.webp b/static/icons/vendor/homarr/webp/nightscout-light.webp
new file mode 100644
index 0000000..eba6d85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nightscout-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/nightscout.webp b/static/icons/vendor/homarr/webp/nightscout.webp
new file mode 100644
index 0000000..33176f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nightscout.webp differ
diff --git a/static/icons/vendor/homarr/webp/nikku.webp b/static/icons/vendor/homarr/webp/nikku.webp
new file mode 100644
index 0000000..ccc886d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nikku.webp differ
diff --git a/static/icons/vendor/homarr/webp/nintendo-switch.webp b/static/icons/vendor/homarr/webp/nintendo-switch.webp
new file mode 100644
index 0000000..ee25dde
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nintendo-switch.webp differ
diff --git a/static/icons/vendor/homarr/webp/niri-wordmark-light.webp b/static/icons/vendor/homarr/webp/niri-wordmark-light.webp
new file mode 100644
index 0000000..2ff1462
Binary files /dev/null and b/static/icons/vendor/homarr/webp/niri-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/niri.webp b/static/icons/vendor/homarr/webp/niri.webp
new file mode 100644
index 0000000..73e9bdb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/niri.webp differ
diff --git a/static/icons/vendor/homarr/webp/nitter.webp b/static/icons/vendor/homarr/webp/nitter.webp
new file mode 100644
index 0000000..60a1357
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nitter.webp differ
diff --git a/static/icons/vendor/homarr/webp/nixos.webp b/static/icons/vendor/homarr/webp/nixos.webp
new file mode 100644
index 0000000..f925b37
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nixos.webp differ
diff --git a/static/icons/vendor/homarr/webp/no-ip.webp b/static/icons/vendor/homarr/webp/no-ip.webp
new file mode 100644
index 0000000..0b21788
Binary files /dev/null and b/static/icons/vendor/homarr/webp/no-ip.webp differ
diff --git a/static/icons/vendor/homarr/webp/nocobase-light.webp b/static/icons/vendor/homarr/webp/nocobase-light.webp
new file mode 100644
index 0000000..b87709b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nocobase-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/nocobase.webp b/static/icons/vendor/homarr/webp/nocobase.webp
new file mode 100644
index 0000000..49e5aa8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nocobase.webp differ
diff --git a/static/icons/vendor/homarr/webp/nocodb.webp b/static/icons/vendor/homarr/webp/nocodb.webp
new file mode 100644
index 0000000..fb4d8d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nocodb.webp differ
diff --git a/static/icons/vendor/homarr/webp/node-red.webp b/static/icons/vendor/homarr/webp/node-red.webp
new file mode 100644
index 0000000..9d3df36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/node-red.webp differ
diff --git a/static/icons/vendor/homarr/webp/nodebb.webp b/static/icons/vendor/homarr/webp/nodebb.webp
new file mode 100644
index 0000000..727ee34
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nodebb.webp differ
diff --git a/static/icons/vendor/homarr/webp/nodecast-tv.webp b/static/icons/vendor/homarr/webp/nodecast-tv.webp
new file mode 100644
index 0000000..cecdb51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nodecast-tv.webp differ
diff --git a/static/icons/vendor/homarr/webp/nodejs-alt.webp b/static/icons/vendor/homarr/webp/nodejs-alt.webp
new file mode 100644
index 0000000..fc22574
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nodejs-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/nodejs.webp b/static/icons/vendor/homarr/webp/nodejs.webp
new file mode 100644
index 0000000..7cef384
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nodejs.webp differ
diff --git a/static/icons/vendor/homarr/webp/noisedash.webp b/static/icons/vendor/homarr/webp/noisedash.webp
new file mode 100644
index 0000000..4b07ff7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/noisedash.webp differ
diff --git a/static/icons/vendor/homarr/webp/nomad.webp b/static/icons/vendor/homarr/webp/nomad.webp
new file mode 100644
index 0000000..d3a13c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nomad.webp differ
diff --git a/static/icons/vendor/homarr/webp/nomie.webp b/static/icons/vendor/homarr/webp/nomie.webp
new file mode 100644
index 0000000..b35024e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nomie.webp differ
diff --git a/static/icons/vendor/homarr/webp/nordvpn.webp b/static/icons/vendor/homarr/webp/nordvpn.webp
new file mode 100644
index 0000000..c534d8f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nordvpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/note-mark.webp b/static/icons/vendor/homarr/webp/note-mark.webp
new file mode 100644
index 0000000..eeb1b33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/note-mark.webp differ
diff --git a/static/icons/vendor/homarr/webp/notebook-lm-dark.webp b/static/icons/vendor/homarr/webp/notebook-lm-dark.webp
new file mode 100644
index 0000000..37ee9b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notebook-lm-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/notebook-lm.webp b/static/icons/vendor/homarr/webp/notebook-lm.webp
new file mode 100644
index 0000000..3e9ee71
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notebook-lm.webp differ
diff --git a/static/icons/vendor/homarr/webp/notediscovery.webp b/static/icons/vendor/homarr/webp/notediscovery.webp
new file mode 100644
index 0000000..1f18e64
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notediscovery.webp differ
diff --git a/static/icons/vendor/homarr/webp/notesnook-light.webp b/static/icons/vendor/homarr/webp/notesnook-light.webp
new file mode 100644
index 0000000..e213d94
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notesnook-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/notesnook.webp b/static/icons/vendor/homarr/webp/notesnook.webp
new file mode 100644
index 0000000..622fcb4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notesnook.webp differ
diff --git a/static/icons/vendor/homarr/webp/notifiarr.webp b/static/icons/vendor/homarr/webp/notifiarr.webp
new file mode 100644
index 0000000..4f1c3cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notifiarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/notion-calendar.webp b/static/icons/vendor/homarr/webp/notion-calendar.webp
new file mode 100644
index 0000000..34449ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notion-calendar.webp differ
diff --git a/static/icons/vendor/homarr/webp/notion-light.webp b/static/icons/vendor/homarr/webp/notion-light.webp
new file mode 100644
index 0000000..cdeeb3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notion-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/notion-mail.webp b/static/icons/vendor/homarr/webp/notion-mail.webp
new file mode 100644
index 0000000..df621fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notion-mail.webp differ
diff --git a/static/icons/vendor/homarr/webp/notion.webp b/static/icons/vendor/homarr/webp/notion.webp
new file mode 100644
index 0000000..972e015
Binary files /dev/null and b/static/icons/vendor/homarr/webp/notion.webp differ
diff --git a/static/icons/vendor/homarr/webp/nowshowing.webp b/static/icons/vendor/homarr/webp/nowshowing.webp
new file mode 100644
index 0000000..396b698
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nowshowing.webp differ
diff --git a/static/icons/vendor/homarr/webp/npm.webp b/static/icons/vendor/homarr/webp/npm.webp
new file mode 100644
index 0000000..01cce39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/npm.webp differ
diff --git a/static/icons/vendor/homarr/webp/nsg.webp b/static/icons/vendor/homarr/webp/nsg.webp
new file mode 100644
index 0000000..9cbd0d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nsg.webp differ
diff --git a/static/icons/vendor/homarr/webp/ntfy.webp b/static/icons/vendor/homarr/webp/ntfy.webp
new file mode 100644
index 0000000..0b1631e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ntfy.webp differ
diff --git a/static/icons/vendor/homarr/webp/ntop.webp b/static/icons/vendor/homarr/webp/ntop.webp
new file mode 100644
index 0000000..f3ad162
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ntop.webp differ
diff --git a/static/icons/vendor/homarr/webp/ntopng.webp b/static/icons/vendor/homarr/webp/ntopng.webp
new file mode 100644
index 0000000..3973a70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ntopng.webp differ
diff --git a/static/icons/vendor/homarr/webp/nu-nl.webp b/static/icons/vendor/homarr/webp/nu-nl.webp
new file mode 100644
index 0000000..896e72b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nu-nl.webp differ
diff --git a/static/icons/vendor/homarr/webp/nut-webgui.webp b/static/icons/vendor/homarr/webp/nut-webgui.webp
new file mode 100644
index 0000000..7e9a631
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nut-webgui.webp differ
diff --git a/static/icons/vendor/homarr/webp/nut.webp b/static/icons/vendor/homarr/webp/nut.webp
new file mode 100644
index 0000000..d7e00bb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nut.webp differ
diff --git a/static/icons/vendor/homarr/webp/nutanix.webp b/static/icons/vendor/homarr/webp/nutanix.webp
new file mode 100644
index 0000000..70732cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nutanix.webp differ
diff --git a/static/icons/vendor/homarr/webp/nutify.webp b/static/icons/vendor/homarr/webp/nutify.webp
new file mode 100644
index 0000000..fab3ec1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nutify.webp differ
diff --git a/static/icons/vendor/homarr/webp/nvidia.webp b/static/icons/vendor/homarr/webp/nvidia.webp
new file mode 100644
index 0000000..4083aba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nvidia.webp differ
diff --git a/static/icons/vendor/homarr/webp/nxfilter.webp b/static/icons/vendor/homarr/webp/nxfilter.webp
new file mode 100644
index 0000000..f608aab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nxfilter.webp differ
diff --git a/static/icons/vendor/homarr/webp/nxlog.webp b/static/icons/vendor/homarr/webp/nxlog.webp
new file mode 100644
index 0000000..b7a43f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nxlog.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbdav.webp b/static/icons/vendor/homarr/webp/nzbdav.webp
new file mode 100644
index 0000000..f45cc06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbdav.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbgeek.webp b/static/icons/vendor/homarr/webp/nzbgeek.webp
new file mode 100644
index 0000000..37a6cd5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbgeek.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbget.webp b/static/icons/vendor/homarr/webp/nzbget.webp
new file mode 100644
index 0000000..386f2a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbget.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbhydra.webp b/static/icons/vendor/homarr/webp/nzbhydra.webp
new file mode 100644
index 0000000..13ff5f9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbhydra.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbhydra2-light.webp b/static/icons/vendor/homarr/webp/nzbhydra2-light.webp
new file mode 100644
index 0000000..b6d04da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbhydra2-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/nzbhydra2.webp b/static/icons/vendor/homarr/webp/nzbhydra2.webp
new file mode 100644
index 0000000..2122513
Binary files /dev/null and b/static/icons/vendor/homarr/webp/nzbhydra2.webp differ
diff --git a/static/icons/vendor/homarr/webp/oase.webp b/static/icons/vendor/homarr/webp/oase.webp
new file mode 100644
index 0000000..b5eda61
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oase.webp differ
diff --git a/static/icons/vendor/homarr/webp/oauth2-proxy.webp b/static/icons/vendor/homarr/webp/oauth2-proxy.webp
new file mode 100644
index 0000000..a8a0e06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oauth2-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/obico.webp b/static/icons/vendor/homarr/webp/obico.webp
new file mode 100644
index 0000000..1a75fc2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/obico.webp differ
diff --git a/static/icons/vendor/homarr/webp/obitalk.webp b/static/icons/vendor/homarr/webp/obitalk.webp
new file mode 100644
index 0000000..8face41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/obitalk.webp differ
diff --git a/static/icons/vendor/homarr/webp/observium.webp b/static/icons/vendor/homarr/webp/observium.webp
new file mode 100644
index 0000000..1bf7790
Binary files /dev/null and b/static/icons/vendor/homarr/webp/observium.webp differ
diff --git a/static/icons/vendor/homarr/webp/observo-ai.webp b/static/icons/vendor/homarr/webp/observo-ai.webp
new file mode 100644
index 0000000..92e52aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/observo-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/obsidian.webp b/static/icons/vendor/homarr/webp/obsidian.webp
new file mode 100644
index 0000000..2e3439a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/obsidian.webp differ
diff --git a/static/icons/vendor/homarr/webp/obtainium.webp b/static/icons/vendor/homarr/webp/obtainium.webp
new file mode 100644
index 0000000..533dcc3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/obtainium.webp differ
diff --git a/static/icons/vendor/homarr/webp/octoeverywhere.webp b/static/icons/vendor/homarr/webp/octoeverywhere.webp
new file mode 100644
index 0000000..06274d1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/octoeverywhere.webp differ
diff --git a/static/icons/vendor/homarr/webp/octoprint.webp b/static/icons/vendor/homarr/webp/octoprint.webp
new file mode 100644
index 0000000..c28f155
Binary files /dev/null and b/static/icons/vendor/homarr/webp/octoprint.webp differ
diff --git a/static/icons/vendor/homarr/webp/ocular.webp b/static/icons/vendor/homarr/webp/ocular.webp
new file mode 100644
index 0000000..a839304
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ocular.webp differ
diff --git a/static/icons/vendor/homarr/webp/oculus-light.webp b/static/icons/vendor/homarr/webp/oculus-light.webp
new file mode 100644
index 0000000..fb3dd3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oculus-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/oculus.webp b/static/icons/vendor/homarr/webp/oculus.webp
new file mode 100644
index 0000000..6cc8359
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oculus.webp differ
diff --git a/static/icons/vendor/homarr/webp/odoo.webp b/static/icons/vendor/homarr/webp/odoo.webp
new file mode 100644
index 0000000..c3d6c00
Binary files /dev/null and b/static/icons/vendor/homarr/webp/odoo.webp differ
diff --git a/static/icons/vendor/homarr/webp/odysee-full-dark.webp b/static/icons/vendor/homarr/webp/odysee-full-dark.webp
new file mode 100644
index 0000000..c468a25
Binary files /dev/null and b/static/icons/vendor/homarr/webp/odysee-full-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/odysee-full-light.webp b/static/icons/vendor/homarr/webp/odysee-full-light.webp
new file mode 100644
index 0000000..68dabc0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/odysee-full-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/odysee.webp b/static/icons/vendor/homarr/webp/odysee.webp
new file mode 100644
index 0000000..f489cb5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/odysee.webp differ
diff --git a/static/icons/vendor/homarr/webp/office-365.webp b/static/icons/vendor/homarr/webp/office-365.webp
new file mode 100644
index 0000000..a3d27de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/office-365.webp differ
diff --git a/static/icons/vendor/homarr/webp/oh-my-posh-dark.webp b/static/icons/vendor/homarr/webp/oh-my-posh-dark.webp
new file mode 100644
index 0000000..6aea483
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oh-my-posh-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/oh-my-posh.webp b/static/icons/vendor/homarr/webp/oh-my-posh.webp
new file mode 100644
index 0000000..26f0815
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oh-my-posh.webp differ
diff --git a/static/icons/vendor/homarr/webp/okta-dark.webp b/static/icons/vendor/homarr/webp/okta-dark.webp
new file mode 100644
index 0000000..93a96a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/okta-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/okta.webp b/static/icons/vendor/homarr/webp/okta.webp
new file mode 100644
index 0000000..4857567
Binary files /dev/null and b/static/icons/vendor/homarr/webp/okta.webp differ
diff --git a/static/icons/vendor/homarr/webp/olivetin-light.webp b/static/icons/vendor/homarr/webp/olivetin-light.webp
new file mode 100644
index 0000000..d19b768
Binary files /dev/null and b/static/icons/vendor/homarr/webp/olivetin-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/olivetin.webp b/static/icons/vendor/homarr/webp/olivetin.webp
new file mode 100644
index 0000000..cce0c58
Binary files /dev/null and b/static/icons/vendor/homarr/webp/olivetin.webp differ
diff --git a/static/icons/vendor/homarr/webp/ollama-dark.webp b/static/icons/vendor/homarr/webp/ollama-dark.webp
new file mode 100644
index 0000000..47400a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ollama-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ollama.webp b/static/icons/vendor/homarr/webp/ollama.webp
new file mode 100644
index 0000000..51bdea9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ollama.webp differ
diff --git a/static/icons/vendor/homarr/webp/omada.webp b/static/icons/vendor/homarr/webp/omada.webp
new file mode 100644
index 0000000..0797918
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omada.webp differ
diff --git a/static/icons/vendor/homarr/webp/ombi.webp b/static/icons/vendor/homarr/webp/ombi.webp
new file mode 100644
index 0000000..817fde9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ombi.webp differ
diff --git a/static/icons/vendor/homarr/webp/omni-tools-full.webp b/static/icons/vendor/homarr/webp/omni-tools-full.webp
new file mode 100644
index 0000000..98e5720
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omni-tools-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/omni-tools.webp b/static/icons/vendor/homarr/webp/omni-tools.webp
new file mode 100644
index 0000000..e9cf7fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omni-tools.webp differ
diff --git a/static/icons/vendor/homarr/webp/omnic-forge-dark.webp b/static/icons/vendor/homarr/webp/omnic-forge-dark.webp
new file mode 100644
index 0000000..f96880d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omnic-forge-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/omnic-forge.webp b/static/icons/vendor/homarr/webp/omnic-forge.webp
new file mode 100644
index 0000000..db16fea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omnic-forge.webp differ
diff --git a/static/icons/vendor/homarr/webp/omnidb.webp b/static/icons/vendor/homarr/webp/omnidb.webp
new file mode 100644
index 0000000..ccb0bd3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omnidb.webp differ
diff --git a/static/icons/vendor/homarr/webp/omnivore.webp b/static/icons/vendor/homarr/webp/omnivore.webp
new file mode 100644
index 0000000..62f0f9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/omnivore.webp differ
diff --git a/static/icons/vendor/homarr/webp/onedev-light.webp b/static/icons/vendor/homarr/webp/onedev-light.webp
new file mode 100644
index 0000000..bf6f464
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onedev-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/onedev.webp b/static/icons/vendor/homarr/webp/onedev.webp
new file mode 100644
index 0000000..9516476
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onedev.webp differ
diff --git a/static/icons/vendor/homarr/webp/oneuptime-light.webp b/static/icons/vendor/homarr/webp/oneuptime-light.webp
new file mode 100644
index 0000000..69adbc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oneuptime-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/oneuptime.webp b/static/icons/vendor/homarr/webp/oneuptime.webp
new file mode 100644
index 0000000..82724c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oneuptime.webp differ
diff --git a/static/icons/vendor/homarr/webp/onlyfans-dark.webp b/static/icons/vendor/homarr/webp/onlyfans-dark.webp
new file mode 100644
index 0000000..cb0c32a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onlyfans-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/onlyfans.webp b/static/icons/vendor/homarr/webp/onlyfans.webp
new file mode 100644
index 0000000..ad30295
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onlyfans.webp differ
diff --git a/static/icons/vendor/homarr/webp/onlyoffice.webp b/static/icons/vendor/homarr/webp/onlyoffice.webp
new file mode 100644
index 0000000..83ad9ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onlyoffice.webp differ
diff --git a/static/icons/vendor/homarr/webp/onshape-dark.webp b/static/icons/vendor/homarr/webp/onshape-dark.webp
new file mode 100644
index 0000000..e164d4d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onshape-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/onshape.webp b/static/icons/vendor/homarr/webp/onshape.webp
new file mode 100644
index 0000000..62177da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/onshape.webp differ
diff --git a/static/icons/vendor/homarr/webp/ookla-speedtest.webp b/static/icons/vendor/homarr/webp/ookla-speedtest.webp
new file mode 100644
index 0000000..2eef1eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ookla-speedtest.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-classrooms.webp b/static/icons/vendor/homarr/webp/open-classrooms.webp
new file mode 100644
index 0000000..a7eadbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-classrooms.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-cloud-dark.webp b/static/icons/vendor/homarr/webp/open-cloud-dark.webp
new file mode 100644
index 0000000..b4150d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-cloud-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-cloud.webp b/static/icons/vendor/homarr/webp/open-cloud.webp
new file mode 100644
index 0000000..6c38db5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-observe.webp b/static/icons/vendor/homarr/webp/open-observe.webp
new file mode 100644
index 0000000..6c50848
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-observe.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-regex.webp b/static/icons/vendor/homarr/webp/open-regex.webp
new file mode 100644
index 0000000..68eb486
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-regex.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-resume.webp b/static/icons/vendor/homarr/webp/open-resume.webp
new file mode 100644
index 0000000..e03bbda
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-resume.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-router-dark.webp b/static/icons/vendor/homarr/webp/open-router-dark.webp
new file mode 100644
index 0000000..167e64b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-router-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-router.webp b/static/icons/vendor/homarr/webp/open-router.webp
new file mode 100644
index 0000000..f444eb4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-router.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-source-initiative.webp b/static/icons/vendor/homarr/webp/open-source-initiative.webp
new file mode 100644
index 0000000..949d26a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-source-initiative.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-wb.webp b/static/icons/vendor/homarr/webp/open-wb.webp
new file mode 100644
index 0000000..2551e56
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-wb.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-webui-light.webp b/static/icons/vendor/homarr/webp/open-webui-light.webp
new file mode 100644
index 0000000..a38d1f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-webui-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/open-webui.webp b/static/icons/vendor/homarr/webp/open-webui.webp
new file mode 100644
index 0000000..14e71fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/open-webui.webp differ
diff --git a/static/icons/vendor/homarr/webp/openai-light.webp b/static/icons/vendor/homarr/webp/openai-light.webp
new file mode 100644
index 0000000..980121f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openai-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openai.webp b/static/icons/vendor/homarr/webp/openai.webp
new file mode 100644
index 0000000..bf8485a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openai.webp differ
diff --git a/static/icons/vendor/homarr/webp/openaudible.webp b/static/icons/vendor/homarr/webp/openaudible.webp
new file mode 100644
index 0000000..f0bda7e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openaudible.webp differ
diff --git a/static/icons/vendor/homarr/webp/openchangelog-light.webp b/static/icons/vendor/homarr/webp/openchangelog-light.webp
new file mode 100644
index 0000000..28d95aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openchangelog-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openchangelog.webp b/static/icons/vendor/homarr/webp/openchangelog.webp
new file mode 100644
index 0000000..bc9d705
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openchangelog.webp differ
diff --git a/static/icons/vendor/homarr/webp/openclaw-dark.webp b/static/icons/vendor/homarr/webp/openclaw-dark.webp
new file mode 100644
index 0000000..9c4001f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openclaw-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/openclaw-wordmark-dark.webp b/static/icons/vendor/homarr/webp/openclaw-wordmark-dark.webp
new file mode 100644
index 0000000..f6fd6c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openclaw-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/openclaw-wordmark-light.webp b/static/icons/vendor/homarr/webp/openclaw-wordmark-light.webp
new file mode 100644
index 0000000..e51fa33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openclaw-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openclaw.webp b/static/icons/vendor/homarr/webp/openclaw.webp
new file mode 100644
index 0000000..9c4001f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openclaw.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencode-dark.webp b/static/icons/vendor/homarr/webp/opencode-dark.webp
new file mode 100644
index 0000000..2d136d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencode-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencode-light.webp b/static/icons/vendor/homarr/webp/opencode-light.webp
new file mode 100644
index 0000000..ec1ced1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencode-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencode-wordmark-dark.webp b/static/icons/vendor/homarr/webp/opencode-wordmark-dark.webp
new file mode 100644
index 0000000..00fd300
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencode-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencode-wordmark-light.webp b/static/icons/vendor/homarr/webp/opencode-wordmark-light.webp
new file mode 100644
index 0000000..4701d47
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencode-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencode.webp b/static/icons/vendor/homarr/webp/opencode.webp
new file mode 100644
index 0000000..ec1ced1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencode.webp differ
diff --git a/static/icons/vendor/homarr/webp/opencost.webp b/static/icons/vendor/homarr/webp/opencost.webp
new file mode 100644
index 0000000..ebd313c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opencost.webp differ
diff --git a/static/icons/vendor/homarr/webp/openeats-light.webp b/static/icons/vendor/homarr/webp/openeats-light.webp
new file mode 100644
index 0000000..969d593
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openeats-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openeats.webp b/static/icons/vendor/homarr/webp/openeats.webp
new file mode 100644
index 0000000..75bf134
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openeats.webp differ
diff --git a/static/icons/vendor/homarr/webp/openemr-light.webp b/static/icons/vendor/homarr/webp/openemr-light.webp
new file mode 100644
index 0000000..9b59f63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openemr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openemr.webp b/static/icons/vendor/homarr/webp/openemr.webp
new file mode 100644
index 0000000..fb6c84e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openemr.webp differ
diff --git a/static/icons/vendor/homarr/webp/opengarage.webp b/static/icons/vendor/homarr/webp/opengarage.webp
new file mode 100644
index 0000000..573d855
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opengarage.webp differ
diff --git a/static/icons/vendor/homarr/webp/opengist-light.webp b/static/icons/vendor/homarr/webp/opengist-light.webp
new file mode 100644
index 0000000..9b3d201
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opengist-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/opengist.webp b/static/icons/vendor/homarr/webp/opengist.webp
new file mode 100644
index 0000000..2cf9ce9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opengist.webp differ
diff --git a/static/icons/vendor/homarr/webp/openhab.webp b/static/icons/vendor/homarr/webp/openhab.webp
new file mode 100644
index 0000000..8aba39f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openhab.webp differ
diff --git a/static/icons/vendor/homarr/webp/openldap.webp b/static/icons/vendor/homarr/webp/openldap.webp
new file mode 100644
index 0000000..46716c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openldap.webp differ
diff --git a/static/icons/vendor/homarr/webp/openlist.webp b/static/icons/vendor/homarr/webp/openlist.webp
new file mode 100644
index 0000000..552c897
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openlist.webp differ
diff --git a/static/icons/vendor/homarr/webp/openmaptiles.webp b/static/icons/vendor/homarr/webp/openmaptiles.webp
new file mode 100644
index 0000000..27d77c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openmaptiles.webp differ
diff --git a/static/icons/vendor/homarr/webp/openmediavault.webp b/static/icons/vendor/homarr/webp/openmediavault.webp
new file mode 100644
index 0000000..3505bde
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openmediavault.webp differ
diff --git a/static/icons/vendor/homarr/webp/openoffice.webp b/static/icons/vendor/homarr/webp/openoffice.webp
new file mode 100644
index 0000000..c09e3f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openoffice.webp differ
diff --git a/static/icons/vendor/homarr/webp/openpanel-light.webp b/static/icons/vendor/homarr/webp/openpanel-light.webp
new file mode 100644
index 0000000..943e518
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openpanel-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/openpanel.webp b/static/icons/vendor/homarr/webp/openpanel.webp
new file mode 100644
index 0000000..20954a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openpanel.webp differ
diff --git a/static/icons/vendor/homarr/webp/openproject.webp b/static/icons/vendor/homarr/webp/openproject.webp
new file mode 100644
index 0000000..8895aad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openproject.webp differ
diff --git a/static/icons/vendor/homarr/webp/openreads.webp b/static/icons/vendor/homarr/webp/openreads.webp
new file mode 100644
index 0000000..1ca1f27
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openreads.webp differ
diff --git a/static/icons/vendor/homarr/webp/opensearch.webp b/static/icons/vendor/homarr/webp/opensearch.webp
new file mode 100644
index 0000000..5037e6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opensearch.webp differ
diff --git a/static/icons/vendor/homarr/webp/openshift-dark.webp b/static/icons/vendor/homarr/webp/openshift-dark.webp
new file mode 100644
index 0000000..8625fb1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openshift-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/openshift.webp b/static/icons/vendor/homarr/webp/openshift.webp
new file mode 100644
index 0000000..7585400
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openshift.webp differ
diff --git a/static/icons/vendor/homarr/webp/openspeedtest.webp b/static/icons/vendor/homarr/webp/openspeedtest.webp
new file mode 100644
index 0000000..4110604
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openspeedtest.webp differ
diff --git a/static/icons/vendor/homarr/webp/opensprinkler.webp b/static/icons/vendor/homarr/webp/opensprinkler.webp
new file mode 100644
index 0000000..2a744f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opensprinkler.webp differ
diff --git a/static/icons/vendor/homarr/webp/openstack.webp b/static/icons/vendor/homarr/webp/openstack.webp
new file mode 100644
index 0000000..036bd18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openstack.webp differ
diff --git a/static/icons/vendor/homarr/webp/openstreetmap.webp b/static/icons/vendor/homarr/webp/openstreetmap.webp
new file mode 100644
index 0000000..4213be0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openstreetmap.webp differ
diff --git a/static/icons/vendor/homarr/webp/opensuse.webp b/static/icons/vendor/homarr/webp/opensuse.webp
new file mode 100644
index 0000000..7d30105
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opensuse.webp differ
diff --git a/static/icons/vendor/homarr/webp/opentalk.webp b/static/icons/vendor/homarr/webp/opentalk.webp
new file mode 100644
index 0000000..01a9d38
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opentalk.webp differ
diff --git a/static/icons/vendor/homarr/webp/opentofu.webp b/static/icons/vendor/homarr/webp/opentofu.webp
new file mode 100644
index 0000000..2b464ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opentofu.webp differ
diff --git a/static/icons/vendor/homarr/webp/openvas.webp b/static/icons/vendor/homarr/webp/openvas.webp
new file mode 100644
index 0000000..75a0fa6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openvas.webp differ
diff --git a/static/icons/vendor/homarr/webp/openvpn.webp b/static/icons/vendor/homarr/webp/openvpn.webp
new file mode 100644
index 0000000..bac41c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openvpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/openwebrx-plus-dark.webp b/static/icons/vendor/homarr/webp/openwebrx-plus-dark.webp
new file mode 100644
index 0000000..2d798ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openwebrx-plus-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/openwebrx-plus.webp b/static/icons/vendor/homarr/webp/openwebrx-plus.webp
new file mode 100644
index 0000000..1983719
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openwebrx-plus.webp differ
diff --git a/static/icons/vendor/homarr/webp/openwrt.webp b/static/icons/vendor/homarr/webp/openwrt.webp
new file mode 100644
index 0000000..dd95910
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openwrt.webp differ
diff --git a/static/icons/vendor/homarr/webp/openziti.webp b/static/icons/vendor/homarr/webp/openziti.webp
new file mode 100644
index 0000000..d843e3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/openziti.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-beta.webp b/static/icons/vendor/homarr/webp/opera-beta.webp
new file mode 100644
index 0000000..66b0c52
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-beta.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-developer.webp b/static/icons/vendor/homarr/webp/opera-developer.webp
new file mode 100644
index 0000000..ba550f6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-developer.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-mini-beta.webp b/static/icons/vendor/homarr/webp/opera-mini-beta.webp
new file mode 100644
index 0000000..62a3c87
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-mini-beta.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-mini.webp b/static/icons/vendor/homarr/webp/opera-mini.webp
new file mode 100644
index 0000000..43c3ed2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-mini.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-neon.webp b/static/icons/vendor/homarr/webp/opera-neon.webp
new file mode 100644
index 0000000..dfc1ff4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-neon.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera-touch.webp b/static/icons/vendor/homarr/webp/opera-touch.webp
new file mode 100644
index 0000000..055e104
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera-touch.webp differ
diff --git a/static/icons/vendor/homarr/webp/opera.webp b/static/icons/vendor/homarr/webp/opera.webp
new file mode 100644
index 0000000..f4f48f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opera.webp differ
diff --git a/static/icons/vendor/homarr/webp/opnform.webp b/static/icons/vendor/homarr/webp/opnform.webp
new file mode 100644
index 0000000..9cfbf29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opnform.webp differ
diff --git a/static/icons/vendor/homarr/webp/opnsense.webp b/static/icons/vendor/homarr/webp/opnsense.webp
new file mode 100644
index 0000000..4ab4a6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/opnsense.webp differ
diff --git a/static/icons/vendor/homarr/webp/oracle-cloud.webp b/static/icons/vendor/homarr/webp/oracle-cloud.webp
new file mode 100644
index 0000000..b6a2549
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oracle-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/oracle.webp b/static/icons/vendor/homarr/webp/oracle.webp
new file mode 100644
index 0000000..b6a2549
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oracle.webp differ
diff --git a/static/icons/vendor/homarr/webp/orange.webp b/static/icons/vendor/homarr/webp/orange.webp
new file mode 100644
index 0000000..6db9c9b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/orange.webp differ
diff --git a/static/icons/vendor/homarr/webp/orb.webp b/static/icons/vendor/homarr/webp/orb.webp
new file mode 100644
index 0000000..b9362b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/orb.webp differ
diff --git a/static/icons/vendor/homarr/webp/orcaslicer.webp b/static/icons/vendor/homarr/webp/orcaslicer.webp
new file mode 100644
index 0000000..b3f6a3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/orcaslicer.webp differ
diff --git a/static/icons/vendor/homarr/webp/oreilly-dark.webp b/static/icons/vendor/homarr/webp/oreilly-dark.webp
new file mode 100644
index 0000000..d37820d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oreilly-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/oreilly.webp b/static/icons/vendor/homarr/webp/oreilly.webp
new file mode 100644
index 0000000..8c3b5d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oreilly.webp differ
diff --git a/static/icons/vendor/homarr/webp/organizr.webp b/static/icons/vendor/homarr/webp/organizr.webp
new file mode 100644
index 0000000..c051a7d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/organizr.webp differ
diff --git a/static/icons/vendor/homarr/webp/origin.webp b/static/icons/vendor/homarr/webp/origin.webp
new file mode 100644
index 0000000..12cd861
Binary files /dev/null and b/static/icons/vendor/homarr/webp/origin.webp differ
diff --git a/static/icons/vendor/homarr/webp/oscarr-light.webp b/static/icons/vendor/homarr/webp/oscarr-light.webp
new file mode 100644
index 0000000..695434b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oscarr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/oscarr.webp b/static/icons/vendor/homarr/webp/oscarr.webp
new file mode 100644
index 0000000..dbaee1d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oscarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/osticket.webp b/static/icons/vendor/homarr/webp/osticket.webp
new file mode 100644
index 0000000..05e122b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/osticket.webp differ
diff --git a/static/icons/vendor/homarr/webp/osu.webp b/static/icons/vendor/homarr/webp/osu.webp
new file mode 100644
index 0000000..338adcb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/osu.webp differ
diff --git a/static/icons/vendor/homarr/webp/otter-wiki-dark.webp b/static/icons/vendor/homarr/webp/otter-wiki-dark.webp
new file mode 100644
index 0000000..9831ee7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/otter-wiki-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/otter-wiki.webp b/static/icons/vendor/homarr/webp/otter-wiki.webp
new file mode 100644
index 0000000..4cbed89
Binary files /dev/null and b/static/icons/vendor/homarr/webp/otter-wiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/our-shopping-list.webp b/static/icons/vendor/homarr/webp/our-shopping-list.webp
new file mode 100644
index 0000000..1847328
Binary files /dev/null and b/static/icons/vendor/homarr/webp/our-shopping-list.webp differ
diff --git a/static/icons/vendor/homarr/webp/outline-light.webp b/static/icons/vendor/homarr/webp/outline-light.webp
new file mode 100644
index 0000000..5ad98f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/outline-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/outline.webp b/static/icons/vendor/homarr/webp/outline.webp
new file mode 100644
index 0000000..df7b13d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/outline.webp differ
diff --git a/static/icons/vendor/homarr/webp/overclockers.webp b/static/icons/vendor/homarr/webp/overclockers.webp
new file mode 100644
index 0000000..87b813a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/overclockers.webp differ
diff --git a/static/icons/vendor/homarr/webp/overleaf.webp b/static/icons/vendor/homarr/webp/overleaf.webp
new file mode 100644
index 0000000..b2cd039
Binary files /dev/null and b/static/icons/vendor/homarr/webp/overleaf.webp differ
diff --git a/static/icons/vendor/homarr/webp/overseerr.webp b/static/icons/vendor/homarr/webp/overseerr.webp
new file mode 100644
index 0000000..826dd93
Binary files /dev/null and b/static/icons/vendor/homarr/webp/overseerr.webp differ
diff --git a/static/icons/vendor/homarr/webp/ovh.webp b/static/icons/vendor/homarr/webp/ovh.webp
new file mode 100644
index 0000000..9bb191b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ovh.webp differ
diff --git a/static/icons/vendor/homarr/webp/ovirt-light.webp b/static/icons/vendor/homarr/webp/ovirt-light.webp
new file mode 100644
index 0000000..e7a40f6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ovirt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ovirt.webp b/static/icons/vendor/homarr/webp/ovirt.webp
new file mode 100644
index 0000000..2eac979
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ovirt.webp differ
diff --git a/static/icons/vendor/homarr/webp/owasp-zap.webp b/static/icons/vendor/homarr/webp/owasp-zap.webp
new file mode 100644
index 0000000..a067512
Binary files /dev/null and b/static/icons/vendor/homarr/webp/owasp-zap.webp differ
diff --git a/static/icons/vendor/homarr/webp/owncast.webp b/static/icons/vendor/homarr/webp/owncast.webp
new file mode 100644
index 0000000..cdde480
Binary files /dev/null and b/static/icons/vendor/homarr/webp/owncast.webp differ
diff --git a/static/icons/vendor/homarr/webp/owncloud.webp b/static/icons/vendor/homarr/webp/owncloud.webp
new file mode 100644
index 0000000..5a10030
Binary files /dev/null and b/static/icons/vendor/homarr/webp/owncloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/ownphotos-light.webp b/static/icons/vendor/homarr/webp/ownphotos-light.webp
new file mode 100644
index 0000000..5d9699a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ownphotos-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ownphotos.webp b/static/icons/vendor/homarr/webp/ownphotos.webp
new file mode 100644
index 0000000..c5b8826
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ownphotos.webp differ
diff --git a/static/icons/vendor/homarr/webp/owntone.webp b/static/icons/vendor/homarr/webp/owntone.webp
new file mode 100644
index 0000000..afa8517
Binary files /dev/null and b/static/icons/vendor/homarr/webp/owntone.webp differ
diff --git a/static/icons/vendor/homarr/webp/owntracks.webp b/static/icons/vendor/homarr/webp/owntracks.webp
new file mode 100644
index 0000000..5482407
Binary files /dev/null and b/static/icons/vendor/homarr/webp/owntracks.webp differ
diff --git a/static/icons/vendor/homarr/webp/oxker-light.webp b/static/icons/vendor/homarr/webp/oxker-light.webp
new file mode 100644
index 0000000..43e772d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oxker-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/oxker.webp b/static/icons/vendor/homarr/webp/oxker.webp
new file mode 100644
index 0000000..159b938
Binary files /dev/null and b/static/icons/vendor/homarr/webp/oxker.webp differ
diff --git a/static/icons/vendor/homarr/webp/p-cal.webp b/static/icons/vendor/homarr/webp/p-cal.webp
new file mode 100644
index 0000000..1bd8473
Binary files /dev/null and b/static/icons/vendor/homarr/webp/p-cal.webp differ
diff --git a/static/icons/vendor/homarr/webp/p1ib.webp b/static/icons/vendor/homarr/webp/p1ib.webp
new file mode 100644
index 0000000..6bd701e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/p1ib.webp differ
diff --git a/static/icons/vendor/homarr/webp/packetfence-dark.webp b/static/icons/vendor/homarr/webp/packetfence-dark.webp
new file mode 100644
index 0000000..bbfa463
Binary files /dev/null and b/static/icons/vendor/homarr/webp/packetfence-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/packetfence-full-dark.webp b/static/icons/vendor/homarr/webp/packetfence-full-dark.webp
new file mode 100644
index 0000000..1b18aa1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/packetfence-full-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/packetfence-full.webp b/static/icons/vendor/homarr/webp/packetfence-full.webp
new file mode 100644
index 0000000..0e8aa2b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/packetfence-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/packetfence.webp b/static/icons/vendor/homarr/webp/packetfence.webp
new file mode 100644
index 0000000..5788737
Binary files /dev/null and b/static/icons/vendor/homarr/webp/packetfence.webp differ
diff --git a/static/icons/vendor/homarr/webp/pagerduty.webp b/static/icons/vendor/homarr/webp/pagerduty.webp
new file mode 100644
index 0000000..b7a8bcb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pagerduty.webp differ
diff --git a/static/icons/vendor/homarr/webp/pairdrop.webp b/static/icons/vendor/homarr/webp/pairdrop.webp
new file mode 100644
index 0000000..dc3dd60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pairdrop.webp differ
diff --git a/static/icons/vendor/homarr/webp/palemoon.webp b/static/icons/vendor/homarr/webp/palemoon.webp
new file mode 100644
index 0000000..2aea164
Binary files /dev/null and b/static/icons/vendor/homarr/webp/palemoon.webp differ
diff --git a/static/icons/vendor/homarr/webp/palmr.webp b/static/icons/vendor/homarr/webp/palmr.webp
new file mode 100644
index 0000000..f676a09
Binary files /dev/null and b/static/icons/vendor/homarr/webp/palmr.webp differ
diff --git a/static/icons/vendor/homarr/webp/palo-alto.webp b/static/icons/vendor/homarr/webp/palo-alto.webp
new file mode 100644
index 0000000..96a3266
Binary files /dev/null and b/static/icons/vendor/homarr/webp/palo-alto.webp differ
diff --git a/static/icons/vendor/homarr/webp/pangolin.webp b/static/icons/vendor/homarr/webp/pangolin.webp
new file mode 100644
index 0000000..7e4bbd2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pangolin.webp differ
diff --git a/static/icons/vendor/homarr/webp/paperless-ai.webp b/static/icons/vendor/homarr/webp/paperless-ai.webp
new file mode 100644
index 0000000..15ad052
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paperless-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/paperless-gpt.webp b/static/icons/vendor/homarr/webp/paperless-gpt.webp
new file mode 100644
index 0000000..27e7a05
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paperless-gpt.webp differ
diff --git a/static/icons/vendor/homarr/webp/paperless-ng.webp b/static/icons/vendor/homarr/webp/paperless-ng.webp
new file mode 100644
index 0000000..0593933
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paperless-ng.webp differ
diff --git a/static/icons/vendor/homarr/webp/paperless-ngx.webp b/static/icons/vendor/homarr/webp/paperless-ngx.webp
new file mode 100644
index 0000000..c4eaee7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paperless-ngx.webp differ
diff --git a/static/icons/vendor/homarr/webp/paperless.webp b/static/icons/vendor/homarr/webp/paperless.webp
new file mode 100644
index 0000000..4c5eae2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paperless.webp differ
diff --git a/static/icons/vendor/homarr/webp/papermark-light.webp b/static/icons/vendor/homarr/webp/papermark-light.webp
new file mode 100644
index 0000000..e0205dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/papermark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/papermark.webp b/static/icons/vendor/homarr/webp/papermark.webp
new file mode 100644
index 0000000..33fcb51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/papermark.webp differ
diff --git a/static/icons/vendor/homarr/webp/papermerge-light.webp b/static/icons/vendor/homarr/webp/papermerge-light.webp
new file mode 100644
index 0000000..3442537
Binary files /dev/null and b/static/icons/vendor/homarr/webp/papermerge-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/papermerge.webp b/static/icons/vendor/homarr/webp/papermerge.webp
new file mode 100644
index 0000000..a33390d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/papermerge.webp differ
diff --git a/static/icons/vendor/homarr/webp/papra.webp b/static/icons/vendor/homarr/webp/papra.webp
new file mode 100644
index 0000000..a5121ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/papra.webp differ
diff --git a/static/icons/vendor/homarr/webp/parseable.webp b/static/icons/vendor/homarr/webp/parseable.webp
new file mode 100644
index 0000000..61277c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/parseable.webp differ
diff --git a/static/icons/vendor/homarr/webp/part-db-light.webp b/static/icons/vendor/homarr/webp/part-db-light.webp
new file mode 100644
index 0000000..7dff676
Binary files /dev/null and b/static/icons/vendor/homarr/webp/part-db-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/part-db.webp b/static/icons/vendor/homarr/webp/part-db.webp
new file mode 100644
index 0000000..54f0cfc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/part-db.webp differ
diff --git a/static/icons/vendor/homarr/webp/partkeepr.webp b/static/icons/vendor/homarr/webp/partkeepr.webp
new file mode 100644
index 0000000..7e65fea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/partkeepr.webp differ
diff --git a/static/icons/vendor/homarr/webp/passbolt.webp b/static/icons/vendor/homarr/webp/passbolt.webp
new file mode 100644
index 0000000..0745d5e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/passbolt.webp differ
diff --git a/static/icons/vendor/homarr/webp/passwordpusher-light.webp b/static/icons/vendor/homarr/webp/passwordpusher-light.webp
new file mode 100644
index 0000000..dcd6181
Binary files /dev/null and b/static/icons/vendor/homarr/webp/passwordpusher-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/passwordpusher.webp b/static/icons/vendor/homarr/webp/passwordpusher.webp
new file mode 100644
index 0000000..b10c69c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/passwordpusher.webp differ
diff --git a/static/icons/vendor/homarr/webp/passwork.webp b/static/icons/vendor/homarr/webp/passwork.webp
new file mode 100644
index 0000000..b17fde7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/passwork.webp differ
diff --git a/static/icons/vendor/homarr/webp/pastatool-light.webp b/static/icons/vendor/homarr/webp/pastatool-light.webp
new file mode 100644
index 0000000..47f3e75
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pastatool-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pastatool.webp b/static/icons/vendor/homarr/webp/pastatool.webp
new file mode 100644
index 0000000..f342eae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pastatool.webp differ
diff --git a/static/icons/vendor/homarr/webp/pastebin-dark.webp b/static/icons/vendor/homarr/webp/pastebin-dark.webp
new file mode 100644
index 0000000..4c3c9f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pastebin-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pastebin.webp b/static/icons/vendor/homarr/webp/pastebin.webp
new file mode 100644
index 0000000..b6b4544
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pastebin.webp differ
diff --git a/static/icons/vendor/homarr/webp/pastey.webp b/static/icons/vendor/homarr/webp/pastey.webp
new file mode 100644
index 0000000..a0f823e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pastey.webp differ
diff --git a/static/icons/vendor/homarr/webp/patchmon.webp b/static/icons/vendor/homarr/webp/patchmon.webp
new file mode 100644
index 0000000..9f0160e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/patchmon.webp differ
diff --git a/static/icons/vendor/homarr/webp/patreon-light.webp b/static/icons/vendor/homarr/webp/patreon-light.webp
new file mode 100644
index 0000000..f9a9a91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/patreon-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/patreon.webp b/static/icons/vendor/homarr/webp/patreon.webp
new file mode 100644
index 0000000..4e0477e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/patreon.webp differ
diff --git a/static/icons/vendor/homarr/webp/payload-light.webp b/static/icons/vendor/homarr/webp/payload-light.webp
new file mode 100644
index 0000000..083a2fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/payload-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/payload.webp b/static/icons/vendor/homarr/webp/payload.webp
new file mode 100644
index 0000000..9db1232
Binary files /dev/null and b/static/icons/vendor/homarr/webp/payload.webp differ
diff --git a/static/icons/vendor/homarr/webp/paymenter.webp b/static/icons/vendor/homarr/webp/paymenter.webp
new file mode 100644
index 0000000..5ac0e6d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paymenter.webp differ
diff --git a/static/icons/vendor/homarr/webp/paypal.webp b/static/icons/vendor/homarr/webp/paypal.webp
new file mode 100644
index 0000000..3528e83
Binary files /dev/null and b/static/icons/vendor/homarr/webp/paypal.webp differ
diff --git a/static/icons/vendor/homarr/webp/pdfding-light.webp b/static/icons/vendor/homarr/webp/pdfding-light.webp
new file mode 100644
index 0000000..cb04409
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pdfding-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pdfding.webp b/static/icons/vendor/homarr/webp/pdfding.webp
new file mode 100644
index 0000000..f349690
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pdfding.webp differ
diff --git a/static/icons/vendor/homarr/webp/peacock-light.webp b/static/icons/vendor/homarr/webp/peacock-light.webp
new file mode 100644
index 0000000..f4ee15b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peacock-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/peacock.webp b/static/icons/vendor/homarr/webp/peacock.webp
new file mode 100644
index 0000000..03589ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peacock.webp differ
diff --git a/static/icons/vendor/homarr/webp/peanut-light.webp b/static/icons/vendor/homarr/webp/peanut-light.webp
new file mode 100644
index 0000000..28212e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peanut-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/peanut.webp b/static/icons/vendor/homarr/webp/peanut.webp
new file mode 100644
index 0000000..dbb3230
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peanut.webp differ
diff --git a/static/icons/vendor/homarr/webp/peertube.webp b/static/icons/vendor/homarr/webp/peertube.webp
new file mode 100644
index 0000000..e3d8eb5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peertube.webp differ
diff --git a/static/icons/vendor/homarr/webp/pelican-panel.webp b/static/icons/vendor/homarr/webp/pelican-panel.webp
new file mode 100644
index 0000000..dfd47ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pelican-panel.webp differ
diff --git a/static/icons/vendor/homarr/webp/penpot-light.webp b/static/icons/vendor/homarr/webp/penpot-light.webp
new file mode 100644
index 0000000..328194d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/penpot-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/penpot.webp b/static/icons/vendor/homarr/webp/penpot.webp
new file mode 100644
index 0000000..6adc26e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/penpot.webp differ
diff --git a/static/icons/vendor/homarr/webp/pepperbox-tv-dark.webp b/static/icons/vendor/homarr/webp/pepperbox-tv-dark.webp
new file mode 100644
index 0000000..0d9acca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pepperbox-tv-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pepperbox-tv.webp b/static/icons/vendor/homarr/webp/pepperbox-tv.webp
new file mode 100644
index 0000000..3254f4c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pepperbox-tv.webp differ
diff --git a/static/icons/vendor/homarr/webp/peppermint.webp b/static/icons/vendor/homarr/webp/peppermint.webp
new file mode 100644
index 0000000..0f2f09c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/peppermint.webp differ
diff --git a/static/icons/vendor/homarr/webp/pepperminty-wiki.webp b/static/icons/vendor/homarr/webp/pepperminty-wiki.webp
new file mode 100644
index 0000000..7902652
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pepperminty-wiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/perlite.webp b/static/icons/vendor/homarr/webp/perlite.webp
new file mode 100644
index 0000000..dea220f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perlite.webp differ
diff --git a/static/icons/vendor/homarr/webp/perplexity-dark.webp b/static/icons/vendor/homarr/webp/perplexity-dark.webp
new file mode 100644
index 0000000..37ba995
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perplexity-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/perplexity-light.webp b/static/icons/vendor/homarr/webp/perplexity-light.webp
new file mode 100644
index 0000000..c2ed84c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perplexity-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/perplexity-wordmark-dark.webp b/static/icons/vendor/homarr/webp/perplexity-wordmark-dark.webp
new file mode 100644
index 0000000..b2e47b2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perplexity-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/perplexity-wordmark-light.webp b/static/icons/vendor/homarr/webp/perplexity-wordmark-light.webp
new file mode 100644
index 0000000..85e9ac5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perplexity-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/perplexity.webp b/static/icons/vendor/homarr/webp/perplexity.webp
new file mode 100644
index 0000000..e315d74
Binary files /dev/null and b/static/icons/vendor/homarr/webp/perplexity.webp differ
diff --git a/static/icons/vendor/homarr/webp/petio.webp b/static/icons/vendor/homarr/webp/petio.webp
new file mode 100644
index 0000000..e7bf5e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/petio.webp differ
diff --git a/static/icons/vendor/homarr/webp/pfsense-light.webp b/static/icons/vendor/homarr/webp/pfsense-light.webp
new file mode 100644
index 0000000..6555e63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pfsense-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pfsense.webp b/static/icons/vendor/homarr/webp/pfsense.webp
new file mode 100644
index 0000000..d9ef18e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pfsense.webp differ
diff --git a/static/icons/vendor/homarr/webp/pg-back-web.webp b/static/icons/vendor/homarr/webp/pg-back-web.webp
new file mode 100644
index 0000000..631ddaa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pg-back-web.webp differ
diff --git a/static/icons/vendor/homarr/webp/pgadmin.webp b/static/icons/vendor/homarr/webp/pgadmin.webp
new file mode 100644
index 0000000..2bd82d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pgadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/pgbackweb-dark.webp b/static/icons/vendor/homarr/webp/pgbackweb-dark.webp
new file mode 100644
index 0000000..b8403d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pgbackweb-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pgbackweb-light.webp b/static/icons/vendor/homarr/webp/pgbackweb-light.webp
new file mode 100644
index 0000000..ba752cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pgbackweb-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/phanpy.webp b/static/icons/vendor/homarr/webp/phanpy.webp
new file mode 100644
index 0000000..494803d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phanpy.webp differ
diff --git a/static/icons/vendor/homarr/webp/phantombot.webp b/static/icons/vendor/homarr/webp/phantombot.webp
new file mode 100644
index 0000000..48bc578
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phantombot.webp differ
diff --git a/static/icons/vendor/homarr/webp/phase-dark.webp b/static/icons/vendor/homarr/webp/phase-dark.webp
new file mode 100644
index 0000000..b6b50b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phase-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/phase.webp b/static/icons/vendor/homarr/webp/phase.webp
new file mode 100644
index 0000000..36df1c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phase.webp differ
diff --git a/static/icons/vendor/homarr/webp/phoneinfoga-light.webp b/static/icons/vendor/homarr/webp/phoneinfoga-light.webp
new file mode 100644
index 0000000..c08bdf1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phoneinfoga-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/phoneinfoga.webp b/static/icons/vendor/homarr/webp/phoneinfoga.webp
new file mode 100644
index 0000000..683461f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phoneinfoga.webp differ
diff --git a/static/icons/vendor/homarr/webp/phorge-light.webp b/static/icons/vendor/homarr/webp/phorge-light.webp
new file mode 100644
index 0000000..eb71ebc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phorge-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/phorge.webp b/static/icons/vendor/homarr/webp/phorge.webp
new file mode 100644
index 0000000..7df654c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phorge.webp differ
diff --git a/static/icons/vendor/homarr/webp/phoscon-light.webp b/static/icons/vendor/homarr/webp/phoscon-light.webp
new file mode 100644
index 0000000..543881c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phoscon-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/phoscon.webp b/static/icons/vendor/homarr/webp/phoscon.webp
new file mode 100644
index 0000000..d75ae3b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phoscon.webp differ
diff --git a/static/icons/vendor/homarr/webp/photonix-light.webp b/static/icons/vendor/homarr/webp/photonix-light.webp
new file mode 100644
index 0000000..3b5eaec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photonix-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/photonix.webp b/static/icons/vendor/homarr/webp/photonix.webp
new file mode 100644
index 0000000..50eb6e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photonix.webp differ
diff --git a/static/icons/vendor/homarr/webp/photopea.webp b/static/icons/vendor/homarr/webp/photopea.webp
new file mode 100644
index 0000000..c270eea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photopea.webp differ
diff --git a/static/icons/vendor/homarr/webp/photoprism-light.webp b/static/icons/vendor/homarr/webp/photoprism-light.webp
new file mode 100644
index 0000000..a2dca22
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photoprism-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/photoprism.webp b/static/icons/vendor/homarr/webp/photoprism.webp
new file mode 100644
index 0000000..d6eccf0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photoprism.webp differ
diff --git a/static/icons/vendor/homarr/webp/photostructure-dark.webp b/static/icons/vendor/homarr/webp/photostructure-dark.webp
new file mode 100644
index 0000000..a1724c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photostructure-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/photostructure.webp b/static/icons/vendor/homarr/webp/photostructure.webp
new file mode 100644
index 0000000..9b0f89f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photostructure.webp differ
diff --git a/static/icons/vendor/homarr/webp/photoview.webp b/static/icons/vendor/homarr/webp/photoview.webp
new file mode 100644
index 0000000..6e331f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/photoview.webp differ
diff --git a/static/icons/vendor/homarr/webp/php-light.webp b/static/icons/vendor/homarr/webp/php-light.webp
new file mode 100644
index 0000000..ed9502d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/php-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/php.webp b/static/icons/vendor/homarr/webp/php.webp
new file mode 100644
index 0000000..75912d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/php.webp differ
diff --git a/static/icons/vendor/homarr/webp/phpipam.webp b/static/icons/vendor/homarr/webp/phpipam.webp
new file mode 100644
index 0000000..9824404
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phpipam.webp differ
diff --git a/static/icons/vendor/homarr/webp/phpldapadmin.webp b/static/icons/vendor/homarr/webp/phpldapadmin.webp
new file mode 100644
index 0000000..e055c71
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phpldapadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/phpmyadmin.webp b/static/icons/vendor/homarr/webp/phpmyadmin.webp
new file mode 100644
index 0000000..af1fcd3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/phpmyadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/pi-alert.webp b/static/icons/vendor/homarr/webp/pi-alert.webp
new file mode 100644
index 0000000..3958835
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pi-alert.webp differ
diff --git a/static/icons/vendor/homarr/webp/pi-hole-unbound.webp b/static/icons/vendor/homarr/webp/pi-hole-unbound.webp
new file mode 100644
index 0000000..44eb03c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pi-hole-unbound.webp differ
diff --git a/static/icons/vendor/homarr/webp/pi-hole.webp b/static/icons/vendor/homarr/webp/pi-hole.webp
new file mode 100644
index 0000000..5e9a55e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pi-hole.webp differ
diff --git a/static/icons/vendor/homarr/webp/pia.webp b/static/icons/vendor/homarr/webp/pia.webp
new file mode 100644
index 0000000..a9b11a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pia.webp differ
diff --git a/static/icons/vendor/homarr/webp/piaware.webp b/static/icons/vendor/homarr/webp/piaware.webp
new file mode 100644
index 0000000..fe15917
Binary files /dev/null and b/static/icons/vendor/homarr/webp/piaware.webp differ
diff --git a/static/icons/vendor/homarr/webp/picsur-light.webp b/static/icons/vendor/homarr/webp/picsur-light.webp
new file mode 100644
index 0000000..c299521
Binary files /dev/null and b/static/icons/vendor/homarr/webp/picsur-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/picsur.webp b/static/icons/vendor/homarr/webp/picsur.webp
new file mode 100644
index 0000000..e52ceed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/picsur.webp differ
diff --git a/static/icons/vendor/homarr/webp/pigallery2-dark.webp b/static/icons/vendor/homarr/webp/pigallery2-dark.webp
new file mode 100644
index 0000000..a7f5fb6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pigallery2-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pigallery2.webp b/static/icons/vendor/homarr/webp/pigallery2.webp
new file mode 100644
index 0000000..f6cde70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pigallery2.webp differ
diff --git a/static/icons/vendor/homarr/webp/pigeonpod.webp b/static/icons/vendor/homarr/webp/pigeonpod.webp
new file mode 100644
index 0000000..7433249
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pigeonpod.webp differ
diff --git a/static/icons/vendor/homarr/webp/pikapods.webp b/static/icons/vendor/homarr/webp/pikapods.webp
new file mode 100644
index 0000000..e389768
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pikapods.webp differ
diff --git a/static/icons/vendor/homarr/webp/pikvm-light.webp b/static/icons/vendor/homarr/webp/pikvm-light.webp
new file mode 100644
index 0000000..2dbdca5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pikvm-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pikvm.webp b/static/icons/vendor/homarr/webp/pikvm.webp
new file mode 100644
index 0000000..6b15093
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pikvm.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinchflat.webp b/static/icons/vendor/homarr/webp/pinchflat.webp
new file mode 100644
index 0000000..acd886a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinchflat.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinepods.webp b/static/icons/vendor/homarr/webp/pinepods.webp
new file mode 100644
index 0000000..7a17dff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinepods.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingdom-light.webp b/static/icons/vendor/homarr/webp/pingdom-light.webp
new file mode 100644
index 0000000..cbd8b46
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingdom-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingdom.webp b/static/icons/vendor/homarr/webp/pingdom.webp
new file mode 100644
index 0000000..0a5e6cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingdom.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingvin-dark.webp b/static/icons/vendor/homarr/webp/pingvin-dark.webp
new file mode 100644
index 0000000..e6d6c0d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingvin-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingvin-share-dark.webp b/static/icons/vendor/homarr/webp/pingvin-share-dark.webp
new file mode 100644
index 0000000..e6d6c0d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingvin-share-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingvin-share.webp b/static/icons/vendor/homarr/webp/pingvin-share.webp
new file mode 100644
index 0000000..fea152f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingvin-share.webp differ
diff --git a/static/icons/vendor/homarr/webp/pingvin.webp b/static/icons/vendor/homarr/webp/pingvin.webp
new file mode 100644
index 0000000..3a6bb39
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pingvin.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinia.webp b/static/icons/vendor/homarr/webp/pinia.webp
new file mode 100644
index 0000000..0fef639
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinia.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinkary.webp b/static/icons/vendor/homarr/webp/pinkary.webp
new file mode 100644
index 0000000..6db00c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinkary.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinry.webp b/static/icons/vendor/homarr/webp/pinry.webp
new file mode 100644
index 0000000..e62abbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinry.webp differ
diff --git a/static/icons/vendor/homarr/webp/pinterest.webp b/static/icons/vendor/homarr/webp/pinterest.webp
new file mode 100644
index 0000000..81b79ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pinterest.webp differ
diff --git a/static/icons/vendor/homarr/webp/pioneer-light.webp b/static/icons/vendor/homarr/webp/pioneer-light.webp
new file mode 100644
index 0000000..d8138eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pioneer-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pioneer.webp b/static/icons/vendor/homarr/webp/pioneer.webp
new file mode 100644
index 0000000..7ce4e6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pioneer.webp differ
diff --git a/static/icons/vendor/homarr/webp/piped.webp b/static/icons/vendor/homarr/webp/piped.webp
new file mode 100644
index 0000000..22bbfd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/piped.webp differ
diff --git a/static/icons/vendor/homarr/webp/pirate-proxy.webp b/static/icons/vendor/homarr/webp/pirate-proxy.webp
new file mode 100644
index 0000000..ddd50fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pirate-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/pivpn.webp b/static/icons/vendor/homarr/webp/pivpn.webp
new file mode 100644
index 0000000..558a0ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pivpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/piwigo.webp b/static/icons/vendor/homarr/webp/piwigo.webp
new file mode 100644
index 0000000..c97ffcf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/piwigo.webp differ
diff --git a/static/icons/vendor/homarr/webp/pixelfed.webp b/static/icons/vendor/homarr/webp/pixelfed.webp
new file mode 100644
index 0000000..57a9c49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pixelfed.webp differ
diff --git a/static/icons/vendor/homarr/webp/plane-finder.webp b/static/icons/vendor/homarr/webp/plane-finder.webp
new file mode 100644
index 0000000..8d8a3d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plane-finder.webp differ
diff --git a/static/icons/vendor/homarr/webp/plane.webp b/static/icons/vendor/homarr/webp/plane.webp
new file mode 100644
index 0000000..b4515dd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plane.webp differ
diff --git a/static/icons/vendor/homarr/webp/planka-dark.webp b/static/icons/vendor/homarr/webp/planka-dark.webp
new file mode 100644
index 0000000..da92480
Binary files /dev/null and b/static/icons/vendor/homarr/webp/planka-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/planka.webp b/static/icons/vendor/homarr/webp/planka.webp
new file mode 100644
index 0000000..e17b80f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/planka.webp differ
diff --git a/static/icons/vendor/homarr/webp/plant-it.webp b/static/icons/vendor/homarr/webp/plant-it.webp
new file mode 100644
index 0000000..a037858
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plant-it.webp differ
diff --git a/static/icons/vendor/homarr/webp/plantuml.webp b/static/icons/vendor/homarr/webp/plantuml.webp
new file mode 100644
index 0000000..42cf330
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plantuml.webp differ
diff --git a/static/icons/vendor/homarr/webp/platzi.webp b/static/icons/vendor/homarr/webp/platzi.webp
new file mode 100644
index 0000000..a08d52f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/platzi.webp differ
diff --git a/static/icons/vendor/homarr/webp/plausible.webp b/static/icons/vendor/homarr/webp/plausible.webp
new file mode 100644
index 0000000..6c8a6e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plausible.webp differ
diff --git a/static/icons/vendor/homarr/webp/playstation.webp b/static/icons/vendor/homarr/webp/playstation.webp
new file mode 100644
index 0000000..a68b2e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/playstation.webp differ
diff --git a/static/icons/vendor/homarr/webp/pleroma.webp b/static/icons/vendor/homarr/webp/pleroma.webp
new file mode 100644
index 0000000..8520063
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pleroma.webp differ
diff --git a/static/icons/vendor/homarr/webp/plesk.webp b/static/icons/vendor/homarr/webp/plesk.webp
new file mode 100644
index 0000000..284124b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-alt-light.webp b/static/icons/vendor/homarr/webp/plex-alt-light.webp
new file mode 100644
index 0000000..0858eb9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-alt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-alt.webp b/static/icons/vendor/homarr/webp/plex-alt.webp
new file mode 100644
index 0000000..deffa38
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-light.webp b/static/icons/vendor/homarr/webp/plex-light.webp
new file mode 100644
index 0000000..fe9b3a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-meta-manager-light.webp b/static/icons/vendor/homarr/webp/plex-meta-manager-light.webp
new file mode 100644
index 0000000..3a767d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-meta-manager-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-meta-manager.webp b/static/icons/vendor/homarr/webp/plex-meta-manager.webp
new file mode 100644
index 0000000..4c0351f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-meta-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex-rewind.webp b/static/icons/vendor/homarr/webp/plex-rewind.webp
new file mode 100644
index 0000000..7e08aa0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex-rewind.webp differ
diff --git a/static/icons/vendor/homarr/webp/plex.webp b/static/icons/vendor/homarr/webp/plex.webp
new file mode 100644
index 0000000..38dcd54
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plex.webp differ
diff --git a/static/icons/vendor/homarr/webp/plexdrive.webp b/static/icons/vendor/homarr/webp/plexdrive.webp
new file mode 100644
index 0000000..24ea780
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plexdrive.webp differ
diff --git a/static/icons/vendor/homarr/webp/plexrequests-light.webp b/static/icons/vendor/homarr/webp/plexrequests-light.webp
new file mode 100644
index 0000000..de082b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plexrequests-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/plexrequests.webp b/static/icons/vendor/homarr/webp/plexrequests.webp
new file mode 100644
index 0000000..ee18cb5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plexrequests.webp differ
diff --git a/static/icons/vendor/homarr/webp/plexripper.webp b/static/icons/vendor/homarr/webp/plexripper.webp
new file mode 100644
index 0000000..66c1375
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plexripper.webp differ
diff --git a/static/icons/vendor/homarr/webp/plume.webp b/static/icons/vendor/homarr/webp/plume.webp
new file mode 100644
index 0000000..1a57f05
Binary files /dev/null and b/static/icons/vendor/homarr/webp/plume.webp differ
diff --git a/static/icons/vendor/homarr/webp/pluralsight.webp b/static/icons/vendor/homarr/webp/pluralsight.webp
new file mode 100644
index 0000000..b27b87d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pluralsight.webp differ
diff --git a/static/icons/vendor/homarr/webp/pluto-tv.webp b/static/icons/vendor/homarr/webp/pluto-tv.webp
new file mode 100644
index 0000000..578d01e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pluto-tv.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocket-casts-dark.webp b/static/icons/vendor/homarr/webp/pocket-casts-dark.webp
new file mode 100644
index 0000000..9f1ed45
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocket-casts-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocket-casts.webp b/static/icons/vendor/homarr/webp/pocket-casts.webp
new file mode 100644
index 0000000..fa01578
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocket-casts.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocket-id-light.webp b/static/icons/vendor/homarr/webp/pocket-id-light.webp
new file mode 100644
index 0000000..526b847
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocket-id-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocket-id.webp b/static/icons/vendor/homarr/webp/pocket-id.webp
new file mode 100644
index 0000000..41ca554
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocket-id.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocketbase-dark.webp b/static/icons/vendor/homarr/webp/pocketbase-dark.webp
new file mode 100644
index 0000000..d6b2020
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocketbase-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pocketbase.webp b/static/icons/vendor/homarr/webp/pocketbase.webp
new file mode 100644
index 0000000..cdc131f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pocketbase.webp differ
diff --git a/static/icons/vendor/homarr/webp/podfetch-light.webp b/static/icons/vendor/homarr/webp/podfetch-light.webp
new file mode 100644
index 0000000..14328b4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podfetch-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/podfetch.webp b/static/icons/vendor/homarr/webp/podfetch.webp
new file mode 100644
index 0000000..4f5c107
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podfetch.webp differ
diff --git a/static/icons/vendor/homarr/webp/podgrab.webp b/static/icons/vendor/homarr/webp/podgrab.webp
new file mode 100644
index 0000000..d5e1b07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podgrab.webp differ
diff --git a/static/icons/vendor/homarr/webp/podify.webp b/static/icons/vendor/homarr/webp/podify.webp
new file mode 100644
index 0000000..7c502cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podify.webp differ
diff --git a/static/icons/vendor/homarr/webp/podman.webp b/static/icons/vendor/homarr/webp/podman.webp
new file mode 100644
index 0000000..5018b99
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podman.webp differ
diff --git a/static/icons/vendor/homarr/webp/podnapisi.webp b/static/icons/vendor/homarr/webp/podnapisi.webp
new file mode 100644
index 0000000..59b7ac2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/podnapisi.webp differ
diff --git a/static/icons/vendor/homarr/webp/policycontroller.webp b/static/icons/vendor/homarr/webp/policycontroller.webp
new file mode 100644
index 0000000..b5aa59b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/policycontroller.webp differ
diff --git a/static/icons/vendor/homarr/webp/poly.webp b/static/icons/vendor/homarr/webp/poly.webp
new file mode 100644
index 0000000..50afc8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/poly.webp differ
diff --git a/static/icons/vendor/homarr/webp/polywork.webp b/static/icons/vendor/homarr/webp/polywork.webp
new file mode 100644
index 0000000..e70b5c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/polywork.webp differ
diff --git a/static/icons/vendor/homarr/webp/porkbun.webp b/static/icons/vendor/homarr/webp/porkbun.webp
new file mode 100644
index 0000000..094ef03
Binary files /dev/null and b/static/icons/vendor/homarr/webp/porkbun.webp differ
diff --git a/static/icons/vendor/homarr/webp/port-note.webp b/static/icons/vendor/homarr/webp/port-note.webp
new file mode 100644
index 0000000..0574692
Binary files /dev/null and b/static/icons/vendor/homarr/webp/port-note.webp differ
diff --git a/static/icons/vendor/homarr/webp/portainer-alt.webp b/static/icons/vendor/homarr/webp/portainer-alt.webp
new file mode 100644
index 0000000..74f2a82
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portainer-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/portainer-be-dark.webp b/static/icons/vendor/homarr/webp/portainer-be-dark.webp
new file mode 100644
index 0000000..861ef5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portainer-be-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/portainer-be.webp b/static/icons/vendor/homarr/webp/portainer-be.webp
new file mode 100644
index 0000000..01d189f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portainer-be.webp differ
diff --git a/static/icons/vendor/homarr/webp/portainer-dark.webp b/static/icons/vendor/homarr/webp/portainer-dark.webp
new file mode 100644
index 0000000..f2879d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portainer-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/portainer.webp b/static/icons/vendor/homarr/webp/portainer.webp
new file mode 100644
index 0000000..f245164
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portainer.webp differ
diff --git a/static/icons/vendor/homarr/webp/portracker-dark.webp b/static/icons/vendor/homarr/webp/portracker-dark.webp
new file mode 100644
index 0000000..fff5526
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portracker-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/portracker.webp b/static/icons/vendor/homarr/webp/portracker.webp
new file mode 100644
index 0000000..f23c529
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/portus.webp b/static/icons/vendor/homarr/webp/portus.webp
new file mode 100644
index 0000000..a4405fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/portus.webp differ
diff --git a/static/icons/vendor/homarr/webp/postal.webp b/static/icons/vendor/homarr/webp/postal.webp
new file mode 100644
index 0000000..78b92d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postal.webp differ
diff --git a/static/icons/vendor/homarr/webp/poste.webp b/static/icons/vendor/homarr/webp/poste.webp
new file mode 100644
index 0000000..95d2263
Binary files /dev/null and b/static/icons/vendor/homarr/webp/poste.webp differ
diff --git a/static/icons/vendor/homarr/webp/posteria.webp b/static/icons/vendor/homarr/webp/posteria.webp
new file mode 100644
index 0000000..f3bd08d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/posteria.webp differ
diff --git a/static/icons/vendor/homarr/webp/posterizarr.webp b/static/icons/vendor/homarr/webp/posterizarr.webp
new file mode 100644
index 0000000..67aabe2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/posterizarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/postgres.webp b/static/icons/vendor/homarr/webp/postgres.webp
new file mode 100644
index 0000000..2bd82d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postgres.webp differ
diff --git a/static/icons/vendor/homarr/webp/postgresql.webp b/static/icons/vendor/homarr/webp/postgresql.webp
new file mode 100644
index 0000000..e012f6f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postgresql.webp differ
diff --git a/static/icons/vendor/homarr/webp/postgresus.webp b/static/icons/vendor/homarr/webp/postgresus.webp
new file mode 100644
index 0000000..7f7eaca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postgresus.webp differ
diff --git a/static/icons/vendor/homarr/webp/posthog-light.webp b/static/icons/vendor/homarr/webp/posthog-light.webp
new file mode 100644
index 0000000..6bf6fc1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/posthog-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/posthog.webp b/static/icons/vendor/homarr/webp/posthog.webp
new file mode 100644
index 0000000..3417a29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/posthog.webp differ
diff --git a/static/icons/vendor/homarr/webp/postiz-dark.webp b/static/icons/vendor/homarr/webp/postiz-dark.webp
new file mode 100644
index 0000000..695e7eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postiz-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/postiz.webp b/static/icons/vendor/homarr/webp/postiz.webp
new file mode 100644
index 0000000..8d36ce1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/postiz.webp differ
diff --git a/static/icons/vendor/homarr/webp/powerbi.webp b/static/icons/vendor/homarr/webp/powerbi.webp
new file mode 100644
index 0000000..9d12a0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/powerbi.webp differ
diff --git a/static/icons/vendor/homarr/webp/powerdns.webp b/static/icons/vendor/homarr/webp/powerdns.webp
new file mode 100644
index 0000000..8b783fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/powerdns.webp differ
diff --git a/static/icons/vendor/homarr/webp/powerpanel.webp b/static/icons/vendor/homarr/webp/powerpanel.webp
new file mode 100644
index 0000000..ccc1d9b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/powerpanel.webp differ
diff --git a/static/icons/vendor/homarr/webp/premium-mobile.webp b/static/icons/vendor/homarr/webp/premium-mobile.webp
new file mode 100644
index 0000000..aac5ce5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/premium-mobile.webp differ
diff --git a/static/icons/vendor/homarr/webp/premiumize.webp b/static/icons/vendor/homarr/webp/premiumize.webp
new file mode 100644
index 0000000..777d16d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/premiumize.webp differ
diff --git a/static/icons/vendor/homarr/webp/pretix.webp b/static/icons/vendor/homarr/webp/pretix.webp
new file mode 100644
index 0000000..86538e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pretix.webp differ
diff --git a/static/icons/vendor/homarr/webp/price-buddy.webp b/static/icons/vendor/homarr/webp/price-buddy.webp
new file mode 100644
index 0000000..d1b6ec3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/price-buddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/primal.webp b/static/icons/vendor/homarr/webp/primal.webp
new file mode 100644
index 0000000..a3c84ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/primal.webp differ
diff --git a/static/icons/vendor/homarr/webp/prime-video-alt-dark.webp b/static/icons/vendor/homarr/webp/prime-video-alt-dark.webp
new file mode 100644
index 0000000..e141c18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prime-video-alt-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/prime-video-alt.webp b/static/icons/vendor/homarr/webp/prime-video-alt.webp
new file mode 100644
index 0000000..d1fd3ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prime-video-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/prime-video-light.webp b/static/icons/vendor/homarr/webp/prime-video-light.webp
new file mode 100644
index 0000000..ce01cd0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prime-video-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/prime-video.webp b/static/icons/vendor/homarr/webp/prime-video.webp
new file mode 100644
index 0000000..36a2f3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prime-video.webp differ
diff --git a/static/icons/vendor/homarr/webp/printables.webp b/static/icons/vendor/homarr/webp/printables.webp
new file mode 100644
index 0000000..63cfba1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/printables.webp differ
diff --git a/static/icons/vendor/homarr/webp/printer.webp b/static/icons/vendor/homarr/webp/printer.webp
new file mode 100644
index 0000000..6f9d353
Binary files /dev/null and b/static/icons/vendor/homarr/webp/printer.webp differ
diff --git a/static/icons/vendor/homarr/webp/pritunl.webp b/static/icons/vendor/homarr/webp/pritunl.webp
new file mode 100644
index 0000000..61f936a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pritunl.webp differ
diff --git a/static/icons/vendor/homarr/webp/privacyidea.webp b/static/icons/vendor/homarr/webp/privacyidea.webp
new file mode 100644
index 0000000..21d1985
Binary files /dev/null and b/static/icons/vendor/homarr/webp/privacyidea.webp differ
diff --git a/static/icons/vendor/homarr/webp/private-internet-access.webp b/static/icons/vendor/homarr/webp/private-internet-access.webp
new file mode 100644
index 0000000..e51ac5b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/private-internet-access.webp differ
diff --git a/static/icons/vendor/homarr/webp/privatebin.webp b/static/icons/vendor/homarr/webp/privatebin.webp
new file mode 100644
index 0000000..25cb1bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/privatebin.webp differ
diff --git a/static/icons/vendor/homarr/webp/profilarr.webp b/static/icons/vendor/homarr/webp/profilarr.webp
new file mode 100644
index 0000000..3ad8e9d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/profilarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/projection-lab.webp b/static/icons/vendor/homarr/webp/projection-lab.webp
new file mode 100644
index 0000000..e9d869b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/projection-lab.webp differ
diff --git a/static/icons/vendor/homarr/webp/projectsend.webp b/static/icons/vendor/homarr/webp/projectsend.webp
new file mode 100644
index 0000000..73a2d7c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/projectsend.webp differ
diff --git a/static/icons/vendor/homarr/webp/prolific.webp b/static/icons/vendor/homarr/webp/prolific.webp
new file mode 100644
index 0000000..e85d76c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prolific.webp differ
diff --git a/static/icons/vendor/homarr/webp/prometheus.webp b/static/icons/vendor/homarr/webp/prometheus.webp
new file mode 100644
index 0000000..59c2b65
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prometheus.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-calendar.webp b/static/icons/vendor/homarr/webp/proton-calendar.webp
new file mode 100644
index 0000000..5a93ec0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-calendar.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-docs.webp b/static/icons/vendor/homarr/webp/proton-docs.webp
new file mode 100644
index 0000000..b2c907b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-docs.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-drive.webp b/static/icons/vendor/homarr/webp/proton-drive.webp
new file mode 100644
index 0000000..cd7d890
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-drive.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-lumo.webp b/static/icons/vendor/homarr/webp/proton-lumo.webp
new file mode 100644
index 0000000..d331c3d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-lumo.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-mail.webp b/static/icons/vendor/homarr/webp/proton-mail.webp
new file mode 100644
index 0000000..f3e20ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-mail.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-pass.webp b/static/icons/vendor/homarr/webp/proton-pass.webp
new file mode 100644
index 0000000..b7e20ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-pass.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-vpn.webp b/static/icons/vendor/homarr/webp/proton-vpn.webp
new file mode 100644
index 0000000..f0c4d1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-vpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton-wallet.webp b/static/icons/vendor/homarr/webp/proton-wallet.webp
new file mode 100644
index 0000000..2544595
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton-wallet.webp differ
diff --git a/static/icons/vendor/homarr/webp/proton.webp b/static/icons/vendor/homarr/webp/proton.webp
new file mode 100644
index 0000000..e4aa470
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proton.webp differ
diff --git a/static/icons/vendor/homarr/webp/protondb.webp b/static/icons/vendor/homarr/webp/protondb.webp
new file mode 100644
index 0000000..78ab738
Binary files /dev/null and b/static/icons/vendor/homarr/webp/protondb.webp differ
diff --git a/static/icons/vendor/homarr/webp/prowlarr.webp b/static/icons/vendor/homarr/webp/prowlarr.webp
new file mode 100644
index 0000000..964f18b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prowlarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/proxmenu.webp b/static/icons/vendor/homarr/webp/proxmenu.webp
new file mode 100644
index 0000000..63e4fb4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proxmenu.webp differ
diff --git a/static/icons/vendor/homarr/webp/proxmox-light.webp b/static/icons/vendor/homarr/webp/proxmox-light.webp
new file mode 100644
index 0000000..b0ef863
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proxmox-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/proxmox.webp b/static/icons/vendor/homarr/webp/proxmox.webp
new file mode 100644
index 0000000..15d02eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/proxmox.webp differ
diff --git a/static/icons/vendor/homarr/webp/prtg.webp b/static/icons/vendor/homarr/webp/prtg.webp
new file mode 100644
index 0000000..64d2327
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prtg.webp differ
diff --git a/static/icons/vendor/homarr/webp/prunemate.webp b/static/icons/vendor/homarr/webp/prunemate.webp
new file mode 100644
index 0000000..a613d2e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prunemate.webp differ
diff --git a/static/icons/vendor/homarr/webp/prusa-research.webp b/static/icons/vendor/homarr/webp/prusa-research.webp
new file mode 100644
index 0000000..91f5638
Binary files /dev/null and b/static/icons/vendor/homarr/webp/prusa-research.webp differ
diff --git a/static/icons/vendor/homarr/webp/psitransfer.webp b/static/icons/vendor/homarr/webp/psitransfer.webp
new file mode 100644
index 0000000..c4645b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/psitransfer.webp differ
diff --git a/static/icons/vendor/homarr/webp/pterodactyl.webp b/static/icons/vendor/homarr/webp/pterodactyl.webp
new file mode 100644
index 0000000..54c0318
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pterodactyl.webp differ
diff --git a/static/icons/vendor/homarr/webp/public-pool.webp b/static/icons/vendor/homarr/webp/public-pool.webp
new file mode 100644
index 0000000..0cd1a81
Binary files /dev/null and b/static/icons/vendor/homarr/webp/public-pool.webp differ
diff --git a/static/icons/vendor/homarr/webp/pufferpanel.webp b/static/icons/vendor/homarr/webp/pufferpanel.webp
new file mode 100644
index 0000000..4747ae0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pufferpanel.webp differ
diff --git a/static/icons/vendor/homarr/webp/pulsarr.webp b/static/icons/vendor/homarr/webp/pulsarr.webp
new file mode 100644
index 0000000..bf6c4dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pulsarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/pulse.webp b/static/icons/vendor/homarr/webp/pulse.webp
new file mode 100644
index 0000000..93da613
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pulse.webp differ
diff --git a/static/icons/vendor/homarr/webp/pure-storage.webp b/static/icons/vendor/homarr/webp/pure-storage.webp
new file mode 100644
index 0000000..d56843b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pure-storage.webp differ
diff --git a/static/icons/vendor/homarr/webp/purelymail.webp b/static/icons/vendor/homarr/webp/purelymail.webp
new file mode 100644
index 0000000..d0c7496
Binary files /dev/null and b/static/icons/vendor/homarr/webp/purelymail.webp differ
diff --git a/static/icons/vendor/homarr/webp/pushfish.webp b/static/icons/vendor/homarr/webp/pushfish.webp
new file mode 100644
index 0000000..85a11b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pushfish.webp differ
diff --git a/static/icons/vendor/homarr/webp/pushover.webp b/static/icons/vendor/homarr/webp/pushover.webp
new file mode 100644
index 0000000..041eb9b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pushover.webp differ
diff --git a/static/icons/vendor/homarr/webp/putty.webp b/static/icons/vendor/homarr/webp/putty.webp
new file mode 100644
index 0000000..018bdff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/putty.webp differ
diff --git a/static/icons/vendor/homarr/webp/pve-scripts-local.webp b/static/icons/vendor/homarr/webp/pve-scripts-local.webp
new file mode 100644
index 0000000..7aa1bdd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pve-scripts-local.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ai-dark.webp b/static/icons/vendor/homarr/webp/pvy-ai-dark.webp
new file mode 100644
index 0000000..f5fa368
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ai-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ai-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-ai-wordmark-dark.webp
new file mode 100644
index 0000000..f5fa368
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ai-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ai-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-ai-wordmark-light.webp
new file mode 100644
index 0000000..7535983
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ai-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ai.webp b/static/icons/vendor/homarr/webp/pvy-ai.webp
new file mode 100644
index 0000000..daf8817
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-analytics-dark.webp b/static/icons/vendor/homarr/webp/pvy-analytics-dark.webp
new file mode 100644
index 0000000..1a84095
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-analytics-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-dark.webp
new file mode 100644
index 0000000..eb92224
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-light.webp
new file mode 100644
index 0000000..15661f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-analytics-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-analytics.webp b/static/icons/vendor/homarr/webp/pvy-analytics.webp
new file mode 100644
index 0000000..a5ec7fe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-analytics.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-applytics-dark.webp b/static/icons/vendor/homarr/webp/pvy-applytics-dark.webp
new file mode 100644
index 0000000..6acffe5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-applytics-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-dark.webp
new file mode 100644
index 0000000..2a66916
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-light.webp
new file mode 100644
index 0000000..d0bbdb3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-applytics-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-applytics.webp b/static/icons/vendor/homarr/webp/pvy-applytics.webp
new file mode 100644
index 0000000..ba4e4ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-applytics.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-appstore-dark.webp b/static/icons/vendor/homarr/webp/pvy-appstore-dark.webp
new file mode 100644
index 0000000..ebbba60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-appstore-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-dark.webp
new file mode 100644
index 0000000..8bed05f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-light.webp
new file mode 100644
index 0000000..bdb7df5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-appstore-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-appstore.webp b/static/icons/vendor/homarr/webp/pvy-appstore.webp
new file mode 100644
index 0000000..29d83ac
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-appstore.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-archiver-dark.webp b/static/icons/vendor/homarr/webp/pvy-archiver-dark.webp
new file mode 100644
index 0000000..fda41b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-archiver-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-dark.webp
new file mode 100644
index 0000000..1db32bd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-light.webp
new file mode 100644
index 0000000..d624857
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-archiver-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-archiver.webp b/static/icons/vendor/homarr/webp/pvy-archiver.webp
new file mode 100644
index 0000000..489421e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-archiver.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-assets-dark.webp b/static/icons/vendor/homarr/webp/pvy-assets-dark.webp
new file mode 100644
index 0000000..bba6021
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-assets-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-assets-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-assets-wordmark-dark.webp
new file mode 100644
index 0000000..5a27a66
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-assets-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-assets-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-assets-wordmark-light.webp
new file mode 100644
index 0000000..1b23688
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-assets-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-assets.webp b/static/icons/vendor/homarr/webp/pvy-assets.webp
new file mode 100644
index 0000000..65545c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-assets.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-automat-dark.webp b/static/icons/vendor/homarr/webp/pvy-automat-dark.webp
new file mode 100644
index 0000000..9df5608
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-automat-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-automat-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-automat-wordmark-dark.webp
new file mode 100644
index 0000000..5d2dd67
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-automat-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-automat-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-automat-wordmark-light.webp
new file mode 100644
index 0000000..907f2bf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-automat-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-automat.webp b/static/icons/vendor/homarr/webp/pvy-automat.webp
new file mode 100644
index 0000000..cb647d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-automat.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-backup-dark.webp b/static/icons/vendor/homarr/webp/pvy-backup-dark.webp
new file mode 100644
index 0000000..c62d5f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-backup-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-backup-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-backup-wordmark-dark.webp
new file mode 100644
index 0000000..d95705f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-backup-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-backup-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-backup-wordmark-light.webp
new file mode 100644
index 0000000..4d11a91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-backup-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-backup.webp b/static/icons/vendor/homarr/webp/pvy-backup.webp
new file mode 100644
index 0000000..fb3d7a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-backup.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-base-dark.webp b/static/icons/vendor/homarr/webp/pvy-base-dark.webp
new file mode 100644
index 0000000..a3f55ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-base-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-base-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-base-wordmark-dark.webp
new file mode 100644
index 0000000..79bc367
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-base-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-base-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-base-wordmark-light.webp
new file mode 100644
index 0000000..d09e251
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-base-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-base.webp b/static/icons/vendor/homarr/webp/pvy-base.webp
new file mode 100644
index 0000000..9a66f8d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-base.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bookmarks-dark.webp b/static/icons/vendor/homarr/webp/pvy-bookmarks-dark.webp
new file mode 100644
index 0000000..adff4e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bookmarks-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-dark.webp
new file mode 100644
index 0000000..c5caf3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-light.webp
new file mode 100644
index 0000000..e23606c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bookmarks-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bookmarks.webp b/static/icons/vendor/homarr/webp/pvy-bookmarks.webp
new file mode 100644
index 0000000..b71f80b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bookmarks.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bot-dark.webp b/static/icons/vendor/homarr/webp/pvy-bot-dark.webp
new file mode 100644
index 0000000..6f49621
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bot-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bot-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-bot-wordmark-dark.webp
new file mode 100644
index 0000000..536037e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bot-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bot-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-bot-wordmark-light.webp
new file mode 100644
index 0000000..e6dc1c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bot-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bot.webp b/static/icons/vendor/homarr/webp/pvy-bot.webp
new file mode 100644
index 0000000..93fdcf2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bot.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buddy-dark.webp b/static/icons/vendor/homarr/webp/pvy-buddy-dark.webp
new file mode 100644
index 0000000..bc098f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buddy-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-dark.webp
new file mode 100644
index 0000000..b1896c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-light.webp
new file mode 100644
index 0000000..846bcc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buddy-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buddy.webp b/static/icons/vendor/homarr/webp/pvy-buddy.webp
new file mode 100644
index 0000000..e9203a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buddy.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bugtracker-dark.webp b/static/icons/vendor/homarr/webp/pvy-bugtracker-dark.webp
new file mode 100644
index 0000000..9849bfc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bugtracker-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-dark.webp
new file mode 100644
index 0000000..1752646
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-light.webp
new file mode 100644
index 0000000..215e760
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bugtracker-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-bugtracker.webp b/static/icons/vendor/homarr/webp/pvy-bugtracker.webp
new file mode 100644
index 0000000..2640055
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-bugtracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-businessos-dark.webp b/static/icons/vendor/homarr/webp/pvy-businessos-dark.webp
new file mode 100644
index 0000000..0069848
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-businessos-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-dark.webp
new file mode 100644
index 0000000..3d07e4f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-light.webp
new file mode 100644
index 0000000..99fec88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-businessos-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-businessos.webp b/static/icons/vendor/homarr/webp/pvy-businessos.webp
new file mode 100644
index 0000000..973eb2c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-businessos.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buttler-dark.webp b/static/icons/vendor/homarr/webp/pvy-buttler-dark.webp
new file mode 100644
index 0000000..1e1e270
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buttler-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-dark.webp
new file mode 100644
index 0000000..8f75346
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-light.webp
new file mode 100644
index 0000000..33f9221
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buttler-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-buttler.webp b/static/icons/vendor/homarr/webp/pvy-buttler.webp
new file mode 100644
index 0000000..f17317b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-buttler.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-cal-dark.webp b/static/icons/vendor/homarr/webp/pvy-cal-dark.webp
new file mode 100644
index 0000000..2519fa1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-cal-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-cal-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-cal-wordmark-dark.webp
new file mode 100644
index 0000000..664127e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-cal-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-cal-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-cal-wordmark-light.webp
new file mode 100644
index 0000000..84f0ef2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-cal-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-cal.webp b/static/icons/vendor/homarr/webp/pvy-cal.webp
new file mode 100644
index 0000000..71c1324
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-cal.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-captcha-dark.webp b/static/icons/vendor/homarr/webp/pvy-captcha-dark.webp
new file mode 100644
index 0000000..620a2bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-captcha-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-dark.webp
new file mode 100644
index 0000000..0be07a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-light.webp
new file mode 100644
index 0000000..5b30f2f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-captcha-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-captcha.webp b/static/icons/vendor/homarr/webp/pvy-captcha.webp
new file mode 100644
index 0000000..7840366
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-captcha.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-central-dark.webp b/static/icons/vendor/homarr/webp/pvy-central-dark.webp
new file mode 100644
index 0000000..3e41522
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-central-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-central-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-central-wordmark-dark.webp
new file mode 100644
index 0000000..1c57e02
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-central-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-central-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-central-wordmark-light.webp
new file mode 100644
index 0000000..ad73932
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-central-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-central.webp b/static/icons/vendor/homarr/webp/pvy-central.webp
new file mode 100644
index 0000000..fac4bc7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-central.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-code-dark.webp b/static/icons/vendor/homarr/webp/pvy-code-dark.webp
new file mode 100644
index 0000000..88c6bfd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-code-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-code-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-code-wordmark-dark.webp
new file mode 100644
index 0000000..6d97946
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-code-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-code-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-code-wordmark-light.webp
new file mode 100644
index 0000000..05254d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-code-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-code.webp b/static/icons/vendor/homarr/webp/pvy-code.webp
new file mode 100644
index 0000000..685b278
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-code.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-community-dark.webp b/static/icons/vendor/homarr/webp/pvy-community-dark.webp
new file mode 100644
index 0000000..efbbd9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-community-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-community-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-community-wordmark-dark.webp
new file mode 100644
index 0000000..ea7d03a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-community-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-community-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-community-wordmark-light.webp
new file mode 100644
index 0000000..eefed30
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-community-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-community.webp b/static/icons/vendor/homarr/webp/pvy-community.webp
new file mode 100644
index 0000000..ec377ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-community.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-devices-dark.webp b/static/icons/vendor/homarr/webp/pvy-devices-dark.webp
new file mode 100644
index 0000000..ea36a99
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-devices-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-devices-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-devices-wordmark-dark.webp
new file mode 100644
index 0000000..7801352
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-devices-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-devices-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-devices-wordmark-light.webp
new file mode 100644
index 0000000..1b8b6cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-devices-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-devices.webp b/static/icons/vendor/homarr/webp/pvy-devices.webp
new file mode 100644
index 0000000..7e2b34b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-devices.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-files-dark.webp b/static/icons/vendor/homarr/webp/pvy-files-dark.webp
new file mode 100644
index 0000000..b24558f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-files-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-files-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-files-wordmark-dark.webp
new file mode 100644
index 0000000..2ef40e3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-files-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-files-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-files-wordmark-light.webp
new file mode 100644
index 0000000..792d231
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-files-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-files.webp b/static/icons/vendor/homarr/webp/pvy-files.webp
new file mode 100644
index 0000000..10dcd1f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-files.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-forms-dark.webp b/static/icons/vendor/homarr/webp/pvy-forms-dark.webp
new file mode 100644
index 0000000..67beb12
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-forms-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-forms-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-forms-wordmark-dark.webp
new file mode 100644
index 0000000..32e6049
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-forms-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-forms-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-forms-wordmark-light.webp
new file mode 100644
index 0000000..835f14c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-forms-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-forms.webp b/static/icons/vendor/homarr/webp/pvy-forms.webp
new file mode 100644
index 0000000..e8506f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-forms.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-groupware-dark.webp b/static/icons/vendor/homarr/webp/pvy-groupware-dark.webp
new file mode 100644
index 0000000..cbbaeef
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-groupware-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-dark.webp
new file mode 100644
index 0000000..1b33259
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-light.webp
new file mode 100644
index 0000000..3375387
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-groupware-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-groupware.webp b/static/icons/vendor/homarr/webp/pvy-groupware.webp
new file mode 100644
index 0000000..a8a3b7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-groupware.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-gtd-dark.webp b/static/icons/vendor/homarr/webp/pvy-gtd-dark.webp
new file mode 100644
index 0000000..1a72d8c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-gtd-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-dark.webp
new file mode 100644
index 0000000..c4bcf6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-light.webp
new file mode 100644
index 0000000..14bf235
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-gtd-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-gtd.webp b/static/icons/vendor/homarr/webp/pvy-gtd.webp
new file mode 100644
index 0000000..ccf8396
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-gtd.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-homeassistant-dark.webp b/static/icons/vendor/homarr/webp/pvy-homeassistant-dark.webp
new file mode 100644
index 0000000..90bf737
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-homeassistant-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-dark.webp
new file mode 100644
index 0000000..06c634b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-light.webp
new file mode 100644
index 0000000..e38a0d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-homeassistant-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-homeassistant.webp b/static/icons/vendor/homarr/webp/pvy-homeassistant.webp
new file mode 100644
index 0000000..54bc306
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-homeassistant.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-id-dark.webp b/static/icons/vendor/homarr/webp/pvy-id-dark.webp
new file mode 100644
index 0000000..c6b567a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-id-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-id-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-id-wordmark-dark.webp
new file mode 100644
index 0000000..c019b2e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-id-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-id-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-id-wordmark-light.webp
new file mode 100644
index 0000000..20ffb9b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-id-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-id.webp b/static/icons/vendor/homarr/webp/pvy-id.webp
new file mode 100644
index 0000000..505e188
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-id.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-lnkr-dark.webp b/static/icons/vendor/homarr/webp/pvy-lnkr-dark.webp
new file mode 100644
index 0000000..6866d6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-lnkr-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-dark.webp
new file mode 100644
index 0000000..f9222ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-light.webp
new file mode 100644
index 0000000..4752483
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-lnkr-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-lnkr.webp b/static/icons/vendor/homarr/webp/pvy-lnkr.webp
new file mode 100644
index 0000000..bada7b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-lnkr.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-local-dark.webp b/static/icons/vendor/homarr/webp/pvy-local-dark.webp
new file mode 100644
index 0000000..eaf5919
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-local-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-local-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-local-wordmark-dark.webp
new file mode 100644
index 0000000..1468213
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-local-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-local-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-local-wordmark-light.webp
new file mode 100644
index 0000000..7eaa902
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-local-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-local.webp b/static/icons/vendor/homarr/webp/pvy-local.webp
new file mode 100644
index 0000000..19e3633
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-local.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-localize-dark.webp b/static/icons/vendor/homarr/webp/pvy-localize-dark.webp
new file mode 100644
index 0000000..4697297
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-localize-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-localize-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-localize-wordmark-dark.webp
new file mode 100644
index 0000000..cd4713b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-localize-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-localize-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-localize-wordmark-light.webp
new file mode 100644
index 0000000..25dbb7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-localize-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-localize.webp b/static/icons/vendor/homarr/webp/pvy-localize.webp
new file mode 100644
index 0000000..083d9f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-localize.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailarchiver-dark.webp b/static/icons/vendor/homarr/webp/pvy-mailarchiver-dark.webp
new file mode 100644
index 0000000..c2002e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailarchiver-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-dark.webp
new file mode 100644
index 0000000..a21fb36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-light.webp
new file mode 100644
index 0000000..893e2e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailarchiver-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailarchiver.webp b/static/icons/vendor/homarr/webp/pvy-mailarchiver.webp
new file mode 100644
index 0000000..93c756d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailarchiver.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailr-dark.webp b/static/icons/vendor/homarr/webp/pvy-mailr-dark.webp
new file mode 100644
index 0000000..e96b702
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailr-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-dark.webp
new file mode 100644
index 0000000..82c83bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-light.webp
new file mode 100644
index 0000000..54e5125
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailr-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mailr.webp b/static/icons/vendor/homarr/webp/pvy-mailr.webp
new file mode 100644
index 0000000..aa48ce5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mailr.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-maps-dark.webp b/static/icons/vendor/homarr/webp/pvy-maps-dark.webp
new file mode 100644
index 0000000..b1272e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-maps-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-maps-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-maps-wordmark-dark.webp
new file mode 100644
index 0000000..61827b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-maps-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-maps-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-maps-wordmark-light.webp
new file mode 100644
index 0000000..225b82d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-maps-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-maps.webp b/static/icons/vendor/homarr/webp/pvy-maps.webp
new file mode 100644
index 0000000..447075d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-maps.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mdm-dark.webp b/static/icons/vendor/homarr/webp/pvy-mdm-dark.webp
new file mode 100644
index 0000000..9be823f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mdm-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-dark.webp
new file mode 100644
index 0000000..4c7438d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-light.webp
new file mode 100644
index 0000000..16787b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mdm-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mdm.webp b/static/icons/vendor/homarr/webp/pvy-mdm.webp
new file mode 100644
index 0000000..7100928
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mdm.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-media-dark.webp b/static/icons/vendor/homarr/webp/pvy-media-dark.webp
new file mode 100644
index 0000000..94a673c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-media-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-media-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-media-wordmark-dark.webp
new file mode 100644
index 0000000..ecffc65
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-media-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-media-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-media-wordmark-light.webp
new file mode 100644
index 0000000..d226f66
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-media-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-media.webp b/static/icons/vendor/homarr/webp/pvy-media.webp
new file mode 100644
index 0000000..010a6e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-media.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mediahub-dark.webp b/static/icons/vendor/homarr/webp/pvy-mediahub-dark.webp
new file mode 100644
index 0000000..78e9869
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mediahub-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-dark.webp
new file mode 100644
index 0000000..ff27429
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-light.webp
new file mode 100644
index 0000000..aca5bd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mediahub-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mediahub.webp b/static/icons/vendor/homarr/webp/pvy-mediahub.webp
new file mode 100644
index 0000000..6fa839f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mediahub.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-meeting-dark.webp b/static/icons/vendor/homarr/webp/pvy-meeting-dark.webp
new file mode 100644
index 0000000..a632f2c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-meeting-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-dark.webp
new file mode 100644
index 0000000..fa54845
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-light.webp
new file mode 100644
index 0000000..2ac236a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-meeting-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-meeting.webp b/static/icons/vendor/homarr/webp/pvy-meeting.webp
new file mode 100644
index 0000000..19bea84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-meeting.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mesh-dark.webp b/static/icons/vendor/homarr/webp/pvy-mesh-dark.webp
new file mode 100644
index 0000000..e82c585
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mesh-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-dark.webp
new file mode 100644
index 0000000..219b5c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-light.webp
new file mode 100644
index 0000000..9bf6d1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mesh-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-mesh.webp b/static/icons/vendor/homarr/webp/pvy-mesh.webp
new file mode 100644
index 0000000..122cbd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-mesh.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-messenger-dark.webp b/static/icons/vendor/homarr/webp/pvy-messenger-dark.webp
new file mode 100644
index 0000000..a3fdd73
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-messenger-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-dark.webp
new file mode 100644
index 0000000..c9c28f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-light.webp
new file mode 100644
index 0000000..2ef6cb3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-messenger-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-messenger.webp b/static/icons/vendor/homarr/webp/pvy-messenger.webp
new file mode 100644
index 0000000..e0e9865
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-messenger.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-news-dark.webp b/static/icons/vendor/homarr/webp/pvy-news-dark.webp
new file mode 100644
index 0000000..f31a1e4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-news-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-news-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-news-wordmark-dark.webp
new file mode 100644
index 0000000..80f46ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-news-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-news-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-news-wordmark-light.webp
new file mode 100644
index 0000000..362629c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-news-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-news.webp b/static/icons/vendor/homarr/webp/pvy-news.webp
new file mode 100644
index 0000000..e7c3f9c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-news.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-notes-dark.webp b/static/icons/vendor/homarr/webp/pvy-notes-dark.webp
new file mode 100644
index 0000000..472f05e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-notes-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-notes-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-notes-wordmark-dark.webp
new file mode 100644
index 0000000..b6744d4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-notes-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-notes-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-notes-wordmark-light.webp
new file mode 100644
index 0000000..262d273
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-notes-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-notes.webp b/static/icons/vendor/homarr/webp/pvy-notes.webp
new file mode 100644
index 0000000..c3b1758
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-notes.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-office-dark.webp b/static/icons/vendor/homarr/webp/pvy-office-dark.webp
new file mode 100644
index 0000000..9a2ee80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-office-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-office-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-office-wordmark-dark.webp
new file mode 100644
index 0000000..922ae18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-office-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-office-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-office-wordmark-light.webp
new file mode 100644
index 0000000..922ae18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-office-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-office.webp b/static/icons/vendor/homarr/webp/pvy-office.webp
new file mode 100644
index 0000000..623cad8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-office.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pad-dark.webp b/static/icons/vendor/homarr/webp/pvy-pad-dark.webp
new file mode 100644
index 0000000..4bcd7c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pad-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pad-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-pad-wordmark-dark.webp
new file mode 100644
index 0000000..9abc4c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pad-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pad-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-pad-wordmark-light.webp
new file mode 100644
index 0000000..26f2eeb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pad-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pad.webp b/static/icons/vendor/homarr/webp/pvy-pad.webp
new file mode 100644
index 0000000..ac54d3e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pad.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pbx-dark.webp b/static/icons/vendor/homarr/webp/pvy-pbx-dark.webp
new file mode 100644
index 0000000..ebf6b70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pbx-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-dark.webp
new file mode 100644
index 0000000..d85678d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-light.webp
new file mode 100644
index 0000000..bddcdfe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pbx-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-pbx.webp b/static/icons/vendor/homarr/webp/pvy-pbx.webp
new file mode 100644
index 0000000..a25a180
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-pbx.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-photo-dark.webp b/static/icons/vendor/homarr/webp/pvy-photo-dark.webp
new file mode 100644
index 0000000..1e22a24
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-photo-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-photo-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-photo-wordmark-dark.webp
new file mode 100644
index 0000000..13e63bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-photo-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-photo-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-photo-wordmark-light.webp
new file mode 100644
index 0000000..2353377
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-photo-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-photo.webp b/static/icons/vendor/homarr/webp/pvy-photo.webp
new file mode 100644
index 0000000..76fa625
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-photo.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-remote-dark.webp b/static/icons/vendor/homarr/webp/pvy-remote-dark.webp
new file mode 100644
index 0000000..7c00ae8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-remote-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-remote-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-remote-wordmark-dark.webp
new file mode 100644
index 0000000..e3b8a74
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-remote-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-remote-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-remote-wordmark-light.webp
new file mode 100644
index 0000000..12b0940
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-remote-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-remote.webp b/static/icons/vendor/homarr/webp/pvy-remote.webp
new file mode 100644
index 0000000..bfdca72
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-remote.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-safe-dark.webp b/static/icons/vendor/homarr/webp/pvy-safe-dark.webp
new file mode 100644
index 0000000..ac0f721
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-safe-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-safe-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-safe-wordmark-dark.webp
new file mode 100644
index 0000000..13d92f6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-safe-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-safe-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-safe-wordmark-light.webp
new file mode 100644
index 0000000..13d92f6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-safe-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-safe.webp b/static/icons/vendor/homarr/webp/pvy-safe.webp
new file mode 100644
index 0000000..b44aae4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-safe.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-search-dark.webp b/static/icons/vendor/homarr/webp/pvy-search-dark.webp
new file mode 100644
index 0000000..3951f88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-search-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-search-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-search-wordmark-dark.webp
new file mode 100644
index 0000000..68f5020
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-search-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-search-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-search-wordmark-light.webp
new file mode 100644
index 0000000..b8e9bc4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-search-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-search.webp b/static/icons/vendor/homarr/webp/pvy-search.webp
new file mode 100644
index 0000000..5a1e763
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-search.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-servicedesk-dark.webp b/static/icons/vendor/homarr/webp/pvy-servicedesk-dark.webp
new file mode 100644
index 0000000..d912c4a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-servicedesk-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-dark.webp
new file mode 100644
index 0000000..504db3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-light.webp
new file mode 100644
index 0000000..b3f43c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-servicedesk-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-servicedesk.webp b/static/icons/vendor/homarr/webp/pvy-servicedesk.webp
new file mode 100644
index 0000000..88b3312
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-servicedesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-sign-dark.webp b/static/icons/vendor/homarr/webp/pvy-sign-dark.webp
new file mode 100644
index 0000000..d3c871e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-sign-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-sign-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-sign-wordmark-dark.webp
new file mode 100644
index 0000000..d3b3754
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-sign-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-sign-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-sign-wordmark-light.webp
new file mode 100644
index 0000000..97fb4c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-sign-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-sign.webp b/static/icons/vendor/homarr/webp/pvy-sign.webp
new file mode 100644
index 0000000..86a69ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-sign.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-snippets-dark.webp b/static/icons/vendor/homarr/webp/pvy-snippets-dark.webp
new file mode 100644
index 0000000..288a806
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-snippets-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-dark.webp
new file mode 100644
index 0000000..c60a2c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-light.webp
new file mode 100644
index 0000000..36f7307
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-snippets-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-snippets.webp b/static/icons/vendor/homarr/webp/pvy-snippets.webp
new file mode 100644
index 0000000..09d5caf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-snippets.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-spreadsheet-dark.webp b/static/icons/vendor/homarr/webp/pvy-spreadsheet-dark.webp
new file mode 100644
index 0000000..608cc6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-spreadsheet-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-dark.webp
new file mode 100644
index 0000000..bc78657
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-light.webp
new file mode 100644
index 0000000..0d47840
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-spreadsheet-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-spreadsheet.webp b/static/icons/vendor/homarr/webp/pvy-spreadsheet.webp
new file mode 100644
index 0000000..4d2750b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-spreadsheet.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-start-dark.webp b/static/icons/vendor/homarr/webp/pvy-start-dark.webp
new file mode 100644
index 0000000..42a9fc1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-start-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-start-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-start-wordmark-dark.webp
new file mode 100644
index 0000000..b6e56b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-start-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-start-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-start-wordmark-light.webp
new file mode 100644
index 0000000..15b6cdd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-start-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-start.webp b/static/icons/vendor/homarr/webp/pvy-start.webp
new file mode 100644
index 0000000..ee2c1a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-start.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-timer-dark.webp b/static/icons/vendor/homarr/webp/pvy-timer-dark.webp
new file mode 100644
index 0000000..383f93b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-timer-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-timer-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-timer-wordmark-dark.webp
new file mode 100644
index 0000000..5bc32a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-timer-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-timer-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-timer-wordmark-light.webp
new file mode 100644
index 0000000..41f7ae2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-timer-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-timer.webp b/static/icons/vendor/homarr/webp/pvy-timer.webp
new file mode 100644
index 0000000..9d5b7f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-timer.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ux-dark.webp b/static/icons/vendor/homarr/webp/pvy-ux-dark.webp
new file mode 100644
index 0000000..df50ccf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ux-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ux-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-ux-wordmark-dark.webp
new file mode 100644
index 0000000..4793934
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ux-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ux-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-ux-wordmark-light.webp
new file mode 100644
index 0000000..9a2e3ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ux-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-ux.webp b/static/icons/vendor/homarr/webp/pvy-ux.webp
new file mode 100644
index 0000000..cbfcc07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-ux.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vault-dark.webp b/static/icons/vendor/homarr/webp/pvy-vault-dark.webp
new file mode 100644
index 0000000..e654aba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vault-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vault-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-vault-wordmark-dark.webp
new file mode 100644
index 0000000..1c58739
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vault-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vault-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-vault-wordmark-light.webp
new file mode 100644
index 0000000..ef0bdbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vault-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vault.webp b/static/icons/vendor/homarr/webp/pvy-vault.webp
new file mode 100644
index 0000000..bd772a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vault.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vpn-dark.webp b/static/icons/vendor/homarr/webp/pvy-vpn-dark.webp
new file mode 100644
index 0000000..a01e5b1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vpn-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-dark.webp
new file mode 100644
index 0000000..3298a59
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-light.webp
new file mode 100644
index 0000000..6198b25
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vpn-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-vpn.webp b/static/icons/vendor/homarr/webp/pvy-vpn.webp
new file mode 100644
index 0000000..4909cae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-vpn.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-webcall-dark.webp b/static/icons/vendor/homarr/webp/pvy-webcall-dark.webp
new file mode 100644
index 0000000..2d75093
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-webcall-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-dark.webp
new file mode 100644
index 0000000..1cb4d80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-light.webp
new file mode 100644
index 0000000..bffeec3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-webcall-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-webcall.webp b/static/icons/vendor/homarr/webp/pvy-webcall.webp
new file mode 100644
index 0000000..dd78b0c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-webcall.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-wiki-dark.webp b/static/icons/vendor/homarr/webp/pvy-wiki-dark.webp
new file mode 100644
index 0000000..e99188c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-wiki-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-dark.webp
new file mode 100644
index 0000000..18c8924
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-light.webp
new file mode 100644
index 0000000..eb64bef
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-wiki-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvy-wiki.webp b/static/icons/vendor/homarr/webp/pvy-wiki.webp
new file mode 100644
index 0000000..88c93a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvy-wiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvyaffiliate-dark.webp b/static/icons/vendor/homarr/webp/pvyaffiliate-dark.webp
new file mode 100644
index 0000000..d396cd9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvyaffiliate-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-dark.webp b/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-dark.webp
new file mode 100644
index 0000000..012449b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-light.webp b/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-light.webp
new file mode 100644
index 0000000..43723ee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvyaffiliate-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pvyaffiliate.webp b/static/icons/vendor/homarr/webp/pvyaffiliate.webp
new file mode 100644
index 0000000..d5608b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pvyaffiliate.webp differ
diff --git a/static/icons/vendor/homarr/webp/pwndrop-light.webp b/static/icons/vendor/homarr/webp/pwndrop-light.webp
new file mode 100644
index 0000000..7f39859
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pwndrop-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pwndrop.webp b/static/icons/vendor/homarr/webp/pwndrop.webp
new file mode 100644
index 0000000..38eae8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pwndrop.webp differ
diff --git a/static/icons/vendor/homarr/webp/pwpush-light.webp b/static/icons/vendor/homarr/webp/pwpush-light.webp
new file mode 100644
index 0000000..dcd6181
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pwpush-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pwpush.webp b/static/icons/vendor/homarr/webp/pwpush.webp
new file mode 100644
index 0000000..b10c69c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pwpush.webp differ
diff --git a/static/icons/vendor/homarr/webp/pydio.webp b/static/icons/vendor/homarr/webp/pydio.webp
new file mode 100644
index 0000000..4f1882c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pydio.webp differ
diff --git a/static/icons/vendor/homarr/webp/pyload.webp b/static/icons/vendor/homarr/webp/pyload.webp
new file mode 100644
index 0000000..947acf3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pyload.webp differ
diff --git a/static/icons/vendor/homarr/webp/pypi-wordmark-light.webp b/static/icons/vendor/homarr/webp/pypi-wordmark-light.webp
new file mode 100644
index 0000000..311b7d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pypi-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pypi.webp b/static/icons/vendor/homarr/webp/pypi.webp
new file mode 100644
index 0000000..c002c6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pypi.webp differ
diff --git a/static/icons/vendor/homarr/webp/python.webp b/static/icons/vendor/homarr/webp/python.webp
new file mode 100644
index 0000000..955ad6b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/python.webp differ
diff --git a/static/icons/vendor/homarr/webp/pytorch-light.webp b/static/icons/vendor/homarr/webp/pytorch-light.webp
new file mode 100644
index 0000000..5998c7b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pytorch-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pytorch-wordmark-light.webp b/static/icons/vendor/homarr/webp/pytorch-wordmark-light.webp
new file mode 100644
index 0000000..cda9804
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pytorch-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/pytorch.webp b/static/icons/vendor/homarr/webp/pytorch.webp
new file mode 100644
index 0000000..a0d01f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/pytorch.webp differ
diff --git a/static/icons/vendor/homarr/webp/qbitmanage.webp b/static/icons/vendor/homarr/webp/qbitmanage.webp
new file mode 100644
index 0000000..631a584
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qbitmanage.webp differ
diff --git a/static/icons/vendor/homarr/webp/qbittorrent.webp b/static/icons/vendor/homarr/webp/qbittorrent.webp
new file mode 100644
index 0000000..774431e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qbittorrent.webp differ
diff --git a/static/icons/vendor/homarr/webp/qd-today.webp b/static/icons/vendor/homarr/webp/qd-today.webp
new file mode 100644
index 0000000..bc16a51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qd-today.webp differ
diff --git a/static/icons/vendor/homarr/webp/qdirstat.webp b/static/icons/vendor/homarr/webp/qdirstat.webp
new file mode 100644
index 0000000..5f09958
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qdirstat.webp differ
diff --git a/static/icons/vendor/homarr/webp/qdrant.webp b/static/icons/vendor/homarr/webp/qdrant.webp
new file mode 100644
index 0000000..2795790
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qdrant.webp differ
diff --git a/static/icons/vendor/homarr/webp/qinglong.webp b/static/icons/vendor/homarr/webp/qinglong.webp
new file mode 100644
index 0000000..c0a592a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qinglong.webp differ
diff --git a/static/icons/vendor/homarr/webp/qnap.webp b/static/icons/vendor/homarr/webp/qnap.webp
new file mode 100644
index 0000000..d941a82
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qnap.webp differ
diff --git a/static/icons/vendor/homarr/webp/quant-ux.webp b/static/icons/vendor/homarr/webp/quant-ux.webp
new file mode 100644
index 0000000..265b5c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quant-ux.webp differ
diff --git a/static/icons/vendor/homarr/webp/quay.webp b/static/icons/vendor/homarr/webp/quay.webp
new file mode 100644
index 0000000..a9f58a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quay.webp differ
diff --git a/static/icons/vendor/homarr/webp/questarr-wordmark-light.webp b/static/icons/vendor/homarr/webp/questarr-wordmark-light.webp
new file mode 100644
index 0000000..150ee3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/questarr-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/questarr.webp b/static/icons/vendor/homarr/webp/questarr.webp
new file mode 100644
index 0000000..ce59924
Binary files /dev/null and b/static/icons/vendor/homarr/webp/questarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/questdb.webp b/static/icons/vendor/homarr/webp/questdb.webp
new file mode 100644
index 0000000..3c9649c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/questdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/quetre.webp b/static/icons/vendor/homarr/webp/quetre.webp
new file mode 100644
index 0000000..fd0bc18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quetre.webp differ
diff --git a/static/icons/vendor/homarr/webp/qui.webp b/static/icons/vendor/homarr/webp/qui.webp
new file mode 100644
index 0000000..2b538e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qui.webp differ
diff --git a/static/icons/vendor/homarr/webp/quickshare.webp b/static/icons/vendor/homarr/webp/quickshare.webp
new file mode 100644
index 0000000..7035928
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quickshare.webp differ
diff --git a/static/icons/vendor/homarr/webp/quickwit.webp b/static/icons/vendor/homarr/webp/quickwit.webp
new file mode 100644
index 0000000..fe91c49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quickwit.webp differ
diff --git a/static/icons/vendor/homarr/webp/quizlet.webp b/static/icons/vendor/homarr/webp/quizlet.webp
new file mode 100644
index 0000000..a2a0403
Binary files /dev/null and b/static/icons/vendor/homarr/webp/quizlet.webp differ
diff --git a/static/icons/vendor/homarr/webp/qutebrowser.webp b/static/icons/vendor/homarr/webp/qutebrowser.webp
new file mode 100644
index 0000000..d845dca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qutebrowser.webp differ
diff --git a/static/icons/vendor/homarr/webp/qwen.webp b/static/icons/vendor/homarr/webp/qwen.webp
new file mode 100644
index 0000000..c14b611
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qwen.webp differ
diff --git a/static/icons/vendor/homarr/webp/qwik.webp b/static/icons/vendor/homarr/webp/qwik.webp
new file mode 100644
index 0000000..508e296
Binary files /dev/null and b/static/icons/vendor/homarr/webp/qwik.webp differ
diff --git a/static/icons/vendor/homarr/webp/r.webp b/static/icons/vendor/homarr/webp/r.webp
new file mode 100644
index 0000000..a79f220
Binary files /dev/null and b/static/icons/vendor/homarr/webp/r.webp differ
diff --git a/static/icons/vendor/homarr/webp/rabbitmq.webp b/static/icons/vendor/homarr/webp/rabbitmq.webp
new file mode 100644
index 0000000..bb94735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rabbitmq.webp differ
diff --git a/static/icons/vendor/homarr/webp/racknerd-dark.webp b/static/icons/vendor/homarr/webp/racknerd-dark.webp
new file mode 100644
index 0000000..820153f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/racknerd-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/racknerd.webp b/static/icons/vendor/homarr/webp/racknerd.webp
new file mode 100644
index 0000000..1d93ed5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/racknerd.webp differ
diff --git a/static/icons/vendor/homarr/webp/rackula-dark.webp b/static/icons/vendor/homarr/webp/rackula-dark.webp
new file mode 100644
index 0000000..1d7efbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rackula-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/rackula-light.webp b/static/icons/vendor/homarr/webp/rackula-light.webp
new file mode 100644
index 0000000..13d27cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rackula-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/rackula.webp b/static/icons/vendor/homarr/webp/rackula.webp
new file mode 100644
index 0000000..13d27cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rackula.webp differ
diff --git a/static/icons/vendor/homarr/webp/radarr-4k.webp b/static/icons/vendor/homarr/webp/radarr-4k.webp
new file mode 100644
index 0000000..3e484d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/radarr-4k.webp differ
diff --git a/static/icons/vendor/homarr/webp/radarr-dv.webp b/static/icons/vendor/homarr/webp/radarr-dv.webp
new file mode 100644
index 0000000..b228baf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/radarr-dv.webp differ
diff --git a/static/icons/vendor/homarr/webp/radarr.webp b/static/icons/vendor/homarr/webp/radarr.webp
new file mode 100644
index 0000000..afc8170
Binary files /dev/null and b/static/icons/vendor/homarr/webp/radarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/radicale.webp b/static/icons/vendor/homarr/webp/radicale.webp
new file mode 100644
index 0000000..970745a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/radicale.webp differ
diff --git a/static/icons/vendor/homarr/webp/rainloop.webp b/static/icons/vendor/homarr/webp/rainloop.webp
new file mode 100644
index 0000000..9c4d8ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rainloop.webp differ
diff --git a/static/icons/vendor/homarr/webp/rallly.webp b/static/icons/vendor/homarr/webp/rallly.webp
new file mode 100644
index 0000000..8dbf4e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rallly.webp differ
diff --git a/static/icons/vendor/homarr/webp/ramp-dark.webp b/static/icons/vendor/homarr/webp/ramp-dark.webp
new file mode 100644
index 0000000..492a4aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ramp-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ramp.webp b/static/icons/vendor/homarr/webp/ramp.webp
new file mode 100644
index 0000000..3c70bcb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ramp.webp differ
diff --git a/static/icons/vendor/homarr/webp/rancher.webp b/static/icons/vendor/homarr/webp/rancher.webp
new file mode 100644
index 0000000..5c23f16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rancher.webp differ
diff --git a/static/icons/vendor/homarr/webp/raneto.webp b/static/icons/vendor/homarr/webp/raneto.webp
new file mode 100644
index 0000000..aca23cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raneto.webp differ
diff --git a/static/icons/vendor/homarr/webp/raritan-light.webp b/static/icons/vendor/homarr/webp/raritan-light.webp
new file mode 100644
index 0000000..0333582
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raritan-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/raritan.webp b/static/icons/vendor/homarr/webp/raritan.webp
new file mode 100644
index 0000000..57fed97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raritan.webp differ
diff --git a/static/icons/vendor/homarr/webp/raspberry-pi-light.webp b/static/icons/vendor/homarr/webp/raspberry-pi-light.webp
new file mode 100644
index 0000000..0f131d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raspberry-pi-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/raspberry-pi.webp b/static/icons/vendor/homarr/webp/raspberry-pi.webp
new file mode 100644
index 0000000..db3f7e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raspberry-pi.webp differ
diff --git a/static/icons/vendor/homarr/webp/raspberrymatic.webp b/static/icons/vendor/homarr/webp/raspberrymatic.webp
new file mode 100644
index 0000000..0f02800
Binary files /dev/null and b/static/icons/vendor/homarr/webp/raspberrymatic.webp differ
diff --git a/static/icons/vendor/homarr/webp/rathole.webp b/static/icons/vendor/homarr/webp/rathole.webp
new file mode 100644
index 0000000..294e5c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rathole.webp differ
diff --git a/static/icons/vendor/homarr/webp/rclone.webp b/static/icons/vendor/homarr/webp/rclone.webp
new file mode 100644
index 0000000..20eb5c6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rclone.webp differ
diff --git a/static/icons/vendor/homarr/webp/rdt-client.webp b/static/icons/vendor/homarr/webp/rdt-client.webp
new file mode 100644
index 0000000..ecaec18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rdt-client.webp differ
diff --git a/static/icons/vendor/homarr/webp/reactive-resume-light.webp b/static/icons/vendor/homarr/webp/reactive-resume-light.webp
new file mode 100644
index 0000000..ee5f43f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reactive-resume-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/reactive-resume.webp b/static/icons/vendor/homarr/webp/reactive-resume.webp
new file mode 100644
index 0000000..8d04d3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reactive-resume.webp differ
diff --git a/static/icons/vendor/homarr/webp/reactjs.webp b/static/icons/vendor/homarr/webp/reactjs.webp
new file mode 100644
index 0000000..ca7f56f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reactjs.webp differ
diff --git a/static/icons/vendor/homarr/webp/read-me-a-book.webp b/static/icons/vendor/homarr/webp/read-me-a-book.webp
new file mode 100644
index 0000000..7f50598
Binary files /dev/null and b/static/icons/vendor/homarr/webp/read-me-a-book.webp differ
diff --git a/static/icons/vendor/homarr/webp/readarr.webp b/static/icons/vendor/homarr/webp/readarr.webp
new file mode 100644
index 0000000..7ffecc1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/readeck.webp b/static/icons/vendor/homarr/webp/readeck.webp
new file mode 100644
index 0000000..16ba6f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readeck.webp differ
diff --git a/static/icons/vendor/homarr/webp/readthedocs-light.webp b/static/icons/vendor/homarr/webp/readthedocs-light.webp
new file mode 100644
index 0000000..25657c8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readthedocs-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/readthedocs.webp b/static/icons/vendor/homarr/webp/readthedocs.webp
new file mode 100644
index 0000000..43c5735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readthedocs.webp differ
diff --git a/static/icons/vendor/homarr/webp/readwise-reader-dark.webp b/static/icons/vendor/homarr/webp/readwise-reader-dark.webp
new file mode 100644
index 0000000..d3e0309
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readwise-reader-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/readwise-reader.webp b/static/icons/vendor/homarr/webp/readwise-reader.webp
new file mode 100644
index 0000000..11630c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/readwise-reader.webp differ
diff --git a/static/icons/vendor/homarr/webp/real-debrid.webp b/static/icons/vendor/homarr/webp/real-debrid.webp
new file mode 100644
index 0000000..ecaec18
Binary files /dev/null and b/static/icons/vendor/homarr/webp/real-debrid.webp differ
diff --git a/static/icons/vendor/homarr/webp/realhosting.webp b/static/icons/vendor/homarr/webp/realhosting.webp
new file mode 100644
index 0000000..bf6879c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/realhosting.webp differ
diff --git a/static/icons/vendor/homarr/webp/recalbox.webp b/static/icons/vendor/homarr/webp/recalbox.webp
new file mode 100644
index 0000000..32846ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/recalbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/receipt-wrangler.webp b/static/icons/vendor/homarr/webp/receipt-wrangler.webp
new file mode 100644
index 0000000..3b7df24
Binary files /dev/null and b/static/icons/vendor/homarr/webp/receipt-wrangler.webp differ
diff --git a/static/icons/vendor/homarr/webp/recipesage.webp b/static/icons/vendor/homarr/webp/recipesage.webp
new file mode 100644
index 0000000..4f806b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/recipesage.webp differ
diff --git a/static/icons/vendor/homarr/webp/recipya.webp b/static/icons/vendor/homarr/webp/recipya.webp
new file mode 100644
index 0000000..ae5b18e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/recipya.webp differ
diff --git a/static/icons/vendor/homarr/webp/recomendarr.webp b/static/icons/vendor/homarr/webp/recomendarr.webp
new file mode 100644
index 0000000..b684c3f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/recomendarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/recyclarr.webp b/static/icons/vendor/homarr/webp/recyclarr.webp
new file mode 100644
index 0000000..bca7e76
Binary files /dev/null and b/static/icons/vendor/homarr/webp/recyclarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/reddit.webp b/static/icons/vendor/homarr/webp/reddit.webp
new file mode 100644
index 0000000..ed8208b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reddit.webp differ
diff --git a/static/icons/vendor/homarr/webp/redhat-linux.webp b/static/icons/vendor/homarr/webp/redhat-linux.webp
new file mode 100644
index 0000000..7ca5086
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redhat-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/redict.webp b/static/icons/vendor/homarr/webp/redict.webp
new file mode 100644
index 0000000..dce425a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redict.webp differ
diff --git a/static/icons/vendor/homarr/webp/redis.webp b/static/icons/vendor/homarr/webp/redis.webp
new file mode 100644
index 0000000..b557b9d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redis.webp differ
diff --git a/static/icons/vendor/homarr/webp/redlib-light.webp b/static/icons/vendor/homarr/webp/redlib-light.webp
new file mode 100644
index 0000000..10de32e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redlib-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/redlib.webp b/static/icons/vendor/homarr/webp/redlib.webp
new file mode 100644
index 0000000..11c7f06
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redlib.webp differ
diff --git a/static/icons/vendor/homarr/webp/redmine.webp b/static/icons/vendor/homarr/webp/redmine.webp
new file mode 100644
index 0000000..c64da02
Binary files /dev/null and b/static/icons/vendor/homarr/webp/redmine.webp differ
diff --git a/static/icons/vendor/homarr/webp/rekor.webp b/static/icons/vendor/homarr/webp/rekor.webp
new file mode 100644
index 0000000..7f68c60
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rekor.webp differ
diff --git a/static/icons/vendor/homarr/webp/release-argus.webp b/static/icons/vendor/homarr/webp/release-argus.webp
new file mode 100644
index 0000000..0b88d07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/release-argus.webp differ
diff --git a/static/icons/vendor/homarr/webp/remmina.webp b/static/icons/vendor/homarr/webp/remmina.webp
new file mode 100644
index 0000000..387b448
Binary files /dev/null and b/static/icons/vendor/homarr/webp/remmina.webp differ
diff --git a/static/icons/vendor/homarr/webp/remnawave.webp b/static/icons/vendor/homarr/webp/remnawave.webp
new file mode 100644
index 0000000..8b6e4f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/remnawave.webp differ
diff --git a/static/icons/vendor/homarr/webp/remnote.webp b/static/icons/vendor/homarr/webp/remnote.webp
new file mode 100644
index 0000000..41836da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/remnote.webp differ
diff --git a/static/icons/vendor/homarr/webp/remotely.webp b/static/icons/vendor/homarr/webp/remotely.webp
new file mode 100644
index 0000000..2649fe3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/remotely.webp differ
diff --git a/static/icons/vendor/homarr/webp/renovate.webp b/static/icons/vendor/homarr/webp/renovate.webp
new file mode 100644
index 0000000..e69e68a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/renovate.webp differ
diff --git a/static/icons/vendor/homarr/webp/reolink.webp b/static/icons/vendor/homarr/webp/reolink.webp
new file mode 100644
index 0000000..6b039f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reolink.webp differ
diff --git a/static/icons/vendor/homarr/webp/reposilite-dark.webp b/static/icons/vendor/homarr/webp/reposilite-dark.webp
new file mode 100644
index 0000000..0d03f53
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reposilite-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/reposilite.webp b/static/icons/vendor/homarr/webp/reposilite.webp
new file mode 100644
index 0000000..a67271b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/reposilite.webp differ
diff --git a/static/icons/vendor/homarr/webp/requestly.webp b/static/icons/vendor/homarr/webp/requestly.webp
new file mode 100644
index 0000000..c58ca29
Binary files /dev/null and b/static/icons/vendor/homarr/webp/requestly.webp differ
diff --git a/static/icons/vendor/homarr/webp/requestrr.webp b/static/icons/vendor/homarr/webp/requestrr.webp
new file mode 100644
index 0000000..7489909
Binary files /dev/null and b/static/icons/vendor/homarr/webp/requestrr.webp differ
diff --git a/static/icons/vendor/homarr/webp/resiliosync-full-dark.webp b/static/icons/vendor/homarr/webp/resiliosync-full-dark.webp
new file mode 100644
index 0000000..32c3ad7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/resiliosync-full-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/resiliosync-full.webp b/static/icons/vendor/homarr/webp/resiliosync-full.webp
new file mode 100644
index 0000000..0accc23
Binary files /dev/null and b/static/icons/vendor/homarr/webp/resiliosync-full.webp differ
diff --git a/static/icons/vendor/homarr/webp/resiliosync.webp b/static/icons/vendor/homarr/webp/resiliosync.webp
new file mode 100644
index 0000000..3ba8353
Binary files /dev/null and b/static/icons/vendor/homarr/webp/resiliosync.webp differ
diff --git a/static/icons/vendor/homarr/webp/restic.webp b/static/icons/vendor/homarr/webp/restic.webp
new file mode 100644
index 0000000..de73edf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/restic.webp differ
diff --git a/static/icons/vendor/homarr/webp/restreamer.webp b/static/icons/vendor/homarr/webp/restreamer.webp
new file mode 100644
index 0000000..a73d298
Binary files /dev/null and b/static/icons/vendor/homarr/webp/restreamer.webp differ
diff --git a/static/icons/vendor/homarr/webp/retrom.webp b/static/icons/vendor/homarr/webp/retrom.webp
new file mode 100644
index 0000000..0333d9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/retrom.webp differ
diff --git a/static/icons/vendor/homarr/webp/revanced-manager.webp b/static/icons/vendor/homarr/webp/revanced-manager.webp
new file mode 100644
index 0000000..7a41e98
Binary files /dev/null and b/static/icons/vendor/homarr/webp/revanced-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/revolt-light.webp b/static/icons/vendor/homarr/webp/revolt-light.webp
new file mode 100644
index 0000000..f4e35f8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/revolt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/revolt.webp b/static/icons/vendor/homarr/webp/revolt.webp
new file mode 100644
index 0000000..71f708b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/revolt.webp differ
diff --git a/static/icons/vendor/homarr/webp/rhasspy-dark.webp b/static/icons/vendor/homarr/webp/rhasspy-dark.webp
new file mode 100644
index 0000000..b85687a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rhasspy-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/rhasspy.webp b/static/icons/vendor/homarr/webp/rhasspy.webp
new file mode 100644
index 0000000..bd2e16a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rhasspy.webp differ
diff --git a/static/icons/vendor/homarr/webp/rhodecode.webp b/static/icons/vendor/homarr/webp/rhodecode.webp
new file mode 100644
index 0000000..1502418
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rhodecode.webp differ
diff --git a/static/icons/vendor/homarr/webp/richy.webp b/static/icons/vendor/homarr/webp/richy.webp
new file mode 100644
index 0000000..b138952
Binary files /dev/null and b/static/icons/vendor/homarr/webp/richy.webp differ
diff --git a/static/icons/vendor/homarr/webp/rimgo-light.webp b/static/icons/vendor/homarr/webp/rimgo-light.webp
new file mode 100644
index 0000000..63d9f70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rimgo-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/rimgo.webp b/static/icons/vendor/homarr/webp/rimgo.webp
new file mode 100644
index 0000000..44bde21
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rimgo.webp differ
diff --git a/static/icons/vendor/homarr/webp/riot.webp b/static/icons/vendor/homarr/webp/riot.webp
new file mode 100644
index 0000000..ab5eac9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/riot.webp differ
diff --git a/static/icons/vendor/homarr/webp/ripe.webp b/static/icons/vendor/homarr/webp/ripe.webp
new file mode 100644
index 0000000..3612891
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ripe.webp differ
diff --git a/static/icons/vendor/homarr/webp/riverside-fm-light.webp b/static/icons/vendor/homarr/webp/riverside-fm-light.webp
new file mode 100644
index 0000000..a3ae7e5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/riverside-fm-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/riverside-fm.webp b/static/icons/vendor/homarr/webp/riverside-fm.webp
new file mode 100644
index 0000000..fab3f86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/riverside-fm.webp differ
diff --git a/static/icons/vendor/homarr/webp/robinhood.webp b/static/icons/vendor/homarr/webp/robinhood.webp
new file mode 100644
index 0000000..c9ca195
Binary files /dev/null and b/static/icons/vendor/homarr/webp/robinhood.webp differ
diff --git a/static/icons/vendor/homarr/webp/rocket-chat.webp b/static/icons/vendor/homarr/webp/rocket-chat.webp
new file mode 100644
index 0000000..a312f8a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rocket-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/rocky-linux.webp b/static/icons/vendor/homarr/webp/rocky-linux.webp
new file mode 100644
index 0000000..b046a33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rocky-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/romm.webp b/static/icons/vendor/homarr/webp/romm.webp
new file mode 100644
index 0000000..246b865
Binary files /dev/null and b/static/icons/vendor/homarr/webp/romm.webp differ
diff --git a/static/icons/vendor/homarr/webp/rompya.webp b/static/icons/vendor/homarr/webp/rompya.webp
new file mode 100644
index 0000000..6dd90ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rompya.webp differ
diff --git a/static/icons/vendor/homarr/webp/rook.webp b/static/icons/vendor/homarr/webp/rook.webp
new file mode 100644
index 0000000..3c07b67
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rook.webp differ
diff --git a/static/icons/vendor/homarr/webp/roon.webp b/static/icons/vendor/homarr/webp/roon.webp
new file mode 100644
index 0000000..ca95c1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/roon.webp differ
diff --git a/static/icons/vendor/homarr/webp/root-me-dark.webp b/static/icons/vendor/homarr/webp/root-me-dark.webp
new file mode 100644
index 0000000..5d93491
Binary files /dev/null and b/static/icons/vendor/homarr/webp/root-me-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/root-me.webp b/static/icons/vendor/homarr/webp/root-me.webp
new file mode 100644
index 0000000..c936ec2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/root-me.webp differ
diff --git a/static/icons/vendor/homarr/webp/rotki.webp b/static/icons/vendor/homarr/webp/rotki.webp
new file mode 100644
index 0000000..9650b59
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rotki.webp differ
diff --git a/static/icons/vendor/homarr/webp/roundcube.webp b/static/icons/vendor/homarr/webp/roundcube.webp
new file mode 100644
index 0000000..acaa43c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/roundcube.webp differ
diff --git a/static/icons/vendor/homarr/webp/router.webp b/static/icons/vendor/homarr/webp/router.webp
new file mode 100644
index 0000000..107e23c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/router.webp differ
diff --git a/static/icons/vendor/homarr/webp/rozetkaua.webp b/static/icons/vendor/homarr/webp/rozetkaua.webp
new file mode 100644
index 0000000..7bf0535
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rozetkaua.webp differ
diff --git a/static/icons/vendor/homarr/webp/rpi-monitor.webp b/static/icons/vendor/homarr/webp/rpi-monitor.webp
new file mode 100644
index 0000000..cba6262
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rpi-monitor.webp differ
diff --git a/static/icons/vendor/homarr/webp/rport.webp b/static/icons/vendor/homarr/webp/rport.webp
new file mode 100644
index 0000000..83ee56e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rport.webp differ
diff --git a/static/icons/vendor/homarr/webp/rspamd.webp b/static/icons/vendor/homarr/webp/rspamd.webp
new file mode 100644
index 0000000..6d72dcf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rspamd.webp differ
diff --git a/static/icons/vendor/homarr/webp/rss-bridge.webp b/static/icons/vendor/homarr/webp/rss-bridge.webp
new file mode 100644
index 0000000..a088f48
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rss-bridge.webp differ
diff --git a/static/icons/vendor/homarr/webp/rss-translator.webp b/static/icons/vendor/homarr/webp/rss-translator.webp
new file mode 100644
index 0000000..374804c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rss-translator.webp differ
diff --git a/static/icons/vendor/homarr/webp/rsshub.webp b/static/icons/vendor/homarr/webp/rsshub.webp
new file mode 100644
index 0000000..8c3d39e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rsshub.webp differ
diff --git a/static/icons/vendor/homarr/webp/rstudio.webp b/static/icons/vendor/homarr/webp/rstudio.webp
new file mode 100644
index 0000000..24c05ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rstudio.webp differ
diff --git a/static/icons/vendor/homarr/webp/rstudioserver.webp b/static/icons/vendor/homarr/webp/rstudioserver.webp
new file mode 100644
index 0000000..24c05ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rstudioserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/ruby-on-rails.webp b/static/icons/vendor/homarr/webp/ruby-on-rails.webp
new file mode 100644
index 0000000..d4fd186
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ruby-on-rails.webp differ
diff --git a/static/icons/vendor/homarr/webp/ruby.webp b/static/icons/vendor/homarr/webp/ruby.webp
new file mode 100644
index 0000000..74a1518
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ruby.webp differ
diff --git a/static/icons/vendor/homarr/webp/ruckus-unleashed.webp b/static/icons/vendor/homarr/webp/ruckus-unleashed.webp
new file mode 100644
index 0000000..bb9d37b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ruckus-unleashed.webp differ
diff --git a/static/icons/vendor/homarr/webp/rumble.webp b/static/icons/vendor/homarr/webp/rumble.webp
new file mode 100644
index 0000000..37dda5b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rumble.webp differ
diff --git a/static/icons/vendor/homarr/webp/rundeck.webp b/static/icons/vendor/homarr/webp/rundeck.webp
new file mode 100644
index 0000000..496856f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rundeck.webp differ
diff --git a/static/icons/vendor/homarr/webp/runeaudio.webp b/static/icons/vendor/homarr/webp/runeaudio.webp
new file mode 100644
index 0000000..bbb19f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/runeaudio.webp differ
diff --git a/static/icons/vendor/homarr/webp/runonflux.webp b/static/icons/vendor/homarr/webp/runonflux.webp
new file mode 100644
index 0000000..be3bd8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/runonflux.webp differ
diff --git a/static/icons/vendor/homarr/webp/runson-light.webp b/static/icons/vendor/homarr/webp/runson-light.webp
new file mode 100644
index 0000000..2f134a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/runson-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/runson.webp b/static/icons/vendor/homarr/webp/runson.webp
new file mode 100644
index 0000000..79b3e8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/runson.webp differ
diff --git a/static/icons/vendor/homarr/webp/rust-dark.webp b/static/icons/vendor/homarr/webp/rust-dark.webp
new file mode 100644
index 0000000..5fad97d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rust-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/rust.webp b/static/icons/vendor/homarr/webp/rust.webp
new file mode 100644
index 0000000..d2d72ac
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rust.webp differ
diff --git a/static/icons/vendor/homarr/webp/rustdesk.webp b/static/icons/vendor/homarr/webp/rustdesk.webp
new file mode 100644
index 0000000..40bdfbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rustdesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/rustfs.webp b/static/icons/vendor/homarr/webp/rustfs.webp
new file mode 100644
index 0000000..e45f344
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rustfs.webp differ
diff --git a/static/icons/vendor/homarr/webp/rutorrent.webp b/static/icons/vendor/homarr/webp/rutorrent.webp
new file mode 100644
index 0000000..3c7b5da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rutorrent.webp differ
diff --git a/static/icons/vendor/homarr/webp/rybbit-dark.webp b/static/icons/vendor/homarr/webp/rybbit-dark.webp
new file mode 100644
index 0000000..6627399
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rybbit-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/rybbit.webp b/static/icons/vendor/homarr/webp/rybbit.webp
new file mode 100644
index 0000000..cde0075
Binary files /dev/null and b/static/icons/vendor/homarr/webp/rybbit.webp differ
diff --git a/static/icons/vendor/homarr/webp/ryot-light.webp b/static/icons/vendor/homarr/webp/ryot-light.webp
new file mode 100644
index 0000000..7cfeffc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ryot-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ryot.webp b/static/icons/vendor/homarr/webp/ryot.webp
new file mode 100644
index 0000000..7c24841
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ryot.webp differ
diff --git a/static/icons/vendor/homarr/webp/sabnzbd-light.webp b/static/icons/vendor/homarr/webp/sabnzbd-light.webp
new file mode 100644
index 0000000..5a07422
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sabnzbd-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/sabnzbd.webp b/static/icons/vendor/homarr/webp/sabnzbd.webp
new file mode 100644
index 0000000..2d5544d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sabnzbd.webp differ
diff --git a/static/icons/vendor/homarr/webp/safari-ios.webp b/static/icons/vendor/homarr/webp/safari-ios.webp
new file mode 100644
index 0000000..a37f9d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/safari-ios.webp differ
diff --git a/static/icons/vendor/homarr/webp/safari.webp b/static/icons/vendor/homarr/webp/safari.webp
new file mode 100644
index 0000000..a37f9d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/safari.webp differ
diff --git a/static/icons/vendor/homarr/webp/safeline.webp b/static/icons/vendor/homarr/webp/safeline.webp
new file mode 100644
index 0000000..c6ba415
Binary files /dev/null and b/static/icons/vendor/homarr/webp/safeline.webp differ
diff --git a/static/icons/vendor/homarr/webp/sagemcom.webp b/static/icons/vendor/homarr/webp/sagemcom.webp
new file mode 100644
index 0000000..3e0c7c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sagemcom.webp differ
diff --git a/static/icons/vendor/homarr/webp/salad.webp b/static/icons/vendor/homarr/webp/salad.webp
new file mode 100644
index 0000000..858c22c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/salad.webp differ
diff --git a/static/icons/vendor/homarr/webp/salt-project.webp b/static/icons/vendor/homarr/webp/salt-project.webp
new file mode 100644
index 0000000..7374c30
Binary files /dev/null and b/static/icons/vendor/homarr/webp/salt-project.webp differ
diff --git a/static/icons/vendor/homarr/webp/saltcorn.webp b/static/icons/vendor/homarr/webp/saltcorn.webp
new file mode 100644
index 0000000..d1aa35a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/saltcorn.webp differ
diff --git a/static/icons/vendor/homarr/webp/samba-server.webp b/static/icons/vendor/homarr/webp/samba-server.webp
new file mode 100644
index 0000000..c4932dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/samba-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/samsung-internet.webp b/static/icons/vendor/homarr/webp/samsung-internet.webp
new file mode 100644
index 0000000..f7c6e54
Binary files /dev/null and b/static/icons/vendor/homarr/webp/samsung-internet.webp differ
diff --git a/static/icons/vendor/homarr/webp/sandstorm.webp b/static/icons/vendor/homarr/webp/sandstorm.webp
new file mode 100644
index 0000000..f5c2558
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sandstorm.webp differ
diff --git a/static/icons/vendor/homarr/webp/satisfactory.webp b/static/icons/vendor/homarr/webp/satisfactory.webp
new file mode 100644
index 0000000..f992fd8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/satisfactory.webp differ
diff --git a/static/icons/vendor/homarr/webp/scanopy.webp b/static/icons/vendor/homarr/webp/scanopy.webp
new file mode 100644
index 0000000..069f4ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scanopy.webp differ
diff --git a/static/icons/vendor/homarr/webp/scanservjs.webp b/static/icons/vendor/homarr/webp/scanservjs.webp
new file mode 100644
index 0000000..0927699
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scanservjs.webp differ
diff --git a/static/icons/vendor/homarr/webp/schedulearn-dark.webp b/static/icons/vendor/homarr/webp/schedulearn-dark.webp
new file mode 100644
index 0000000..c1f1931
Binary files /dev/null and b/static/icons/vendor/homarr/webp/schedulearn-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/schedulearn.webp b/static/icons/vendor/homarr/webp/schedulearn.webp
new file mode 100644
index 0000000..053afd7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/schedulearn.webp differ
diff --git a/static/icons/vendor/homarr/webp/schneider.webp b/static/icons/vendor/homarr/webp/schneider.webp
new file mode 100644
index 0000000..efff1d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/schneider.webp differ
diff --git a/static/icons/vendor/homarr/webp/scraperr.webp b/static/icons/vendor/homarr/webp/scraperr.webp
new file mode 100644
index 0000000..968adbd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scraperr.webp differ
diff --git a/static/icons/vendor/homarr/webp/scrcpy.webp b/static/icons/vendor/homarr/webp/scrcpy.webp
new file mode 100644
index 0000000..cc84558
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scrcpy.webp differ
diff --git a/static/icons/vendor/homarr/webp/screenconnect.webp b/static/icons/vendor/homarr/webp/screenconnect.webp
new file mode 100644
index 0000000..2b03f42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/screenconnect.webp differ
diff --git a/static/icons/vendor/homarr/webp/scrutiny-light.webp b/static/icons/vendor/homarr/webp/scrutiny-light.webp
new file mode 100644
index 0000000..ee25bb6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scrutiny-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/scrutiny.webp b/static/icons/vendor/homarr/webp/scrutiny.webp
new file mode 100644
index 0000000..3f4a1a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scrutiny.webp differ
diff --git a/static/icons/vendor/homarr/webp/scrypted.webp b/static/icons/vendor/homarr/webp/scrypted.webp
new file mode 100644
index 0000000..e51b3ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/scrypted.webp differ
diff --git a/static/icons/vendor/homarr/webp/seafile.webp b/static/icons/vendor/homarr/webp/seafile.webp
new file mode 100644
index 0000000..ba5f113
Binary files /dev/null and b/static/icons/vendor/homarr/webp/seafile.webp differ
diff --git a/static/icons/vendor/homarr/webp/searx.webp b/static/icons/vendor/homarr/webp/searx.webp
new file mode 100644
index 0000000..24a968b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/searx.webp differ
diff --git a/static/icons/vendor/homarr/webp/searxng.webp b/static/icons/vendor/homarr/webp/searxng.webp
new file mode 100644
index 0000000..6fe27a6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/searxng.webp differ
diff --git a/static/icons/vendor/homarr/webp/secureai-tools-light.webp b/static/icons/vendor/homarr/webp/secureai-tools-light.webp
new file mode 100644
index 0000000..d098b37
Binary files /dev/null and b/static/icons/vendor/homarr/webp/secureai-tools-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/secureai-tools.webp b/static/icons/vendor/homarr/webp/secureai-tools.webp
new file mode 100644
index 0000000..de2b199
Binary files /dev/null and b/static/icons/vendor/homarr/webp/secureai-tools.webp differ
diff --git a/static/icons/vendor/homarr/webp/security-onion-dark.webp b/static/icons/vendor/homarr/webp/security-onion-dark.webp
new file mode 100644
index 0000000..e77167d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/security-onion-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/security-onion.webp b/static/icons/vendor/homarr/webp/security-onion.webp
new file mode 100644
index 0000000..672a431
Binary files /dev/null and b/static/icons/vendor/homarr/webp/security-onion.webp differ
diff --git a/static/icons/vendor/homarr/webp/seelf.webp b/static/icons/vendor/homarr/webp/seelf.webp
new file mode 100644
index 0000000..3e757f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/seelf.webp differ
diff --git a/static/icons/vendor/homarr/webp/seerr.webp b/static/icons/vendor/homarr/webp/seerr.webp
new file mode 100644
index 0000000..e79a6ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/seerr.webp differ
diff --git a/static/icons/vendor/homarr/webp/selenium.webp b/static/icons/vendor/homarr/webp/selenium.webp
new file mode 100644
index 0000000..7f3411b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/selenium.webp differ
diff --git a/static/icons/vendor/homarr/webp/self-hosted-gateway.webp b/static/icons/vendor/homarr/webp/self-hosted-gateway.webp
new file mode 100644
index 0000000..aba7e98
Binary files /dev/null and b/static/icons/vendor/homarr/webp/self-hosted-gateway.webp differ
diff --git a/static/icons/vendor/homarr/webp/selfh-st-light.webp b/static/icons/vendor/homarr/webp/selfh-st-light.webp
new file mode 100644
index 0000000..3199687
Binary files /dev/null and b/static/icons/vendor/homarr/webp/selfh-st-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/selfh-st.webp b/static/icons/vendor/homarr/webp/selfh-st.webp
new file mode 100644
index 0000000..aca3078
Binary files /dev/null and b/static/icons/vendor/homarr/webp/selfh-st.webp differ
diff --git a/static/icons/vendor/homarr/webp/selfhosted-light.webp b/static/icons/vendor/homarr/webp/selfhosted-light.webp
new file mode 100644
index 0000000..ab0b8a2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/selfhosted-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/selfhosted.webp b/static/icons/vendor/homarr/webp/selfhosted.webp
new file mode 100644
index 0000000..1bcc84b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/selfhosted.webp differ
diff --git a/static/icons/vendor/homarr/webp/semaphore-dark.webp b/static/icons/vendor/homarr/webp/semaphore-dark.webp
new file mode 100644
index 0000000..52be180
Binary files /dev/null and b/static/icons/vendor/homarr/webp/semaphore-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/semaphore.webp b/static/icons/vendor/homarr/webp/semaphore.webp
new file mode 100644
index 0000000..6eda786
Binary files /dev/null and b/static/icons/vendor/homarr/webp/semaphore.webp differ
diff --git a/static/icons/vendor/homarr/webp/send.webp b/static/icons/vendor/homarr/webp/send.webp
new file mode 100644
index 0000000..6e6505a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/send.webp differ
diff --git a/static/icons/vendor/homarr/webp/sendgrid.webp b/static/icons/vendor/homarr/webp/sendgrid.webp
new file mode 100644
index 0000000..eaa55ff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sendgrid.webp differ
diff --git a/static/icons/vendor/homarr/webp/sendinblue.webp b/static/icons/vendor/homarr/webp/sendinblue.webp
new file mode 100644
index 0000000..a3e5fe2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sendinblue.webp differ
diff --git a/static/icons/vendor/homarr/webp/sensu.webp b/static/icons/vendor/homarr/webp/sensu.webp
new file mode 100644
index 0000000..f588761
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sensu.webp differ
diff --git a/static/icons/vendor/homarr/webp/sentry-light.webp b/static/icons/vendor/homarr/webp/sentry-light.webp
new file mode 100644
index 0000000..500fe3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sentry-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/sentry.webp b/static/icons/vendor/homarr/webp/sentry.webp
new file mode 100644
index 0000000..e446727
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sentry.webp differ
diff --git a/static/icons/vendor/homarr/webp/seq.webp b/static/icons/vendor/homarr/webp/seq.webp
new file mode 100644
index 0000000..467b363
Binary files /dev/null and b/static/icons/vendor/homarr/webp/seq.webp differ
diff --git a/static/icons/vendor/homarr/webp/series-troxide.webp b/static/icons/vendor/homarr/webp/series-troxide.webp
new file mode 100644
index 0000000..1dd3b21
Binary files /dev/null and b/static/icons/vendor/homarr/webp/series-troxide.webp differ
diff --git a/static/icons/vendor/homarr/webp/serpbear.webp b/static/icons/vendor/homarr/webp/serpbear.webp
new file mode 100644
index 0000000..84c07d2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/serpbear.webp differ
diff --git a/static/icons/vendor/homarr/webp/servarr-light.webp b/static/icons/vendor/homarr/webp/servarr-light.webp
new file mode 100644
index 0000000..edce26e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/servarr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/servarr.webp b/static/icons/vendor/homarr/webp/servarr.webp
new file mode 100644
index 0000000..364019f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/servarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/serverjockey.webp b/static/icons/vendor/homarr/webp/serverjockey.webp
new file mode 100644
index 0000000..d34e140
Binary files /dev/null and b/static/icons/vendor/homarr/webp/serverjockey.webp differ
diff --git a/static/icons/vendor/homarr/webp/servicenow-wordmark-dark.webp b/static/icons/vendor/homarr/webp/servicenow-wordmark-dark.webp
new file mode 100644
index 0000000..05e2bc5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/servicenow-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/servicenow-wordmark-light.webp b/static/icons/vendor/homarr/webp/servicenow-wordmark-light.webp
new file mode 100644
index 0000000..a1bfa91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/servicenow-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/servicenow.webp b/static/icons/vendor/homarr/webp/servicenow.webp
new file mode 100644
index 0000000..84c8ea1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/servicenow.webp differ
diff --git a/static/icons/vendor/homarr/webp/serviio-light.webp b/static/icons/vendor/homarr/webp/serviio-light.webp
new file mode 100644
index 0000000..76a1a45
Binary files /dev/null and b/static/icons/vendor/homarr/webp/serviio-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/serviio.webp b/static/icons/vendor/homarr/webp/serviio.webp
new file mode 100644
index 0000000..9c4f31d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/serviio.webp differ
diff --git a/static/icons/vendor/homarr/webp/session.webp b/static/icons/vendor/homarr/webp/session.webp
new file mode 100644
index 0000000..5935697
Binary files /dev/null and b/static/icons/vendor/homarr/webp/session.webp differ
diff --git a/static/icons/vendor/homarr/webp/seznam.webp b/static/icons/vendor/homarr/webp/seznam.webp
new file mode 100644
index 0000000..d22b4c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/seznam.webp differ
diff --git a/static/icons/vendor/homarr/webp/sftpgo.webp b/static/icons/vendor/homarr/webp/sftpgo.webp
new file mode 100644
index 0000000..660f1f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sftpgo.webp differ
diff --git a/static/icons/vendor/homarr/webp/shaarli.webp b/static/icons/vendor/homarr/webp/shaarli.webp
new file mode 100644
index 0000000..454f320
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shaarli.webp differ
diff --git a/static/icons/vendor/homarr/webp/sharewood.webp b/static/icons/vendor/homarr/webp/sharewood.webp
new file mode 100644
index 0000000..0fa73cc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sharewood.webp differ
diff --git a/static/icons/vendor/homarr/webp/shelfmark.webp b/static/icons/vendor/homarr/webp/shelfmark.webp
new file mode 100644
index 0000000..0ffac8d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shelfmark.webp differ
diff --git a/static/icons/vendor/homarr/webp/shell-light.webp b/static/icons/vendor/homarr/webp/shell-light.webp
new file mode 100644
index 0000000..9ea4287
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shell-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/shell-tips-light.webp b/static/icons/vendor/homarr/webp/shell-tips-light.webp
new file mode 100644
index 0000000..dd9aada
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shell-tips-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/shell-tips.webp b/static/icons/vendor/homarr/webp/shell-tips.webp
new file mode 100644
index 0000000..24a6940
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shell-tips.webp differ
diff --git a/static/icons/vendor/homarr/webp/shell.webp b/static/icons/vendor/homarr/webp/shell.webp
new file mode 100644
index 0000000..a9b3a3f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shell.webp differ
diff --git a/static/icons/vendor/homarr/webp/shellhub.webp b/static/icons/vendor/homarr/webp/shellhub.webp
new file mode 100644
index 0000000..956893c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shellhub.webp differ
diff --git a/static/icons/vendor/homarr/webp/shellngn.webp b/static/icons/vendor/homarr/webp/shellngn.webp
new file mode 100644
index 0000000..4938dd1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shellngn.webp differ
diff --git a/static/icons/vendor/homarr/webp/shelly.webp b/static/icons/vendor/homarr/webp/shelly.webp
new file mode 100644
index 0000000..4a0b86a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shelly.webp differ
diff --git a/static/icons/vendor/homarr/webp/shinkro.webp b/static/icons/vendor/homarr/webp/shinkro.webp
new file mode 100644
index 0000000..74057d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shinkro.webp differ
diff --git a/static/icons/vendor/homarr/webp/shinobi.webp b/static/icons/vendor/homarr/webp/shinobi.webp
new file mode 100644
index 0000000..65d6dbf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shinobi.webp differ
diff --git a/static/icons/vendor/homarr/webp/shiori.webp b/static/icons/vendor/homarr/webp/shiori.webp
new file mode 100644
index 0000000..4ca7c40
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shiori.webp differ
diff --git a/static/icons/vendor/homarr/webp/shlink.webp b/static/icons/vendor/homarr/webp/shlink.webp
new file mode 100644
index 0000000..18eb545
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shlink.webp differ
diff --git a/static/icons/vendor/homarr/webp/shoko-server.webp b/static/icons/vendor/homarr/webp/shoko-server.webp
new file mode 100644
index 0000000..7d00805
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shoko-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/shoko.webp b/static/icons/vendor/homarr/webp/shoko.webp
new file mode 100644
index 0000000..8b6ef5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shoko.webp differ
diff --git a/static/icons/vendor/homarr/webp/shokoanime.webp b/static/icons/vendor/homarr/webp/shokoanime.webp
new file mode 100644
index 0000000..1f259dd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shokoanime.webp differ
diff --git a/static/icons/vendor/homarr/webp/shopify.webp b/static/icons/vendor/homarr/webp/shopify.webp
new file mode 100644
index 0000000..6bc5018
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shopify.webp differ
diff --git a/static/icons/vendor/homarr/webp/shortcut.webp b/static/icons/vendor/homarr/webp/shortcut.webp
new file mode 100644
index 0000000..afa0a44
Binary files /dev/null and b/static/icons/vendor/homarr/webp/shortcut.webp differ
diff --git a/static/icons/vendor/homarr/webp/sickbeard.webp b/static/icons/vendor/homarr/webp/sickbeard.webp
new file mode 100644
index 0000000..27efb97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sickbeard.webp differ
diff --git a/static/icons/vendor/homarr/webp/sickchill.webp b/static/icons/vendor/homarr/webp/sickchill.webp
new file mode 100644
index 0000000..189a36b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sickchill.webp differ
diff --git a/static/icons/vendor/homarr/webp/sickgear.webp b/static/icons/vendor/homarr/webp/sickgear.webp
new file mode 100644
index 0000000..187cf7b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sickgear.webp differ
diff --git a/static/icons/vendor/homarr/webp/signal.webp b/static/icons/vendor/homarr/webp/signal.webp
new file mode 100644
index 0000000..bb46fbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/signal.webp differ
diff --git a/static/icons/vendor/homarr/webp/signoz.webp b/static/icons/vendor/homarr/webp/signoz.webp
new file mode 100644
index 0000000..e094ff2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/signoz.webp differ
diff --git a/static/icons/vendor/homarr/webp/sigstore.webp b/static/icons/vendor/homarr/webp/sigstore.webp
new file mode 100644
index 0000000..28078fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sigstore.webp differ
diff --git a/static/icons/vendor/homarr/webp/silae.webp b/static/icons/vendor/homarr/webp/silae.webp
new file mode 100644
index 0000000..3e2c1b3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/silae.webp differ
diff --git a/static/icons/vendor/homarr/webp/sillytavern.webp b/static/icons/vendor/homarr/webp/sillytavern.webp
new file mode 100644
index 0000000..dfb130b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sillytavern.webp differ
diff --git a/static/icons/vendor/homarr/webp/silverbullet.webp b/static/icons/vendor/homarr/webp/silverbullet.webp
new file mode 100644
index 0000000..8775521
Binary files /dev/null and b/static/icons/vendor/homarr/webp/silverbullet.webp differ
diff --git a/static/icons/vendor/homarr/webp/simkl.webp b/static/icons/vendor/homarr/webp/simkl.webp
new file mode 100644
index 0000000..d8549b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/simkl.webp differ
diff --git a/static/icons/vendor/homarr/webp/simplelogin.webp b/static/icons/vendor/homarr/webp/simplelogin.webp
new file mode 100644
index 0000000..e8ff7aa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/simplelogin.webp differ
diff --git a/static/icons/vendor/homarr/webp/simplex-chat.webp b/static/icons/vendor/homarr/webp/simplex-chat.webp
new file mode 100644
index 0000000..5bd843c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/simplex-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/sinusbot.webp b/static/icons/vendor/homarr/webp/sinusbot.webp
new file mode 100644
index 0000000..2dfe3c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sinusbot.webp differ
diff --git a/static/icons/vendor/homarr/webp/sipeed.webp b/static/icons/vendor/homarr/webp/sipeed.webp
new file mode 100644
index 0000000..3c5a2d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sipeed.webp differ
diff --git a/static/icons/vendor/homarr/webp/siyuan.webp b/static/icons/vendor/homarr/webp/siyuan.webp
new file mode 100644
index 0000000..dd9415c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/siyuan.webp differ
diff --git a/static/icons/vendor/homarr/webp/sketchup-make.webp b/static/icons/vendor/homarr/webp/sketchup-make.webp
new file mode 100644
index 0000000..e519b16
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sketchup-make.webp differ
diff --git a/static/icons/vendor/homarr/webp/skylink-fibernet.webp b/static/icons/vendor/homarr/webp/skylink-fibernet.webp
new file mode 100644
index 0000000..5da5b11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/skylink-fibernet.webp differ
diff --git a/static/icons/vendor/homarr/webp/skype.webp b/static/icons/vendor/homarr/webp/skype.webp
new file mode 100644
index 0000000..a850ef6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/skype.webp differ
diff --git a/static/icons/vendor/homarr/webp/slaanesh.webp b/static/icons/vendor/homarr/webp/slaanesh.webp
new file mode 100644
index 0000000..5c9b328
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slaanesh.webp differ
diff --git a/static/icons/vendor/homarr/webp/slack.webp b/static/icons/vendor/homarr/webp/slack.webp
new file mode 100644
index 0000000..215f97c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slack.webp differ
diff --git a/static/icons/vendor/homarr/webp/slash-light.webp b/static/icons/vendor/homarr/webp/slash-light.webp
new file mode 100644
index 0000000..05e7c85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slash-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/slash.webp b/static/icons/vendor/homarr/webp/slash.webp
new file mode 100644
index 0000000..a3ae1df
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slash.webp differ
diff --git a/static/icons/vendor/homarr/webp/slice.webp b/static/icons/vendor/homarr/webp/slice.webp
new file mode 100644
index 0000000..805ab70
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slice.webp differ
diff --git a/static/icons/vendor/homarr/webp/slidev.webp b/static/icons/vendor/homarr/webp/slidev.webp
new file mode 100644
index 0000000..8ebdc6c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slidev.webp differ
diff --git a/static/icons/vendor/homarr/webp/slink-light.webp b/static/icons/vendor/homarr/webp/slink-light.webp
new file mode 100644
index 0000000..86e41f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slink-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/slink.webp b/static/icons/vendor/homarr/webp/slink.webp
new file mode 100644
index 0000000..0ed552d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slink.webp differ
diff --git a/static/icons/vendor/homarr/webp/slskd.webp b/static/icons/vendor/homarr/webp/slskd.webp
new file mode 100644
index 0000000..c07f92d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slskd.webp differ
diff --git a/static/icons/vendor/homarr/webp/slurpit-dark.webp b/static/icons/vendor/homarr/webp/slurpit-dark.webp
new file mode 100644
index 0000000..4b37d97
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slurpit-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/slurpit.webp b/static/icons/vendor/homarr/webp/slurpit.webp
new file mode 100644
index 0000000..b254352
Binary files /dev/null and b/static/icons/vendor/homarr/webp/slurpit.webp differ
diff --git a/static/icons/vendor/homarr/webp/smartfox.webp b/static/icons/vendor/homarr/webp/smartfox.webp
new file mode 100644
index 0000000..ee2d532
Binary files /dev/null and b/static/icons/vendor/homarr/webp/smartfox.webp differ
diff --git a/static/icons/vendor/homarr/webp/smlight.webp b/static/icons/vendor/homarr/webp/smlight.webp
new file mode 100644
index 0000000..a28ecc5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/smlight.webp differ
diff --git a/static/icons/vendor/homarr/webp/smokeping.webp b/static/icons/vendor/homarr/webp/smokeping.webp
new file mode 100644
index 0000000..7a7f406
Binary files /dev/null and b/static/icons/vendor/homarr/webp/smokeping.webp differ
diff --git a/static/icons/vendor/homarr/webp/snapcast.webp b/static/icons/vendor/homarr/webp/snapcast.webp
new file mode 100644
index 0000000..4a1d253
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snapcast.webp differ
diff --git a/static/icons/vendor/homarr/webp/snapchat-dark.webp b/static/icons/vendor/homarr/webp/snapchat-dark.webp
new file mode 100644
index 0000000..397b9a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snapchat-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/snapchat.webp b/static/icons/vendor/homarr/webp/snapchat.webp
new file mode 100644
index 0000000..973a2db
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snapchat.webp differ
diff --git a/static/icons/vendor/homarr/webp/snapdrop.webp b/static/icons/vendor/homarr/webp/snapdrop.webp
new file mode 100644
index 0000000..f5e3ddc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snapdrop.webp differ
diff --git a/static/icons/vendor/homarr/webp/snappymail-light.webp b/static/icons/vendor/homarr/webp/snappymail-light.webp
new file mode 100644
index 0000000..738dcb6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snappymail-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/snappymail.webp b/static/icons/vendor/homarr/webp/snappymail.webp
new file mode 100644
index 0000000..cfdcb6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snappymail.webp differ
diff --git a/static/icons/vendor/homarr/webp/snibox.webp b/static/icons/vendor/homarr/webp/snibox.webp
new file mode 100644
index 0000000..41c4387
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snibox.webp differ
diff --git a/static/icons/vendor/homarr/webp/snikket.webp b/static/icons/vendor/homarr/webp/snikket.webp
new file mode 100644
index 0000000..64014af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snikket.webp differ
diff --git a/static/icons/vendor/homarr/webp/snipe-it.webp b/static/icons/vendor/homarr/webp/snipe-it.webp
new file mode 100644
index 0000000..7a37e14
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snipe-it.webp differ
diff --git a/static/icons/vendor/homarr/webp/snippetbox.webp b/static/icons/vendor/homarr/webp/snippetbox.webp
new file mode 100644
index 0000000..5d869c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/snippetbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/socialhome.webp b/static/icons/vendor/homarr/webp/socialhome.webp
new file mode 100644
index 0000000..96b8963
Binary files /dev/null and b/static/icons/vendor/homarr/webp/socialhome.webp differ
diff --git a/static/icons/vendor/homarr/webp/sogo.webp b/static/icons/vendor/homarr/webp/sogo.webp
new file mode 100644
index 0000000..0079140
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sogo.webp differ
diff --git a/static/icons/vendor/homarr/webp/solaar.webp b/static/icons/vendor/homarr/webp/solaar.webp
new file mode 100644
index 0000000..65a38b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solaar.webp differ
diff --git a/static/icons/vendor/homarr/webp/solarwinds-wordmark-light.webp b/static/icons/vendor/homarr/webp/solarwinds-wordmark-light.webp
new file mode 100644
index 0000000..507afaa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solarwinds-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/solarwinds.webp b/static/icons/vendor/homarr/webp/solarwinds.webp
new file mode 100644
index 0000000..74b622c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solarwinds.webp differ
diff --git a/static/icons/vendor/homarr/webp/solid-invoice.webp b/static/icons/vendor/homarr/webp/solid-invoice.webp
new file mode 100644
index 0000000..7e8fc19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solid-invoice.webp differ
diff --git a/static/icons/vendor/homarr/webp/solidtime-light.webp b/static/icons/vendor/homarr/webp/solidtime-light.webp
new file mode 100644
index 0000000..8a67173
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solidtime-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/solidtime.webp b/static/icons/vendor/homarr/webp/solidtime.webp
new file mode 100644
index 0000000..5bdc51e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/solidtime.webp differ
diff --git a/static/icons/vendor/homarr/webp/sonarqube.webp b/static/icons/vendor/homarr/webp/sonarqube.webp
new file mode 100644
index 0000000..bf1e544
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sonarqube.webp differ
diff --git a/static/icons/vendor/homarr/webp/sonarr-4k.webp b/static/icons/vendor/homarr/webp/sonarr-4k.webp
new file mode 100644
index 0000000..b16e0d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sonarr-4k.webp differ
diff --git a/static/icons/vendor/homarr/webp/sonarr-dark.webp b/static/icons/vendor/homarr/webp/sonarr-dark.webp
new file mode 100644
index 0000000..7ba9237
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sonarr-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sonarr-dv.webp b/static/icons/vendor/homarr/webp/sonarr-dv.webp
new file mode 100644
index 0000000..d7f6f92
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sonarr-dv.webp differ
diff --git a/static/icons/vendor/homarr/webp/sonarr.webp b/static/icons/vendor/homarr/webp/sonarr.webp
new file mode 100644
index 0000000..9d57566
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sonarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/sophos-dark.webp b/static/icons/vendor/homarr/webp/sophos-dark.webp
new file mode 100644
index 0000000..7f337f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sophos-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sophos.webp b/static/icons/vendor/homarr/webp/sophos.webp
new file mode 100644
index 0000000..4b00546
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sophos.webp differ
diff --git a/static/icons/vendor/homarr/webp/soulseek.webp b/static/icons/vendor/homarr/webp/soulseek.webp
new file mode 100644
index 0000000..28bf9b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/soulseek.webp differ
diff --git a/static/icons/vendor/homarr/webp/soundcloud-dark.webp b/static/icons/vendor/homarr/webp/soundcloud-dark.webp
new file mode 100644
index 0000000..942f4b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/soundcloud-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/soundcloud.webp b/static/icons/vendor/homarr/webp/soundcloud.webp
new file mode 100644
index 0000000..7ad666d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/soundcloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcebot-dark.webp b/static/icons/vendor/homarr/webp/sourcebot-dark.webp
new file mode 100644
index 0000000..602a64a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcebot-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcebot.webp b/static/icons/vendor/homarr/webp/sourcebot.webp
new file mode 100644
index 0000000..6dfe4a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcebot.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcegraph.webp b/static/icons/vendor/homarr/webp/sourcegraph.webp
new file mode 100644
index 0000000..6028d32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcegraph.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcehut-dark.webp b/static/icons/vendor/homarr/webp/sourcehut-dark.webp
new file mode 100644
index 0000000..c818417
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcehut-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcehut-wordmark-dark.webp b/static/icons/vendor/homarr/webp/sourcehut-wordmark-dark.webp
new file mode 100644
index 0000000..50ad339
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcehut-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcehut-wordmark-light.webp b/static/icons/vendor/homarr/webp/sourcehut-wordmark-light.webp
new file mode 100644
index 0000000..edaa7c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcehut-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/sourcehut.webp b/static/icons/vendor/homarr/webp/sourcehut.webp
new file mode 100644
index 0000000..7a7f4b4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sourcehut.webp differ
diff --git a/static/icons/vendor/homarr/webp/spamassassin.webp b/static/icons/vendor/homarr/webp/spamassassin.webp
new file mode 100644
index 0000000..9ad6777
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spamassassin.webp differ
diff --git a/static/icons/vendor/homarr/webp/spark.webp b/static/icons/vendor/homarr/webp/spark.webp
new file mode 100644
index 0000000..88d04c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sparkleshare.webp b/static/icons/vendor/homarr/webp/sparkleshare.webp
new file mode 100644
index 0000000..3b5d57b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sparkleshare.webp differ
diff --git a/static/icons/vendor/homarr/webp/sparky-fitness.webp b/static/icons/vendor/homarr/webp/sparky-fitness.webp
new file mode 100644
index 0000000..130a464
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sparky-fitness.webp differ
diff --git a/static/icons/vendor/homarr/webp/specifically-clementines.webp b/static/icons/vendor/homarr/webp/specifically-clementines.webp
new file mode 100644
index 0000000..2df93a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/specifically-clementines.webp differ
diff --git a/static/icons/vendor/homarr/webp/specter-desktop.webp b/static/icons/vendor/homarr/webp/specter-desktop.webp
new file mode 100644
index 0000000..a3430bc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/specter-desktop.webp differ
diff --git a/static/icons/vendor/homarr/webp/speedtest-tracker.webp b/static/icons/vendor/homarr/webp/speedtest-tracker.webp
new file mode 100644
index 0000000..c7d35cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/speedtest-tracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/sphinx-doc.webp b/static/icons/vendor/homarr/webp/sphinx-doc.webp
new file mode 100644
index 0000000..b570803
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sphinx-doc.webp differ
diff --git a/static/icons/vendor/homarr/webp/sphinx-relay.webp b/static/icons/vendor/homarr/webp/sphinx-relay.webp
new file mode 100644
index 0000000..503623f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sphinx-relay.webp differ
diff --git a/static/icons/vendor/homarr/webp/sphinx.webp b/static/icons/vendor/homarr/webp/sphinx.webp
new file mode 100644
index 0000000..b570803
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sphinx.webp differ
diff --git a/static/icons/vendor/homarr/webp/spiceworks.webp b/static/icons/vendor/homarr/webp/spiceworks.webp
new file mode 100644
index 0000000..f26b873
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spiceworks.webp differ
diff --git a/static/icons/vendor/homarr/webp/spiderfoot.webp b/static/icons/vendor/homarr/webp/spiderfoot.webp
new file mode 100644
index 0000000..dadbc32
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spiderfoot.webp differ
diff --git a/static/icons/vendor/homarr/webp/spliit.webp b/static/icons/vendor/homarr/webp/spliit.webp
new file mode 100644
index 0000000..cf61569
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spliit.webp differ
diff --git a/static/icons/vendor/homarr/webp/splunk.webp b/static/icons/vendor/homarr/webp/splunk.webp
new file mode 100644
index 0000000..67cf6c8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/splunk.webp differ
diff --git a/static/icons/vendor/homarr/webp/sponsorblock.webp b/static/icons/vendor/homarr/webp/sponsorblock.webp
new file mode 100644
index 0000000..ca1992f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sponsorblock.webp differ
diff --git a/static/icons/vendor/homarr/webp/spoolman.webp b/static/icons/vendor/homarr/webp/spoolman.webp
new file mode 100644
index 0000000..0e13c0a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spoolman.webp differ
diff --git a/static/icons/vendor/homarr/webp/spotify.webp b/static/icons/vendor/homarr/webp/spotify.webp
new file mode 100644
index 0000000..df85702
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spotify.webp differ
diff --git a/static/icons/vendor/homarr/webp/spotnet.webp b/static/icons/vendor/homarr/webp/spotnet.webp
new file mode 100644
index 0000000..89ab148
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spotnet.webp differ
diff --git a/static/icons/vendor/homarr/webp/spree-dark.webp b/static/icons/vendor/homarr/webp/spree-dark.webp
new file mode 100644
index 0000000..c5e081d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spree-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/spree.webp b/static/icons/vendor/homarr/webp/spree.webp
new file mode 100644
index 0000000..1a4cd15
Binary files /dev/null and b/static/icons/vendor/homarr/webp/spree.webp differ
diff --git a/static/icons/vendor/homarr/webp/springboot-initializer.webp b/static/icons/vendor/homarr/webp/springboot-initializer.webp
new file mode 100644
index 0000000..649028c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/springboot-initializer.webp differ
diff --git a/static/icons/vendor/homarr/webp/sqlitebrowser.webp b/static/icons/vendor/homarr/webp/sqlitebrowser.webp
new file mode 100644
index 0000000..8e1ea9e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sqlitebrowser.webp differ
diff --git a/static/icons/vendor/homarr/webp/squadrats.webp b/static/icons/vendor/homarr/webp/squadrats.webp
new file mode 100644
index 0000000..541bedd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/squadrats.webp differ
diff --git a/static/icons/vendor/homarr/webp/squarespace.webp b/static/icons/vendor/homarr/webp/squarespace.webp
new file mode 100644
index 0000000..43241ac
Binary files /dev/null and b/static/icons/vendor/homarr/webp/squarespace.webp differ
diff --git a/static/icons/vendor/homarr/webp/squeezebox-server.webp b/static/icons/vendor/homarr/webp/squeezebox-server.webp
new file mode 100644
index 0000000..2557e8f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/squeezebox-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/squidex.webp b/static/icons/vendor/homarr/webp/squidex.webp
new file mode 100644
index 0000000..856ed8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/squidex.webp differ
diff --git a/static/icons/vendor/homarr/webp/squirrel-servers-manager.webp b/static/icons/vendor/homarr/webp/squirrel-servers-manager.webp
new file mode 100644
index 0000000..a023271
Binary files /dev/null and b/static/icons/vendor/homarr/webp/squirrel-servers-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/sshwifty.webp b/static/icons/vendor/homarr/webp/sshwifty.webp
new file mode 100644
index 0000000..68e668f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sshwifty.webp differ
diff --git a/static/icons/vendor/homarr/webp/sst-dev-dark.webp b/static/icons/vendor/homarr/webp/sst-dev-dark.webp
new file mode 100644
index 0000000..285a920
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sst-dev-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/sst-dev.webp b/static/icons/vendor/homarr/webp/sst-dev.webp
new file mode 100644
index 0000000..93f1530
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sst-dev.webp differ
diff --git a/static/icons/vendor/homarr/webp/stalwart-mail-server.webp b/static/icons/vendor/homarr/webp/stalwart-mail-server.webp
new file mode 100644
index 0000000..bba0f3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stalwart-mail-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/stalwart.webp b/static/icons/vendor/homarr/webp/stalwart.webp
new file mode 100644
index 0000000..4972468
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stalwart.webp differ
diff --git a/static/icons/vendor/homarr/webp/standard-notes.webp b/static/icons/vendor/homarr/webp/standard-notes.webp
new file mode 100644
index 0000000..1803f8f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/standard-notes.webp differ
diff --git a/static/icons/vendor/homarr/webp/startpage.webp b/static/icons/vendor/homarr/webp/startpage.webp
new file mode 100644
index 0000000..e737913
Binary files /dev/null and b/static/icons/vendor/homarr/webp/startpage.webp differ
diff --git a/static/icons/vendor/homarr/webp/stash.webp b/static/icons/vendor/homarr/webp/stash.webp
new file mode 100644
index 0000000..42ce14e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stash.webp differ
diff --git a/static/icons/vendor/homarr/webp/statistics-for-strava.webp b/static/icons/vendor/homarr/webp/statistics-for-strava.webp
new file mode 100644
index 0000000..d731fbc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/statistics-for-strava.webp differ
diff --git a/static/icons/vendor/homarr/webp/statping-ng.webp b/static/icons/vendor/homarr/webp/statping-ng.webp
new file mode 100644
index 0000000..bccd0c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/statping-ng.webp differ
diff --git a/static/icons/vendor/homarr/webp/statping.webp b/static/icons/vendor/homarr/webp/statping.webp
new file mode 100644
index 0000000..bccd0c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/statping.webp differ
diff --git a/static/icons/vendor/homarr/webp/stb-proxy.webp b/static/icons/vendor/homarr/webp/stb-proxy.webp
new file mode 100644
index 0000000..2d8d621
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stb-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/steam.webp b/static/icons/vendor/homarr/webp/steam.webp
new file mode 100644
index 0000000..7d9e898
Binary files /dev/null and b/static/icons/vendor/homarr/webp/steam.webp differ
diff --git a/static/icons/vendor/homarr/webp/step-ca.webp b/static/icons/vendor/homarr/webp/step-ca.webp
new file mode 100644
index 0000000..4ed274c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/step-ca.webp differ
diff --git a/static/icons/vendor/homarr/webp/stirling-pdf.webp b/static/icons/vendor/homarr/webp/stirling-pdf.webp
new file mode 100644
index 0000000..0dc4e0c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stirling-pdf.webp differ
diff --git a/static/icons/vendor/homarr/webp/storj.webp b/static/icons/vendor/homarr/webp/storj.webp
new file mode 100644
index 0000000..ea786f9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/storj.webp differ
diff --git a/static/icons/vendor/homarr/webp/storm.webp b/static/icons/vendor/homarr/webp/storm.webp
new file mode 100644
index 0000000..2212b9d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/storm.webp differ
diff --git a/static/icons/vendor/homarr/webp/stormkit.webp b/static/icons/vendor/homarr/webp/stormkit.webp
new file mode 100644
index 0000000..90483fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stormkit.webp differ
diff --git a/static/icons/vendor/homarr/webp/storyteller.webp b/static/icons/vendor/homarr/webp/storyteller.webp
new file mode 100644
index 0000000..9844971
Binary files /dev/null and b/static/icons/vendor/homarr/webp/storyteller.webp differ
diff --git a/static/icons/vendor/homarr/webp/strapi.webp b/static/icons/vendor/homarr/webp/strapi.webp
new file mode 100644
index 0000000..f8c7351
Binary files /dev/null and b/static/icons/vendor/homarr/webp/strapi.webp differ
diff --git a/static/icons/vendor/homarr/webp/strava.webp b/static/icons/vendor/homarr/webp/strava.webp
new file mode 100644
index 0000000..8daf654
Binary files /dev/null and b/static/icons/vendor/homarr/webp/strava.webp differ
diff --git a/static/icons/vendor/homarr/webp/stream-harvestarr.webp b/static/icons/vendor/homarr/webp/stream-harvestarr.webp
new file mode 100644
index 0000000..701145c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stream-harvestarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/streama.webp b/static/icons/vendor/homarr/webp/streama.webp
new file mode 100644
index 0000000..2f6f662
Binary files /dev/null and b/static/icons/vendor/homarr/webp/streama.webp differ
diff --git a/static/icons/vendor/homarr/webp/streamyfin.webp b/static/icons/vendor/homarr/webp/streamyfin.webp
new file mode 100644
index 0000000..f2e8d90
Binary files /dev/null and b/static/icons/vendor/homarr/webp/streamyfin.webp differ
diff --git a/static/icons/vendor/homarr/webp/streamystats.webp b/static/icons/vendor/homarr/webp/streamystats.webp
new file mode 100644
index 0000000..da20d14
Binary files /dev/null and b/static/icons/vendor/homarr/webp/streamystats.webp differ
diff --git a/static/icons/vendor/homarr/webp/stremio.webp b/static/icons/vendor/homarr/webp/stremio.webp
new file mode 100644
index 0000000..8b1c8c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stremio.webp differ
diff --git a/static/icons/vendor/homarr/webp/stump-alt.webp b/static/icons/vendor/homarr/webp/stump-alt.webp
new file mode 100644
index 0000000..894351e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stump-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/stump.webp b/static/icons/vendor/homarr/webp/stump.webp
new file mode 100644
index 0000000..ff45948
Binary files /dev/null and b/static/icons/vendor/homarr/webp/stump.webp differ
diff --git a/static/icons/vendor/homarr/webp/sub-store.webp b/static/icons/vendor/homarr/webp/sub-store.webp
new file mode 100644
index 0000000..8f250ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sub-store.webp differ
diff --git a/static/icons/vendor/homarr/webp/subatic.webp b/static/icons/vendor/homarr/webp/subatic.webp
new file mode 100644
index 0000000..1ab2a1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/subatic.webp differ
diff --git a/static/icons/vendor/homarr/webp/subdl.webp b/static/icons/vendor/homarr/webp/subdl.webp
new file mode 100644
index 0000000..ecf11a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/subdl.webp differ
diff --git a/static/icons/vendor/homarr/webp/substreamer.webp b/static/icons/vendor/homarr/webp/substreamer.webp
new file mode 100644
index 0000000..4a3f425
Binary files /dev/null and b/static/icons/vendor/homarr/webp/substreamer.webp differ
diff --git a/static/icons/vendor/homarr/webp/suggest-arr.webp b/static/icons/vendor/homarr/webp/suggest-arr.webp
new file mode 100644
index 0000000..f2ab66a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/suggest-arr.webp differ
diff --git a/static/icons/vendor/homarr/webp/sun-panel.webp b/static/icons/vendor/homarr/webp/sun-panel.webp
new file mode 100644
index 0000000..c89a440
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sun-panel.webp differ
diff --git a/static/icons/vendor/homarr/webp/sunsama.webp b/static/icons/vendor/homarr/webp/sunsama.webp
new file mode 100644
index 0000000..cb666fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sunsama.webp differ
diff --git a/static/icons/vendor/homarr/webp/sunshine.webp b/static/icons/vendor/homarr/webp/sunshine.webp
new file mode 100644
index 0000000..d1eff6f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sunshine.webp differ
diff --git a/static/icons/vendor/homarr/webp/supabase.webp b/static/icons/vendor/homarr/webp/supabase.webp
new file mode 100644
index 0000000..b1d7337
Binary files /dev/null and b/static/icons/vendor/homarr/webp/supabase.webp differ
diff --git a/static/icons/vendor/homarr/webp/super-productivity.webp b/static/icons/vendor/homarr/webp/super-productivity.webp
new file mode 100644
index 0000000..da28e89
Binary files /dev/null and b/static/icons/vendor/homarr/webp/super-productivity.webp differ
diff --git a/static/icons/vendor/homarr/webp/superlist.webp b/static/icons/vendor/homarr/webp/superlist.webp
new file mode 100644
index 0000000..376e0af
Binary files /dev/null and b/static/icons/vendor/homarr/webp/superlist.webp differ
diff --git a/static/icons/vendor/homarr/webp/supermicro.webp b/static/icons/vendor/homarr/webp/supermicro.webp
new file mode 100644
index 0000000..7293352
Binary files /dev/null and b/static/icons/vendor/homarr/webp/supermicro.webp differ
diff --git a/static/icons/vendor/homarr/webp/surveymonkey.webp b/static/icons/vendor/homarr/webp/surveymonkey.webp
new file mode 100644
index 0000000..79f7bb3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/surveymonkey.webp differ
diff --git a/static/icons/vendor/homarr/webp/suwayomi-light.webp b/static/icons/vendor/homarr/webp/suwayomi-light.webp
new file mode 100644
index 0000000..de681a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/suwayomi-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/suwayomi.webp b/static/icons/vendor/homarr/webp/suwayomi.webp
new file mode 100644
index 0000000..c578bc2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/suwayomi.webp differ
diff --git a/static/icons/vendor/homarr/webp/svelte.webp b/static/icons/vendor/homarr/webp/svelte.webp
new file mode 100644
index 0000000..19bb0c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/svelte.webp differ
diff --git a/static/icons/vendor/homarr/webp/svg.webp b/static/icons/vendor/homarr/webp/svg.webp
new file mode 100644
index 0000000..d95ca6e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/svg.webp differ
diff --git a/static/icons/vendor/homarr/webp/swagger.webp b/static/icons/vendor/homarr/webp/swagger.webp
new file mode 100644
index 0000000..ee1bdc4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swagger.webp differ
diff --git a/static/icons/vendor/homarr/webp/swarmpit.webp b/static/icons/vendor/homarr/webp/swarmpit.webp
new file mode 100644
index 0000000..abef3c8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swarmpit.webp differ
diff --git a/static/icons/vendor/homarr/webp/swift.webp b/static/icons/vendor/homarr/webp/swift.webp
new file mode 100644
index 0000000..2be945f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swift.webp differ
diff --git a/static/icons/vendor/homarr/webp/swingmusic.webp b/static/icons/vendor/homarr/webp/swingmusic.webp
new file mode 100644
index 0000000..c5cf775
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swingmusic.webp differ
diff --git a/static/icons/vendor/homarr/webp/swiparr.webp b/static/icons/vendor/homarr/webp/swiparr.webp
new file mode 100644
index 0000000..06109ba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swiparr.webp differ
diff --git a/static/icons/vendor/homarr/webp/swizzin.webp b/static/icons/vendor/homarr/webp/swizzin.webp
new file mode 100644
index 0000000..7a2870a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/swizzin.webp differ
diff --git a/static/icons/vendor/homarr/webp/syft.webp b/static/icons/vendor/homarr/webp/syft.webp
new file mode 100644
index 0000000..8c204fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/syft.webp differ
diff --git a/static/icons/vendor/homarr/webp/symedia.webp b/static/icons/vendor/homarr/webp/symedia.webp
new file mode 100644
index 0000000..3f78bf4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/symedia.webp differ
diff --git a/static/icons/vendor/homarr/webp/symmetricom-light.webp b/static/icons/vendor/homarr/webp/symmetricom-light.webp
new file mode 100644
index 0000000..50d2ff2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/symmetricom-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/symmetricom.webp b/static/icons/vendor/homarr/webp/symmetricom.webp
new file mode 100644
index 0000000..cd9846b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/symmetricom.webp differ
diff --git a/static/icons/vendor/homarr/webp/sympa.webp b/static/icons/vendor/homarr/webp/sympa.webp
new file mode 100644
index 0000000..caea1d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sympa.webp differ
diff --git a/static/icons/vendor/homarr/webp/synapse-light.webp b/static/icons/vendor/homarr/webp/synapse-light.webp
new file mode 100644
index 0000000..ae9b5d4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synapse-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/synapse.webp b/static/icons/vendor/homarr/webp/synapse.webp
new file mode 100644
index 0000000..b85755a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synapse.webp differ
diff --git a/static/icons/vendor/homarr/webp/syncany.webp b/static/icons/vendor/homarr/webp/syncany.webp
new file mode 100644
index 0000000..34b4525
Binary files /dev/null and b/static/icons/vendor/homarr/webp/syncany.webp differ
diff --git a/static/icons/vendor/homarr/webp/synclounge-light.webp b/static/icons/vendor/homarr/webp/synclounge-light.webp
new file mode 100644
index 0000000..068766d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synclounge-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/synclounge.webp b/static/icons/vendor/homarr/webp/synclounge.webp
new file mode 100644
index 0000000..971815a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synclounge.webp differ
diff --git a/static/icons/vendor/homarr/webp/syncplay.webp b/static/icons/vendor/homarr/webp/syncplay.webp
new file mode 100644
index 0000000..8ad258a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/syncplay.webp differ
diff --git a/static/icons/vendor/homarr/webp/syncthing-dark.webp b/static/icons/vendor/homarr/webp/syncthing-dark.webp
new file mode 100644
index 0000000..91370dd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/syncthing-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/syncthing.webp b/static/icons/vendor/homarr/webp/syncthing.webp
new file mode 100644
index 0000000..08ae1d9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/syncthing.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-audio-station.webp b/static/icons/vendor/homarr/webp/synology-audio-station.webp
new file mode 100644
index 0000000..e675da6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-audio-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-calendar.webp b/static/icons/vendor/homarr/webp/synology-calendar.webp
new file mode 100644
index 0000000..20d553d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-calendar.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-chat.webp b/static/icons/vendor/homarr/webp/synology-chat.webp
new file mode 100644
index 0000000..18323f0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-cloud-sync.webp b/static/icons/vendor/homarr/webp/synology-cloud-sync.webp
new file mode 100644
index 0000000..fd00921
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-cloud-sync.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-contacts.webp b/static/icons/vendor/homarr/webp/synology-contacts.webp
new file mode 100644
index 0000000..35c163a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-contacts.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-document-viewer.webp b/static/icons/vendor/homarr/webp/synology-document-viewer.webp
new file mode 100644
index 0000000..7d19735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-document-viewer.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-download-station.webp b/static/icons/vendor/homarr/webp/synology-download-station.webp
new file mode 100644
index 0000000..5ca95dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-download-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-drive-server.webp b/static/icons/vendor/homarr/webp/synology-drive-server.webp
new file mode 100644
index 0000000..ce74227
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-drive-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-drive.webp b/static/icons/vendor/homarr/webp/synology-drive.webp
new file mode 100644
index 0000000..ce74227
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-drive.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-dsm.webp b/static/icons/vendor/homarr/webp/synology-dsm.webp
new file mode 100644
index 0000000..4491379
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-dsm.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-file-station.webp b/static/icons/vendor/homarr/webp/synology-file-station.webp
new file mode 100644
index 0000000..ed7add4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-file-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-light.webp b/static/icons/vendor/homarr/webp/synology-light.webp
new file mode 100644
index 0000000..da69c79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-mail-plus.webp b/static/icons/vendor/homarr/webp/synology-mail-plus.webp
new file mode 100644
index 0000000..8471c75
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-mail-plus.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-mail-station.webp b/static/icons/vendor/homarr/webp/synology-mail-station.webp
new file mode 100644
index 0000000..c4121c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-mail-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-note-station.webp b/static/icons/vendor/homarr/webp/synology-note-station.webp
new file mode 100644
index 0000000..650aa1a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-note-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-office.webp b/static/icons/vendor/homarr/webp/synology-office.webp
new file mode 100644
index 0000000..1a3ae5e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-office.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-pdfviewer.webp b/static/icons/vendor/homarr/webp/synology-pdfviewer.webp
new file mode 100644
index 0000000..7d19735
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-pdfviewer.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-photo-station.webp b/static/icons/vendor/homarr/webp/synology-photo-station.webp
new file mode 100644
index 0000000..d67d2cb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-photo-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-photos.webp b/static/icons/vendor/homarr/webp/synology-photos.webp
new file mode 100644
index 0000000..3c1cb11
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-photos.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-surveillance-station.webp b/static/icons/vendor/homarr/webp/synology-surveillance-station.webp
new file mode 100644
index 0000000..b0f89a0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-surveillance-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-text-editor.webp b/static/icons/vendor/homarr/webp/synology-text-editor.webp
new file mode 100644
index 0000000..42b8148
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-text-editor.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-video-station.webp b/static/icons/vendor/homarr/webp/synology-video-station.webp
new file mode 100644
index 0000000..f69ff78
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-video-station.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-vmm.webp b/static/icons/vendor/homarr/webp/synology-vmm.webp
new file mode 100644
index 0000000..6b74f63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-vmm.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology-webstation.webp b/static/icons/vendor/homarr/webp/synology-webstation.webp
new file mode 100644
index 0000000..386d281
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology-webstation.webp differ
diff --git a/static/icons/vendor/homarr/webp/synology.webp b/static/icons/vendor/homarr/webp/synology.webp
new file mode 100644
index 0000000..0223ebb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/synology.webp differ
diff --git a/static/icons/vendor/homarr/webp/sysreptor.webp b/static/icons/vendor/homarr/webp/sysreptor.webp
new file mode 100644
index 0000000..4b40320
Binary files /dev/null and b/static/icons/vendor/homarr/webp/sysreptor.webp differ
diff --git a/static/icons/vendor/homarr/webp/t-pot.webp b/static/icons/vendor/homarr/webp/t-pot.webp
new file mode 100644
index 0000000..fb7e763
Binary files /dev/null and b/static/icons/vendor/homarr/webp/t-pot.webp differ
diff --git a/static/icons/vendor/homarr/webp/t3-chat.webp b/static/icons/vendor/homarr/webp/t3-chat.webp
new file mode 100644
index 0000000..b0b8748
Binary files /dev/null and b/static/icons/vendor/homarr/webp/t3-chat.webp differ
diff --git a/static/icons/vendor/homarr/webp/tabula.webp b/static/icons/vendor/homarr/webp/tabula.webp
new file mode 100644
index 0000000..8a67cae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tabula.webp differ
diff --git a/static/icons/vendor/homarr/webp/tacticalrmm.webp b/static/icons/vendor/homarr/webp/tacticalrmm.webp
new file mode 100644
index 0000000..922a887
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tacticalrmm.webp differ
diff --git a/static/icons/vendor/homarr/webp/taiga.webp b/static/icons/vendor/homarr/webp/taiga.webp
new file mode 100644
index 0000000..2770ebc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/taiga.webp differ
diff --git a/static/icons/vendor/homarr/webp/tailscale-light.webp b/static/icons/vendor/homarr/webp/tailscale-light.webp
new file mode 100644
index 0000000..73a8fa1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tailscale-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tailscale.webp b/static/icons/vendor/homarr/webp/tailscale.webp
new file mode 100644
index 0000000..e7588ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tailscale.webp differ
diff --git a/static/icons/vendor/homarr/webp/tailwind.webp b/static/icons/vendor/homarr/webp/tailwind.webp
new file mode 100644
index 0000000..35532de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tailwind.webp differ
diff --git a/static/icons/vendor/homarr/webp/talos.webp b/static/icons/vendor/homarr/webp/talos.webp
new file mode 100644
index 0000000..5bf4ec8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/talos.webp differ
diff --git a/static/icons/vendor/homarr/webp/tandoor-recipes.webp b/static/icons/vendor/homarr/webp/tandoor-recipes.webp
new file mode 100644
index 0000000..8cc6e5d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tandoor-recipes.webp differ
diff --git a/static/icons/vendor/homarr/webp/tangerine-ui.webp b/static/icons/vendor/homarr/webp/tangerine-ui.webp
new file mode 100644
index 0000000..f611645
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tangerine-ui.webp differ
diff --git a/static/icons/vendor/homarr/webp/tanoshi.webp b/static/icons/vendor/homarr/webp/tanoshi.webp
new file mode 100644
index 0000000..9dd0bd9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tanoshi.webp differ
diff --git a/static/icons/vendor/homarr/webp/tar1090.webp b/static/icons/vendor/homarr/webp/tar1090.webp
new file mode 100644
index 0000000..f755165
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tar1090.webp differ
diff --git a/static/icons/vendor/homarr/webp/taskcafe.webp b/static/icons/vendor/homarr/webp/taskcafe.webp
new file mode 100644
index 0000000..ec695ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/taskcafe.webp differ
diff --git a/static/icons/vendor/homarr/webp/tasmoadmin.webp b/static/icons/vendor/homarr/webp/tasmoadmin.webp
new file mode 100644
index 0000000..0096f7f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tasmoadmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/tasmocompiler.webp b/static/icons/vendor/homarr/webp/tasmocompiler.webp
new file mode 100644
index 0000000..7bb6db3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tasmocompiler.webp differ
diff --git a/static/icons/vendor/homarr/webp/tasmota-light.webp b/static/icons/vendor/homarr/webp/tasmota-light.webp
new file mode 100644
index 0000000..d586983
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tasmota-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tasmota.webp b/static/icons/vendor/homarr/webp/tasmota.webp
new file mode 100644
index 0000000..382935c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tasmota.webp differ
diff --git a/static/icons/vendor/homarr/webp/tautulli.webp b/static/icons/vendor/homarr/webp/tautulli.webp
new file mode 100644
index 0000000..d086717
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tautulli.webp differ
diff --git a/static/icons/vendor/homarr/webp/tdarr.webp b/static/icons/vendor/homarr/webp/tdarr.webp
new file mode 100644
index 0000000..578c97b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tdarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/team-viewer.webp b/static/icons/vendor/homarr/webp/team-viewer.webp
new file mode 100644
index 0000000..7ecc6c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/team-viewer.webp differ
diff --git a/static/icons/vendor/homarr/webp/teamcity-light.webp b/static/icons/vendor/homarr/webp/teamcity-light.webp
new file mode 100644
index 0000000..7ad98d7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teamcity-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/teamcity.webp b/static/icons/vendor/homarr/webp/teamcity.webp
new file mode 100644
index 0000000..a4fcc96
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teamcity.webp differ
diff --git a/static/icons/vendor/homarr/webp/teamspeak.webp b/static/icons/vendor/homarr/webp/teamspeak.webp
new file mode 100644
index 0000000..873e295
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teamspeak.webp differ
diff --git a/static/icons/vendor/homarr/webp/teamtailor.webp b/static/icons/vendor/homarr/webp/teamtailor.webp
new file mode 100644
index 0000000..1cac777
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teamtailor.webp differ
diff --git a/static/icons/vendor/homarr/webp/technitium.webp b/static/icons/vendor/homarr/webp/technitium.webp
new file mode 100644
index 0000000..c9f1aab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/technitium.webp differ
diff --git a/static/icons/vendor/homarr/webp/teddy-cloud.webp b/static/icons/vendor/homarr/webp/teddy-cloud.webp
new file mode 100644
index 0000000..80fe0ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teddy-cloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/teedy.webp b/static/icons/vendor/homarr/webp/teedy.webp
new file mode 100644
index 0000000..5789c3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teedy.webp differ
diff --git a/static/icons/vendor/homarr/webp/telegraf.webp b/static/icons/vendor/homarr/webp/telegraf.webp
new file mode 100644
index 0000000..9eac236
Binary files /dev/null and b/static/icons/vendor/homarr/webp/telegraf.webp differ
diff --git a/static/icons/vendor/homarr/webp/telegram.webp b/static/icons/vendor/homarr/webp/telegram.webp
new file mode 100644
index 0000000..9a853f2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/telegram.webp differ
diff --git a/static/icons/vendor/homarr/webp/telekom.webp b/static/icons/vendor/homarr/webp/telekom.webp
new file mode 100644
index 0000000..0bd6430
Binary files /dev/null and b/static/icons/vendor/homarr/webp/telekom.webp differ
diff --git a/static/icons/vendor/homarr/webp/teleport.webp b/static/icons/vendor/homarr/webp/teleport.webp
new file mode 100644
index 0000000..d9d567a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teleport.webp differ
diff --git a/static/icons/vendor/homarr/webp/tenable-dark.webp b/static/icons/vendor/homarr/webp/tenable-dark.webp
new file mode 100644
index 0000000..28727a8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tenable-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tenable.webp b/static/icons/vendor/homarr/webp/tenable.webp
new file mode 100644
index 0000000..3aa5046
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tenable.webp differ
diff --git a/static/icons/vendor/homarr/webp/tenda.webp b/static/icons/vendor/homarr/webp/tenda.webp
new file mode 100644
index 0000000..cad2136
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tenda.webp differ
diff --git a/static/icons/vendor/homarr/webp/tensorflow-dark.webp b/static/icons/vendor/homarr/webp/tensorflow-dark.webp
new file mode 100644
index 0000000..572ad51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tensorflow-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tensorflow-light.webp b/static/icons/vendor/homarr/webp/tensorflow-light.webp
new file mode 100644
index 0000000..7a5eb8f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tensorflow-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tensorflow-wordmark-dark.webp b/static/icons/vendor/homarr/webp/tensorflow-wordmark-dark.webp
new file mode 100644
index 0000000..cb0c66e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tensorflow-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tensorflow-wordmark-light.webp b/static/icons/vendor/homarr/webp/tensorflow-wordmark-light.webp
new file mode 100644
index 0000000..5b77194
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tensorflow-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tensorflow.webp b/static/icons/vendor/homarr/webp/tensorflow.webp
new file mode 100644
index 0000000..572ad51
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tensorflow.webp differ
diff --git a/static/icons/vendor/homarr/webp/terminal.webp b/static/icons/vendor/homarr/webp/terminal.webp
new file mode 100644
index 0000000..3e69551
Binary files /dev/null and b/static/icons/vendor/homarr/webp/terminal.webp differ
diff --git a/static/icons/vendor/homarr/webp/termix.webp b/static/icons/vendor/homarr/webp/termix.webp
new file mode 100644
index 0000000..4b4b010
Binary files /dev/null and b/static/icons/vendor/homarr/webp/termix.webp differ
diff --git a/static/icons/vendor/homarr/webp/terraform.webp b/static/icons/vendor/homarr/webp/terraform.webp
new file mode 100644
index 0000000..a0cc5fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/terraform.webp differ
diff --git a/static/icons/vendor/homarr/webp/terraria.webp b/static/icons/vendor/homarr/webp/terraria.webp
new file mode 100644
index 0000000..4eff86b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/terraria.webp differ
diff --git a/static/icons/vendor/homarr/webp/teslamate-light.webp b/static/icons/vendor/homarr/webp/teslamate-light.webp
new file mode 100644
index 0000000..5f8eb3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teslamate-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/teslamate.webp b/static/icons/vendor/homarr/webp/teslamate.webp
new file mode 100644
index 0000000..299559c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/teslamate.webp differ
diff --git a/static/icons/vendor/homarr/webp/tether-dark.webp b/static/icons/vendor/homarr/webp/tether-dark.webp
new file mode 100644
index 0000000..9ad42ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tether-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tether-wordmark-dark.webp b/static/icons/vendor/homarr/webp/tether-wordmark-dark.webp
new file mode 100644
index 0000000..d89a939
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tether-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tether-wordmark-light.webp b/static/icons/vendor/homarr/webp/tether-wordmark-light.webp
new file mode 100644
index 0000000..e7f00d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tether-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tether.webp b/static/icons/vendor/homarr/webp/tether.webp
new file mode 100644
index 0000000..d57da96
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tether.webp differ
diff --git a/static/icons/vendor/homarr/webp/thanos.webp b/static/icons/vendor/homarr/webp/thanos.webp
new file mode 100644
index 0000000..8811114
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thanos.webp differ
diff --git a/static/icons/vendor/homarr/webp/the-onion.webp b/static/icons/vendor/homarr/webp/the-onion.webp
new file mode 100644
index 0000000..092b3d3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/the-onion.webp differ
diff --git a/static/icons/vendor/homarr/webp/the-pirate-bay.webp b/static/icons/vendor/homarr/webp/the-pirate-bay.webp
new file mode 100644
index 0000000..372e01d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/the-pirate-bay.webp differ
diff --git a/static/icons/vendor/homarr/webp/the-proxy-bay.webp b/static/icons/vendor/homarr/webp/the-proxy-bay.webp
new file mode 100644
index 0000000..372e01d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/the-proxy-bay.webp differ
diff --git a/static/icons/vendor/homarr/webp/thehive.webp b/static/icons/vendor/homarr/webp/thehive.webp
new file mode 100644
index 0000000..e8b4304
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thehive.webp differ
diff --git a/static/icons/vendor/homarr/webp/theia-light.webp b/static/icons/vendor/homarr/webp/theia-light.webp
new file mode 100644
index 0000000..432b8c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/theia-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/theia.webp b/static/icons/vendor/homarr/webp/theia.webp
new file mode 100644
index 0000000..bcd9006
Binary files /dev/null and b/static/icons/vendor/homarr/webp/theia.webp differ
diff --git a/static/icons/vendor/homarr/webp/thelounge.webp b/static/icons/vendor/homarr/webp/thelounge.webp
new file mode 100644
index 0000000..1160ead
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thelounge.webp differ
diff --git a/static/icons/vendor/homarr/webp/themepark.webp b/static/icons/vendor/homarr/webp/themepark.webp
new file mode 100644
index 0000000..1c6d493
Binary files /dev/null and b/static/icons/vendor/homarr/webp/themepark.webp differ
diff --git a/static/icons/vendor/homarr/webp/theodinproject.webp b/static/icons/vendor/homarr/webp/theodinproject.webp
new file mode 100644
index 0000000..18ca4d0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/theodinproject.webp differ
diff --git a/static/icons/vendor/homarr/webp/thin-linc.webp b/static/icons/vendor/homarr/webp/thin-linc.webp
new file mode 100644
index 0000000..c22c00b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thin-linc.webp differ
diff --git a/static/icons/vendor/homarr/webp/thingsboard.webp b/static/icons/vendor/homarr/webp/thingsboard.webp
new file mode 100644
index 0000000..8dc6410
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thingsboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/thread-wordmark-dark.webp b/static/icons/vendor/homarr/webp/thread-wordmark-dark.webp
new file mode 100644
index 0000000..75fd385
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thread-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/thread.webp b/static/icons/vendor/homarr/webp/thread.webp
new file mode 100644
index 0000000..64aab49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thread.webp differ
diff --git a/static/icons/vendor/homarr/webp/threadfin.webp b/static/icons/vendor/homarr/webp/threadfin.webp
new file mode 100644
index 0000000..2bee790
Binary files /dev/null and b/static/icons/vendor/homarr/webp/threadfin.webp differ
diff --git a/static/icons/vendor/homarr/webp/threads-light.webp b/static/icons/vendor/homarr/webp/threads-light.webp
new file mode 100644
index 0000000..672b20f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/threads-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/threads.webp b/static/icons/vendor/homarr/webp/threads.webp
new file mode 100644
index 0000000..0de784b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/threads.webp differ
diff --git a/static/icons/vendor/homarr/webp/thunderbird.webp b/static/icons/vendor/homarr/webp/thunderbird.webp
new file mode 100644
index 0000000..102c46f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thunderbird.webp differ
diff --git a/static/icons/vendor/homarr/webp/thunderhub-light.webp b/static/icons/vendor/homarr/webp/thunderhub-light.webp
new file mode 100644
index 0000000..918f4e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thunderhub-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/thunderhub.webp b/static/icons/vendor/homarr/webp/thunderhub.webp
new file mode 100644
index 0000000..122d3c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/thunderhub.webp differ
diff --git a/static/icons/vendor/homarr/webp/tianji-light.webp b/static/icons/vendor/homarr/webp/tianji-light.webp
new file mode 100644
index 0000000..2173529
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tianji-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tianji.webp b/static/icons/vendor/homarr/webp/tianji.webp
new file mode 100644
index 0000000..13b4021
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tianji.webp differ
diff --git a/static/icons/vendor/homarr/webp/ticky.webp b/static/icons/vendor/homarr/webp/ticky.webp
new file mode 100644
index 0000000..6e266c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ticky.webp differ
diff --git a/static/icons/vendor/homarr/webp/tidal-dark.webp b/static/icons/vendor/homarr/webp/tidal-dark.webp
new file mode 100644
index 0000000..2f293f3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tidal-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tidal.webp b/static/icons/vendor/homarr/webp/tidal.webp
new file mode 100644
index 0000000..f3a3b13
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tidal.webp differ
diff --git a/static/icons/vendor/homarr/webp/tiddlywiki-light.webp b/static/icons/vendor/homarr/webp/tiddlywiki-light.webp
new file mode 100644
index 0000000..6ccaa41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tiddlywiki-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tiddlywiki.webp b/static/icons/vendor/homarr/webp/tiddlywiki.webp
new file mode 100644
index 0000000..2ca28e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tiddlywiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/tiktok-light.webp b/static/icons/vendor/homarr/webp/tiktok-light.webp
new file mode 100644
index 0000000..97fcca7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tiktok-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tiktok.webp b/static/icons/vendor/homarr/webp/tiktok.webp
new file mode 100644
index 0000000..7c78d85
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tiktok.webp differ
diff --git a/static/icons/vendor/homarr/webp/timemachines-light.webp b/static/icons/vendor/homarr/webp/timemachines-light.webp
new file mode 100644
index 0000000..40c21ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/timemachines-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/timemachines.webp b/static/icons/vendor/homarr/webp/timemachines.webp
new file mode 100644
index 0000000..7db8dee
Binary files /dev/null and b/static/icons/vendor/homarr/webp/timemachines.webp differ
diff --git a/static/icons/vendor/homarr/webp/timetagger-light.webp b/static/icons/vendor/homarr/webp/timetagger-light.webp
new file mode 100644
index 0000000..d315ccb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/timetagger-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/timetagger.webp b/static/icons/vendor/homarr/webp/timetagger.webp
new file mode 100644
index 0000000..7cf4aa6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/timetagger.webp differ
diff --git a/static/icons/vendor/homarr/webp/ting-isp.webp b/static/icons/vendor/homarr/webp/ting-isp.webp
new file mode 100644
index 0000000..5e2feec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ting-isp.webp differ
diff --git a/static/icons/vendor/homarr/webp/tiny-media-manager.webp b/static/icons/vendor/homarr/webp/tiny-media-manager.webp
new file mode 100644
index 0000000..5bb91fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tiny-media-manager.webp differ
diff --git a/static/icons/vendor/homarr/webp/tinyauth.webp b/static/icons/vendor/homarr/webp/tinyauth.webp
new file mode 100644
index 0000000..8b8dd1d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tinyauth.webp differ
diff --git a/static/icons/vendor/homarr/webp/tinypilot.webp b/static/icons/vendor/homarr/webp/tinypilot.webp
new file mode 100644
index 0000000..5e904a5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tinypilot.webp differ
diff --git a/static/icons/vendor/homarr/webp/tinytinyrss.webp b/static/icons/vendor/homarr/webp/tinytinyrss.webp
new file mode 100644
index 0000000..a3f0e72
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tinytinyrss.webp differ
diff --git a/static/icons/vendor/homarr/webp/tipi.webp b/static/icons/vendor/homarr/webp/tipi.webp
new file mode 100644
index 0000000..61ad3cf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tipi.webp differ
diff --git a/static/icons/vendor/homarr/webp/title-card-maker-dark.webp b/static/icons/vendor/homarr/webp/title-card-maker-dark.webp
new file mode 100644
index 0000000..7051c8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/title-card-maker-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/title-card-maker.webp b/static/icons/vendor/homarr/webp/title-card-maker.webp
new file mode 100644
index 0000000..891e10b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/title-card-maker.webp differ
diff --git a/static/icons/vendor/homarr/webp/tmdb.webp b/static/icons/vendor/homarr/webp/tmdb.webp
new file mode 100644
index 0000000..e1409a7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tmdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/todoist-dark.webp b/static/icons/vendor/homarr/webp/todoist-dark.webp
new file mode 100644
index 0000000..ebd149b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/todoist-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/todoist.webp b/static/icons/vendor/homarr/webp/todoist.webp
new file mode 100644
index 0000000..6084d91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/todoist.webp differ
diff --git a/static/icons/vendor/homarr/webp/toggl-dark.webp b/static/icons/vendor/homarr/webp/toggl-dark.webp
new file mode 100644
index 0000000..f847611
Binary files /dev/null and b/static/icons/vendor/homarr/webp/toggl-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/toggl.webp b/static/icons/vendor/homarr/webp/toggl.webp
new file mode 100644
index 0000000..851b2a9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/toggl.webp differ
diff --git a/static/icons/vendor/homarr/webp/tolgee.webp b/static/icons/vendor/homarr/webp/tolgee.webp
new file mode 100644
index 0000000..5d70210
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tolgee.webp differ
diff --git a/static/icons/vendor/homarr/webp/tooljet-dark.webp b/static/icons/vendor/homarr/webp/tooljet-dark.webp
new file mode 100644
index 0000000..1921a66
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tooljet-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tooljet.webp b/static/icons/vendor/homarr/webp/tooljet.webp
new file mode 100644
index 0000000..402c4e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tooljet.webp differ
diff --git a/static/icons/vendor/homarr/webp/toolz.webp b/static/icons/vendor/homarr/webp/toolz.webp
new file mode 100644
index 0000000..20cb209
Binary files /dev/null and b/static/icons/vendor/homarr/webp/toolz.webp differ
diff --git a/static/icons/vendor/homarr/webp/topdesk.webp b/static/icons/vendor/homarr/webp/topdesk.webp
new file mode 100644
index 0000000..01a9e1b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/topdesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/tor.webp b/static/icons/vendor/homarr/webp/tor.webp
new file mode 100644
index 0000000..8945ac8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tor.webp differ
diff --git a/static/icons/vendor/homarr/webp/torrserver.webp b/static/icons/vendor/homarr/webp/torrserver.webp
new file mode 100644
index 0000000..4e6b829
Binary files /dev/null and b/static/icons/vendor/homarr/webp/torrserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/touitomamout.webp b/static/icons/vendor/homarr/webp/touitomamout.webp
new file mode 100644
index 0000000..18cf218
Binary files /dev/null and b/static/icons/vendor/homarr/webp/touitomamout.webp differ
diff --git a/static/icons/vendor/homarr/webp/tp-link.webp b/static/icons/vendor/homarr/webp/tp-link.webp
new file mode 100644
index 0000000..260a4d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tp-link.webp differ
diff --git a/static/icons/vendor/homarr/webp/tpdb.webp b/static/icons/vendor/homarr/webp/tpdb.webp
new file mode 100644
index 0000000..ef6ba91
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tpdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/traccar-dark.webp b/static/icons/vendor/homarr/webp/traccar-dark.webp
new file mode 100644
index 0000000..1cf22b7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/traccar-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/traccar.webp b/static/icons/vendor/homarr/webp/traccar.webp
new file mode 100644
index 0000000..172bff4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/traccar.webp differ
diff --git a/static/icons/vendor/homarr/webp/tracearr.webp b/static/icons/vendor/homarr/webp/tracearr.webp
new file mode 100644
index 0000000..2e6d664
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tracearr.webp differ
diff --git a/static/icons/vendor/homarr/webp/trading-view-dark.webp b/static/icons/vendor/homarr/webp/trading-view-dark.webp
new file mode 100644
index 0000000..8f3078b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trading-view-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/trading-view.webp b/static/icons/vendor/homarr/webp/trading-view.webp
new file mode 100644
index 0000000..5d91c4e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trading-view.webp differ
diff --git a/static/icons/vendor/homarr/webp/traefik-proxy.webp b/static/icons/vendor/homarr/webp/traefik-proxy.webp
new file mode 100644
index 0000000..c9b03e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/traefik-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/traefik.webp b/static/icons/vendor/homarr/webp/traefik.webp
new file mode 100644
index 0000000..a652e6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/traefik.webp differ
diff --git a/static/icons/vendor/homarr/webp/traggo.webp b/static/icons/vendor/homarr/webp/traggo.webp
new file mode 100644
index 0000000..77551c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/traggo.webp differ
diff --git a/static/icons/vendor/homarr/webp/trailarr.webp b/static/icons/vendor/homarr/webp/trailarr.webp
new file mode 100644
index 0000000..c6d7c80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trailarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/trainerroad.webp b/static/icons/vendor/homarr/webp/trainerroad.webp
new file mode 100644
index 0000000..98c9c33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trainerroad.webp differ
diff --git a/static/icons/vendor/homarr/webp/trakt.webp b/static/icons/vendor/homarr/webp/trakt.webp
new file mode 100644
index 0000000..4692463
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trakt.webp differ
diff --git a/static/icons/vendor/homarr/webp/trala.webp b/static/icons/vendor/homarr/webp/trala.webp
new file mode 100644
index 0000000..ce85965
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trala.webp differ
diff --git a/static/icons/vendor/homarr/webp/transmission.webp b/static/icons/vendor/homarr/webp/transmission.webp
new file mode 100644
index 0000000..dc3e36c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/transmission.webp differ
diff --git a/static/icons/vendor/homarr/webp/trash-guides.webp b/static/icons/vendor/homarr/webp/trash-guides.webp
new file mode 100644
index 0000000..11843c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trash-guides.webp differ
diff --git a/static/icons/vendor/homarr/webp/trellix-dark.webp b/static/icons/vendor/homarr/webp/trellix-dark.webp
new file mode 100644
index 0000000..860ab2e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trellix-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/trellix.webp b/static/icons/vendor/homarr/webp/trellix.webp
new file mode 100644
index 0000000..0e3dd8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trellix.webp differ
diff --git a/static/icons/vendor/homarr/webp/trilium.webp b/static/icons/vendor/homarr/webp/trilium.webp
new file mode 100644
index 0000000..f9769e2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trilium.webp differ
diff --git a/static/icons/vendor/homarr/webp/triliumnext.webp b/static/icons/vendor/homarr/webp/triliumnext.webp
new file mode 100644
index 0000000..33876f5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/triliumnext.webp differ
diff --git a/static/icons/vendor/homarr/webp/trivy.webp b/static/icons/vendor/homarr/webp/trivy.webp
new file mode 100644
index 0000000..4b96680
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trivy.webp differ
diff --git a/static/icons/vendor/homarr/webp/trmnl-android.webp b/static/icons/vendor/homarr/webp/trmnl-android.webp
new file mode 100644
index 0000000..78fc4c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trmnl-android.webp differ
diff --git a/static/icons/vendor/homarr/webp/trmnl.webp b/static/icons/vendor/homarr/webp/trmnl.webp
new file mode 100644
index 0000000..6123306
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trmnl.webp differ
diff --git a/static/icons/vendor/homarr/webp/troddit.webp b/static/icons/vendor/homarr/webp/troddit.webp
new file mode 100644
index 0000000..05d415c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/troddit.webp differ
diff --git a/static/icons/vendor/homarr/webp/trudesk.webp b/static/icons/vendor/homarr/webp/trudesk.webp
new file mode 100644
index 0000000..4ddae86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/trudesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/truecommand.webp b/static/icons/vendor/homarr/webp/truecommand.webp
new file mode 100644
index 0000000..2b3e9c1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/truecommand.webp differ
diff --git a/static/icons/vendor/homarr/webp/truenas-core.webp b/static/icons/vendor/homarr/webp/truenas-core.webp
new file mode 100644
index 0000000..d26f001
Binary files /dev/null and b/static/icons/vendor/homarr/webp/truenas-core.webp differ
diff --git a/static/icons/vendor/homarr/webp/truenas-enterprise.webp b/static/icons/vendor/homarr/webp/truenas-enterprise.webp
new file mode 100644
index 0000000..e6e8eab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/truenas-enterprise.webp differ
diff --git a/static/icons/vendor/homarr/webp/truenas-scale.webp b/static/icons/vendor/homarr/webp/truenas-scale.webp
new file mode 100644
index 0000000..b3a59d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/truenas-scale.webp differ
diff --git a/static/icons/vendor/homarr/webp/truenas.webp b/static/icons/vendor/homarr/webp/truenas.webp
new file mode 100644
index 0000000..467cda4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/truenas.webp differ
diff --git a/static/icons/vendor/homarr/webp/tryhackme.webp b/static/icons/vendor/homarr/webp/tryhackme.webp
new file mode 100644
index 0000000..256723c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tryhackme.webp differ
diff --git a/static/icons/vendor/homarr/webp/tsd-proxy.webp b/static/icons/vendor/homarr/webp/tsd-proxy.webp
new file mode 100644
index 0000000..07d01ac
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tsd-proxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/tube-archivist-light.webp b/static/icons/vendor/homarr/webp/tube-archivist-light.webp
new file mode 100644
index 0000000..838c8d5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tube-archivist-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tube-archivist.webp b/static/icons/vendor/homarr/webp/tube-archivist.webp
new file mode 100644
index 0000000..b455153
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tube-archivist.webp differ
diff --git a/static/icons/vendor/homarr/webp/tubesync-light.webp b/static/icons/vendor/homarr/webp/tubesync-light.webp
new file mode 100644
index 0000000..1931e0b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tubesync-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/tubesync.webp b/static/icons/vendor/homarr/webp/tubesync.webp
new file mode 100644
index 0000000..d6d2174
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tubesync.webp differ
diff --git a/static/icons/vendor/homarr/webp/tududi-dark.webp b/static/icons/vendor/homarr/webp/tududi-dark.webp
new file mode 100644
index 0000000..7946dc9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tududi-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/tududi.webp b/static/icons/vendor/homarr/webp/tududi.webp
new file mode 100644
index 0000000..5036eba
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tududi.webp differ
diff --git a/static/icons/vendor/homarr/webp/tugtainer.webp b/static/icons/vendor/homarr/webp/tugtainer.webp
new file mode 100644
index 0000000..59f7118
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tugtainer.webp differ
diff --git a/static/icons/vendor/homarr/webp/tumblr.webp b/static/icons/vendor/homarr/webp/tumblr.webp
new file mode 100644
index 0000000..499e33c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tumblr.webp differ
diff --git a/static/icons/vendor/homarr/webp/tunarr.webp b/static/icons/vendor/homarr/webp/tunarr.webp
new file mode 100644
index 0000000..bc58e9e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tunarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/tunnelix.webp b/static/icons/vendor/homarr/webp/tunnelix.webp
new file mode 100644
index 0000000..70815c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tunnelix.webp differ
diff --git a/static/icons/vendor/homarr/webp/turbopack-light.webp b/static/icons/vendor/homarr/webp/turbopack-light.webp
new file mode 100644
index 0000000..6d0654d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/turbopack-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/turbopack.webp b/static/icons/vendor/homarr/webp/turbopack.webp
new file mode 100644
index 0000000..8ff9173
Binary files /dev/null and b/static/icons/vendor/homarr/webp/turbopack.webp differ
diff --git a/static/icons/vendor/homarr/webp/tuta.webp b/static/icons/vendor/homarr/webp/tuta.webp
new file mode 100644
index 0000000..68d65ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tuta.webp differ
diff --git a/static/icons/vendor/homarr/webp/tux.webp b/static/icons/vendor/homarr/webp/tux.webp
new file mode 100644
index 0000000..815ecf0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tux.webp differ
diff --git a/static/icons/vendor/homarr/webp/tvdb.webp b/static/icons/vendor/homarr/webp/tvdb.webp
new file mode 100644
index 0000000..54964a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tvdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/tvheadend.webp b/static/icons/vendor/homarr/webp/tvheadend.webp
new file mode 100644
index 0000000..87b9cad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tvheadend.webp differ
diff --git a/static/icons/vendor/homarr/webp/tvp-vod.webp b/static/icons/vendor/homarr/webp/tvp-vod.webp
new file mode 100644
index 0000000..431ac57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tvp-vod.webp differ
diff --git a/static/icons/vendor/homarr/webp/twake-mail-wordmark-light.webp b/static/icons/vendor/homarr/webp/twake-mail-wordmark-light.webp
new file mode 100644
index 0000000..32099e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twake-mail-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/twake-mail.webp b/static/icons/vendor/homarr/webp/twake-mail.webp
new file mode 100644
index 0000000..df0d4da
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twake-mail.webp differ
diff --git a/static/icons/vendor/homarr/webp/tweakers.webp b/static/icons/vendor/homarr/webp/tweakers.webp
new file mode 100644
index 0000000..454032a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tweakers.webp differ
diff --git a/static/icons/vendor/homarr/webp/twingate-light.webp b/static/icons/vendor/homarr/webp/twingate-light.webp
new file mode 100644
index 0000000..167c111
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twingate-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/twingate.webp b/static/icons/vendor/homarr/webp/twingate.webp
new file mode 100644
index 0000000..b1985fd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twingate.webp differ
diff --git a/static/icons/vendor/homarr/webp/twitch.webp b/static/icons/vendor/homarr/webp/twitch.webp
new file mode 100644
index 0000000..27a075b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twitch.webp differ
diff --git a/static/icons/vendor/homarr/webp/twitter.webp b/static/icons/vendor/homarr/webp/twitter.webp
new file mode 100644
index 0000000..bb00bb0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/twitter.webp differ
diff --git a/static/icons/vendor/homarr/webp/txlog.webp b/static/icons/vendor/homarr/webp/txlog.webp
new file mode 100644
index 0000000..db14723
Binary files /dev/null and b/static/icons/vendor/homarr/webp/txlog.webp differ
diff --git a/static/icons/vendor/homarr/webp/tyepcho.webp b/static/icons/vendor/homarr/webp/tyepcho.webp
new file mode 100644
index 0000000..8b042ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/tyepcho.webp differ
diff --git a/static/icons/vendor/homarr/webp/typemill-light.webp b/static/icons/vendor/homarr/webp/typemill-light.webp
new file mode 100644
index 0000000..c3dd953
Binary files /dev/null and b/static/icons/vendor/homarr/webp/typemill-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/typemill.webp b/static/icons/vendor/homarr/webp/typemill.webp
new file mode 100644
index 0000000..a258ee6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/typemill.webp differ
diff --git a/static/icons/vendor/homarr/webp/typescript.webp b/static/icons/vendor/homarr/webp/typescript.webp
new file mode 100644
index 0000000..1fdf319
Binary files /dev/null and b/static/icons/vendor/homarr/webp/typescript.webp differ
diff --git a/static/icons/vendor/homarr/webp/typesense.webp b/static/icons/vendor/homarr/webp/typesense.webp
new file mode 100644
index 0000000..bb23bf8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/typesense.webp differ
diff --git a/static/icons/vendor/homarr/webp/typo3.webp b/static/icons/vendor/homarr/webp/typo3.webp
new file mode 100644
index 0000000..ee08a72
Binary files /dev/null and b/static/icons/vendor/homarr/webp/typo3.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubiquiti-networks.webp b/static/icons/vendor/homarr/webp/ubiquiti-networks.webp
new file mode 100644
index 0000000..1d750b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubiquiti-networks.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubiquiti-unifi.webp b/static/icons/vendor/homarr/webp/ubiquiti-unifi.webp
new file mode 100644
index 0000000..27f53eb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubiquiti-unifi.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubiquiti.webp b/static/icons/vendor/homarr/webp/ubiquiti.webp
new file mode 100644
index 0000000..1d750b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubiquiti.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubooquity.webp b/static/icons/vendor/homarr/webp/ubooquity.webp
new file mode 100644
index 0000000..36a1926
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubooquity.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubuntu-linux-alt.webp b/static/icons/vendor/homarr/webp/ubuntu-linux-alt.webp
new file mode 100644
index 0000000..d21e81e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubuntu-linux-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/ubuntu-linux.webp b/static/icons/vendor/homarr/webp/ubuntu-linux.webp
new file mode 100644
index 0000000..e42d81e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ubuntu-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/uc-browser.webp b/static/icons/vendor/homarr/webp/uc-browser.webp
new file mode 100644
index 0000000..e5881f4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/uc-browser.webp differ
diff --git a/static/icons/vendor/homarr/webp/udemy-light.webp b/static/icons/vendor/homarr/webp/udemy-light.webp
new file mode 100644
index 0000000..8b836d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/udemy-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/udemy.webp b/static/icons/vendor/homarr/webp/udemy.webp
new file mode 100644
index 0000000..f9a7ec8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/udemy.webp differ
diff --git a/static/icons/vendor/homarr/webp/uefi.webp b/static/icons/vendor/homarr/webp/uefi.webp
new file mode 100644
index 0000000..1093c81
Binary files /dev/null and b/static/icons/vendor/homarr/webp/uefi.webp differ
diff --git a/static/icons/vendor/homarr/webp/ugreen-nas.webp b/static/icons/vendor/homarr/webp/ugreen-nas.webp
new file mode 100644
index 0000000..f91f733
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ugreen-nas.webp differ
diff --git a/static/icons/vendor/homarr/webp/ugreen.webp b/static/icons/vendor/homarr/webp/ugreen.webp
new file mode 100644
index 0000000..2b3d679
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ugreen.webp differ
diff --git a/static/icons/vendor/homarr/webp/ultimate-guitar-light.webp b/static/icons/vendor/homarr/webp/ultimate-guitar-light.webp
new file mode 100644
index 0000000..aabc7ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ultimate-guitar-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/ultimate-guitar.webp b/static/icons/vendor/homarr/webp/ultimate-guitar.webp
new file mode 100644
index 0000000..eb745b5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ultimate-guitar.webp differ
diff --git a/static/icons/vendor/homarr/webp/umami-light.webp b/static/icons/vendor/homarr/webp/umami-light.webp
new file mode 100644
index 0000000..e50d7c8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/umami-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/umami.webp b/static/icons/vendor/homarr/webp/umami.webp
new file mode 100644
index 0000000..00dc84e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/umami.webp differ
diff --git a/static/icons/vendor/homarr/webp/umbrel.webp b/static/icons/vendor/homarr/webp/umbrel.webp
new file mode 100644
index 0000000..df2ffcf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/umbrel.webp differ
diff --git a/static/icons/vendor/homarr/webp/unbound.webp b/static/icons/vendor/homarr/webp/unbound.webp
new file mode 100644
index 0000000..b21ae8a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unbound.webp differ
diff --git a/static/icons/vendor/homarr/webp/uncomplicated-alert-receiver.webp b/static/icons/vendor/homarr/webp/uncomplicated-alert-receiver.webp
new file mode 100644
index 0000000..3ded25f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/uncomplicated-alert-receiver.webp differ
diff --git a/static/icons/vendor/homarr/webp/undb.webp b/static/icons/vendor/homarr/webp/undb.webp
new file mode 100644
index 0000000..8f6c0c2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/undb.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi-controller.webp b/static/icons/vendor/homarr/webp/unifi-controller.webp
new file mode 100644
index 0000000..ea5956c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi-controller.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi-dark.webp b/static/icons/vendor/homarr/webp/unifi-dark.webp
new file mode 100644
index 0000000..e5bb7c0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi-drive.webp b/static/icons/vendor/homarr/webp/unifi-drive.webp
new file mode 100644
index 0000000..324e84e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi-drive.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi-protect.webp b/static/icons/vendor/homarr/webp/unifi-protect.webp
new file mode 100644
index 0000000..d37af4f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi-protect.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi-voucher-site.webp b/static/icons/vendor/homarr/webp/unifi-voucher-site.webp
new file mode 100644
index 0000000..def8b69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi-voucher-site.webp differ
diff --git a/static/icons/vendor/homarr/webp/unifi.webp b/static/icons/vendor/homarr/webp/unifi.webp
new file mode 100644
index 0000000..1d750b0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unifi.webp differ
diff --git a/static/icons/vendor/homarr/webp/unimus.webp b/static/icons/vendor/homarr/webp/unimus.webp
new file mode 100644
index 0000000..700d0d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unimus.webp differ
diff --git a/static/icons/vendor/homarr/webp/unity-dark.webp b/static/icons/vendor/homarr/webp/unity-dark.webp
new file mode 100644
index 0000000..dfcc526
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unity-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/unity.webp b/static/icons/vendor/homarr/webp/unity.webp
new file mode 100644
index 0000000..036d6df
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unity.webp differ
diff --git a/static/icons/vendor/homarr/webp/universal-media-server.webp b/static/icons/vendor/homarr/webp/universal-media-server.webp
new file mode 100644
index 0000000..87672a1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/universal-media-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/university-applied-sciences-brandenburg.webp b/static/icons/vendor/homarr/webp/university-applied-sciences-brandenburg.webp
new file mode 100644
index 0000000..997cf41
Binary files /dev/null and b/static/icons/vendor/homarr/webp/university-applied-sciences-brandenburg.webp differ
diff --git a/static/icons/vendor/homarr/webp/unmanic.webp b/static/icons/vendor/homarr/webp/unmanic.webp
new file mode 100644
index 0000000..9d1a693
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unmanic.webp differ
diff --git a/static/icons/vendor/homarr/webp/unpoller.webp b/static/icons/vendor/homarr/webp/unpoller.webp
new file mode 100644
index 0000000..4db2195
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unpoller.webp differ
diff --git a/static/icons/vendor/homarr/webp/unraid.webp b/static/icons/vendor/homarr/webp/unraid.webp
new file mode 100644
index 0000000..85a3bea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unraid.webp differ
diff --git a/static/icons/vendor/homarr/webp/unreal-engine-dark.webp b/static/icons/vendor/homarr/webp/unreal-engine-dark.webp
new file mode 100644
index 0000000..07e2c17
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unreal-engine-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/unreal-engine.webp b/static/icons/vendor/homarr/webp/unreal-engine.webp
new file mode 100644
index 0000000..fed0afd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/unreal-engine.webp differ
diff --git a/static/icons/vendor/homarr/webp/untangle.webp b/static/icons/vendor/homarr/webp/untangle.webp
new file mode 100644
index 0000000..9b2a932
Binary files /dev/null and b/static/icons/vendor/homarr/webp/untangle.webp differ
diff --git a/static/icons/vendor/homarr/webp/updog.webp b/static/icons/vendor/homarr/webp/updog.webp
new file mode 100644
index 0000000..76b4805
Binary files /dev/null and b/static/icons/vendor/homarr/webp/updog.webp differ
diff --git a/static/icons/vendor/homarr/webp/ups.webp b/static/icons/vendor/homarr/webp/ups.webp
new file mode 100644
index 0000000..5ac1253
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ups.webp differ
diff --git a/static/icons/vendor/homarr/webp/upsnap.webp b/static/icons/vendor/homarr/webp/upsnap.webp
new file mode 100644
index 0000000..b61e5fc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/upsnap.webp differ
diff --git a/static/icons/vendor/homarr/webp/uptime-kuma.webp b/static/icons/vendor/homarr/webp/uptime-kuma.webp
new file mode 100644
index 0000000..0fa2676
Binary files /dev/null and b/static/icons/vendor/homarr/webp/uptime-kuma.webp differ
diff --git a/static/icons/vendor/homarr/webp/uptimerobot.webp b/static/icons/vendor/homarr/webp/uptimerobot.webp
new file mode 100644
index 0000000..02c3ef1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/uptimerobot.webp differ
diff --git a/static/icons/vendor/homarr/webp/upvote-rss.webp b/static/icons/vendor/homarr/webp/upvote-rss.webp
new file mode 100644
index 0000000..60b9826
Binary files /dev/null and b/static/icons/vendor/homarr/webp/upvote-rss.webp differ
diff --git a/static/icons/vendor/homarr/webp/upwork.webp b/static/icons/vendor/homarr/webp/upwork.webp
new file mode 100644
index 0000000..2c2163b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/upwork.webp differ
diff --git a/static/icons/vendor/homarr/webp/urbackup-server.webp b/static/icons/vendor/homarr/webp/urbackup-server.webp
new file mode 100644
index 0000000..f7c54e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/urbackup-server.webp differ
diff --git a/static/icons/vendor/homarr/webp/urbackup.webp b/static/icons/vendor/homarr/webp/urbackup.webp
new file mode 100644
index 0000000..f7c54e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/urbackup.webp differ
diff --git a/static/icons/vendor/homarr/webp/usenetstreamer.webp b/static/icons/vendor/homarr/webp/usenetstreamer.webp
new file mode 100644
index 0000000..d74a07b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/usenetstreamer.webp differ
diff --git a/static/icons/vendor/homarr/webp/usermin.webp b/static/icons/vendor/homarr/webp/usermin.webp
new file mode 100644
index 0000000..e6d2052
Binary files /dev/null and b/static/icons/vendor/homarr/webp/usermin.webp differ
diff --git a/static/icons/vendor/homarr/webp/valetudo.webp b/static/icons/vendor/homarr/webp/valetudo.webp
new file mode 100644
index 0000000..cf2eb77
Binary files /dev/null and b/static/icons/vendor/homarr/webp/valetudo.webp differ
diff --git a/static/icons/vendor/homarr/webp/valkey.webp b/static/icons/vendor/homarr/webp/valkey.webp
new file mode 100644
index 0000000..596170b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/valkey.webp differ
diff --git a/static/icons/vendor/homarr/webp/vault-light.webp b/static/icons/vendor/homarr/webp/vault-light.webp
new file mode 100644
index 0000000..ca3fb5f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vault-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/vault.webp b/static/icons/vendor/homarr/webp/vault.webp
new file mode 100644
index 0000000..3399593
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vault.webp differ
diff --git a/static/icons/vendor/homarr/webp/vaultwarden-light.webp b/static/icons/vendor/homarr/webp/vaultwarden-light.webp
new file mode 100644
index 0000000..4cc86e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vaultwarden-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/vaultwarden.webp b/static/icons/vendor/homarr/webp/vaultwarden.webp
new file mode 100644
index 0000000..e9e16cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vaultwarden.webp differ
diff --git a/static/icons/vendor/homarr/webp/vector.webp b/static/icons/vendor/homarr/webp/vector.webp
new file mode 100644
index 0000000..6f5cdc1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vector.webp differ
diff --git a/static/icons/vendor/homarr/webp/veeam.webp b/static/icons/vendor/homarr/webp/veeam.webp
new file mode 100644
index 0000000..3d4f5dc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/veeam.webp differ
diff --git a/static/icons/vendor/homarr/webp/vera-crypt.webp b/static/icons/vendor/homarr/webp/vera-crypt.webp
new file mode 100644
index 0000000..096c974
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vera-crypt.webp differ
diff --git a/static/icons/vendor/homarr/webp/vercel-light.webp b/static/icons/vendor/homarr/webp/vercel-light.webp
new file mode 100644
index 0000000..bb0513d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vercel-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/vercel.webp b/static/icons/vendor/homarr/webp/vercel.webp
new file mode 100644
index 0000000..3ae4709
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vercel.webp differ
diff --git a/static/icons/vendor/homarr/webp/verdaccio-dark.webp b/static/icons/vendor/homarr/webp/verdaccio-dark.webp
new file mode 100644
index 0000000..5052d3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/verdaccio-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/verdaccio.webp b/static/icons/vendor/homarr/webp/verdaccio.webp
new file mode 100644
index 0000000..7a50531
Binary files /dev/null and b/static/icons/vendor/homarr/webp/verdaccio.webp differ
diff --git a/static/icons/vendor/homarr/webp/verizon.webp b/static/icons/vendor/homarr/webp/verizon.webp
new file mode 100644
index 0000000..6d61f12
Binary files /dev/null and b/static/icons/vendor/homarr/webp/verizon.webp differ
diff --git a/static/icons/vendor/homarr/webp/verriflo.webp b/static/icons/vendor/homarr/webp/verriflo.webp
new file mode 100644
index 0000000..b73c329
Binary files /dev/null and b/static/icons/vendor/homarr/webp/verriflo.webp differ
diff --git a/static/icons/vendor/homarr/webp/vertiv-dark.webp b/static/icons/vendor/homarr/webp/vertiv-dark.webp
new file mode 100644
index 0000000..ea9b657
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vertiv-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/vertiv.webp b/static/icons/vendor/homarr/webp/vertiv.webp
new file mode 100644
index 0000000..192710c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vertiv.webp differ
diff --git a/static/icons/vendor/homarr/webp/vi.webp b/static/icons/vendor/homarr/webp/vi.webp
new file mode 100644
index 0000000..daedb93
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vi.webp differ
diff --git a/static/icons/vendor/homarr/webp/viber.webp b/static/icons/vendor/homarr/webp/viber.webp
new file mode 100644
index 0000000..aa53221
Binary files /dev/null and b/static/icons/vendor/homarr/webp/viber.webp differ
diff --git a/static/icons/vendor/homarr/webp/victorialogs.webp b/static/icons/vendor/homarr/webp/victorialogs.webp
new file mode 100644
index 0000000..c5cc02a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/victorialogs.webp differ
diff --git a/static/icons/vendor/homarr/webp/victoriametrics-light.webp b/static/icons/vendor/homarr/webp/victoriametrics-light.webp
new file mode 100644
index 0000000..6d15679
Binary files /dev/null and b/static/icons/vendor/homarr/webp/victoriametrics-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/victoriametrics.webp b/static/icons/vendor/homarr/webp/victoriametrics.webp
new file mode 100644
index 0000000..84a4e71
Binary files /dev/null and b/static/icons/vendor/homarr/webp/victoriametrics.webp differ
diff --git a/static/icons/vendor/homarr/webp/victron-energy.webp b/static/icons/vendor/homarr/webp/victron-energy.webp
new file mode 100644
index 0000000..fa85771
Binary files /dev/null and b/static/icons/vendor/homarr/webp/victron-energy.webp differ
diff --git a/static/icons/vendor/homarr/webp/videobuster.webp b/static/icons/vendor/homarr/webp/videobuster.webp
new file mode 100644
index 0000000..95a0109
Binary files /dev/null and b/static/icons/vendor/homarr/webp/videobuster.webp differ
diff --git a/static/icons/vendor/homarr/webp/vidzy.webp b/static/icons/vendor/homarr/webp/vidzy.webp
new file mode 100644
index 0000000..6d5cf86
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vidzy.webp differ
diff --git a/static/icons/vendor/homarr/webp/viewtube.webp b/static/icons/vendor/homarr/webp/viewtube.webp
new file mode 100644
index 0000000..79d5897
Binary files /dev/null and b/static/icons/vendor/homarr/webp/viewtube.webp differ
diff --git a/static/icons/vendor/homarr/webp/vikunja.webp b/static/icons/vendor/homarr/webp/vikunja.webp
new file mode 100644
index 0000000..655f64c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vikunja.webp differ
diff --git a/static/icons/vendor/homarr/webp/vinchin-backup.webp b/static/icons/vendor/homarr/webp/vinchin-backup.webp
new file mode 100644
index 0000000..babf281
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vinchin-backup.webp differ
diff --git a/static/icons/vendor/homarr/webp/virgin-media.webp b/static/icons/vendor/homarr/webp/virgin-media.webp
new file mode 100644
index 0000000..6e1f673
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virgin-media.webp differ
diff --git a/static/icons/vendor/homarr/webp/virtualmin.webp b/static/icons/vendor/homarr/webp/virtualmin.webp
new file mode 100644
index 0000000..b686e57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virtualmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/virtualradarserver.webp b/static/icons/vendor/homarr/webp/virtualradarserver.webp
new file mode 100644
index 0000000..05baf83
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virtualradarserver.webp differ
diff --git a/static/icons/vendor/homarr/webp/virustotal-dark.webp b/static/icons/vendor/homarr/webp/virustotal-dark.webp
new file mode 100644
index 0000000..aa6aab7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virustotal-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/virustotal-light.webp b/static/icons/vendor/homarr/webp/virustotal-light.webp
new file mode 100644
index 0000000..6d6095d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virustotal-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/virustotal-wordmark-dark.webp b/static/icons/vendor/homarr/webp/virustotal-wordmark-dark.webp
new file mode 100644
index 0000000..91c571c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virustotal-wordmark-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/virustotal-wordmark-light.webp b/static/icons/vendor/homarr/webp/virustotal-wordmark-light.webp
new file mode 100644
index 0000000..2edd263
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virustotal-wordmark-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/virustotal.webp b/static/icons/vendor/homarr/webp/virustotal.webp
new file mode 100644
index 0000000..2edd263
Binary files /dev/null and b/static/icons/vendor/homarr/webp/virustotal.webp differ
diff --git a/static/icons/vendor/homarr/webp/viseron-light.webp b/static/icons/vendor/homarr/webp/viseron-light.webp
new file mode 100644
index 0000000..5d67e96
Binary files /dev/null and b/static/icons/vendor/homarr/webp/viseron-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/viseron.webp b/static/icons/vendor/homarr/webp/viseron.webp
new file mode 100644
index 0000000..69a427a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/viseron.webp differ
diff --git a/static/icons/vendor/homarr/webp/visual-studio-code.webp b/static/icons/vendor/homarr/webp/visual-studio-code.webp
new file mode 100644
index 0000000..af4e7e9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/visual-studio-code.webp differ
diff --git a/static/icons/vendor/homarr/webp/vitalpbx.webp b/static/icons/vendor/homarr/webp/vitalpbx.webp
new file mode 100644
index 0000000..9973b56
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vitalpbx.webp differ
diff --git a/static/icons/vendor/homarr/webp/vite.webp b/static/icons/vendor/homarr/webp/vite.webp
new file mode 100644
index 0000000..677b6c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vite.webp differ
diff --git a/static/icons/vendor/homarr/webp/vitest.webp b/static/icons/vendor/homarr/webp/vitest.webp
new file mode 100644
index 0000000..850542a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vitest.webp differ
diff --git a/static/icons/vendor/homarr/webp/vito-deploy.webp b/static/icons/vendor/homarr/webp/vito-deploy.webp
new file mode 100644
index 0000000..d93b0c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vito-deploy.webp differ
diff --git a/static/icons/vendor/homarr/webp/vivaldi.webp b/static/icons/vendor/homarr/webp/vivaldi.webp
new file mode 100644
index 0000000..014cefe
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vivaldi.webp differ
diff --git a/static/icons/vendor/homarr/webp/vmware-esxi.webp b/static/icons/vendor/homarr/webp/vmware-esxi.webp
new file mode 100644
index 0000000..9ecd7ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vmware-esxi.webp differ
diff --git a/static/icons/vendor/homarr/webp/vmware-horizon.webp b/static/icons/vendor/homarr/webp/vmware-horizon.webp
new file mode 100644
index 0000000..0478c92
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vmware-horizon.webp differ
diff --git a/static/icons/vendor/homarr/webp/vmware-vcenter.webp b/static/icons/vendor/homarr/webp/vmware-vcenter.webp
new file mode 100644
index 0000000..d3aa3ab
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vmware-vcenter.webp differ
diff --git a/static/icons/vendor/homarr/webp/vmware-workstation.webp b/static/icons/vendor/homarr/webp/vmware-workstation.webp
new file mode 100644
index 0000000..63ad3e1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vmware-workstation.webp differ
diff --git a/static/icons/vendor/homarr/webp/vmware.webp b/static/icons/vendor/homarr/webp/vmware.webp
new file mode 100644
index 0000000..b0f31c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vmware.webp differ
diff --git a/static/icons/vendor/homarr/webp/vn-stat.webp b/static/icons/vendor/homarr/webp/vn-stat.webp
new file mode 100644
index 0000000..a5c64ad
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vn-stat.webp differ
diff --git a/static/icons/vendor/homarr/webp/vodafone.webp b/static/icons/vendor/homarr/webp/vodafone.webp
new file mode 100644
index 0000000..90985fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vodafone.webp differ
diff --git a/static/icons/vendor/homarr/webp/void-linux.webp b/static/icons/vendor/homarr/webp/void-linux.webp
new file mode 100644
index 0000000..8fe7564
Binary files /dev/null and b/static/icons/vendor/homarr/webp/void-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/voilib.webp b/static/icons/vendor/homarr/webp/voilib.webp
new file mode 100644
index 0000000..2021269
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voilib.webp differ
diff --git a/static/icons/vendor/homarr/webp/voip-info.webp b/static/icons/vendor/homarr/webp/voip-info.webp
new file mode 100644
index 0000000..707cc8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voip-info.webp differ
diff --git a/static/icons/vendor/homarr/webp/voip-ms.webp b/static/icons/vendor/homarr/webp/voip-ms.webp
new file mode 100644
index 0000000..686bca2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voip-ms.webp differ
diff --git a/static/icons/vendor/homarr/webp/voltaserve-light.webp b/static/icons/vendor/homarr/webp/voltaserve-light.webp
new file mode 100644
index 0000000..3d736e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voltaserve-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/voltaserve.webp b/static/icons/vendor/homarr/webp/voltaserve.webp
new file mode 100644
index 0000000..9037ac2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voltaserve.webp differ
diff --git a/static/icons/vendor/homarr/webp/volumio-light.webp b/static/icons/vendor/homarr/webp/volumio-light.webp
new file mode 100644
index 0000000..0b08643
Binary files /dev/null and b/static/icons/vendor/homarr/webp/volumio-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/volumio.webp b/static/icons/vendor/homarr/webp/volumio.webp
new file mode 100644
index 0000000..1c48fbb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/volumio.webp differ
diff --git a/static/icons/vendor/homarr/webp/voron.webp b/static/icons/vendor/homarr/webp/voron.webp
new file mode 100644
index 0000000..8ea7898
Binary files /dev/null and b/static/icons/vendor/homarr/webp/voron.webp differ
diff --git a/static/icons/vendor/homarr/webp/vouchervault.webp b/static/icons/vendor/homarr/webp/vouchervault.webp
new file mode 100644
index 0000000..a89401c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vouchervault.webp differ
diff --git a/static/icons/vendor/homarr/webp/vscode.webp b/static/icons/vendor/homarr/webp/vscode.webp
new file mode 100644
index 0000000..96803c3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vscode.webp differ
diff --git a/static/icons/vendor/homarr/webp/vtvgo.webp b/static/icons/vendor/homarr/webp/vtvgo.webp
new file mode 100644
index 0000000..3155be2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vtvgo.webp differ
diff --git a/static/icons/vendor/homarr/webp/vue-js.webp b/static/icons/vendor/homarr/webp/vue-js.webp
new file mode 100644
index 0000000..f9f5246
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vue-js.webp differ
diff --git a/static/icons/vendor/homarr/webp/vuetorrent.webp b/static/icons/vendor/homarr/webp/vuetorrent.webp
new file mode 100644
index 0000000..db07e82
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vuetorrent.webp differ
diff --git a/static/icons/vendor/homarr/webp/vultr.webp b/static/icons/vendor/homarr/webp/vultr.webp
new file mode 100644
index 0000000..084a38e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vultr.webp differ
diff --git a/static/icons/vendor/homarr/webp/vuplus.webp b/static/icons/vendor/homarr/webp/vuplus.webp
new file mode 100644
index 0000000..96427de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/vuplus.webp differ
diff --git a/static/icons/vendor/homarr/webp/wakapi.webp b/static/icons/vendor/homarr/webp/wakapi.webp
new file mode 100644
index 0000000..016d478
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wakapi.webp differ
diff --git a/static/icons/vendor/homarr/webp/wakatime-light.webp b/static/icons/vendor/homarr/webp/wakatime-light.webp
new file mode 100644
index 0000000..4affee9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wakatime-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wakatime.webp b/static/icons/vendor/homarr/webp/wakatime.webp
new file mode 100644
index 0000000..369e073
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wakatime.webp differ
diff --git a/static/icons/vendor/homarr/webp/wallabag-light.webp b/static/icons/vendor/homarr/webp/wallabag-light.webp
new file mode 100644
index 0000000..64e8838
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wallabag-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wallabag.webp b/static/icons/vendor/homarr/webp/wallabag.webp
new file mode 100644
index 0000000..d12e20e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wallabag.webp differ
diff --git a/static/icons/vendor/homarr/webp/wallos.webp b/static/icons/vendor/homarr/webp/wallos.webp
new file mode 100644
index 0000000..a3da530
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wallos.webp differ
diff --git a/static/icons/vendor/homarr/webp/wanderer-light.webp b/static/icons/vendor/homarr/webp/wanderer-light.webp
new file mode 100644
index 0000000..2ec8ced
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wanderer-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wanderer.webp b/static/icons/vendor/homarr/webp/wanderer.webp
new file mode 100644
index 0000000..af9b957
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wanderer.webp differ
diff --git a/static/icons/vendor/homarr/webp/wanikani.webp b/static/icons/vendor/homarr/webp/wanikani.webp
new file mode 100644
index 0000000..428ee4d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wanikani.webp differ
diff --git a/static/icons/vendor/homarr/webp/ward.webp b/static/icons/vendor/homarr/webp/ward.webp
new file mode 100644
index 0000000..08da344
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ward.webp differ
diff --git a/static/icons/vendor/homarr/webp/warpgate.webp b/static/icons/vendor/homarr/webp/warpgate.webp
new file mode 100644
index 0000000..5638365
Binary files /dev/null and b/static/icons/vendor/homarr/webp/warpgate.webp differ
diff --git a/static/icons/vendor/homarr/webp/warracker.webp b/static/icons/vendor/homarr/webp/warracker.webp
new file mode 100644
index 0000000..7373aff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/warracker.webp differ
diff --git a/static/icons/vendor/homarr/webp/watcharr-light.webp b/static/icons/vendor/homarr/webp/watcharr-light.webp
new file mode 100644
index 0000000..e84dbe5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watcharr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/watcharr.webp b/static/icons/vendor/homarr/webp/watcharr.webp
new file mode 100644
index 0000000..ec691f1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watcharr.webp differ
diff --git a/static/icons/vendor/homarr/webp/watcher.webp b/static/icons/vendor/homarr/webp/watcher.webp
new file mode 100644
index 0000000..2357371
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watcher.webp differ
diff --git a/static/icons/vendor/homarr/webp/watchlistarr.webp b/static/icons/vendor/homarr/webp/watchlistarr.webp
new file mode 100644
index 0000000..131185e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watchlistarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/watchtower.webp b/static/icons/vendor/homarr/webp/watchtower.webp
new file mode 100644
index 0000000..fe7926f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watchtower.webp differ
diff --git a/static/icons/vendor/homarr/webp/watchyourlan.webp b/static/icons/vendor/homarr/webp/watchyourlan.webp
new file mode 100644
index 0000000..4b80e00
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watchyourlan.webp differ
diff --git a/static/icons/vendor/homarr/webp/watchyourports.webp b/static/icons/vendor/homarr/webp/watchyourports.webp
new file mode 100644
index 0000000..66d541e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/watchyourports.webp differ
diff --git a/static/icons/vendor/homarr/webp/wavelog.webp b/static/icons/vendor/homarr/webp/wavelog.webp
new file mode 100644
index 0000000..cdeb011
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wavelog.webp differ
diff --git a/static/icons/vendor/homarr/webp/wayland.webp b/static/icons/vendor/homarr/webp/wayland.webp
new file mode 100644
index 0000000..89fa476
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wayland.webp differ
diff --git a/static/icons/vendor/homarr/webp/waze.webp b/static/icons/vendor/homarr/webp/waze.webp
new file mode 100644
index 0000000..e5f8543
Binary files /dev/null and b/static/icons/vendor/homarr/webp/waze.webp differ
diff --git a/static/icons/vendor/homarr/webp/wazuh.webp b/static/icons/vendor/homarr/webp/wazuh.webp
new file mode 100644
index 0000000..2b2c100
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wazuh.webp differ
diff --git a/static/icons/vendor/homarr/webp/wbo.webp b/static/icons/vendor/homarr/webp/wbo.webp
new file mode 100644
index 0000000..f57fc31
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wbo.webp differ
diff --git a/static/icons/vendor/homarr/webp/wd-mycloud.webp b/static/icons/vendor/homarr/webp/wd-mycloud.webp
new file mode 100644
index 0000000..1baae42
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wd-mycloud.webp differ
diff --git a/static/icons/vendor/homarr/webp/web-check-dark.webp b/static/icons/vendor/homarr/webp/web-check-dark.webp
new file mode 100644
index 0000000..5309c5d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/web-check-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/web-check.webp b/static/icons/vendor/homarr/webp/web-check.webp
new file mode 100644
index 0000000..0b91e49
Binary files /dev/null and b/static/icons/vendor/homarr/webp/web-check.webp differ
diff --git a/static/icons/vendor/homarr/webp/web-whisper.webp b/static/icons/vendor/homarr/webp/web-whisper.webp
new file mode 100644
index 0000000..1edd7a4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/web-whisper.webp differ
diff --git a/static/icons/vendor/homarr/webp/webdav.webp b/static/icons/vendor/homarr/webp/webdav.webp
new file mode 100644
index 0000000..136dc79
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webdav.webp differ
diff --git a/static/icons/vendor/homarr/webp/webdb.webp b/static/icons/vendor/homarr/webp/webdb.webp
new file mode 100644
index 0000000..29ffe88
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webdb.webp differ
diff --git a/static/icons/vendor/homarr/webp/webex.webp b/static/icons/vendor/homarr/webp/webex.webp
new file mode 100644
index 0000000..7299c5c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webex.webp differ
diff --git a/static/icons/vendor/homarr/webp/webhook.webp b/static/icons/vendor/homarr/webp/webhook.webp
new file mode 100644
index 0000000..389176d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webhook.webp differ
diff --git a/static/icons/vendor/homarr/webp/webhookd.webp b/static/icons/vendor/homarr/webp/webhookd.webp
new file mode 100644
index 0000000..1033fef
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webhookd.webp differ
diff --git a/static/icons/vendor/homarr/webp/webkit.webp b/static/icons/vendor/homarr/webp/webkit.webp
new file mode 100644
index 0000000..476fcff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webkit.webp differ
diff --git a/static/icons/vendor/homarr/webp/webmin.webp b/static/icons/vendor/homarr/webp/webmin.webp
new file mode 100644
index 0000000..dd8b199
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webmin.webp differ
diff --git a/static/icons/vendor/homarr/webp/webtools.webp b/static/icons/vendor/homarr/webp/webtools.webp
new file mode 100644
index 0000000..8adb84e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webtools.webp differ
diff --git a/static/icons/vendor/homarr/webp/webtop.webp b/static/icons/vendor/homarr/webp/webtop.webp
new file mode 100644
index 0000000..9c61c9f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webtop.webp differ
diff --git a/static/icons/vendor/homarr/webp/webtorrent.webp b/static/icons/vendor/homarr/webp/webtorrent.webp
new file mode 100644
index 0000000..4851114
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webtorrent.webp differ
diff --git a/static/icons/vendor/homarr/webp/webtrees.webp b/static/icons/vendor/homarr/webp/webtrees.webp
new file mode 100644
index 0000000..65c14ec
Binary files /dev/null and b/static/icons/vendor/homarr/webp/webtrees.webp differ
diff --git a/static/icons/vendor/homarr/webp/weibo.webp b/static/icons/vendor/homarr/webp/weibo.webp
new file mode 100644
index 0000000..2cc7f28
Binary files /dev/null and b/static/icons/vendor/homarr/webp/weibo.webp differ
diff --git a/static/icons/vendor/homarr/webp/wekan.webp b/static/icons/vendor/homarr/webp/wekan.webp
new file mode 100644
index 0000000..19414ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wekan.webp differ
diff --git a/static/icons/vendor/homarr/webp/wero-dark.webp b/static/icons/vendor/homarr/webp/wero-dark.webp
new file mode 100644
index 0000000..9babfdf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wero-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/wero.webp b/static/icons/vendor/homarr/webp/wero.webp
new file mode 100644
index 0000000..8af56c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wero.webp differ
diff --git a/static/icons/vendor/homarr/webp/western-digital.webp b/static/icons/vendor/homarr/webp/western-digital.webp
new file mode 100644
index 0000000..a774cf8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/western-digital.webp differ
diff --git a/static/icons/vendor/homarr/webp/wetty.webp b/static/icons/vendor/homarr/webp/wetty.webp
new file mode 100644
index 0000000..86c2531
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wetty.webp differ
diff --git a/static/icons/vendor/homarr/webp/wevr-labs.webp b/static/icons/vendor/homarr/webp/wevr-labs.webp
new file mode 100644
index 0000000..e8454ea
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wevr-labs.webp differ
diff --git a/static/icons/vendor/homarr/webp/wg-gen-web-light.webp b/static/icons/vendor/homarr/webp/wg-gen-web-light.webp
new file mode 100644
index 0000000..b7bc78d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wg-gen-web-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wg-gen-web.webp b/static/icons/vendor/homarr/webp/wg-gen-web.webp
new file mode 100644
index 0000000..f93623c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wg-gen-web.webp differ
diff --git a/static/icons/vendor/homarr/webp/wger.webp b/static/icons/vendor/homarr/webp/wger.webp
new file mode 100644
index 0000000..f43fccc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wger.webp differ
diff --git a/static/icons/vendor/homarr/webp/whatnot.webp b/static/icons/vendor/homarr/webp/whatnot.webp
new file mode 100644
index 0000000..568cb8f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whatnot.webp differ
diff --git a/static/icons/vendor/homarr/webp/whats-up-docker.webp b/static/icons/vendor/homarr/webp/whats-up-docker.webp
new file mode 100644
index 0000000..a916e71
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whats-up-docker.webp differ
diff --git a/static/icons/vendor/homarr/webp/whatsapp.webp b/static/icons/vendor/homarr/webp/whatsapp.webp
new file mode 100644
index 0000000..2db0c50
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whatsapp.webp differ
diff --git a/static/icons/vendor/homarr/webp/whatseerr.webp b/static/icons/vendor/homarr/webp/whatseerr.webp
new file mode 100644
index 0000000..5f7dadf
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whatseerr.webp differ
diff --git a/static/icons/vendor/homarr/webp/whisparr.webp b/static/icons/vendor/homarr/webp/whisparr.webp
new file mode 100644
index 0000000..e217b84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whisparr.webp differ
diff --git a/static/icons/vendor/homarr/webp/whodb.webp b/static/icons/vendor/homarr/webp/whodb.webp
new file mode 100644
index 0000000..bba7fa7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whodb.webp differ
diff --git a/static/icons/vendor/homarr/webp/whoogle.webp b/static/icons/vendor/homarr/webp/whoogle.webp
new file mode 100644
index 0000000..cba12de
Binary files /dev/null and b/static/icons/vendor/homarr/webp/whoogle.webp differ
diff --git a/static/icons/vendor/homarr/webp/wifiman.webp b/static/icons/vendor/homarr/webp/wifiman.webp
new file mode 100644
index 0000000..68ea77b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wifiman.webp differ
diff --git a/static/icons/vendor/homarr/webp/wiki-go.webp b/static/icons/vendor/homarr/webp/wiki-go.webp
new file mode 100644
index 0000000..2fb115e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wiki-go.webp differ
diff --git a/static/icons/vendor/homarr/webp/wikidocs.webp b/static/icons/vendor/homarr/webp/wikidocs.webp
new file mode 100644
index 0000000..3c4df92
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wikidocs.webp differ
diff --git a/static/icons/vendor/homarr/webp/wikijs-alt.webp b/static/icons/vendor/homarr/webp/wikijs-alt.webp
new file mode 100644
index 0000000..f139a83
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wikijs-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/wikijs.webp b/static/icons/vendor/homarr/webp/wikijs.webp
new file mode 100644
index 0000000..d17710e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wikijs.webp differ
diff --git a/static/icons/vendor/homarr/webp/wikipedia-light.webp b/static/icons/vendor/homarr/webp/wikipedia-light.webp
new file mode 100644
index 0000000..934b778
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wikipedia-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wikipedia.webp b/static/icons/vendor/homarr/webp/wikipedia.webp
new file mode 100644
index 0000000..108b019
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wikipedia.webp differ
diff --git a/static/icons/vendor/homarr/webp/willow.webp b/static/icons/vendor/homarr/webp/willow.webp
new file mode 100644
index 0000000..72bd933
Binary files /dev/null and b/static/icons/vendor/homarr/webp/willow.webp differ
diff --git a/static/icons/vendor/homarr/webp/windmill.webp b/static/icons/vendor/homarr/webp/windmill.webp
new file mode 100644
index 0000000..4447ee6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windmill.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-10.webp b/static/icons/vendor/homarr/webp/windows-10.webp
new file mode 100644
index 0000000..a00a17a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-10.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-11.webp b/static/icons/vendor/homarr/webp/windows-11.webp
new file mode 100644
index 0000000..4cded19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-11.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-7.webp b/static/icons/vendor/homarr/webp/windows-7.webp
new file mode 100644
index 0000000..a24a1e6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-7.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-95-light.webp b/static/icons/vendor/homarr/webp/windows-95-light.webp
new file mode 100644
index 0000000..8f7ee24
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-95-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-95.webp b/static/icons/vendor/homarr/webp/windows-95.webp
new file mode 100644
index 0000000..a15d89c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-95.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-98.webp b/static/icons/vendor/homarr/webp/windows-98.webp
new file mode 100644
index 0000000..3cefb07
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-98.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-explorer.webp b/static/icons/vendor/homarr/webp/windows-explorer.webp
new file mode 100644
index 0000000..b0da449
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-explorer.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-retro-light.webp b/static/icons/vendor/homarr/webp/windows-retro-light.webp
new file mode 100644
index 0000000..1e0dbe1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-retro-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-retro.webp b/static/icons/vendor/homarr/webp/windows-retro.webp
new file mode 100644
index 0000000..27109ca
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-retro.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-vista.webp b/static/icons/vendor/homarr/webp/windows-vista.webp
new file mode 100644
index 0000000..eae181c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-vista.webp differ
diff --git a/static/icons/vendor/homarr/webp/windows-xp.webp b/static/icons/vendor/homarr/webp/windows-xp.webp
new file mode 100644
index 0000000..76300c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/windows-xp.webp differ
diff --git a/static/icons/vendor/homarr/webp/wireguard.webp b/static/icons/vendor/homarr/webp/wireguard.webp
new file mode 100644
index 0000000..d1c008d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wireguard.webp differ
diff --git a/static/icons/vendor/homarr/webp/wirenboard.webp b/static/icons/vendor/homarr/webp/wirenboard.webp
new file mode 100644
index 0000000..2705e0f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wirenboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/wireshark.webp b/static/icons/vendor/homarr/webp/wireshark.webp
new file mode 100644
index 0000000..72c3c44
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wireshark.webp differ
diff --git a/static/icons/vendor/homarr/webp/wishlist.webp b/static/icons/vendor/homarr/webp/wishlist.webp
new file mode 100644
index 0000000..92c9e19
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wishlist.webp differ
diff --git a/static/icons/vendor/homarr/webp/wizarr.webp b/static/icons/vendor/homarr/webp/wizarr.webp
new file mode 100644
index 0000000..c104503
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wizarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/wled.webp b/static/icons/vendor/homarr/webp/wled.webp
new file mode 100644
index 0000000..5cd6ffa
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wled.webp differ
diff --git a/static/icons/vendor/homarr/webp/wolfi-light.webp b/static/icons/vendor/homarr/webp/wolfi-light.webp
new file mode 100644
index 0000000..b97e3c7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wolfi-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wolfi.webp b/static/icons/vendor/homarr/webp/wolfi.webp
new file mode 100644
index 0000000..e089b37
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wolfi.webp differ
diff --git a/static/icons/vendor/homarr/webp/woocommerce.webp b/static/icons/vendor/homarr/webp/woocommerce.webp
new file mode 100644
index 0000000..6fd71ae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/woocommerce.webp differ
diff --git a/static/icons/vendor/homarr/webp/woodpecker-ci.webp b/static/icons/vendor/homarr/webp/woodpecker-ci.webp
new file mode 100644
index 0000000..cd756e7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/woodpecker-ci.webp differ
diff --git a/static/icons/vendor/homarr/webp/wooting-dark.webp b/static/icons/vendor/homarr/webp/wooting-dark.webp
new file mode 100644
index 0000000..11f471e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wooting-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/wooting.webp b/static/icons/vendor/homarr/webp/wooting.webp
new file mode 100644
index 0000000..5a6c944
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wooting.webp differ
diff --git a/static/icons/vendor/homarr/webp/wordpress.webp b/static/icons/vendor/homarr/webp/wordpress.webp
new file mode 100644
index 0000000..803ebef
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wordpress.webp differ
diff --git a/static/icons/vendor/homarr/webp/workadventure.webp b/static/icons/vendor/homarr/webp/workadventure.webp
new file mode 100644
index 0000000..af1ca5b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/workadventure.webp differ
diff --git a/static/icons/vendor/homarr/webp/worklenz.webp b/static/icons/vendor/homarr/webp/worklenz.webp
new file mode 100644
index 0000000..b5740c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/worklenz.webp differ
diff --git a/static/icons/vendor/homarr/webp/wotdle-light.webp b/static/icons/vendor/homarr/webp/wotdle-light.webp
new file mode 100644
index 0000000..f8be26f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wotdle-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/wotdle.webp b/static/icons/vendor/homarr/webp/wotdle.webp
new file mode 100644
index 0000000..3872146
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wotdle.webp differ
diff --git a/static/icons/vendor/homarr/webp/wownero.webp b/static/icons/vendor/homarr/webp/wownero.webp
new file mode 100644
index 0000000..b823e8b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wownero.webp differ
diff --git a/static/icons/vendor/homarr/webp/writefreely-light.webp b/static/icons/vendor/homarr/webp/writefreely-light.webp
new file mode 100644
index 0000000..64d7cb9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/writefreely-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/writefreely.webp b/static/icons/vendor/homarr/webp/writefreely.webp
new file mode 100644
index 0000000..299f191
Binary files /dev/null and b/static/icons/vendor/homarr/webp/writefreely.webp differ
diff --git a/static/icons/vendor/homarr/webp/wsz.webp b/static/icons/vendor/homarr/webp/wsz.webp
new file mode 100644
index 0000000..22a3d69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/wsz.webp differ
diff --git a/static/icons/vendor/homarr/webp/x-light.webp b/static/icons/vendor/homarr/webp/x-light.webp
new file mode 100644
index 0000000..3a02199
Binary files /dev/null and b/static/icons/vendor/homarr/webp/x-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/x.webp b/static/icons/vendor/homarr/webp/x.webp
new file mode 100644
index 0000000..68f8241
Binary files /dev/null and b/static/icons/vendor/homarr/webp/x.webp differ
diff --git a/static/icons/vendor/homarr/webp/xbackbone.webp b/static/icons/vendor/homarr/webp/xbackbone.webp
new file mode 100644
index 0000000..0324483
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xbackbone.webp differ
diff --git a/static/icons/vendor/homarr/webp/xbox-game-pass.webp b/static/icons/vendor/homarr/webp/xbox-game-pass.webp
new file mode 100644
index 0000000..afc609e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xbox-game-pass.webp differ
diff --git a/static/icons/vendor/homarr/webp/xbox.webp b/static/icons/vendor/homarr/webp/xbox.webp
new file mode 100644
index 0000000..45c316a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xbox.webp differ
diff --git a/static/icons/vendor/homarr/webp/xbrowsersync.webp b/static/icons/vendor/homarr/webp/xbrowsersync.webp
new file mode 100644
index 0000000..76bea36
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xbrowsersync.webp differ
diff --git a/static/icons/vendor/homarr/webp/xcp-ng.webp b/static/icons/vendor/homarr/webp/xcp-ng.webp
new file mode 100644
index 0000000..82f94b8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xcp-ng.webp differ
diff --git a/static/icons/vendor/homarr/webp/xen-orchestra.webp b/static/icons/vendor/homarr/webp/xen-orchestra.webp
new file mode 100644
index 0000000..9fa00ce
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xen-orchestra.webp differ
diff --git a/static/icons/vendor/homarr/webp/xiaomi-global.webp b/static/icons/vendor/homarr/webp/xiaomi-global.webp
new file mode 100644
index 0000000..3525ff1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xiaomi-global.webp differ
diff --git a/static/icons/vendor/homarr/webp/xigmanas.webp b/static/icons/vendor/homarr/webp/xigmanas.webp
new file mode 100644
index 0000000..5bc96e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xigmanas.webp differ
diff --git a/static/icons/vendor/homarr/webp/xmr.webp b/static/icons/vendor/homarr/webp/xmr.webp
new file mode 100644
index 0000000..41cbfff
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xmr.webp differ
diff --git a/static/icons/vendor/homarr/webp/xmrig.webp b/static/icons/vendor/homarr/webp/xmrig.webp
new file mode 100644
index 0000000..5804f03
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xmrig.webp differ
diff --git a/static/icons/vendor/homarr/webp/xpipe.webp b/static/icons/vendor/homarr/webp/xpipe.webp
new file mode 100644
index 0000000..6785e4f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xpipe.webp differ
diff --git a/static/icons/vendor/homarr/webp/xteve.webp b/static/icons/vendor/homarr/webp/xteve.webp
new file mode 100644
index 0000000..af7f90e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xteve.webp differ
diff --git a/static/icons/vendor/homarr/webp/xubuntu-linux.webp b/static/icons/vendor/homarr/webp/xubuntu-linux.webp
new file mode 100644
index 0000000..8abe428
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xubuntu-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/xwiki.webp b/static/icons/vendor/homarr/webp/xwiki.webp
new file mode 100644
index 0000000..177a256
Binary files /dev/null and b/static/icons/vendor/homarr/webp/xwiki.webp differ
diff --git a/static/icons/vendor/homarr/webp/yaade.webp b/static/icons/vendor/homarr/webp/yaade.webp
new file mode 100644
index 0000000..f7b4535
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yaade.webp differ
diff --git a/static/icons/vendor/homarr/webp/yac-reader.webp b/static/icons/vendor/homarr/webp/yac-reader.webp
new file mode 100644
index 0000000..b58a9a7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yac-reader.webp differ
diff --git a/static/icons/vendor/homarr/webp/yacd-blue.webp b/static/icons/vendor/homarr/webp/yacd-blue.webp
new file mode 100644
index 0000000..c1ffdc2
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yacd-blue.webp differ
diff --git a/static/icons/vendor/homarr/webp/yacd.webp b/static/icons/vendor/homarr/webp/yacd.webp
new file mode 100644
index 0000000..d2aa9be
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yacd.webp differ
diff --git a/static/icons/vendor/homarr/webp/yacht.webp b/static/icons/vendor/homarr/webp/yacht.webp
new file mode 100644
index 0000000..afaf113
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yacht.webp differ
diff --git a/static/icons/vendor/homarr/webp/yahoo-mail.webp b/static/icons/vendor/homarr/webp/yahoo-mail.webp
new file mode 100644
index 0000000..b020ebc
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yahoo-mail.webp differ
diff --git a/static/icons/vendor/homarr/webp/yahoo.webp b/static/icons/vendor/homarr/webp/yahoo.webp
new file mode 100644
index 0000000..786bcdb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yahoo.webp differ
diff --git a/static/icons/vendor/homarr/webp/yamtrack-light.webp b/static/icons/vendor/homarr/webp/yamtrack-light.webp
new file mode 100644
index 0000000..540f86c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yamtrack-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/yamtrack.webp b/static/icons/vendor/homarr/webp/yamtrack.webp
new file mode 100644
index 0000000..6245e03
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yamtrack.webp differ
diff --git a/static/icons/vendor/homarr/webp/yandex.webp b/static/icons/vendor/homarr/webp/yandex.webp
new file mode 100644
index 0000000..0e5e996
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yandex.webp differ
diff --git a/static/icons/vendor/homarr/webp/yarn-social.webp b/static/icons/vendor/homarr/webp/yarn-social.webp
new file mode 100644
index 0000000..a3f28e0
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yarn-social.webp differ
diff --git a/static/icons/vendor/homarr/webp/yarr-light.webp b/static/icons/vendor/homarr/webp/yarr-light.webp
new file mode 100644
index 0000000..ced516c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yarr-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/yarr.webp b/static/icons/vendor/homarr/webp/yarr.webp
new file mode 100644
index 0000000..2a10534
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/yazi.webp b/static/icons/vendor/homarr/webp/yazi.webp
new file mode 100644
index 0000000..db3e301
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yazi.webp differ
diff --git a/static/icons/vendor/homarr/webp/ycombinator-dark.webp b/static/icons/vendor/homarr/webp/ycombinator-dark.webp
new file mode 100644
index 0000000..3b80c75
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ycombinator-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/ycombinator.webp b/static/icons/vendor/homarr/webp/ycombinator.webp
new file mode 100644
index 0000000..100f3b6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ycombinator.webp differ
diff --git a/static/icons/vendor/homarr/webp/ymarks.webp b/static/icons/vendor/homarr/webp/ymarks.webp
new file mode 100644
index 0000000..4eb1363
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ymarks.webp differ
diff --git a/static/icons/vendor/homarr/webp/ynab.webp b/static/icons/vendor/homarr/webp/ynab.webp
new file mode 100644
index 0000000..b7e7026
Binary files /dev/null and b/static/icons/vendor/homarr/webp/ynab.webp differ
diff --git a/static/icons/vendor/homarr/webp/yopass.webp b/static/icons/vendor/homarr/webp/yopass.webp
new file mode 100644
index 0000000..b48ce21
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yopass.webp differ
diff --git a/static/icons/vendor/homarr/webp/your-spotify.webp b/static/icons/vendor/homarr/webp/your-spotify.webp
new file mode 100644
index 0000000..ec2b1cd
Binary files /dev/null and b/static/icons/vendor/homarr/webp/your-spotify.webp differ
diff --git a/static/icons/vendor/homarr/webp/yourls.webp b/static/icons/vendor/homarr/webp/yourls.webp
new file mode 100644
index 0000000..b099a3a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yourls.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtarr.webp b/static/icons/vendor/homarr/webp/youtarr.webp
new file mode 100644
index 0000000..5af3263
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtarr.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtube-dl.webp b/static/icons/vendor/homarr/webp/youtube-dl.webp
new file mode 100644
index 0000000..79918d8
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtube-dl.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtube-kids.webp b/static/icons/vendor/homarr/webp/youtube-kids.webp
new file mode 100644
index 0000000..4ff178c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtube-kids.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtube-music.webp b/static/icons/vendor/homarr/webp/youtube-music.webp
new file mode 100644
index 0000000..a268389
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtube-music.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtube-tv.webp b/static/icons/vendor/homarr/webp/youtube-tv.webp
new file mode 100644
index 0000000..15099c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtube-tv.webp differ
diff --git a/static/icons/vendor/homarr/webp/youtube.webp b/static/icons/vendor/homarr/webp/youtube.webp
new file mode 100644
index 0000000..5a94a03
Binary files /dev/null and b/static/icons/vendor/homarr/webp/youtube.webp differ
diff --git a/static/icons/vendor/homarr/webp/yt-dlp.webp b/static/icons/vendor/homarr/webp/yt-dlp.webp
new file mode 100644
index 0000000..d59b246
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yt-dlp.webp differ
diff --git a/static/icons/vendor/homarr/webp/yts.webp b/static/icons/vendor/homarr/webp/yts.webp
new file mode 100644
index 0000000..81bcdb9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yts.webp differ
diff --git a/static/icons/vendor/homarr/webp/yuno-host-light.webp b/static/icons/vendor/homarr/webp/yuno-host-light.webp
new file mode 100644
index 0000000..4273cb1
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yuno-host-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/yunohost.webp b/static/icons/vendor/homarr/webp/yunohost.webp
new file mode 100644
index 0000000..a66a1fb
Binary files /dev/null and b/static/icons/vendor/homarr/webp/yunohost.webp differ
diff --git a/static/icons/vendor/homarr/webp/z-ai.webp b/static/icons/vendor/homarr/webp/z-ai.webp
new file mode 100644
index 0000000..3ed45f7
Binary files /dev/null and b/static/icons/vendor/homarr/webp/z-ai.webp differ
diff --git a/static/icons/vendor/homarr/webp/z-wave-js-ui.webp b/static/icons/vendor/homarr/webp/z-wave-js-ui.webp
new file mode 100644
index 0000000..770da77
Binary files /dev/null and b/static/icons/vendor/homarr/webp/z-wave-js-ui.webp differ
diff --git a/static/icons/vendor/homarr/webp/zabbix.webp b/static/icons/vendor/homarr/webp/zabbix.webp
new file mode 100644
index 0000000..8537d4e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zabbix.webp differ
diff --git a/static/icons/vendor/homarr/webp/zabka.webp b/static/icons/vendor/homarr/webp/zabka.webp
new file mode 100644
index 0000000..bc8b535
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zabka.webp differ
diff --git a/static/icons/vendor/homarr/webp/zalo.webp b/static/icons/vendor/homarr/webp/zalo.webp
new file mode 100644
index 0000000..c806a63
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zalo.webp differ
diff --git a/static/icons/vendor/homarr/webp/zammad.webp b/static/icons/vendor/homarr/webp/zammad.webp
new file mode 100644
index 0000000..f6e7486
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zammad.webp differ
diff --git a/static/icons/vendor/homarr/webp/zapier-dark.webp b/static/icons/vendor/homarr/webp/zapier-dark.webp
new file mode 100644
index 0000000..32c4710
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zapier-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/zapier.webp b/static/icons/vendor/homarr/webp/zapier.webp
new file mode 100644
index 0000000..da5086b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zapier.webp differ
diff --git a/static/icons/vendor/homarr/webp/zashboard-dark.webp b/static/icons/vendor/homarr/webp/zashboard-dark.webp
new file mode 100644
index 0000000..dc257c4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zashboard-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/zashboard.webp b/static/icons/vendor/homarr/webp/zashboard.webp
new file mode 100644
index 0000000..4b0765b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zashboard.webp differ
diff --git a/static/icons/vendor/homarr/webp/zellij.webp b/static/icons/vendor/homarr/webp/zellij.webp
new file mode 100644
index 0000000..a995e57
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zellij.webp differ
diff --git a/static/icons/vendor/homarr/webp/zen-browser-dark.webp b/static/icons/vendor/homarr/webp/zen-browser-dark.webp
new file mode 100644
index 0000000..5c4bb3c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zen-browser-dark.webp differ
diff --git a/static/icons/vendor/homarr/webp/zen-browser.webp b/static/icons/vendor/homarr/webp/zen-browser.webp
new file mode 100644
index 0000000..eeeb34e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zen-browser.webp differ
diff --git a/static/icons/vendor/homarr/webp/zenarmor.webp b/static/icons/vendor/homarr/webp/zenarmor.webp
new file mode 100644
index 0000000..3914665
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zenarmor.webp differ
diff --git a/static/icons/vendor/homarr/webp/zendesk.webp b/static/icons/vendor/homarr/webp/zendesk.webp
new file mode 100644
index 0000000..3900cae
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zendesk.webp differ
diff --git a/static/icons/vendor/homarr/webp/zerobyte.webp b/static/icons/vendor/homarr/webp/zerobyte.webp
new file mode 100644
index 0000000..5d6692b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zerobyte.webp differ
diff --git a/static/icons/vendor/homarr/webp/zerotier-light.webp b/static/icons/vendor/homarr/webp/zerotier-light.webp
new file mode 100644
index 0000000..17857ed
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zerotier-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zerotier.webp b/static/icons/vendor/homarr/webp/zerotier.webp
new file mode 100644
index 0000000..6a551a3
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zerotier.webp differ
diff --git a/static/icons/vendor/homarr/webp/zigbee2mqtt-light.webp b/static/icons/vendor/homarr/webp/zigbee2mqtt-light.webp
new file mode 100644
index 0000000..68ddea6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zigbee2mqtt-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zigbee2mqtt.webp b/static/icons/vendor/homarr/webp/zigbee2mqtt.webp
new file mode 100644
index 0000000..df0ef84
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zigbee2mqtt.webp differ
diff --git a/static/icons/vendor/homarr/webp/zima-os.webp b/static/icons/vendor/homarr/webp/zima-os.webp
new file mode 100644
index 0000000..755ff33
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zima-os.webp differ
diff --git a/static/icons/vendor/homarr/webp/zimbra.webp b/static/icons/vendor/homarr/webp/zimbra.webp
new file mode 100644
index 0000000..9316e8e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zimbra.webp differ
diff --git a/static/icons/vendor/homarr/webp/zipcaptions.webp b/static/icons/vendor/homarr/webp/zipcaptions.webp
new file mode 100644
index 0000000..82ede69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zipcaptions.webp differ
diff --git a/static/icons/vendor/homarr/webp/zipline-diced.webp b/static/icons/vendor/homarr/webp/zipline-diced.webp
new file mode 100644
index 0000000..1c56ae4
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zipline-diced.webp differ
diff --git a/static/icons/vendor/homarr/webp/zipline-light.webp b/static/icons/vendor/homarr/webp/zipline-light.webp
new file mode 100644
index 0000000..d66302c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zipline-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zipline.webp b/static/icons/vendor/homarr/webp/zipline.webp
new file mode 100644
index 0000000..48b9485
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zipline.webp differ
diff --git a/static/icons/vendor/homarr/webp/zitadel-light.webp b/static/icons/vendor/homarr/webp/zitadel-light.webp
new file mode 100644
index 0000000..9ea357d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zitadel-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zitadel.webp b/static/icons/vendor/homarr/webp/zitadel.webp
new file mode 100644
index 0000000..ec6824d
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zitadel.webp differ
diff --git a/static/icons/vendor/homarr/webp/znc.webp b/static/icons/vendor/homarr/webp/znc.webp
new file mode 100644
index 0000000..6a6b51b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/znc.webp differ
diff --git a/static/icons/vendor/homarr/webp/zohomail.webp b/static/icons/vendor/homarr/webp/zohomail.webp
new file mode 100644
index 0000000..72b610f
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zohomail.webp differ
diff --git a/static/icons/vendor/homarr/webp/zomro.webp b/static/icons/vendor/homarr/webp/zomro.webp
new file mode 100644
index 0000000..b823e80
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zomro.webp differ
diff --git a/static/icons/vendor/homarr/webp/zoneminder.webp b/static/icons/vendor/homarr/webp/zoneminder.webp
new file mode 100644
index 0000000..8726055
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zoneminder.webp differ
diff --git a/static/icons/vendor/homarr/webp/zoom-alt.webp b/static/icons/vendor/homarr/webp/zoom-alt.webp
new file mode 100644
index 0000000..fb354c5
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zoom-alt.webp differ
diff --git a/static/icons/vendor/homarr/webp/zoom.webp b/static/icons/vendor/homarr/webp/zoom.webp
new file mode 100644
index 0000000..7ae61d6
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zoom.webp differ
diff --git a/static/icons/vendor/homarr/webp/zoraxy.webp b/static/icons/vendor/homarr/webp/zoraxy.webp
new file mode 100644
index 0000000..223e241
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zoraxy.webp differ
diff --git a/static/icons/vendor/homarr/webp/zorin-linux.webp b/static/icons/vendor/homarr/webp/zorin-linux.webp
new file mode 100644
index 0000000..b90ae6a
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zorin-linux.webp differ
diff --git a/static/icons/vendor/homarr/webp/zot-registry.webp b/static/icons/vendor/homarr/webp/zot-registry.webp
new file mode 100644
index 0000000..034aa74
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zot-registry.webp differ
diff --git a/static/icons/vendor/homarr/webp/zulip.webp b/static/icons/vendor/homarr/webp/zulip.webp
new file mode 100644
index 0000000..860dd69
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zulip.webp differ
diff --git a/static/icons/vendor/homarr/webp/zwavejs2mqtt.webp b/static/icons/vendor/homarr/webp/zwavejs2mqtt.webp
new file mode 100644
index 0000000..688fe7c
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zwavejs2mqtt.webp differ
diff --git a/static/icons/vendor/homarr/webp/zyxel-communications-light.webp b/static/icons/vendor/homarr/webp/zyxel-communications-light.webp
new file mode 100644
index 0000000..f1a71c9
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zyxel-communications-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zyxel-communications.webp b/static/icons/vendor/homarr/webp/zyxel-communications.webp
new file mode 100644
index 0000000..1d56636
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zyxel-communications.webp differ
diff --git a/static/icons/vendor/homarr/webp/zyxel-networks-light.webp b/static/icons/vendor/homarr/webp/zyxel-networks-light.webp
new file mode 100644
index 0000000..fe1a65b
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zyxel-networks-light.webp differ
diff --git a/static/icons/vendor/homarr/webp/zyxel-networks.webp b/static/icons/vendor/homarr/webp/zyxel-networks.webp
new file mode 100644
index 0000000..850263e
Binary files /dev/null and b/static/icons/vendor/homarr/webp/zyxel-networks.webp differ
diff --git a/third_party/homarr-dashboard-icons/LICENSE b/third_party/homarr-dashboard-icons/LICENSE
new file mode 100644
index 0000000..636b77f
--- /dev/null
+++ b/third_party/homarr-dashboard-icons/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright (c) 2024 Bjorn Lammers, Meier Lukas, Thomas Camlong and Homarr Labs
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
diff --git a/third_party/homarr-dashboard-icons/NOTICE.txt b/third_party/homarr-dashboard-icons/NOTICE.txt
new file mode 100644
index 0000000..9048043
--- /dev/null
+++ b/third_party/homarr-dashboard-icons/NOTICE.txt
@@ -0,0 +1,3 @@
+This project vendors icon assets from homarr-labs/dashboard-icons.
+These assets are included locally to avoid runtime dependency on external icon sources.
+See SOURCE.txt for upstream commit details and LICENSE for license terms.
diff --git a/third_party/homarr-dashboard-icons/SOURCE.txt b/third_party/homarr-dashboard-icons/SOURCE.txt
new file mode 100644
index 0000000..600cc8f
--- /dev/null
+++ b/third_party/homarr-dashboard-icons/SOURCE.txt
@@ -0,0 +1,7 @@
+Upstream repository: https://github.com/homarr-labs/dashboard-icons
+Upstream commit: b44b1bc165d9e7203097dde5d174190e80b6e9ae
+Upstream commit date (UTC): 2026-02-25T10:27:35Z
+Imported on: 2026-02-25
+License: Apache-2.0
+Notes: Icons are vendored locally for offline/runtime independence.
+Trademark notice: Product names, logos, and trademarks remain property of their respective owners.
diff --git a/tsconfig.json b/tsconfig.json
index 0b2d886..891eb95 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,7 +9,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
- "moduleResolution": "bundler"
+ "moduleResolution": "bundler",
+ "types": ["node"]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files