forked from organicmaps/organicmaps
[ios][placepage] Fix ATM icon size
Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com>
This commit is contained in:
parent
b668503c0f
commit
c12a3ba534
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "ic_atm_white.svg",
|
||||
"filename" : "ic_placepage_atm.svg",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="48" height="48" version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m33.6 14.4h-19.2c-1.3236 0-2.4 1.0764-2.4 2.4v14.4c0 1.3236 1.0764 2.4 2.4 2.4h19.2c1.3236 0 2.4-1.0764 2.4-2.4v-14.4c0-1.3236-1.0764-2.4-2.4-2.4zm-19.2 2.4h19.2v2.4h-19.2zm0 14.4v-7.2h19.201l0.0012 7.2z" fill="#fff" stroke-width="2.4"/>
|
||||
<rect x="16.8" y="26.4" width="7.2" height="2.4" fill="#fff"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 456 B |
5
iphone/Maps/Images.xcassets/Place Page/ic_placepage_atm.imageset/ic_placepage_atm.svg
vendored
Normal file
5
iphone/Maps/Images.xcassets/Place Page/ic_placepage_atm.imageset/ic_placepage_atm.svg
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="28" height="28" version="1.1" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m23.6 4.4h-19.2c-1.3236 0-2.4 1.0764-2.4 2.4v14.4c0 1.3236 1.0764 2.4 2.4 2.4h19.2c1.3236 0 2.4-1.0764 2.4-2.4v-14.4c0-1.3236-1.0764-2.4-2.4-2.4zm-19.2 2.4h19.2v2.4h-19.2zm0 14.4v-7.2h19.201l0.0012 7.2z"/>
|
||||
<rect x="6.8" y="16.4" width="7.2" height="2.4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 411 B |
Loading…
Add table
Reference in a new issue