diff options
author | streetturtle <streetturtle@gmail.com> | 2020-09-02 21:32:48 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-09-02 21:32:48 -0400 |
commit | 41db3fae9a06f01fa8f1be7d996933b5800805de (patch) | |
tree | ea8ce0683a65173dc697e8b93d495425819fbc64 /experiments/logout-widget/icons | |
parent | 62fed6bfb4de09d643bf766fa74d9d23103f3abf (diff) |
[logout] remove icons
Diffstat (limited to 'experiments/logout-widget/icons')
-rw-r--r-- | experiments/logout-widget/icons/lock.svg | 1 | ||||
-rw-r--r-- | experiments/logout-widget/icons/log-out.svg | 1 | ||||
-rw-r--r-- | experiments/logout-widget/icons/moon.svg | 1 | ||||
-rw-r--r-- | experiments/logout-widget/icons/power.svg | 1 | ||||
-rw-r--r-- | experiments/logout-widget/icons/refresh-cw.svg | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/experiments/logout-widget/icons/lock.svg b/experiments/logout-widget/icons/lock.svg deleted file mode 100644 index 5396f93..0000000 --- a/experiments/logout-widget/icons/lock.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg>
\ No newline at end of file diff --git a/experiments/logout-widget/icons/log-out.svg b/experiments/logout-widget/icons/log-out.svg deleted file mode 100644 index 955e870..0000000 --- a/experiments/logout-widget/icons/log-out.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg>
\ No newline at end of file diff --git a/experiments/logout-widget/icons/moon.svg b/experiments/logout-widget/icons/moon.svg deleted file mode 100644 index 7fb9607..0000000 --- a/experiments/logout-widget/icons/moon.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
\ No newline at end of file diff --git a/experiments/logout-widget/icons/power.svg b/experiments/logout-widget/icons/power.svg deleted file mode 100644 index 1f9c4e3..0000000 --- a/experiments/logout-widget/icons/power.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-power"><path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line></svg>
\ No newline at end of file diff --git a/experiments/logout-widget/icons/refresh-cw.svg b/experiments/logout-widget/icons/refresh-cw.svg deleted file mode 100644 index 9af0ef3..0000000 --- a/experiments/logout-widget/icons/refresh-cw.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ECEFF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>
\ No newline at end of file |