jenkins-bot has submitted this change and it was merged. Change subject: Fix size of templateAdd icon ......................................................................
Fix size of templateAdd icon Make slightly smaller to match other icons in the theme. Change-Id: I430668c4847407b37c3dd77e2b0adc8e8aa3ceac --- M src/themes/apex/images/icons/templateAdd-ltr.svg M src/themes/apex/images/icons/templateAdd-rtl.svg M src/themes/mediawiki/images/icons/templateAdd-ltr.svg M src/themes/mediawiki/images/icons/templateAdd-rtl.svg 4 files changed, 12 insertions(+), 12 deletions(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/src/themes/apex/images/icons/templateAdd-ltr.svg b/src/themes/apex/images/icons/templateAdd-ltr.svg index 13b1fc7..8cd95e0 100644 --- a/src/themes/apex/images/icons/templateAdd-ltr.svg +++ b/src/themes/apex/images/icons/templateAdd-ltr.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <g> - <path d="M24 6h-4V2h-2v4h-4v2h4v4h2V8h4z"/> + <g id="template-add"> + <path id="add" d="M23 7h-4V3h-2v4h-4v2h4v4h2V9h4z"/> + <path id="template" d="M18 14v4H6c-1.1 0-2-.9-2-2V8h8V7H3v9c0 1.7 1.3 3 3 3h13v-5z"/> </g> - <path d="M19 13v7H3c-1.1 0-2-.9-2-2V7h12V6H0v12c0 1.7 1.3 3 3 3h17v-8h-1z"/> </svg> diff --git a/src/themes/apex/images/icons/templateAdd-rtl.svg b/src/themes/apex/images/icons/templateAdd-rtl.svg index d44c3a4..545a713 100644 --- a/src/themes/apex/images/icons/templateAdd-rtl.svg +++ b/src/themes/apex/images/icons/templateAdd-rtl.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <g id="g690"> - <path d="M0 6h4V2h2v4h4v2H6v4H4V8H0z" id="path692"/> + <g id="template-add"> + <path id="add" d="M1 7h4V3h2v4h4v2H7v4H5V9H1z"/> + <path id="template" d="M6 14v4h12c1.1 0 2-.9 2-2V8h-8V7h9v9c0 1.7-1.3 3-3 3H5v-5z"/> </g> - <path d="M5 13v7h16c1.1 0 2-.9 2-2V7H11V6h13v12c0 1.7-1.3 3-3 3H4v-8h1z" id="path694"/> </svg> diff --git a/src/themes/mediawiki/images/icons/templateAdd-ltr.svg b/src/themes/mediawiki/images/icons/templateAdd-ltr.svg index 13b1fc7..8cd95e0 100644 --- a/src/themes/mediawiki/images/icons/templateAdd-ltr.svg +++ b/src/themes/mediawiki/images/icons/templateAdd-ltr.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <g> - <path d="M24 6h-4V2h-2v4h-4v2h4v4h2V8h4z"/> + <g id="template-add"> + <path id="add" d="M23 7h-4V3h-2v4h-4v2h4v4h2V9h4z"/> + <path id="template" d="M18 14v4H6c-1.1 0-2-.9-2-2V8h8V7H3v9c0 1.7 1.3 3 3 3h13v-5z"/> </g> - <path d="M19 13v7H3c-1.1 0-2-.9-2-2V7h12V6H0v12c0 1.7 1.3 3 3 3h17v-8h-1z"/> </svg> diff --git a/src/themes/mediawiki/images/icons/templateAdd-rtl.svg b/src/themes/mediawiki/images/icons/templateAdd-rtl.svg index d44c3a4..545a713 100644 --- a/src/themes/mediawiki/images/icons/templateAdd-rtl.svg +++ b/src/themes/mediawiki/images/icons/templateAdd-rtl.svg @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> - <g id="g690"> - <path d="M0 6h4V2h2v4h4v2H6v4H4V8H0z" id="path692"/> + <g id="template-add"> + <path id="add" d="M1 7h4V3h2v4h4v2H7v4H5V9H1z"/> + <path id="template" d="M6 14v4h12c1.1 0 2-.9 2-2V8h-8V7h9v9c0 1.7-1.3 3-3 3H5v-5z"/> </g> - <path d="M5 13v7h16c1.1 0 2-.9 2-2V7H11V6h13v12c0 1.7-1.3 3-3 3H4v-8h1z" id="path694"/> </svg> -- To view, visit https://gerrit.wikimedia.org/r/264592 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I430668c4847407b37c3dd77e2b0adc8e8aa3ceac Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Esanders <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
