Improve group_download_as: replace icon

As discussed in https://github.com/CollaboraOnline/online/issues/4564
the current lc_downloadas2.svg is quite different form the surrounding
icons
- Remove and use new download icon more similar to colibre theme

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I5808af8a50c1f8025b38502ba5fcd2db3f98c9d5
pull/4612/head
Pedro Pinto Silva 2022-04-08 17:39:50 +02:00 committed by pedropintosilva
parent f6ca40b4fd
commit 1f18df450c
6 changed files with 10 additions and 6 deletions

View File

@ -1 +1,6 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 4v17h12.076172c.08822-.229036.224537-.442298.402344-.601562l.40625-.408204h-6.363282c-.420168.005943-.867654-.182805-1.138672-.484375-.271015-.30157-.382812-.666177-.382812-1.015625 0-.349447.111796-.714055.382812-1.015625.271018-.30157.718504-.490275 1.138672-.484375h6.351563l-.421875-.421875c-.452852-.438274-.556085-1.125408-.347656-1.640625.207997-.514149.758145-.9356 1.386718-.9375h.001954c.175227-.000445.345797.035698.507812.09375v-6.3554684l-4-3.7285156z" fill="#fafafa"/><path d="m5 3c-.554 0-1 .446-1 1v17c0 .554.446 1 1 1h12.060547c-.047908-.135592-.083757-.278117-.089844-.435547-.007198-.186166.034536-.380297.105469-.564453h-12.076172v-17h9v4c0 .554.446 1 1 1h4v5.083984c.211956.075948.408045.193521.568359.357422l.431641.431641v-6.623047-.2089844c0-.4506799.098038-.4254121-.605469-1.0664062l-3.30664-3.2382813c-.709525-.7368575-.710169-.7363281-1.09375-.7363281h-.332032-.662109z" fill="#3a3a38"/><g fill-rule="evenodd"><path d="m15 8h4l-4-4z" fill="#fafafa"/><path d="m18.494141 14.990234a.50005.50005 0 0 0 -.347657.859375l2.144532 2.140625h-8.783204a.50005.50005 0 1 0 0 1h8.78711l-2.148438 2.152344a.50005.50005 0 1 0 .707032.705078l2.957031-2.960937a.50005.50005 0 0 0 -.003906-.796875l-2.953125-2.949219a.50005.50005 0 0 0 -.359375-.150391z" fill="#1e8bcd"/></g></svg>
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="m4.9977 4v17h14v-13.271l-4-3.7285z" fill="#fafafa"/>
<path d="m4.9977 3c-0.554 0-1 0.446-1 1v17c0 0.554 0.446 1 1 1h14.004c0.554 0 1-0.446 1-1v-9.9805h-0.0039v-2.9785c0-0.45068 0.09804-0.42541-0.60547-1.0664l-3.3066-3.2383c-0.70952-0.73686-0.71017-0.73633-1.0938-0.73633h-0.99414zm0 1h9v4c0 0.554 0.446 1 1 1h4v5.084c0.0014 4.9e-4 0.0025 0.0015 0.0039 2e-3v6.914h-14.004z" fill="#3a3a38"/>
<path d="m14.998 8h4l-4-4z" fill="#fafafa" fill-rule="evenodd"/>
<path d="m15.025 15.493a0.50005 0.50005 0 0 0-0.85938-0.34766l-2.1406 2.1445v-8.7832a0.50005 0.50005 0 1 0-1 0v8.7871l-2.1523-2.1484a0.50005 0.50005 0 1 0-0.70508 0.70703l2.9609 2.957a0.50005 0.50005 0 0 0 0.79688-0.0039l2.9492-2.9531a0.50005 0.50005 0 0 0 0.15039-0.35938z" fill="#1e8bcd" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 862 B

View File

@ -1 +0,0 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m11 12.1857864v-7.1774854c0-.55228475.4477153-1 1-1s1 .44771525 1 1v7.1774854l2.2928932-2.29289318c.3905243-.39052429 1.0236893-.39052429 1.4142136 0 .3905243.39052428.3905243 1.02368928 0 1.41421358l-4.7071068 4.7071068-4.70710678-4.7071068c-.39052429-.3905243-.39052429-1.0236893 0-1.41421358.39052429-.39052429 1.02368927-.39052429 1.41421356 0zm6 5.8142136c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1h-10c-.55228475 0-1-.4477153-1-1s.44771525-1 1-1z"/></svg>

Before

Width:  |  Height:  |  Size: 552 B

View File

@ -403,7 +403,7 @@ L.Control.NotebookbarBuilder = L.Control.JSDialogBuilder.extend({
data.command = data.id;
var isDownloadAsGroup = data.id === 'downloadas2';
var isDownloadAsGroup = data.id === 'downloadas';
var options = {};
if (isDownloadAsGroup) {
options.hasDropdownArrow = true;

View File

@ -143,7 +143,7 @@ L.Control.NotebookbarCalc = L.Control.NotebookbarWriter.extend({
'enabled': 'true',
'children': [
{
'id': 'downloadas2',
'id': 'downloadas',
'type': 'menubartoolitem',
'text': _('Download as'),
'command': '.uno:InsertGraphic'

View File

@ -199,7 +199,7 @@ L.Control.NotebookbarImpress = L.Control.NotebookbarWriter.extend({
'enabled': 'true',
'children': [
{
'id': 'downloadas2',
'id': 'downloadas',
'type': 'menubartoolitem',
'text': _('Download as'),
'command': '.uno:InsertGraphic'

View File

@ -150,7 +150,7 @@ L.Control.NotebookbarWriter = L.Control.Notebookbar.extend({
'enabled': 'true',
'children': [
{
'id': 'downloadas2',
'id': 'downloadas',
'type': 'menubartoolitem',
'text': _('Download as'),
'command': '.uno:InsertGraphic'