You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
645 B
17 lines
645 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<style>
|
|
.bg{fill:#26c6da;}
|
|
.fg{fill:none;stroke:#ffffff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
|
|
</style>
|
|
</defs>
|
|
<circle class="bg" cx="14" cy="14" r="14"/>
|
|
<!-- Clipboard -->
|
|
<rect class="fg" x="9" y="9.5" width="10" height="11" rx="1.6" ry="1.6"/>
|
|
<path class="fg" d="M12 9.5h4c.8 0 1.5-.7 1.5-1.5S16.8 6.5 16 6.5h-4c-.8 0-1.5.7-1.5 1.5S11.2 9.5 12 9.5Z"/>
|
|
<!-- Check mark representing picking/issue -->
|
|
<path class="fg" d="M11 15l2 2.2 4-4.2"/>
|
|
</svg>
|
|
|
|
|