New signs definitions
+Added definitions and icons for signs: W19, W20
This commit is contained in:
parent
aefb5cf43a
commit
197cb2dcde
5
public/assets/signs/w19.svg
Normal file
5
public/assets/signs/w19.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="100mm" height="100mm" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m50.062 70.568c-0.52972-1.2e-5 -1.0202-0.28111-1.2902-0.73949l-7.498-12.733c-0.59211-1.0055 0.12836-2.2772 1.2902-2.2774h4.4978l-4.11e-4 -23.348c0-1.662 1.3382-3.0003 3.0002-3.0003 1.662 0 2.9998 1.3383 2.9998 3.0003l4.1e-4 23.348h4.4982c1.1619 1.61e-4 1.8823 1.2718 1.2902 2.2774l-7.498 12.733c-0.27006 0.45838-0.7605 0.73949-1.2902 0.73949z"/>
|
||||
<path d="m30 18c-6.5788 0-12 5.4212-12 12v40c0 6.5788 5.4212 12 12 12h40c6.5788 0 12-5.4212 12-12v-40c0-6.5788-5.4212-12-12-12zm0 8h40c2.2852 0 4 1.7148 4 4v40c0 2.2852-1.7148 4-4 4h-40c-2.2852 0-4-1.7148-4-4v-40c0-2.2852 1.7148-4 4-4z" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 816 B |
6
public/assets/signs/w20.svg
Normal file
6
public/assets/signs/w20.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="100mm" height="100mm" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m60.063 70.568c-0.52972-1.2e-5 -1.0202-0.28111-1.2902-0.73949l-7.498-12.733c-0.59211-1.0055 0.12836-2.2772 1.2902-2.2774h4.4978l-4.11e-4 -23.348c0-1.662 1.3382-3.0003 3.0002-3.0003 1.662 0 2.9998 1.3383 2.9998 3.0003l4.1e-4 23.348h4.4982c1.1619 1.61e-4 1.8823 1.2718 1.2902 2.2774l-7.498 12.733c-0.27006 0.45838-0.7605 0.73949-1.2902 0.73949z"/>
|
||||
<path d="m30 18c-6.5788 0-12 5.4212-12 12v40c0 6.5788 5.4212 12 12 12h40c6.5788 0 12-5.4212 12-12v-40c0-6.5788-5.4212-12-12-12zm0 8h40c2.2852 0 4 1.7148 4 4v40c0 2.2852-1.7148 4-4 4h-40c-2.2852 0-4-1.7148-4-4v-40c0-2.2852 1.7148-4 4-4z" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="m40.063 70.568c-0.52972-1.2e-5 -1.0202-0.28111-1.2902-0.73949l-7.498-12.733c-0.59211-1.0055 0.12836-2.2772 1.2902-2.2774h4.4978l-4.11e-4 -23.348c0-1.662 1.3382-3.0003 3.0002-3.0003 1.662 0 2.9998 1.3383 2.9998 3.0003l4.1e-4 23.348h4.4982c1.1619 1.61e-4 1.8823 1.2718 1.2902 2.2774l-7.498 12.733c-0.27006 0.45838-0.7605 0.73949-1.2902 0.73949z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@ -186,6 +186,16 @@ const DefinedSigns = {
|
||||
"icon": "w18.svg",
|
||||
"offsetY": 3.89
|
||||
},
|
||||
"w19": {
|
||||
"name": "W19",
|
||||
"icon": "w19.svg",
|
||||
"offsetY": 3.89
|
||||
},
|
||||
"w20": {
|
||||
"name": "W20",
|
||||
"icon": "w20.svg",
|
||||
"offsetY": 3.89
|
||||
},
|
||||
"w1": {
|
||||
"name": "W1",
|
||||
"icon": "w1.svg",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user