jenkins-bot has submitted this change and it was merged. Change subject: Add 'userSpeechBubble' icon ......................................................................
Add 'userSpeechBubble' icon This is used as secondary link icon by 'flow-enabled-on-talkpage' notification. Bug: T121950 Change-Id: I1bc255627c9d9082a8bcd81758276c2358a784d6 --- A modules/icons/user-speech-bubble.svg M modules/ooui/styles/mw.echo.ui.icons.less 2 files changed, 8 insertions(+), 0 deletions(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/icons/user-speech-bubble.svg b/modules/icons/user-speech-bubble.svg new file mode 100644 index 0000000..cf5e91b --- /dev/null +++ b/modules/icons/user-speech-bubble.svg @@ -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> diff --git a/modules/ooui/styles/mw.echo.ui.icons.less b/modules/ooui/styles/mw.echo.ui.icons.less index 60124c5..48275ca 100644 --- a/modules/ooui/styles/mw.echo.ui.icons.less +++ b/modules/ooui/styles/mw.echo.ui.icons.less @@ -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'); +} -- To view, visit https://gerrit.wikimedia.org/r/270951 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1bc255627c9d9082a8bcd81758276c2358a784d6 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Sbisson <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
