Skip to content

Commit

Permalink
using icons from @ItsDuke
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jul 9, 2014
1 parent fd90315 commit 8145aa7
Show file tree
Hide file tree
Showing 74 changed files with 369 additions and 116 deletions.
5 changes: 0 additions & 5 deletions misc/svg/arrow.svg

This file was deleted.

7 changes: 7 additions & 0 deletions misc/svg/button_icons/arrow_medgrey.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions misc/svg/button_icons/arrow_white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions misc/svg/button_icons/attach.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions misc/svg/button_icons/call.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions misc/svg/button_icons/check.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions misc/svg/button_icons/emoticon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions misc/svg/button_icons/no.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions misc/svg/button_icons/pause.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions misc/svg/button_icons/sendmessage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions misc/svg/button_icons/video.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions misc/svg/call_video.svg

This file was deleted.

6 changes: 0 additions & 6 deletions misc/svg/cancel.svg

This file was deleted.

24 changes: 24 additions & 0 deletions misc/svg/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash
# Copyright (C) 2013 Venom authors and contributors
#
# This file is part of Venom.
#
# Venom is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Venom is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Venom. If not, see <http://www.gnu.org/licenses/>.
#
for i in $(find . -type f -name "*.svg");
do
echo "# cleaning $i"
svgcleaner-cli "$i" "$i" --join-style-atts
done
# vim:set ts=2 sw=2 et:
5 changes: 3 additions & 2 deletions misc/svg/add.svg → misc/svg/contact_list_icons/add.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions misc/svg/contact_list_icons/group.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions misc/svg/contact_list_icons/settings.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8145aa7

Please sign in to comment.