From 83016e7d7af6cb14fd89ba8bb12c6b34d576903d Mon Sep 17 00:00:00 2001 From: Borghild Selle <104756130+BorghildSelle@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:55:33 +0100 Subject: [PATCH] :art: take back (#2763) --- web/core/Link/ResourceLink.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/core/Link/ResourceLink.tsx b/web/core/Link/ResourceLink.tsx index 968be2081..95e8b1f21 100644 --- a/web/core/Link/ResourceLink.tsx +++ b/web/core/Link/ResourceLink.tsx @@ -5,6 +5,7 @@ import { ArrowRight } from '../../icons' import envisTwMerge from '../../twMerge' import { TransformableIcon } from '../../icons/TransformableIcon' import { add, calendar } from '@equinor/eds-icons' +import { PiFilePdfThin } from 'react-icons/pi' export type Variants = 'default' | 'fit' @@ -126,6 +127,7 @@ export const ResourceLink = forwardRef(fun case 'downloadableFile': return extension && extension.toUpperCase() === 'PDF' && showExtensionIcon ? ( <> +