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

@ -16,7 +16,6 @@ export const TrashDialog = ({
<div className="control-dialog" style={{ width }}>
<div className="helper trash-helper">
<div className="helper__text danger">
<Icon icon="icon-trash-4" />
<div className="big upper desktop-only">Удалить:</div>
</div>
</div>

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>

View file

@ -344,6 +344,13 @@
<path d="M14.12 10.47L12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4zM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9z" fill="white" stroke="none" stroke-width="0" transform="translate(4 4)"/>
</g>
<g id="icon-trash-6" stroke="none">
<path stroke="none" fill="black"/>
<g transform="scale(1.25) translate(1 1)">
<path xmlns="http://www.w3.org/2000/svg" d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5l-1-1h-5l-1 1H5v2h14V4z"/>
</g>
</g>
<g id="icon-copy-1" stroke="none">
<path stroke="none" fill="black"/>
<path d="M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14z" fill="white" stroke="none" stroke-width="0" transform="translate(4 4)"/>
@ -418,5 +425,5 @@
</svg>
</defs>
<use xlink:href="#icon-chevron-down" />
<use xlink:href="#icon-trash-6" />
</svg>

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Before After
Before After