Skip to content

Commit

Permalink
Fixes #165, Zeichen für technische Berater
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-koeritz committed Jun 22, 2024
1 parent 55a7b3f commit 466ee3e
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 0 deletions.
13 changes: 13 additions & 0 deletions symbols/THW_Personen/Technischer_Berater.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>Technischer Berater</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="#FFFFFF" fill="{{ thw.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="#FFFFFF" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ thw.colorStroke }}" fill="none" />
<text x="128" y="140" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 32px;" fill="{{ thw.colorSecondary }}">TeBe</text>
</svg>
14 changes: 14 additions & 0 deletions symbols/THW_Personen/Technischer_Berater_Bau.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>Technischer Berater Bau</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="#FFFFFF" fill="{{ thw.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="#FFFFFF" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ thw.colorStroke }}" fill="none" />
<text x="128" y="140" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 32px;" fill="{{ thw.colorSecondary }}">TeBe</text>
<text x="90" y="187" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end; font-size: 28px;" fill="{{ thw.colorStroke }}">Bau</text>
</svg>
14 changes: 14 additions & 0 deletions symbols/THW_Personen/Technischer_Berater_Ortung.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>Technischer Berater Ortung</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="#FFFFFF" fill="{{ thw.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="#FFFFFF" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ thw.colorStroke }}" fill="none" />
<text x="128" y="140" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 32px;" fill="{{ thw.colorSecondary }}">TeBe</text>
<text x="90" y="187" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end; font-size: 28px;" fill="{{ thw.colorStroke }}">O</text>
</svg>
14 changes: 14 additions & 0 deletions symbols/THW_Personen/Technischer_Berater_Öl.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>Technischer Berater Öl</title>
<defs>
<style type="text/css">
{% include './fonts/fonts.j2' %}
</style>
</defs>
<path d="M69,128 L128,69 L187,128 L128,187 Z" stroke-width="5" stroke="#FFFFFF" fill="{{ thw.colorPrimary }}" />
<path d="M147,88 L108,88" stroke-width="5" stroke="#FFFFFF" />
<path d="M64,128 L128,64 L192,128 L128,192 Z" stroke-width="2" stroke="{{ thw.colorStroke }}" fill="none" />
<text x="128" y="140" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: middle; font-size: 32px;" fill="{{ thw.colorSecondary }}">TeBe</text>
<text x="90" y="187" style="font-family: 'Roboto Slab'; font-weight: bold; text-anchor: end; font-size: 28px;" fill="{{ thw.colorStroke }}">Öl</text>
</svg>

0 comments on commit 466ee3e

Please sign in to comment.