mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
changed trash icon
This commit is contained in:
parent
13c829e6cc
commit
944be7f4b1
3 changed files with 9 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue