dashboard-icons/web/src/constants.ts
2025-04-18 12:39:37 +02:00

10 lines
673 B
TypeScript

export const BASE_URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons"
export const REPO_PATH = "https://github.com/homarr-labs/dashboard-icons"
export const METADATA_URL = "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/metadata.json"
export const WEB_URL = "https://dashboardicons.com"
export const REPO_NAME = "homarr-labs/dashboard-icons"
export const getDescription = (totalIcons: number) =>
`A collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`
export const websiteTitle = "Free Dashboard Icons - Download High-Quality UI & App Icons"