mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-24 01:48:18 +03:00
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<TableOrderIcon /> renders an icon when all conditions are met 1`] = `
|
||
|
<svg
|
||
|
aria-hidden="true"
|
||
|
class="svg-inline--fa fa-caret-down ms-1"
|
||
|
data-icon="caret-down"
|
||
|
data-prefix="fas"
|
||
|
focusable="false"
|
||
|
role="img"
|
||
|
viewBox="0 0 320 512"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
>
|
||
|
<path
|
||
|
d="M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z"
|
||
|
fill="currentColor"
|
||
|
/>
|
||
|
</svg>
|
||
|
`;
|
||
|
|
||
|
exports[`<TableOrderIcon /> renders an icon when all conditions are met 2`] = `
|
||
|
<svg
|
||
|
aria-hidden="true"
|
||
|
class="svg-inline--fa fa-caret-up ms-1"
|
||
|
data-icon="caret-up"
|
||
|
data-prefix="fas"
|
||
|
focusable="false"
|
||
|
role="img"
|
||
|
viewBox="0 0 320 512"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
>
|
||
|
<path
|
||
|
d="M9.39 265.4l127.1-128C143.6 131.1 151.8 128 160 128s16.38 3.125 22.63 9.375l127.1 128c9.156 9.156 11.9 22.91 6.943 34.88S300.9 320 287.1 320H32.01c-12.94 0-24.62-7.781-29.58-19.75S.2333 274.5 9.39 265.4z"
|
||
|
fill="currentColor"
|
||
|
/>
|
||
|
</svg>
|
||
|
`;
|