Event icon for changing collection

This commit is contained in:
Jason Zimdars
2025-05-30 08:04:13 -05:00
parent 5051e5d53d
commit a2a914ee72
3 changed files with 4 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="m13.3 18.4c-.3.3-.9.2-1.2-.1-.1-.1-.2-.3-.2-.5v-3.3c-4.2 0-6.7 1.4-7.7 4.4 0 .3-.4.5-.7.5s-.7-.3-.7-.7c.2-6.1 3.2-9.6 9-9.9v-3.4c0-.5.4-.8.8-.8s.4 0 .5.2l7.4 6.1c.3.3.4.8.1 1.2h-.1c0 .1-7.2 6.3-7.2 6.3z"/></svg>

After

Width:  |  Height:  |  Size: 280 B

+1
View File
@@ -44,6 +44,7 @@
.icon--menu { --svg: url("menu.svg "); }
.icon--menu-dots-horizontal { --svg: url("menu-dots-horizontal.svg "); }
.icon--minus { --svg: url("minus.svg "); }
.icon--move { --svg: url("move.svg "); }
.icon--notification-bell-access-only { --svg: url("notification-bell-access-only.svg "); }
.icon--notification-bell-everything { --svg: url("notification-bell-everything.svg "); }
.icon--notification-bell-watching { --svg: url("notification-bell-watching.svg "); }
+2
View File
@@ -113,6 +113,8 @@ module EventsHelper
"comment"
when "card_title_changed"
"rename"
when "card_collection_changed"
"move"
else
"person"
end