diff --git a/pages/standards/[serviceName].tsx b/pages/standards/[serviceName].tsx
index 93d9ee299d2f5ec66758f8b861a75513dfc48a07..ee37cfa9c3a986da1af0c1b1d925bc9847c4c3d9 100644
--- a/pages/standards/[serviceName].tsx
+++ b/pages/standards/[serviceName].tsx
@@ -1,6 +1,6 @@
 import { Header } from '@/views/Service'
 import Link from 'next/link'
-import { IconChevronLeft } from '@tabler/icons'
+import { IconChevronLeft } from '@tabler/icons-react'
 
 import { ServiceContent } from '../../types/ServiceContent'
 import useContent from 'shared/use-content'
diff --git a/pages/standards/index.tsx b/pages/standards/index.tsx
index 9e6c41dffe193604d103ffcd7f2a04fca8e9e657..db924e23b7422caf13dff0270bbf69ea19565b63 100644
--- a/pages/standards/index.tsx
+++ b/pages/standards/index.tsx
@@ -2,7 +2,7 @@
  *      Controls the list view of it-standards
  */
 import { useRouter } from 'next/router'
-import { IconArrowBigRight, IconChevronLeft, IconMail, /* IconBooks, */ IconBook2 } from '@tabler/icons'
+import { IconArrowBigRight, IconChevronLeft, IconMail, IconBooks, IconBook2 } from '@tabler/icons-react'
 
 import { handleMailtoEvent, encodeEmail } from '@/lib/utils'