Icons: Tools and Construction (#118)
* Adding icons: axe, gavel, hammer, hardhat, shovel * Update axe, gavel, hammer * rename tool -> wrench * Update SVG-structure * Add ruler * minify hammer.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify hard-hat.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify gavel.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify shovel.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * minify ruler.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8caf6efe72
commit
7cf928e94c
17
icons/ruler.svg
Normal file
17
icons/ruler.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="m16.0 2.0 6 6-14 14-6-6 14-14" />
|
||||
<path d="m7.5 10.5 2 2" />
|
||||
<path d="m10.5 7.5 2 2" />
|
||||
<path d="m13.5 4.5 2 2" />
|
||||
<path d="m4.5 13.5 2 2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 379 B |
Reference in New Issue
Block a user