Added W23 sign icon and def
+Added definition and icon for the W23 sign
This commit is contained in:
parent
1f96889fc6
commit
b3f0b1df74
4
public/assets/signs/w23.svg
Normal file
4
public/assets/signs/w23.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?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="m59 50a9 9 0 0 1-9 9 9 9 0 0 1-9-9 9 9 0 0 1 9-9 9 9 0 0 1 9 9z" stroke-width=".26458"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 251 B |
@ -25,6 +25,10 @@ const DefinedSigns = {
|
||||
"textOffsetY": 2.75,
|
||||
"rot": 2
|
||||
},
|
||||
"w23": {
|
||||
"name": "W23",
|
||||
"icon": "w23.svg",
|
||||
},
|
||||
"w27a": {alias: "w27"},
|
||||
"w27": {
|
||||
"name": "W27",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user