File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function FormHeader({
85
85
type = "primary"
86
86
onClick = { onSaveAndExit }
87
87
>
88
- < Icon name = "DownloadSimple " />
88
+ < Icon name = "Floppy " />
89
89
{ intl . formatMessage ( messages . saveExitButton ) }
90
90
</ Button >
91
91
@@ -138,7 +138,7 @@ export function FormHeader({
138
138
type = "icon"
139
139
onClick = { onSaveAndExit }
140
140
>
141
- < Icon name = "DownloadSimple " />
141
+ < Icon name = "Floppy " />
142
142
</ Button >
143
143
< Button size = "small" type = "icon" onClick = { onExit } >
144
144
< Icon name = "X" />
Original file line number Diff line number Diff line change @@ -474,7 +474,7 @@ function FormAppBar({
474
474
size = "small"
475
475
onClick = { handleSaveAndExit }
476
476
>
477
- < Icon name = "DownloadSimple " />
477
+ < Icon name = "Floppy " />
478
478
{ intl . formatMessage ( buttonMessages . saveExitButton ) }
479
479
</ Button >
480
480
{ window . config . FEATURES . PRINT_DECLARATION && (
@@ -521,7 +521,7 @@ function FormAppBar({
521
521
< >
522
522
{ ! duplicate && ! isCorrection ( declaration ) && (
523
523
< Button type = "icon" size = "small" onClick = { handleSaveAndExit } >
524
- < Icon name = "DownloadSimple " />
524
+ < Icon name = "Floppy " />
525
525
</ Button >
526
526
) }
527
527
< Button type = "icon" size = "small" onClick = { handleExit } >
@@ -557,7 +557,7 @@ function FormAppBar({
557
557
disabled = { ! canSaveAndExit }
558
558
onClick = { handleSaveAndExit }
559
559
>
560
- < Icon name = "DownloadSimple " />
560
+ < Icon name = "Floppy " />
561
561
{ intl . formatMessage ( buttonMessages . saveExitButton ) }
562
562
</ Button >
563
563
) }
@@ -619,7 +619,7 @@ function FormAppBar({
619
619
disabled = { ! canSaveAndExit }
620
620
onClick = { handleSaveAndExit }
621
621
>
622
- < Icon name = "DownloadSimple " />
622
+ < Icon name = "Floppy " />
623
623
</ Button >
624
624
) }
625
625
< Button type = "icon" size = "small" onClick = { handleExit } >
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export const EventTopBar = (props: IEventTopBarProps) => {
108
108
onClick = { saveAction . handler }
109
109
id = "save_draft"
110
110
>
111
- < Icon name = "DownloadSimple " />
111
+ < Icon name = "Floppy " />
112
112
{ saveAction . label }
113
113
</ Button >
114
114
) }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export {
29
29
Copy ,
30
30
Database ,
31
31
DotsThreeVertical ,
32
- DownloadSimple ,
32
+ FloppyDisk ,
33
33
ArrowCounterClockwise ,
34
34
MagnifyingGlassMinus ,
35
35
MagnifyingGlassPlus ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const PHOSPHER_ICONS = [
21
21
' Copy' ,
22
22
' Database' ,
23
23
' DotsThreeVertical' ,
24
- ' DownloadSimple ' ,
24
+ ' Floppy ' ,
25
25
' ArrowCounterClockwise' ,
26
26
' MagnifyingGlassMinus' ,
27
27
' MagnifyingGlassPlus' ,
You can’t perform that action at this time.
0 commit comments