From f8be77c2da80de71b78100688b6e275047e487cd Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 11 Apr 2017 09:05:18 -0400 Subject: Finish up the "actions" category. --- .../material-icons-light/actions/actions.list | 15 ------ .../actions/format-view-compact.svg | 0 .../actions/format-view-grid-large.svg | 0 .../material-icons-light/actions/go-bottom.svg | 60 +++++++++++++++++++++ icon-theme/material-icons-light/actions/go-top.svg | 62 ++++++++++++++++++++-- .../actions/mail-mark-junk.svg | 5 ++ .../actions/mail-mark-notjunk.svg | 5 ++ .../material-icons-light/actions/mail-send.svg | 1 + .../actions/media-playback-start.svg | 0 .../actions/object-flip-horizontal.svg | 1 + .../actions/object-flip-vertical.svg | 55 +++++++++++++++++++ .../material-icons-light/actions/system-search.svg | 1 + .../material-icons-light/actions/view-menu.svg | 4 ++ .../actions/view-more-horizontal.svg | 4 ++ .../actions/view-more-vertical.svg | 4 ++ .../material-icons-light/actions/window-new.svg | 1 + .../material-icons-light/actions/zoom-fit-best.svg | 1 + 17 files changed, 201 insertions(+), 18 deletions(-) delete mode 100644 icon-theme/material-icons-light/actions/actions.list mode change 100755 => 100644 icon-theme/material-icons-light/actions/format-view-compact.svg mode change 100755 => 100644 icon-theme/material-icons-light/actions/format-view-grid-large.svg create mode 100644 icon-theme/material-icons-light/actions/go-bottom.svg create mode 100644 icon-theme/material-icons-light/actions/mail-mark-junk.svg create mode 100644 icon-theme/material-icons-light/actions/mail-mark-notjunk.svg create mode 100644 icon-theme/material-icons-light/actions/mail-send.svg mode change 100755 => 100644 icon-theme/material-icons-light/actions/media-playback-start.svg create mode 100644 icon-theme/material-icons-light/actions/object-flip-horizontal.svg create mode 100644 icon-theme/material-icons-light/actions/object-flip-vertical.svg create mode 100644 icon-theme/material-icons-light/actions/system-search.svg create mode 100644 icon-theme/material-icons-light/actions/view-menu.svg create mode 100644 icon-theme/material-icons-light/actions/view-more-horizontal.svg create mode 100644 icon-theme/material-icons-light/actions/view-more-vertical.svg create mode 100644 icon-theme/material-icons-light/actions/window-new.svg create mode 100755 icon-theme/material-icons-light/actions/zoom-fit-best.svg (limited to 'icon-theme/material-icons-light/actions') diff --git a/icon-theme/material-icons-light/actions/actions.list b/icon-theme/material-icons-light/actions/actions.list deleted file mode 100644 index b5200c51..00000000 --- a/icon-theme/material-icons-light/actions/actions.list +++ /dev/null @@ -1,15 +0,0 @@ -go-bottom The icon for the go to bottom of a list action. - -mail-mark-junk The icon for the mark as junk action of an electronic mail application. -mail-mark-notjunk The icon for the mark as not junk action of an electronic mail application. - -mail-send The icon for the send action of an electronic mail application. - -object-flip-horizontal The icon for the action to flip an object horizontally. -object-flip-vertical The icon for the action to flip an object vertically. - -system-search The icon used for the “Search” item in the desktop's panel application. - -window-new The icon used for the “New Window” item in the application's “Windows” menu. - -zoom-fit-best The icon used for the “Best Fit” item in the application's “View” menu. diff --git a/icon-theme/material-icons-light/actions/format-view-compact.svg b/icon-theme/material-icons-light/actions/format-view-compact.svg old mode 100755 new mode 100644 diff --git a/icon-theme/material-icons-light/actions/format-view-grid-large.svg b/icon-theme/material-icons-light/actions/format-view-grid-large.svg old mode 100755 new mode 100644 diff --git a/icon-theme/material-icons-light/actions/go-bottom.svg b/icon-theme/material-icons-light/actions/go-bottom.svg new file mode 100644 index 00000000..ddd3aac8 --- /dev/null +++ b/icon-theme/material-icons-light/actions/go-bottom.svg @@ -0,0 +1,60 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icon-theme/material-icons-light/actions/go-top.svg b/icon-theme/material-icons-light/actions/go-top.svg index 77e5c23a..826543c0 100644 --- a/icon-theme/material-icons-light/actions/go-top.svg +++ b/icon-theme/material-icons-light/actions/go-top.svg @@ -1,4 +1,60 @@ - - - + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon-theme/material-icons-light/actions/mail-mark-junk.svg b/icon-theme/material-icons-light/actions/mail-mark-junk.svg new file mode 100644 index 00000000..fcd00c9c --- /dev/null +++ b/icon-theme/material-icons-light/actions/mail-mark-junk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon-theme/material-icons-light/actions/mail-mark-notjunk.svg b/icon-theme/material-icons-light/actions/mail-mark-notjunk.svg new file mode 100644 index 00000000..7b9876ee --- /dev/null +++ b/icon-theme/material-icons-light/actions/mail-mark-notjunk.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon-theme/material-icons-light/actions/mail-send.svg b/icon-theme/material-icons-light/actions/mail-send.svg new file mode 100644 index 00000000..3034c2b9 --- /dev/null +++ b/icon-theme/material-icons-light/actions/mail-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon-theme/material-icons-light/actions/media-playback-start.svg b/icon-theme/material-icons-light/actions/media-playback-start.svg old mode 100755 new mode 100644 diff --git a/icon-theme/material-icons-light/actions/object-flip-horizontal.svg b/icon-theme/material-icons-light/actions/object-flip-horizontal.svg new file mode 100644 index 00000000..36d6c09d --- /dev/null +++ b/icon-theme/material-icons-light/actions/object-flip-horizontal.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon-theme/material-icons-light/actions/object-flip-vertical.svg b/icon-theme/material-icons-light/actions/object-flip-vertical.svg new file mode 100644 index 00000000..d48f140c --- /dev/null +++ b/icon-theme/material-icons-light/actions/object-flip-vertical.svg @@ -0,0 +1,55 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/icon-theme/material-icons-light/actions/system-search.svg b/icon-theme/material-icons-light/actions/system-search.svg new file mode 100644 index 00000000..be555cd3 --- /dev/null +++ b/icon-theme/material-icons-light/actions/system-search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon-theme/material-icons-light/actions/view-menu.svg b/icon-theme/material-icons-light/actions/view-menu.svg new file mode 100644 index 00000000..e2168ce4 --- /dev/null +++ b/icon-theme/material-icons-light/actions/view-menu.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon-theme/material-icons-light/actions/view-more-horizontal.svg b/icon-theme/material-icons-light/actions/view-more-horizontal.svg new file mode 100644 index 00000000..b5b6dfe1 --- /dev/null +++ b/icon-theme/material-icons-light/actions/view-more-horizontal.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon-theme/material-icons-light/actions/view-more-vertical.svg b/icon-theme/material-icons-light/actions/view-more-vertical.svg new file mode 100644 index 00000000..c696d4c8 --- /dev/null +++ b/icon-theme/material-icons-light/actions/view-more-vertical.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon-theme/material-icons-light/actions/window-new.svg b/icon-theme/material-icons-light/actions/window-new.svg new file mode 100644 index 00000000..0538a101 --- /dev/null +++ b/icon-theme/material-icons-light/actions/window-new.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icon-theme/material-icons-light/actions/zoom-fit-best.svg b/icon-theme/material-icons-light/actions/zoom-fit-best.svg new file mode 100755 index 00000000..45cd716b --- /dev/null +++ b/icon-theme/material-icons-light/actions/zoom-fit-best.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit