aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/images/global/circle-tick.svg
blob: 5121a674f5eba08e0c0a2840ca369bd1b1c496de (plain) (blame)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <defs/>
  <g fill="none" fill-rule="evenodd" stroke="#000" stroke-width="2">
    <circle cx="12" cy="12" r="10"/>
    <path stroke-linecap="round" stroke-linejoin="round" d="M8.5 12.5l2 2 5-5"/>
  </g>
</svg>