Skip to content

Commit

Permalink
feat: add tank icon (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Jul 13, 2024
1 parent 8e9dfd8 commit c0096cc
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions assets/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<html>
<head>
<style>
body {
background: #000;
}
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>

<svg viewBox="0 0 250 250" width="250" height="250">
<g id="geyser">
<circle r="100" cx="125" cy="125" transform="rotate(123,125,125)"
Expand All @@ -26,6 +15,9 @@
<tspan class="super"></tspan>
<tspan class="units" dx="-10" dy="6">%</tspan>
</text>

<g transform="translate(113 180)">
<path fill="#aaa"
d="M17 6H16V5C16 3.9 15.1 3 14 3H10C8.9 3 8 3.9 8 5V6H7C3.69 6 1 8.69 1 12S3.69 18 7 18V21H9V18H15V21H17V18C20.31 18 23 15.31 23 12S20.31 6 17 6M10 5H14V6H10V5Z"></path>
</g>
</svg>
</body>
</html>

0 comments on commit c0096cc

Please sign in to comment.