Add 'userSpeechBubble' icon

This is used as secondary link icon by
'flow-enabled-on-talkpage' notification.

Bug: T121950
Change-Id: I1bc255627c9d9082a8bcd81758276c2358a784d6
This commit is contained in:
Stephane Bisson 2016-02-16 08:56:44 -05:00 committed by Roan Kattouw
parent 4a34710fbe
commit 683100ab40
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M14 16.8c-.96-.32-3.2-1.2-3.2-1.2-.72-.24-.72-.88-.8-1.6v-.08c1.12-.96 2-2.56 2-4.32 0-3.76-1.6-5.2-4-5.2-1.68 0-4 .96-4 5.2 0 1.68.88 3.28 2 4.32V14c0 .72-.08 1.36-.8 1.6 0 0-2.32.88-3.2 1.2-1.04.32-2 .8-2 2v.8h16v-.8c0-.96-.64-1.6-2-2zm.367-5.46l-1.796 2.938H24V4.4h-9.633v6.94z" fill="#000"/>
</svg>

After

Width:  |  Height:  |  Size: 455 B

View file

@ -11,3 +11,7 @@
.oo-ui-icon-thanks {
.background-image('../../icons/thanks-ltr.svg');
}
.oo-ui-icon-userSpeechBubble {
.background-image('../../icons/user-speech-bubble.svg');
}