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

3 days ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <svg width="28" height="28" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg">
  3. <defs>
  4. <style>
  5. .bg{fill:#26c6da;}
  6. .fg{fill:none;stroke:#ffffff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
  7. </style>
  8. </defs>
  9. <circle class="bg" cx="14" cy="14" r="14"/>
  10. <!-- Clipboard -->
  11. <rect class="fg" x="9" y="9.5" width="10" height="11" rx="1.6" ry="1.6"/>
  12. <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"/>
  13. <!-- Check mark representing picking/issue -->
  14. <path class="fg" d="M11 15l2 2.2 4-4.2"/>
  15. </svg>