Skip to content

Commit 5a0fa7c

Browse files
authored
fix: Speech balloon icon aliases (#414)
* Fix speech balloon icon aliases * Add Loki references
1 parent 7c795b2 commit 5a0fa7c

31 files changed

+46
-10
lines changed
Loading
Loading
Loading
Loading
Loading
Loading

packages/icons/glyphsMapping.json

+27
Original file line numberDiff line numberDiff line change
@@ -724,5 +724,32 @@
724724
},
725725
"mail-arrow-top-right": {
726726
"start": "\ue0c4"
727+
},
728+
"balloon": {
729+
"start": "\ue0c5"
730+
},
731+
"balloon-arrow-left": {
732+
"start": "\ue0c6"
733+
},
734+
"balloon-arrow-top-right": {
735+
"start": "\ue0c7"
736+
},
737+
"balloon-close-top-right": {
738+
"start": "\ue0c8"
739+
},
740+
"balloon-ellipsis": {
741+
"start": "\ue0c9"
742+
},
743+
"balloon-off": {
744+
"start": "\ue0ca"
745+
},
746+
"balloon-text": {
747+
"start": "\ue0cb"
748+
},
749+
"balloons": {
750+
"start": "\ue0cc"
751+
},
752+
"balloon-exclamation": {
753+
"start": "\ue0cd"
727754
}
728755
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-arrow-left.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-arrow-top-right.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-close-top-right.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-ellipsis.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-exclamation.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-text.svg
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloons.svg
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../baloon-exclamation.svg
1+
baloon-exclamation.svg

packages/icons/src/aliases/chat.svg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../baloons.svg
1+
baloons.svg
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon-off.svg
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../balloon.svg

packages/icons/src/aliases/thread.svg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../baloon-text.svg
1+
baloon-text.svg
File renamed without changes.

packages/icons/src/balloon-off.svg

+3
Loading
File renamed without changes.

packages/icons/src/balloon.svg

+3
Loading
File renamed without changes.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../baloon-ellipsis.svg
1+
../aliases/baloon-ellipsis.svg

packages/icons/src/legacy/message-disabled.svg

-3
This file was deleted.

packages/icons/src/legacy/message.svg

-3
This file was deleted.

0 commit comments

Comments
 (0)