From ec927e226c96495ca55ec59e2b68685459bd064d Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Mon, 22 Mar 2021 13:37:49 +0000 Subject: [PATCH] [new-UI | Library]: icons.ts: Removed "info" icon - will be used directly from uikit. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60685 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/icons/icons.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utils/icons/icons.ts b/utils/icons/icons.ts index 17baa159..184ec31c 100644 --- a/utils/icons/icons.ts +++ b/utils/icons/icons.ts @@ -127,8 +127,3 @@ export const photo = { data: '' } /** Add new icon under this line to be sure that it will be added on preview */ - -export const info = { - name: 'info', - data: '' -} \ No newline at end of file