summaryrefslogtreecommitdiff
path: root/javascript/pdfjs/web/images/pages_selected.svg
blob: 32c481641003701d45f11a451b2e010c291651b3 (plain)
1
2
3
4
5
6
7
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  <mask id="mask">
    <rect width="16" height="16" rx="2" fill="white"/>
    <path d="M12 8L4 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  </mask>
  <rect width="16" height="16" fill="black" mask="url(#mask)"/>
</svg>