forked from organicmaps/organicmaps
Added transfer arrow icon.
This commit is contained in:
parent
71d211bf1c
commit
8906ff4d8a
2 changed files with 12 additions and 0 deletions
6
data/styles/clear/style-clear/symbols/transfer_arrow.svg
Normal file
6
data/styles/clear/style-clear/symbols/transfer_arrow.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="18" height="17" viewBox="0 0 18 17">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<polygon fill="#FFF" fill-opacity=".6" fill-rule="nonzero" points="10.301 6.146 10.301 .879 17.719 8.297 10.301 15.715 10.301 10.447 0 10.447 0 6.146"/>
|
||||
<polygon fill="#444" points="15.598 8.297 11.801 12.094 11.801 8.947 1.5 8.947 1.5 7.646 11.801 7.646 11.801 4.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 378 B |
6
data/styles/clear/style-night/symbols/transfer_arrow.svg
Normal file
6
data/styles/clear/style-night/symbols/transfer_arrow.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg width="18" height="17" viewBox="0 0 18 17">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<polygon fill="#121212" fill-opacity=".8" fill-rule="nonzero" points="10.301 6.146 10.301 .879 17.719 8.297 10.301 15.715 10.301 10.447 0 10.447 0 6.146"/>
|
||||
<polygon fill="#888" points="15.598 8.297 11.801 12.094 11.801 8.947 1.5 8.947 1.5 7.646 11.801 7.646 11.801 4.5"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 381 B |
Loading…
Add table
Reference in a new issue