blob: 347a553806b2f0766c2e042cfb3e1ff7f9f970d4 [file] [log] [blame]
Sukanya Pandey88ac70f2020-12-31 14:27:22 +05301// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`StatusIcon.vue should render correctly 1`] = `
4<span
5 class="status-icon secondary"
6>
7 <svg
8 aria-hidden="true"
9 fill="currentColor"
10 focusable="false"
11 height="20"
12 preserveAspectRatio="xMidYMid meet"
13 viewBox="0 0 20 20"
14 width="20"
15 xmlns="http://www.w3.org/2000/svg"
16 >
17 <path
18 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"
19 />
20 <path
21 d="M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
22 data-icon-path="inner-path"
23 opacity="0"
24 />
25 </svg>
26</span>
27`;