Restore comment action icon

This commit is contained in:
Jason Zimdars
2025-04-10 10:41:26 -05:00
parent b016c8a165
commit f3495fa731
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.2 1.4h-18.4c-.9 0-1.6.7-1.6 1.6v13.1c0 .9.7 1.6 1.6 1.6h4.3l-1.2 5.2c0 .4 0 .9.5.9s.6-.2.6-.2l6.9-6h7.3c.9 0 1.6-.7 1.6-1.6v-13c0-.9-.7-1.6-1.6-1.6z"/></svg>

After

Width:  |  Height:  |  Size: 230 B

+1
View File
@@ -31,6 +31,7 @@
.icon--caret-down { --svg: url("caret-down.svg "); }
.icon--check { --svg: url("check.svg "); }
.icon--close { --svg: url("close.svg "); }
.icon--comment { --svg: url("comment.svg "); }
.icon--copy-paste { --svg: url("copy-paste.svg "); }
.icon--crown { --svg: url("crown.svg "); }
.icon--email { --svg: url("email.svg "); }