summaryrefslogtreecommitdiff
path: root/tests/unit/Global/__snapshots__/StatusIcon.spec.js.snap
blob: 347a553806b2f0766c2e042cfb3e1ff7f9f970d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`StatusIcon.vue should render correctly 1`] = `
<span
  class="status-icon secondary"
>
  <svg
    aria-hidden="true"
    fill="currentColor"
    focusable="false"
    height="20"
    preserveAspectRatio="xMidYMid meet"
    viewBox="0 0 20 20"
    width="20"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      d="M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
    />
    <path
      d="M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
      data-icon-path="inner-path"
      opacity="0"
    />
  </svg>
</span>
`;