Add missing resources

This commit is contained in:
Paulo Gustavo Veiga 2022-02-21 10:53:34 -08:00
parent 0cd62f612b
commit 342099194d
4 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>

After

Width:  |  Height:  |  Size: 173 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"/></svg>

After

Width:  |  Height:  |  Size: 440 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M19 13H5v-2h14v2z"/></svg>

After

Width:  |  Height:  |  Size: 155 B

View File

@ -40,14 +40,14 @@
<div id="floating-panel">
<div id="zoom-button">
<button id="zoom-plus">
<img src="../../images/editor/add.svg" />
<img src="../../images/add.svg" />
</button>
<button id="zoom-minus">
<img src="../../images/editor/minus.svg" />
<img src="../../images/minus.svg" />
</button>
<div id="position">
<button id="position-button">
<img src="../../images/editor/center_focus.svg" />
<img src="../../images/center_focus.svg" />
</button>
</div>
</div>