refactor: send and message display

This commit is contained in:
zerosoul
2022-03-18 16:33:21 +08:00
parent 7bb8e9a914
commit 184f68b094
19 changed files with 353 additions and 157 deletions
+3
View File
@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.11904 0C3.91105 0 0.5 3.41105 0.5 7.61905C0.5 11.827 3.91105 15.2381 8.11904 15.2381C12.3271 15.2381 15.7381 11.827 15.7381 7.61905C15.7381 3.41105 12.3263 0 8.11904 0ZM11.7053 10.128L10.628 11.2053L8.11904 8.69714L5.61009 11.2053L4.53277 10.128L7.04095 7.61905L4.532 5.1101L5.60934 4.03353L8.11829 6.54248L10.6272 4.03353L11.7045 5.1101L9.19638 7.61905L11.7053 10.128Z" fill="#6C737F"/>
</svg>

After

Width:  |  Height:  |  Size: 503 B

+12
View File
@@ -0,0 +1,12 @@
<svg width="15" height="20" viewBox="0 0 15 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_7682_4291)">
<path d="M15 6.10417V18.6667C15 19.1333 15 19.3667 14.9083 19.5458C14.8292 19.7 14.7 19.8292 14.5458 19.9083C14.3667 20 14.1333 20 13.6667 20H1.33333C0.866666 20 0.633332 20 0.454166 19.9083C0.299999 19.8292 0.170833 19.7 0.0916666 19.5458C-1.17968e-07 19.3667 -8.10971e-08 19.1333 1.52874e-10 18.6667L3.0314e-06 1.33333C3.11265e-06 0.866666 3.15408e-06 0.633333 0.0916699 0.454166C0.170837 0.3 0.300003 0.170833 0.45417 0.0916664C0.633337 -1.24176e-07 0.86667 -8.10971e-08 1.33334 1.5288e-10L8.89584 1.32307e-06C9.30417 1.3939e-06 9.50834 1.43113e-06 9.7 0.0458348C9.80417 0.0708348 9.90417 0.104168 10 0.150001V3.66667C10 4.13333 10 4.36667 10.0917 4.54583C10.1708 4.7 10.3 4.82917 10.4542 4.90833C10.6333 5 10.8667 5 11.3333 5H14.85C14.8958 5.09583 14.9292 5.19583 14.9542 5.3C15 5.49167 15 5.69583 15 6.10417Z" fill="#A5F3FC"/>
<path d="M14.2208 4.22074C14.5083 4.50824 14.65 4.64991 14.7542 4.82074C14.7917 4.87908 14.8208 4.93741 14.85 4.99991H11.3333C10.8667 4.99991 10.6333 4.99991 10.4542 4.90824C10.3 4.82907 10.1708 4.69991 10.0917 4.54574C10 4.36657 10 4.13324 10 3.66658V0.149902C10.0625 0.179069 10.1208 0.208236 10.1792 0.245735C10.35 0.349902 10.4917 0.491569 10.7792 0.779069L14.2208 4.22074Z" fill="#06B6D4"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.6666 9.99992C6.6666 10.9204 5.92041 11.6666 4.99993 11.6666C4.07945 11.6666 3.33326 10.9204 3.33326 9.99992C3.33326 9.07944 4.07945 8.33325 4.99993 8.33325C5.92041 8.33325 6.6666 9.07944 6.6666 9.99992ZM7.00992 14.9011L9.16658 11.6661L11.6666 16.6661H3.33325L5.83325 13.3328L7.00992 14.9011Z" fill="#0891B2"/>
</g>
<defs>
<clipPath id="clip0_7682_4291">
<rect width="15" height="20" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB