feat: more work on M2, this time language selection
This commit is contained in:
5
crates/bds-ui/assets/flags/de.svg
Normal file
5
crates/bds-ui/assets/flags/de.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40">
|
||||
<rect width="60" height="14" fill="#000000"/>
|
||||
<rect y="14" width="60" height="13" fill="#DD0000"/>
|
||||
<rect y="27" width="60" height="13" fill="#FFCC00"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 226 B |
5
crates/bds-ui/assets/flags/es.svg
Normal file
5
crates/bds-ui/assets/flags/es.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40">
|
||||
<rect width="60" height="10" fill="#AA151B"/>
|
||||
<rect y="10" width="60" height="20" fill="#F1BF00"/>
|
||||
<rect y="30" width="60" height="10" fill="#AA151B"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 226 B |
5
crates/bds-ui/assets/flags/fr.svg
Normal file
5
crates/bds-ui/assets/flags/fr.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40">
|
||||
<rect width="20" height="40" fill="#002395"/>
|
||||
<rect x="20" width="20" height="40" fill="#FFFFFF"/>
|
||||
<rect x="40" width="20" height="40" fill="#ED2939"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 226 B |
7
crates/bds-ui/assets/flags/gb.svg
Normal file
7
crates/bds-ui/assets/flags/gb.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40">
|
||||
<rect width="60" height="40" fill="#012169"/>
|
||||
<path d="M0 0 L60 40 M60 0 L0 40" stroke="#FFFFFF" stroke-width="8"/>
|
||||
<path d="M0 0 L60 40 M60 0 L0 40" stroke="#C8102E" stroke-width="4"/>
|
||||
<path d="M30 0 V40 M0 20 H60" stroke="#FFFFFF" stroke-width="12"/>
|
||||
<path d="M30 0 V40 M0 20 H60" stroke="#C8102E" stroke-width="6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 397 B |
5
crates/bds-ui/assets/flags/it.svg
Normal file
5
crates/bds-ui/assets/flags/it.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 40">
|
||||
<rect width="20" height="40" fill="#009246"/>
|
||||
<rect x="20" width="20" height="40" fill="#FFFFFF"/>
|
||||
<rect x="40" width="20" height="40" fill="#CE2B37"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 226 B |
Reference in New Issue
Block a user