From 4dda29f37abc61bbf49457089ca5e89c6800d767 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 16 Apr 2021 16:23:57 +0000 Subject: [PATCH] [Library | Trunk] - add reset icon - Input.css: hide arrows from input number - Update css rules slider z-index git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60893 d315682c-612b-4755-9ff5-7f18f6832af3 --- utils/icons/icons.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/icons/icons.ts b/utils/icons/icons.ts index 9c3fdb9f..3daa31c7 100644 --- a/utils/icons/icons.ts +++ b/utils/icons/icons.ts @@ -133,3 +133,8 @@ export const check_circle_outlined = { } /** Add new icon under this line to be sure that it will be added on preview */ + +export const reset = { + name: 'reset', + data: '' +}