From 801235e50b623804024b7516125a15678585b9fc Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sat, 3 Feb 2018 02:36:05 +0200 Subject: [PATCH] add minus and open-in-new --- .../ui/components/bd/pluginsetting/File.vue | 11 +++----- .../src/ui/components/common/MaterialIcon.js | 2 ++ .../components/common/materialicons/Minus.vue | 27 +++++++++++++++++++ .../common/materialicons/OpenInNew.vue | 27 +++++++++++++++++++ 4 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 client/src/ui/components/common/materialicons/Minus.vue create mode 100644 client/src/ui/components/common/materialicons/OpenInNew.vue diff --git a/client/src/ui/components/bd/pluginsetting/File.vue b/client/src/ui/components/bd/pluginsetting/File.vue index fe961574..cd4be37f 100644 --- a/client/src/ui/components/bd/pluginsetting/File.vue +++ b/client/src/ui/components/bd/pluginsetting/File.vue @@ -30,17 +30,12 @@ diff --git a/client/src/ui/components/common/materialicons/OpenInNew.vue b/client/src/ui/components/common/materialicons/OpenInNew.vue new file mode 100644 index 00000000..88d74546 --- /dev/null +++ b/client/src/ui/components/common/materialicons/OpenInNew.vue @@ -0,0 +1,27 @@ +/** + * BetterDiscord Material Design Icon + * Copyright (c) 2015-present Jiiks/JsSucks - https://github.com/Jiiks / https://github.com/JsSucks + * All rights reserved. + * https://betterdiscord.net + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * Material Design Icons + * Copyright (c) 2014 Google + * Apache 2.0 LICENSE + * https://www.apache.org/licenses/LICENSE-2.0.txt +*/ + + +