blob: 347a553806b2f0766c2e042cfb3e1ff7f9f970d4 [file] [log] [blame]
// 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>
`;