mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-3957] Added correct Icon for save-as button in task filter and process filter (#6190)
This commit is contained in:
7
lib/core/assets/images/save-as.svg
Normal file
7
lib/core/assets/images/save-as.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<g id="Group_8310" data-name="Group 8310" transform="translate(8394 -1374)" opacity="0.54">
|
||||
<path id="Subtraction_5" data-name="Subtraction 5" d="M6.01,8V5H3V3H6.01V0L10,4,6.012,8Z" transform="translate(-8382 1383)"/>
|
||||
<path id="Path_17965" data-name="Path 17965" d="M0,0H24V24H0Z" transform="translate(-8394 1374)" fill="none"/>
|
||||
<path id="Subtraction_4" data-name="Subtraction 4" d="M16,18H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H14l4,4V5H16V4.83L13.17,2H2V16H18A2,2,0,0,1,16,18ZM9,15a3,3,0,1,1,3-3A3,3,0,0,1,9,15Zm3-8H3V3h9V7Z" transform="translate(-8392 1377)"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 669 B |
@@ -158,7 +158,8 @@ export class ThumbnailService {
|
||||
'selected': './assets/images/ft_ic_selected.svg',
|
||||
'dynamic-feed': './assets/images/dynamic_feed-24px.svg',
|
||||
'ic-process': './assets/images/ic-process.svg',
|
||||
'filter': './assets/images/ft_ic_filter.svg'
|
||||
'filter': './assets/images/ft_ic_filter.svg',
|
||||
'save-as': './assets/images/save-as.svg'
|
||||
};
|
||||
|
||||
constructor(protected apiService: AlfrescoApiService, matIconRegistry: MatIconRegistry, sanitizer: DomSanitizer) {
|
||||
|
Reference in New Issue
Block a user