Skip to content

Commit 5c64024

Browse files
committed
References #32
1 parent 9285c79 commit 5c64024

File tree

4 files changed

+95
-0
lines changed

4 files changed

+95
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
3+
<title>Gerätewagen Boot</title>
4+
<defs>
5+
<style type="text/css">
6+
{% include './fonts/fonts.j2' %}
7+
</style>
8+
<clipPath id="symbol">
9+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
10+
</clipPath>
11+
</defs>
12+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="#FFFFFF" stroke-width="10" stroke="#000000" clip-path="url(#symbol)" />
13+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="#000000" />
14+
15+
<text x="22" y="105" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 20px;" fill="#000000">GW Boot</text>
16+
17+
<path d="M128 142 l18 18 l-18 18 l-18 -18 l18 -18 Z" stroke-width="4" stroke="#000000" fill="none" />
18+
<path d="M103 134 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
19+
<path d="M103 122 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
20+
21+
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
22+
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
23+
</svg>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
3+
<title>Gerätewagen Boot (geländegängig)</title>
4+
<defs>
5+
<style type="text/css">
6+
{% include './fonts/fonts.j2' %}
7+
</style>
8+
<clipPath id="symbol">
9+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
10+
</clipPath>
11+
</defs>
12+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="#FFFFFF" stroke-width="10" stroke="#000000" clip-path="url(#symbol)" />
13+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="#000000" />
14+
15+
<text x="22" y="105" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 20px;" fill="#000000">GW Boot</text>
16+
17+
<path d="M128 142 l18 18 l-18 18 l-18 -18 l18 -18 Z" stroke-width="4" stroke="#000000" fill="none" />
18+
<path d="M103 134 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
19+
<path d="M103 122 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
20+
21+
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
22+
<ellipse cx="128" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
23+
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
24+
</svg>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
3+
<title>Gerätewagen Strömungsrettung (geländegängig)</title>
4+
<defs>
5+
<style type="text/css">
6+
{% include './fonts/fonts.j2' %}
7+
</style>
8+
<clipPath id="symbol">
9+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
10+
</clipPath>
11+
</defs>
12+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="#FFFFFF" stroke-width="10" stroke="#000000" clip-path="url(#symbol)" />
13+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="#000000" />
14+
15+
<text x="22" y="105" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 20px;" fill="#000000">GW Strömungsrettung</text>
16+
17+
<path d="M128 142 l18 18 l-18 18 l-18 -18 l18 -18 Z" stroke-width="4" stroke="#000000" fill="none" />
18+
<path d="M103 134 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
19+
<path d="M103 122 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
20+
21+
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
22+
<ellipse cx="128" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
23+
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
24+
</svg>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewbox="0 0 256 256">
3+
<title>Gerätewagen Tauchen (geländegängig)</title>
4+
<defs>
5+
<style type="text/css">
6+
{% include './fonts/fonts.j2' %}
7+
</style>
8+
<clipPath id="symbol">
9+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" />
10+
</clipPath>
11+
</defs>
12+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="#FFFFFF" stroke-width="10" stroke="#000000" clip-path="url(#symbol)" />
13+
<path d="M10,64 L10,192 L246,192 L246,64 Q128,100 10,64 Z" fill="none" stroke-width="1" stroke="#000000" />
14+
15+
<text x="22" y="105" style="font-family: 'Roboto Slab'; font-weight: bold; font-size: 20px;" fill="#000000">GW Tauchen</text>
16+
17+
<path d="M128 142 l18 18 l-18 18 l-18 -18 l18 -18 Z" stroke-width="4" stroke="#000000" fill="none" />
18+
<path d="M103 134 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
19+
<path d="M103 122 c 5,0 5,-9 12,-9 6,0 6,9 12,9 6,0 6,-9 12,-9 7,0 7,9 12,9" fill="none" stroke="#000000" stroke-width="4" />
20+
21+
<ellipse cx="40" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
22+
<ellipse cx="128" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
23+
<ellipse cx="216" cy="210" rx="10" ry="10" stroke="{{ thw.colorStroke }}" fill="none" stroke-width="5" />
24+
</svg>

0 commit comments

Comments
 (0)