jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/398191 )

Change subject: icons: Add 'stop' icon to Apex theme
......................................................................


icons: Add 'stop' icon to Apex theme

Bug: T170730
Change-Id: I4f4e9bc943f6c7d6f931478edfa5f5a458993d01
---
M src/themes/apex/icons-media.json
A src/themes/apex/images/icons/stop.svg
2 files changed, 6 insertions(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/themes/apex/icons-media.json b/src/themes/apex/icons-media.json
index dc4ca10..f7d9411 100644
--- a/src/themes/apex/icons-media.json
+++ b/src/themes/apex/icons-media.json
@@ -11,6 +11,7 @@
                "play": { "file": {
                        "ltr": "images/icons/play-ltr.svg",
                        "rtl": "images/icons/play-rtl.svg"
-               } }
+               } },
+               "stop": { "file": "images/icons/stop.svg" }
        }
 }
diff --git a/src/themes/apex/images/icons/stop.svg 
b/src/themes/apex/images/icons/stop.svg
new file mode 100644
index 0000000..f7c7c63
--- /dev/null
+++ b/src/themes/apex/images/icons/stop.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
+       <path d="M12 4c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3 
11.1H9v-6h6v6z"/>
+</svg>

-- 
To view, visit https://gerrit.wikimedia.org/r/398191
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f4e9bc943f6c7d6f931478edfa5f5a458993d01
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE <volke...@wikimedia.org>
Gerrit-Reviewer: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: Petar.petkovic <ppetko...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to