Skip to content

Commit

Permalink
Weitere Bezeichnungen ergänzt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Oct 4, 2024
1 parent 787e7ed commit 320e977
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions symbols/Einheiten/Abteilung.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Abteilung</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#FFFFFF" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<line x1="118" y1="64" x2="118" y2="28" stroke="#000000" stroke-width="10" />
<line x1="138" y1="64" x2="138" y2="28" stroke="#000000" stroke-width="10" />
</svg>
12 changes: 12 additions & 0 deletions symbols/Einheiten/Bereitschaft.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Bereitschaft</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#FFFFFF" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<line x1="128" y1="64" x2="128" y2="28" stroke="#000000" stroke-width="10" />
</svg>
14 changes: 14 additions & 0 deletions symbols/Einheiten/Großverband.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
<title>Großverband</title>
<defs>
<clipPath id="symbol">
<rect x="10" y="64" width="236" height="128" />
</clipPath>
</defs>
<rect x="10" y="64" width="236" height="128" fill="#FFFFFF" stroke="#000000" stroke-width="10" clip-path="url(#symbol)" />
<line x1="108" y1="64" x2="108" y2="28" stroke="#000000" stroke-width="10" />
<line x1="128" y1="64" x2="128" y2="28" stroke="#000000" stroke-width="10" />
<line x1="148" y1="64" x2="148" y2="28" stroke="#000000" stroke-width="10" />
</svg>

0 comments on commit 320e977

Please sign in to comment.