-
+
arrow-down
diff --git a/src/assets/icons/dist/icons.json b/src/assets/icons/dist/icons.json
index 678edd229..5ba341dc7 100644
--- a/src/assets/icons/dist/icons.json
+++ b/src/assets/icons/dist/icons.json
@@ -3,54 +3,55 @@
"website": 61698,
"warning": 61699,
"upload": 61700,
- "trash": 61701,
- "support": 61702,
- "supplements": 61703,
- "sort-3": 61704,
- "sort-2": 61705,
- "sort-1": 61706,
- "settings": 61707,
- "search": 61708,
- "quotes": 61709,
- "question-mark": 61710,
- "publish": 61711,
- "profile": 61712,
- "plus": 61713,
- "pdf": 61714,
- "papers": 61715,
- "padlock": 61716,
- "padlock-unlock": 61717,
- "orchid": 61718,
- "my-projects": 61719,
- "minus": 61720,
- "meetings": 61721,
- "materials": 61722,
- "list": 61723,
- "linkedin": 61724,
- "institutions": 61725,
- "information": 61726,
- "image": 61727,
- "hosting": 61728,
- "home": 61729,
- "group": 61730,
- "github": 61731,
- "folder": 61732,
- "filter": 61733,
- "facebook": 61734,
- "eye-view": 61735,
- "eye-hidden": 61736,
- "email": 61737,
- "download": 61738,
- "double-arrow-left": 61739,
- "dots": 61740,
- "donate": 61741,
- "doc": 61742,
- "design": 61743,
- "data": 61744,
- "copy": 61745,
- "collections": 61746,
- "collect": 61747,
- "code": 61748,
- "calendar-silhouette": 61749,
- "arrow-down": 61750
+ "twitter": 61701,
+ "trash": 61702,
+ "support": 61703,
+ "supplements": 61704,
+ "sort-3": 61705,
+ "sort-2": 61706,
+ "sort-1": 61707,
+ "settings": 61708,
+ "search": 61709,
+ "quotes": 61710,
+ "question-mark": 61711,
+ "publish": 61712,
+ "profile": 61713,
+ "plus": 61714,
+ "pdf": 61715,
+ "papers": 61716,
+ "padlock": 61717,
+ "padlock-unlock": 61718,
+ "orcid": 61719,
+ "my-projects": 61720,
+ "minus": 61721,
+ "meetings": 61722,
+ "materials": 61723,
+ "list": 61724,
+ "linkedin": 61725,
+ "institutions": 61726,
+ "information": 61727,
+ "image": 61728,
+ "hosting": 61729,
+ "home": 61730,
+ "group": 61731,
+ "github": 61732,
+ "folder": 61733,
+ "filter": 61734,
+ "facebook": 61735,
+ "eye-view": 61736,
+ "eye-hidden": 61737,
+ "email": 61738,
+ "download": 61739,
+ "double-arrow-left": 61740,
+ "dots": 61741,
+ "donate": 61742,
+ "doc": 61743,
+ "design": 61744,
+ "data": 61745,
+ "copy": 61746,
+ "collections": 61747,
+ "collect": 61748,
+ "code": 61749,
+ "calendar-silhouette": 61750,
+ "arrow-down": 61751
}
\ No newline at end of file
diff --git a/src/assets/icons/dist/icons.ts b/src/assets/icons/dist/icons.ts
index b9ef537c2..f442859c3 100644
--- a/src/assets/icons/dist/icons.ts
+++ b/src/assets/icons/dist/icons.ts
@@ -3,6 +3,7 @@ export type IconsId =
| 'website'
| 'warning'
| 'upload'
+ | 'twitter'
| 'trash'
| 'support'
| 'supplements'
@@ -20,7 +21,7 @@ export type IconsId =
| 'papers'
| 'padlock'
| 'padlock-unlock'
- | 'orchid'
+ | 'orcid'
| 'my-projects'
| 'minus'
| 'meetings'
@@ -59,6 +60,7 @@ export type IconsKey =
| 'Website'
| 'Warning'
| 'Upload'
+ | 'Twitter'
| 'Trash'
| 'Support'
| 'Supplements'
@@ -76,7 +78,7 @@ export type IconsKey =
| 'Papers'
| 'Padlock'
| 'PadlockUnlock'
- | 'Orchid'
+ | 'Orcid'
| 'MyProjects'
| 'Minus'
| 'Meetings'
@@ -115,6 +117,7 @@ export enum Icons {
Website = 'website',
Warning = 'warning',
Upload = 'upload',
+ Twitter = 'twitter',
Trash = 'trash',
Support = 'support',
Supplements = 'supplements',
@@ -132,7 +135,7 @@ export enum Icons {
Papers = 'papers',
Padlock = 'padlock',
PadlockUnlock = 'padlock-unlock',
- Orchid = 'orchid',
+ Orcid = 'orcid',
MyProjects = 'my-projects',
Minus = 'minus',
Meetings = 'meetings',
@@ -172,54 +175,55 @@ export const ICONS_CODEPOINTS: Record
= {
[Icons.Website]: '61698',
[Icons.Warning]: '61699',
[Icons.Upload]: '61700',
- [Icons.Trash]: '61701',
- [Icons.Support]: '61702',
- [Icons.Supplements]: '61703',
- [Icons.Sort3]: '61704',
- [Icons.Sort2]: '61705',
- [Icons.Sort1]: '61706',
- [Icons.Settings]: '61707',
- [Icons.Search]: '61708',
- [Icons.Quotes]: '61709',
- [Icons.QuestionMark]: '61710',
- [Icons.Publish]: '61711',
- [Icons.Profile]: '61712',
- [Icons.Plus]: '61713',
- [Icons.Pdf]: '61714',
- [Icons.Papers]: '61715',
- [Icons.Padlock]: '61716',
- [Icons.PadlockUnlock]: '61717',
- [Icons.Orchid]: '61718',
- [Icons.MyProjects]: '61719',
- [Icons.Minus]: '61720',
- [Icons.Meetings]: '61721',
- [Icons.Materials]: '61722',
- [Icons.List]: '61723',
- [Icons.Linkedin]: '61724',
- [Icons.Institutions]: '61725',
- [Icons.Information]: '61726',
- [Icons.Image]: '61727',
- [Icons.Hosting]: '61728',
- [Icons.Home]: '61729',
- [Icons.Group]: '61730',
- [Icons.Github]: '61731',
- [Icons.Folder]: '61732',
- [Icons.Filter]: '61733',
- [Icons.Facebook]: '61734',
- [Icons.EyeView]: '61735',
- [Icons.EyeHidden]: '61736',
- [Icons.Email]: '61737',
- [Icons.Download]: '61738',
- [Icons.DoubleArrowLeft]: '61739',
- [Icons.Dots]: '61740',
- [Icons.Donate]: '61741',
- [Icons.Doc]: '61742',
- [Icons.Design]: '61743',
- [Icons.Data]: '61744',
- [Icons.Copy]: '61745',
- [Icons.Collections]: '61746',
- [Icons.Collect]: '61747',
- [Icons.Code]: '61748',
- [Icons.CalendarSilhouette]: '61749',
- [Icons.ArrowDown]: '61750',
+ [Icons.Twitter]: '61701',
+ [Icons.Trash]: '61702',
+ [Icons.Support]: '61703',
+ [Icons.Supplements]: '61704',
+ [Icons.Sort3]: '61705',
+ [Icons.Sort2]: '61706',
+ [Icons.Sort1]: '61707',
+ [Icons.Settings]: '61708',
+ [Icons.Search]: '61709',
+ [Icons.Quotes]: '61710',
+ [Icons.QuestionMark]: '61711',
+ [Icons.Publish]: '61712',
+ [Icons.Profile]: '61713',
+ [Icons.Plus]: '61714',
+ [Icons.Pdf]: '61715',
+ [Icons.Papers]: '61716',
+ [Icons.Padlock]: '61717',
+ [Icons.PadlockUnlock]: '61718',
+ [Icons.Orcid]: '61719',
+ [Icons.MyProjects]: '61720',
+ [Icons.Minus]: '61721',
+ [Icons.Meetings]: '61722',
+ [Icons.Materials]: '61723',
+ [Icons.List]: '61724',
+ [Icons.Linkedin]: '61725',
+ [Icons.Institutions]: '61726',
+ [Icons.Information]: '61727',
+ [Icons.Image]: '61728',
+ [Icons.Hosting]: '61729',
+ [Icons.Home]: '61730',
+ [Icons.Group]: '61731',
+ [Icons.Github]: '61732',
+ [Icons.Folder]: '61733',
+ [Icons.Filter]: '61734',
+ [Icons.Facebook]: '61735',
+ [Icons.EyeView]: '61736',
+ [Icons.EyeHidden]: '61737',
+ [Icons.Email]: '61738',
+ [Icons.Download]: '61739',
+ [Icons.DoubleArrowLeft]: '61740',
+ [Icons.Dots]: '61741',
+ [Icons.Donate]: '61742',
+ [Icons.Doc]: '61743',
+ [Icons.Design]: '61744',
+ [Icons.Data]: '61745',
+ [Icons.Copy]: '61746',
+ [Icons.Collections]: '61747',
+ [Icons.Collect]: '61748',
+ [Icons.Code]: '61749',
+ [Icons.CalendarSilhouette]: '61750',
+ [Icons.ArrowDown]: '61751',
};
diff --git a/src/assets/icons/dist/icons.woff b/src/assets/icons/dist/icons.woff
index 06073931c..96e1eaffd 100644
Binary files a/src/assets/icons/dist/icons.woff and b/src/assets/icons/dist/icons.woff differ
diff --git a/src/assets/icons/dist/icons.woff2 b/src/assets/icons/dist/icons.woff2
index 2c663eb14..b57a283de 100644
Binary files a/src/assets/icons/dist/icons.woff2 and b/src/assets/icons/dist/icons.woff2 differ
diff --git a/src/assets/icons/source/facebook.svg b/src/assets/icons/source/facebook.svg
index 6dece59ae..a19d99bba 100644
--- a/src/assets/icons/source/facebook.svg
+++ b/src/assets/icons/source/facebook.svg
@@ -1,6 +1,5 @@
-