Files
nobat724_front/components/icons/MessageNotifD.js
T

13 lines
1.4 KiB
JavaScript

function MessageNotifd() {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M18.3346 8.33333V10.8333C18.3346 14.1667 16.668 15.8333 13.3346 15.8333H12.918C12.6596 15.8333 12.4096 15.9583 12.2513 16.1667L11.0013 17.8333C10.4513 18.5667 9.5513 18.5667 9.0013 17.8333L7.7513 16.1667C7.61797 15.9833 7.30964 15.8333 7.08464 15.8333H6.66797C3.33464 15.8333 1.66797 15 1.66797 10.8333V6.66667C1.66797 3.33333 3.33464 1.66667 6.66797 1.66667H11.668" stroke="#FAFAFA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
<path d="M16.2513 5.83333C17.4019 5.83333 18.3346 4.90059 18.3346 3.75C18.3346 2.59941 17.4019 1.66667 16.2513 1.66667C15.1007 1.66667 14.168 2.59941 14.168 3.75C14.168 4.90059 15.1007 5.83333 16.2513 5.83333Z" stroke="#FAFAFA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
<path d="M13.3301 9.16667H13.3375" stroke="#FAFAFA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M9.99803 9.16667H10.0055" stroke="#FAFAFA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
<path d="M6.66209 9.16667H6.66957" stroke="#FAFAFA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
)
}
export default MessageNotifd