Sbisson has uploaded a new change for review. https://gerrit.wikimedia.org/r/270951
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, 50 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/51/270951/1 diff --git a/modules/icons/user-speech-bubble.svg b/modules/icons/user-speech-bubble.svg new file mode 100644 index 0000000..01cae08 --- /dev/null +++ b/modules/icons/user-speech-bubble.svg @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + width="24" + height="24" + viewBox="0 0 24 24" + id="svg2"> + <title + id="title4">Artboard</title> + <desc + id="desc6">Created with Sketch.</desc> + <metadata + id="metadata15"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title>Artboard</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs8" /> + <g + transform="translate(0,10)" + id="Page-1" + style="fill:none;stroke:none"> + <g + id="Artboard" + style="fill:#777777"> + <path + d="M 14,6.8 C 13.04,6.48 10.8,5.6 10.8,5.6 10.08,5.36 10.08,4.72 10,4 l 0,-0.08 c 1.12,-0.96 2,-2.56 2,-4.32 0,-3.76 -1.6,-5.2 -4,-5.2 -1.68,0 -4,0.96 -4,5.2 0,1.68 0.88,3.28 2,4.32 L 6,4 C 6,4.72 5.92,5.36 5.2,5.6 5.2,5.6 2.88,6.48 2,6.8 0.96,7.12 0,7.6 0,8.8 l 0,0.8 16,0 0,-0.8 C 16,7.84 15.36,7.2 14,6.8 z M 14.367347,1.3387755 12.571429,4.277551 24,4.277551 24,-5.6 l -9.632653,0 0,6.9387755 z" + id="Shape-Copy-9" + style="fill:#000000;fill-opacity:1" /> + </g> + </g> +</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: newchange Gerrit-Change-Id: I1bc255627c9d9082a8bcd81758276c2358a784d6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Sbisson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
