From c6e49953dcf6cd6a3c412e26398f9a48b54648c5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 11 Jun 2018 20:41:25 +0200 Subject: Add status/user-tracked, and some aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 7 +++++++ scalable/actions/hide-password.svg | 1 + scalable/actions/password-hide.svg | 1 + scalable/actions/password-show.svg | 1 + scalable/actions/show-password.svg | 1 + scalable/status/password-hidden.svg | 1 + scalable/status/password-shown.svg | 1 + scalable/status/user-tracked.svg | 1 + 8 files changed, 14 insertions(+) create mode 120000 scalable/actions/hide-password.svg create mode 120000 scalable/actions/password-hide.svg create mode 120000 scalable/actions/password-show.svg create mode 120000 scalable/actions/show-password.svg create mode 120000 scalable/status/password-hidden.svg create mode 120000 scalable/status/password-shown.svg create mode 100644 scalable/status/user-tracked.svg diff --git a/Makefile b/Makefile index 5af3651..9700144 100644 --- a/Makefile +++ b/Makefile @@ -717,6 +717,13 @@ ICONS =\ status/weather-few-clouds-night-350\ status/weather-windy\ status/user-not-tracked\ + status/password-hidden\ + actions/hide-password\ + actions/password-hide\ + status/user-tracked\ + status/password-shown\ + actions/show-password\ + actions/password-show\ status/thunderbolt-acquiring\ status/night-light\ status/daytime-sunrise\ diff --git a/scalable/actions/hide-password.svg b/scalable/actions/hide-password.svg new file mode 120000 index 0000000..be8b088 --- /dev/null +++ b/scalable/actions/hide-password.svg @@ -0,0 +1 @@ +../status/password-hidden.svg \ No newline at end of file diff --git a/scalable/actions/password-hide.svg b/scalable/actions/password-hide.svg new file mode 120000 index 0000000..b0bf4ba --- /dev/null +++ b/scalable/actions/password-hide.svg @@ -0,0 +1 @@ +hide-password.svg \ No newline at end of file diff --git a/scalable/actions/password-show.svg b/scalable/actions/password-show.svg new file mode 120000 index 0000000..4e65eb9 --- /dev/null +++ b/scalable/actions/password-show.svg @@ -0,0 +1 @@ +show-password.svg \ No newline at end of file diff --git a/scalable/actions/show-password.svg b/scalable/actions/show-password.svg new file mode 120000 index 0000000..a1f94b1 --- /dev/null +++ b/scalable/actions/show-password.svg @@ -0,0 +1 @@ +../status/password-shown.svg \ No newline at end of file diff --git a/scalable/status/password-hidden.svg b/scalable/status/password-hidden.svg new file mode 120000 index 0000000..0f52e32 --- /dev/null +++ b/scalable/status/password-hidden.svg @@ -0,0 +1 @@ +user-not-tracked.svg \ No newline at end of file diff --git a/scalable/status/password-shown.svg b/scalable/status/password-shown.svg new file mode 120000 index 0000000..594a306 --- /dev/null +++ b/scalable/status/password-shown.svg @@ -0,0 +1 @@ +user-tracked.svg \ No newline at end of file diff --git a/scalable/status/user-tracked.svg b/scalable/status/user-tracked.svg new file mode 100644 index 0000000..7d89e67 --- /dev/null +++ b/scalable/status/user-tracked.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3-70-g09d2