-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wasserrettung Führungs- und Logistriktrupp hinzugefügt. Fixes #157
- Loading branch information
1 parent
9ad5409
commit 95abbdf
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!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>Führungstrupp</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)" /> | ||
<rect x="10" y="64" width="236" height="128" fill="none" stroke="#000000" stroke-width="1" /> | ||
|
||
<rect x="11" y="65" width="234" height="25" fill="#000000" /> | ||
|
||
<path d="M128 150 l16 16 l-16 16 l-16 -16 l16 -16 Z" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M53 133 c25 -30 40 -30 50 -20 c25 25 25 25 50 0 c10 -10 25 -10 50 20" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M53 143 c25 -30 40 -30 50 -20 c25 25 25 25 50 0 c10 -10 25 -10 50 20" stroke-width="2" stroke="#000000" fill="none" /> | ||
|
||
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" /> | ||
</svg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!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>Logistiktrupp</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)" /> | ||
<rect x="10" y="64" width="236" height="128" fill="none" stroke="#000000" stroke-width="1" /> | ||
|
||
<rect x="11" y="166" width="234" height="25" fill="#000000" /> | ||
|
||
<path d="M128 130 l16 16 l-16 16 l-16 -16 l16 -16 Z" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M53 113 c25 -30 40 -30 50 -20 c25 25 25 25 50 0 c10 -10 25 -10 50 20" stroke-width="2" stroke="#000000" fill="none" /> | ||
<path d="M53 123 c25 -30 40 -30 50 -20 c25 25 25 25 50 0 c10 -10 25 -10 50 20" stroke-width="2" stroke="#000000" fill="none" /> | ||
|
||
<ellipse cx="128" cy="48" rx="10" ry="10" fill="#000000" /> | ||
</svg> |