summaryrefslogtreecommitdiff
path: root/app/views/shared/icons/_icon_status_cancel.svg
blob: 6a0bc1490c4fd67f6a92609077ee1612fe030642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <circle id="a" cx="7" cy="7" r="7"/>
    <mask id="b" width="14" height="14" x="0" y="0" fill="white">
      <use xlink:href="#a"/>
    </mask>
  </defs>
  <g fill="none" fill-rule="evenodd">
    <use stroke="#5C5C5C" stroke-width="2" mask="url(#b)" xlink:href="#a"/>
    <rect width="10" height="1" x="2" y="6.5" fill="#5C5C5C" transform="rotate(45 7 7)" rx=".3"/>
  </g>
</svg>