next-ucap-messenger/projects/ucap-webmessenger-ui-profile/src/lib/components/my-profile-widget.component.html

28 lines
627 B
HTML
Raw Normal View History

<div class="myprofile">
2019-12-31 06:49:48 +00:00
<span class="myprofile-img thumbnail-mask">
<img
class="thumbnail"
ucapImage
[base]="profileImageRoot"
[path]="profileImageFile"
[default]="'assets/images/img_nophoto_50.png'"
/>
</span>
2019-12-31 06:49:48 +00:00
<div class="btn-setting">
<span class="presence pcOff"></span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="butt"
stroke-linejoin="round"
>
<path d="M6 9l6 6 6-6" />
</svg>
</div>
</div>