file-plus.svg 412 B

12345678910111213141516
  1. <svg
  2. xmlns="http://www.w3.org/2000/svg"
  3. width="24"
  4. height="24"
  5. viewBox="0 0 24 24"
  6. fill="none"
  7. stroke="currentColor"
  8. stroke-width="2"
  9. stroke-linecap="round"
  10. stroke-linejoin="round"
  11. >
  12. <path d="M14.5 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V7.5L14.5 2z" />
  13. <polyline points="14 2 14 8 20 8" />
  14. <line x1="12" y1="18" x2="12" y2="12" />
  15. <line x1="9" y1="15" x2="15" y2="15" />
  16. </svg>