Add icons

This commit is contained in:
Magne Sjaastad
2024-10-19 13:05:35 +02:00
parent eee00ee508
commit 95b2f2bbd1
11 changed files with 134 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs>
<style>.canvas{fill: none; opacity: 0;}.light-blue{fill: #005dba; opacity: 1;}.light-defaultgrey{fill: #212121; opacity: 1;}</style>
</defs>
<title>IconLightSelect</title>
<g id="canvas" class="canvas">
<path class="canvas" d="M16,0V16H0V0Z" />
</g>
<g id="level-1">
<path class="light-blue" d="M9.575,11.361l1.15,3.163-.783.285L8.769,11.585,7,13V5.5l5,6Z" />
<path class="light-defaultgrey" d="M4.379,2.672,5.49,3.783a2,2,0,0,0-.707.707L3.672,3.379Zm.4,3.838L3.672,7.621l.707.707L5.49,7.217A2,2,0,0,1,4.783,6.51ZM4.5,5.5A1.966,1.966,0,0,1,4.571,5H3V6H4.571A1.966,1.966,0,0,1,4.5,5.5ZM6,3.571c.063-.016.127-.031.192-.042a1.65,1.65,0,0,1,.616,0c.065.011.129.026.192.042V2H6ZM8.429,5a1.8,1.8,0,0,1,0,1H10V5Zm.192-2.328L7.51,3.783a2,2,0,0,1,.707.707L9.328,3.379Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 874 B