-
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.
- Loading branch information
1 parent
5c64024
commit cba8172
Showing
1 changed file
with
12 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,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>Pumpen</title> | ||
<path d="M50,192 L128,64 L206,192 Z" stroke-width="5" stroke="#000000" fill="none" /> | ||
|
||
<ellipse cx="128" cy="148" rx="15" ry="15" stroke-width="3" stroke="#000000" fill="none" /> | ||
<path d="M128,133 l0,-12 l5,-5" stroke-width="3" stroke="#000000" fill="none" transform="rotate(46,128,148)"/> | ||
<path d="M128,133 l0,-12 l5,-5" stroke-width="3" stroke="#000000" fill="none" transform="rotate(118,128,148)"/> | ||
<path d="M128,133 l0,-12 l5,-5" stroke-width="3" stroke="#000000" fill="none" transform="rotate(190,128,148)"/> | ||
<path d="M128,133 l0,-12 l5,-5" stroke-width="3" stroke="#000000" fill="none" transform="rotate(262,128,148)"/> | ||
<path d="M128,133 l0,-12 l5,-5" stroke-width="3" stroke="#000000" fill="none" transform="rotate(334,128,148)"/> | ||
</svg> |