changed trash icon

This commit is contained in:
Integral Team 2019-09-11 17:13:53 +07:00
parent 13c829e6cc
commit 944be7f4b1
3 changed files with 9 additions and 3 deletions

View file

@ -92,7 +92,7 @@ class Component extends React.PureComponent<Props, void> {
onClick={this.startTrashMode}
>
<Tooltip>Удаление элементов</Tooltip>
<Icon icon="icon-trash-4" />
<Icon icon="icon-trash-6" />
</button>
</div>