import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const iconsPageToc: IPageToc[] = [ { label: 'iconsPage.installationTitle', href: '#installation' }, { label: 'iconsPage.lucideTitle', href: '#lucide-icons' }, { label: 'iconsPage.otherLibrariesTitle', href: '#other-libraries' }, ];