replace current ownership transfer icon with softies forward icon

pull/2915/head
Rigel Kent 2020-06-28 14:15:38 +02:00
parent 287124d110
commit 0350384781
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
5 changed files with 7 additions and 10 deletions

View File

@ -31,7 +31,7 @@
<my-button i18n-label label="Change ownership"
className="action-button-change-ownership grey-button"
icon="im-with-her"
icon="forward"
(click)="changeOwnership($event, video)"
></my-button>
</div>

View File

@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit {
{
label: this.i18n('Ownership changes'),
routerLink: '/my-account/ownership',
iconName: 'im-with-her'
iconName: 'forward'
}
]
}

View File

@ -21,7 +21,7 @@ const icons = {
'download': require('!!raw-loader?!../../../assets/images/global/download.svg').default,
'go': require('!!raw-loader?!../../../assets/images/menu/go.svg').default,
'edit': require('!!raw-loader?!../../../assets/images/global/edit.svg').default,
'im-with-her': require('!!raw-loader?!../../../assets/images/global/im-with-her.svg').default,
'forward': require('!!raw-loader?!../../../assets/images/global/forward.svg').default,
'delete': require('!!raw-loader?!../../../assets/images/global/delete.svg').default,
'server': require('!!raw-loader?!../../../assets/images/global/server.svg').default,
'cross': require('!!raw-loader?!../../../assets/images/global/cross.svg').default,

View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<path fill="#000000" fill-rule="nonzero" d="M15 7v4H8l-4 1 4 1h7v4l5-5-5-5zm-7 8a2 2 0 01-.5 0l-4-1c-2-.5-2-3.4 0-4l4-1H13V7a2 2 0 013.4-1.4l5 5c.8.8.8 2 0 2.8l-5 5A2 2 0 0113 17v-2H8z"/>
</svg>

After

Width:  |  Height:  |  Size: 268 B

View File

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs/>
<g fill="#000" fill-rule="evenodd">
<path d="M8 9V4c0-.6-.4-1-1-1H3a1 1 0 00-1 1v16c0 .6.4 1 1 1h4c.5 0 1-.4 1-1v-5h6v5c0 .6.4 1 1 1h4c.5 0 1-.4 1-1v-5l3-3-3-3V4c0-.5-.4-1-1-1h-4a1 1 0 00-1 1v5H8z" opacity=".5"/>
<path fill-opacity=".5" d="M2 9h12V4c0-.6.3-.7.7-.3L23 12l-8.3 8.3c-.4.4-.7.2-.7-.3v-5H2V9z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 403 B