mirror of https://github.com/vector-im/riot-web
23 lines
696 B
Plaintext
23 lines
696 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PinnedMessageBadge should render 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_PinnedMessageBadge"
|
|
>
|
|
<svg
|
|
fill="currentColor"
|
|
height="16px"
|
|
viewBox="0 0 24 24"
|
|
width="16px"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M5.769 2.857A.5.5 0 0 1 6.119 2h11.762a.5.5 0 0 1 .35.857L16.15 4.9a.5.5 0 0 0-.15.357v4.487a.5.5 0 0 0 .15.356l3.7 3.644a.5.5 0 0 1 .15.356v1.4a.5.5 0 0 1-.5.5H13v6a1 1 0 1 1-2 0v-6H4.5a.5.5 0 0 1-.5-.5v-1.4a.5.5 0 0 1 .15-.356l3.7-3.644A.5.5 0 0 0 8 9.744V5.257a.5.5 0 0 0-.15-.357L5.77 2.857Z"
|
|
/>
|
|
</svg>
|
|
Pinned message
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|