From 4f3a80b28679c35bc86e7379ae18aa6914b970a7 Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 29 May 2019 16:50:38 +0200 Subject: [PATCH] feat: add 91 free svg files --- svg/account-logout.svg | 6 ++++++ svg/action-redo.svg | 6 ++++++ svg/action-undo.svg | 5 +++++ svg/align-center.svg | 9 +++++++++ svg/align-left.svg | 9 +++++++++ svg/align-right.svg | 9 +++++++++ svg/arrow-bottom.svg | 5 +++++ svg/arrow-left.svg | 5 +++++ svg/arrow-right.svg | 5 +++++ svg/arrow-top.svg | 5 +++++ svg/ban.svg | 5 +++++ svg/basket-loaded.svg | 10 ++++++++++ svg/bell.svg | 5 +++++ svg/bold.svg | 6 ++++++ svg/bookmark.svg | 5 +++++ svg/briefcase.svg | 5 +++++ svg/british-pound.svg | 5 +++++ svg/brush.svg | 5 +++++ svg/calculator.svg | 10 ++++++++++ svg/calendar.svg | 17 +++++++++++++++++ svg/cart.svg | 7 +++++++ svg/chart.svg | 7 +++++++ svg/check.svg | 5 +++++ svg/chevron-bottom.svg | 5 +++++ svg/chevron-left.svg | 5 +++++ svg/chevron-right.svg | 5 +++++ svg/chevron-top.svg | 5 +++++ svg/cloud-download.svg | 6 ++++++ svg/cloud-upload.svg | 6 ++++++ svg/cloud.svg | 5 +++++ svg/code.svg | 7 +++++++ svg/comment-square.svg | 5 +++++ svg/credit-card.svg | 7 +++++++ svg/cursor.svg | 5 +++++ svg/dollar.svg | 5 +++++ svg/envelope-closed.svg | 5 +++++ svg/envelope-letter.svg | 5 +++++ svg/envelope-open.svg | 5 +++++ svg/euro.svg | 5 +++++ svg/file.svg | 5 +++++ svg/globe.svg | 5 +++++ svg/graph.svg | 5 +++++ svg/home.svg | 5 +++++ svg/inbox.svg | 5 +++++ svg/info.svg | 7 +++++++ svg/italic.svg | 6 ++++++ svg/justify-center.svg | 9 +++++++++ svg/justify-left.svg | 9 +++++++++ svg/justify-right.svg | 9 +++++++++ svg/laptop.svg | 6 ++++++ svg/layers.svg | 7 +++++++ svg/lightbulb.svg | 5 +++++ svg/list.svg | 10 ++++++++++ svg/location-pin.svg | 6 ++++++ svg/lock-locked.svg | 5 +++++ svg/lock-unlocked.svg | 5 +++++ svg/magnifying-glass.svg | 5 +++++ svg/map.svg | 5 +++++ svg/monitor.svg | 6 ++++++ svg/moon.svg | 5 +++++ svg/note.svg | 6 ++++++ svg/options.svg | 7 +++++++ svg/paperclip.svg | 5 +++++ svg/pencil.svg | 5 +++++ svg/people.svg | 6 ++++++ svg/phone.svg | 5 +++++ svg/print.svg | 7 +++++++ svg/puzzle.svg | 5 +++++ svg/rss.svg | 8 ++++++++ svg/screen-desktop.svg | 5 +++++ svg/screen-smartphone.svg | 7 +++++++ svg/settings.svg | 6 ++++++ svg/share.svg | 5 +++++ svg/shield.svg | 5 +++++ svg/sort-ascending.svg | 9 +++++++++ svg/sort-descending.svg | 9 +++++++++ svg/speech.svg | 8 ++++++++ svg/speedometer.svg | 10 ++++++++++ svg/star.svg | 5 +++++ svg/sun.svg | 13 +++++++++++++ svg/tablet.svg | 6 ++++++ svg/tags.svg | 7 +++++++ svg/thumb-down.svg | 6 ++++++ svg/thumb-up.svg | 6 ++++++ svg/trash.svg | 9 +++++++++ svg/underline.svg | 7 +++++++ svg/user-female.svg | 5 +++++ svg/user-follow.svg | 6 ++++++ svg/user-unfollow.svg | 6 ++++++ svg/user.svg | 5 +++++ svg/yen.svg | 5 +++++ 91 files changed, 576 insertions(+) create mode 100644 svg/account-logout.svg create mode 100644 svg/action-redo.svg create mode 100644 svg/action-undo.svg create mode 100644 svg/align-center.svg create mode 100644 svg/align-left.svg create mode 100644 svg/align-right.svg create mode 100644 svg/arrow-bottom.svg create mode 100644 svg/arrow-left.svg create mode 100644 svg/arrow-right.svg create mode 100644 svg/arrow-top.svg create mode 100644 svg/ban.svg create mode 100644 svg/basket-loaded.svg create mode 100644 svg/bell.svg create mode 100644 svg/bold.svg create mode 100644 svg/bookmark.svg create mode 100644 svg/briefcase.svg create mode 100644 svg/british-pound.svg create mode 100644 svg/brush.svg create mode 100644 svg/calculator.svg create mode 100644 svg/calendar.svg create mode 100644 svg/cart.svg create mode 100644 svg/chart.svg create mode 100644 svg/check.svg create mode 100644 svg/chevron-bottom.svg create mode 100644 svg/chevron-left.svg create mode 100644 svg/chevron-right.svg create mode 100644 svg/chevron-top.svg create mode 100644 svg/cloud-download.svg create mode 100644 svg/cloud-upload.svg create mode 100644 svg/cloud.svg create mode 100644 svg/code.svg create mode 100644 svg/comment-square.svg create mode 100644 svg/credit-card.svg create mode 100644 svg/cursor.svg create mode 100644 svg/dollar.svg create mode 100644 svg/envelope-closed.svg create mode 100644 svg/envelope-letter.svg create mode 100644 svg/envelope-open.svg create mode 100644 svg/euro.svg create mode 100644 svg/file.svg create mode 100644 svg/globe.svg create mode 100644 svg/graph.svg create mode 100644 svg/home.svg create mode 100644 svg/inbox.svg create mode 100644 svg/info.svg create mode 100644 svg/italic.svg create mode 100644 svg/justify-center.svg create mode 100644 svg/justify-left.svg create mode 100644 svg/justify-right.svg create mode 100644 svg/laptop.svg create mode 100644 svg/layers.svg create mode 100644 svg/lightbulb.svg create mode 100644 svg/list.svg create mode 100644 svg/location-pin.svg create mode 100644 svg/lock-locked.svg create mode 100644 svg/lock-unlocked.svg create mode 100644 svg/magnifying-glass.svg create mode 100644 svg/map.svg create mode 100644 svg/monitor.svg create mode 100644 svg/moon.svg create mode 100644 svg/note.svg create mode 100644 svg/options.svg create mode 100644 svg/paperclip.svg create mode 100644 svg/pencil.svg create mode 100644 svg/people.svg create mode 100644 svg/phone.svg create mode 100644 svg/print.svg create mode 100644 svg/puzzle.svg create mode 100644 svg/rss.svg create mode 100644 svg/screen-desktop.svg create mode 100644 svg/screen-smartphone.svg create mode 100644 svg/settings.svg create mode 100644 svg/share.svg create mode 100644 svg/shield.svg create mode 100644 svg/sort-ascending.svg create mode 100644 svg/sort-descending.svg create mode 100644 svg/speech.svg create mode 100644 svg/speedometer.svg create mode 100644 svg/star.svg create mode 100644 svg/sun.svg create mode 100644 svg/tablet.svg create mode 100644 svg/tags.svg create mode 100644 svg/thumb-down.svg create mode 100644 svg/thumb-up.svg create mode 100644 svg/trash.svg create mode 100644 svg/underline.svg create mode 100644 svg/user-female.svg create mode 100644 svg/user-follow.svg create mode 100644 svg/user-unfollow.svg create mode 100644 svg/user.svg create mode 100644 svg/yen.svg diff --git a/svg/account-logout.svg b/svg/account-logout.svg new file mode 100644 index 000000000..a6b02e713 --- /dev/null +++ b/svg/account-logout.svg @@ -0,0 +1,6 @@ + + +account-logout + + + diff --git a/svg/action-redo.svg b/svg/action-redo.svg new file mode 100644 index 000000000..74236899e --- /dev/null +++ b/svg/action-redo.svg @@ -0,0 +1,6 @@ + + +action-redo + + + diff --git a/svg/action-undo.svg b/svg/action-undo.svg new file mode 100644 index 000000000..de939ae14 --- /dev/null +++ b/svg/action-undo.svg @@ -0,0 +1,5 @@ + + +action-undo + + diff --git a/svg/align-center.svg b/svg/align-center.svg new file mode 100644 index 000000000..a28ed336e --- /dev/null +++ b/svg/align-center.svg @@ -0,0 +1,9 @@ + + +align-center + + + + + + diff --git a/svg/align-left.svg b/svg/align-left.svg new file mode 100644 index 000000000..62fbd87e2 --- /dev/null +++ b/svg/align-left.svg @@ -0,0 +1,9 @@ + + +align-left + + + + + + diff --git a/svg/align-right.svg b/svg/align-right.svg new file mode 100644 index 000000000..d84c9ab9d --- /dev/null +++ b/svg/align-right.svg @@ -0,0 +1,9 @@ + + +align-right + + + + + + diff --git a/svg/arrow-bottom.svg b/svg/arrow-bottom.svg new file mode 100644 index 000000000..901d310e4 --- /dev/null +++ b/svg/arrow-bottom.svg @@ -0,0 +1,5 @@ + + +arrow-bottom + + diff --git a/svg/arrow-left.svg b/svg/arrow-left.svg new file mode 100644 index 000000000..386cdad39 --- /dev/null +++ b/svg/arrow-left.svg @@ -0,0 +1,5 @@ + + +arrow-left + + diff --git a/svg/arrow-right.svg b/svg/arrow-right.svg new file mode 100644 index 000000000..bd0dc7172 --- /dev/null +++ b/svg/arrow-right.svg @@ -0,0 +1,5 @@ + + +arrow-right + + diff --git a/svg/arrow-top.svg b/svg/arrow-top.svg new file mode 100644 index 000000000..24b3e697b --- /dev/null +++ b/svg/arrow-top.svg @@ -0,0 +1,5 @@ + + +arrow-top + + diff --git a/svg/ban.svg b/svg/ban.svg new file mode 100644 index 000000000..e66072664 --- /dev/null +++ b/svg/ban.svg @@ -0,0 +1,5 @@ + + +ban + + diff --git a/svg/basket-loaded.svg b/svg/basket-loaded.svg new file mode 100644 index 000000000..ab89160c8 --- /dev/null +++ b/svg/basket-loaded.svg @@ -0,0 +1,10 @@ + + +basket-loaded + + + + + + + diff --git a/svg/bell.svg b/svg/bell.svg new file mode 100644 index 000000000..8f274235f --- /dev/null +++ b/svg/bell.svg @@ -0,0 +1,5 @@ + + +bell + + diff --git a/svg/bold.svg b/svg/bold.svg new file mode 100644 index 000000000..0e00cd0e3 --- /dev/null +++ b/svg/bold.svg @@ -0,0 +1,6 @@ + + +bold + + + diff --git a/svg/bookmark.svg b/svg/bookmark.svg new file mode 100644 index 000000000..0b2a73eb9 --- /dev/null +++ b/svg/bookmark.svg @@ -0,0 +1,5 @@ + + +bookmark + + diff --git a/svg/briefcase.svg b/svg/briefcase.svg new file mode 100644 index 000000000..f205f50cc --- /dev/null +++ b/svg/briefcase.svg @@ -0,0 +1,5 @@ + + +briefcase + + diff --git a/svg/british-pound.svg b/svg/british-pound.svg new file mode 100644 index 000000000..747cad056 --- /dev/null +++ b/svg/british-pound.svg @@ -0,0 +1,5 @@ + + +british-pound + + diff --git a/svg/brush.svg b/svg/brush.svg new file mode 100644 index 000000000..1293f8e31 --- /dev/null +++ b/svg/brush.svg @@ -0,0 +1,5 @@ + + +brush + + diff --git a/svg/calculator.svg b/svg/calculator.svg new file mode 100644 index 000000000..8ccdd4f7b --- /dev/null +++ b/svg/calculator.svg @@ -0,0 +1,10 @@ + + +calculator + + + + + + + diff --git a/svg/calendar.svg b/svg/calendar.svg new file mode 100644 index 000000000..ca3d0f8ad --- /dev/null +++ b/svg/calendar.svg @@ -0,0 +1,17 @@ + + +calendar + + + + + + + + + + + + + + diff --git a/svg/cart.svg b/svg/cart.svg new file mode 100644 index 000000000..9d4aa94f0 --- /dev/null +++ b/svg/cart.svg @@ -0,0 +1,7 @@ + + +cart + + + + diff --git a/svg/chart.svg b/svg/chart.svg new file mode 100644 index 000000000..839d8895d --- /dev/null +++ b/svg/chart.svg @@ -0,0 +1,7 @@ + + +chart + + + + diff --git a/svg/check.svg b/svg/check.svg new file mode 100644 index 000000000..daf48ebeb --- /dev/null +++ b/svg/check.svg @@ -0,0 +1,5 @@ + + +check + + diff --git a/svg/chevron-bottom.svg b/svg/chevron-bottom.svg new file mode 100644 index 000000000..83c3e6f63 --- /dev/null +++ b/svg/chevron-bottom.svg @@ -0,0 +1,5 @@ + + +chevron-bottom + + diff --git a/svg/chevron-left.svg b/svg/chevron-left.svg new file mode 100644 index 000000000..07b4bd6c9 --- /dev/null +++ b/svg/chevron-left.svg @@ -0,0 +1,5 @@ + + +chevron-left + + diff --git a/svg/chevron-right.svg b/svg/chevron-right.svg new file mode 100644 index 000000000..0406e883c --- /dev/null +++ b/svg/chevron-right.svg @@ -0,0 +1,5 @@ + + +chevron-right + + diff --git a/svg/chevron-top.svg b/svg/chevron-top.svg new file mode 100644 index 000000000..ecf9ca902 --- /dev/null +++ b/svg/chevron-top.svg @@ -0,0 +1,5 @@ + + +chevron-top + + diff --git a/svg/cloud-download.svg b/svg/cloud-download.svg new file mode 100644 index 000000000..0fbea03db --- /dev/null +++ b/svg/cloud-download.svg @@ -0,0 +1,6 @@ + + +cloud-download + + + diff --git a/svg/cloud-upload.svg b/svg/cloud-upload.svg new file mode 100644 index 000000000..a3e559bf5 --- /dev/null +++ b/svg/cloud-upload.svg @@ -0,0 +1,6 @@ + + +cloud-upload + + + diff --git a/svg/cloud.svg b/svg/cloud.svg new file mode 100644 index 000000000..21cf80949 --- /dev/null +++ b/svg/cloud.svg @@ -0,0 +1,5 @@ + + +cloud + + diff --git a/svg/code.svg b/svg/code.svg new file mode 100644 index 000000000..146d24ec1 --- /dev/null +++ b/svg/code.svg @@ -0,0 +1,7 @@ + + +code + + + + diff --git a/svg/comment-square.svg b/svg/comment-square.svg new file mode 100644 index 000000000..8f60d0167 --- /dev/null +++ b/svg/comment-square.svg @@ -0,0 +1,5 @@ + + +comment-square + + diff --git a/svg/credit-card.svg b/svg/credit-card.svg new file mode 100644 index 000000000..179805253 --- /dev/null +++ b/svg/credit-card.svg @@ -0,0 +1,7 @@ + + +credit-card + + + + diff --git a/svg/cursor.svg b/svg/cursor.svg new file mode 100644 index 000000000..063e8ca81 --- /dev/null +++ b/svg/cursor.svg @@ -0,0 +1,5 @@ + + +cursor + + diff --git a/svg/dollar.svg b/svg/dollar.svg new file mode 100644 index 000000000..7e00175aa --- /dev/null +++ b/svg/dollar.svg @@ -0,0 +1,5 @@ + + +dollar + + diff --git a/svg/envelope-closed.svg b/svg/envelope-closed.svg new file mode 100644 index 000000000..80c10e0d5 --- /dev/null +++ b/svg/envelope-closed.svg @@ -0,0 +1,5 @@ + + +envelope-closed + + diff --git a/svg/envelope-letter.svg b/svg/envelope-letter.svg new file mode 100644 index 000000000..35464a80c --- /dev/null +++ b/svg/envelope-letter.svg @@ -0,0 +1,5 @@ + + +envelope-letter + + diff --git a/svg/envelope-open.svg b/svg/envelope-open.svg new file mode 100644 index 000000000..cdf55fb2b --- /dev/null +++ b/svg/envelope-open.svg @@ -0,0 +1,5 @@ + + +envelope-open + + diff --git a/svg/euro.svg b/svg/euro.svg new file mode 100644 index 000000000..0273a3fab --- /dev/null +++ b/svg/euro.svg @@ -0,0 +1,5 @@ + + +euro + + diff --git a/svg/file.svg b/svg/file.svg new file mode 100644 index 000000000..f04853ef9 --- /dev/null +++ b/svg/file.svg @@ -0,0 +1,5 @@ + + +file + + diff --git a/svg/globe.svg b/svg/globe.svg new file mode 100644 index 000000000..1b15f54de --- /dev/null +++ b/svg/globe.svg @@ -0,0 +1,5 @@ + + +globe + + diff --git a/svg/graph.svg b/svg/graph.svg new file mode 100644 index 000000000..6c483d2d9 --- /dev/null +++ b/svg/graph.svg @@ -0,0 +1,5 @@ + + +graph + + diff --git a/svg/home.svg b/svg/home.svg new file mode 100644 index 000000000..e358cdc52 --- /dev/null +++ b/svg/home.svg @@ -0,0 +1,5 @@ + + +home + + diff --git a/svg/inbox.svg b/svg/inbox.svg new file mode 100644 index 000000000..96527ed68 --- /dev/null +++ b/svg/inbox.svg @@ -0,0 +1,5 @@ + + +inbox + + diff --git a/svg/info.svg b/svg/info.svg new file mode 100644 index 000000000..c67360ecf --- /dev/null +++ b/svg/info.svg @@ -0,0 +1,7 @@ + + +info + + + + diff --git a/svg/italic.svg b/svg/italic.svg new file mode 100644 index 000000000..7ca0d3a11 --- /dev/null +++ b/svg/italic.svg @@ -0,0 +1,6 @@ + + +italic + + + diff --git a/svg/justify-center.svg b/svg/justify-center.svg new file mode 100644 index 000000000..ec767c227 --- /dev/null +++ b/svg/justify-center.svg @@ -0,0 +1,9 @@ + + +justify-center + + + + + + diff --git a/svg/justify-left.svg b/svg/justify-left.svg new file mode 100644 index 000000000..35922799d --- /dev/null +++ b/svg/justify-left.svg @@ -0,0 +1,9 @@ + + +justify-left + + + + + + diff --git a/svg/justify-right.svg b/svg/justify-right.svg new file mode 100644 index 000000000..4eea6529b --- /dev/null +++ b/svg/justify-right.svg @@ -0,0 +1,9 @@ + + +justify-right + + + + + + diff --git a/svg/laptop.svg b/svg/laptop.svg new file mode 100644 index 000000000..4ffa34117 --- /dev/null +++ b/svg/laptop.svg @@ -0,0 +1,6 @@ + + +laptop + + + diff --git a/svg/layers.svg b/svg/layers.svg new file mode 100644 index 000000000..bbd01597b --- /dev/null +++ b/svg/layers.svg @@ -0,0 +1,7 @@ + + +layers + + + + diff --git a/svg/lightbulb.svg b/svg/lightbulb.svg new file mode 100644 index 000000000..85a6ebf1a --- /dev/null +++ b/svg/lightbulb.svg @@ -0,0 +1,5 @@ + + +lightbulb + + diff --git a/svg/list.svg b/svg/list.svg new file mode 100644 index 000000000..5eee4074a --- /dev/null +++ b/svg/list.svg @@ -0,0 +1,10 @@ + + +list + + + + + + + diff --git a/svg/location-pin.svg b/svg/location-pin.svg new file mode 100644 index 000000000..a2aff969d --- /dev/null +++ b/svg/location-pin.svg @@ -0,0 +1,6 @@ + + +location-pin + + + diff --git a/svg/lock-locked.svg b/svg/lock-locked.svg new file mode 100644 index 000000000..16a635998 --- /dev/null +++ b/svg/lock-locked.svg @@ -0,0 +1,5 @@ + + +lock-locked + + diff --git a/svg/lock-unlocked.svg b/svg/lock-unlocked.svg new file mode 100644 index 000000000..d8804f48f --- /dev/null +++ b/svg/lock-unlocked.svg @@ -0,0 +1,5 @@ + + +lock-unlocked + + diff --git a/svg/magnifying-glass.svg b/svg/magnifying-glass.svg new file mode 100644 index 000000000..9133063b8 --- /dev/null +++ b/svg/magnifying-glass.svg @@ -0,0 +1,5 @@ + + +magnifying-glass + + diff --git a/svg/map.svg b/svg/map.svg new file mode 100644 index 000000000..43e239614 --- /dev/null +++ b/svg/map.svg @@ -0,0 +1,5 @@ + + +map + + diff --git a/svg/monitor.svg b/svg/monitor.svg new file mode 100644 index 000000000..ebe8db41b --- /dev/null +++ b/svg/monitor.svg @@ -0,0 +1,6 @@ + + +monitor + + + diff --git a/svg/moon.svg b/svg/moon.svg new file mode 100644 index 000000000..6523ae5bb --- /dev/null +++ b/svg/moon.svg @@ -0,0 +1,5 @@ + + +moon + + diff --git a/svg/note.svg b/svg/note.svg new file mode 100644 index 000000000..2a1908c5b --- /dev/null +++ b/svg/note.svg @@ -0,0 +1,6 @@ + + +note + + + diff --git a/svg/options.svg b/svg/options.svg new file mode 100644 index 000000000..a0b786db5 --- /dev/null +++ b/svg/options.svg @@ -0,0 +1,7 @@ + + +options + + + + diff --git a/svg/paperclip.svg b/svg/paperclip.svg new file mode 100644 index 000000000..e566d5fab --- /dev/null +++ b/svg/paperclip.svg @@ -0,0 +1,5 @@ + + +paperclip + + diff --git a/svg/pencil.svg b/svg/pencil.svg new file mode 100644 index 000000000..aed4bbe4c --- /dev/null +++ b/svg/pencil.svg @@ -0,0 +1,5 @@ + + +pencil + + diff --git a/svg/people.svg b/svg/people.svg new file mode 100644 index 000000000..b46376a70 --- /dev/null +++ b/svg/people.svg @@ -0,0 +1,6 @@ + + +people + + + diff --git a/svg/phone.svg b/svg/phone.svg new file mode 100644 index 000000000..83dd2a0f9 --- /dev/null +++ b/svg/phone.svg @@ -0,0 +1,5 @@ + + +phone + + diff --git a/svg/print.svg b/svg/print.svg new file mode 100644 index 000000000..b529f582e --- /dev/null +++ b/svg/print.svg @@ -0,0 +1,7 @@ + + +print + + + + diff --git a/svg/puzzle.svg b/svg/puzzle.svg new file mode 100644 index 000000000..7840b9aa9 --- /dev/null +++ b/svg/puzzle.svg @@ -0,0 +1,5 @@ + + +puzzle + + diff --git a/svg/rss.svg b/svg/rss.svg new file mode 100644 index 000000000..825c50168 --- /dev/null +++ b/svg/rss.svg @@ -0,0 +1,8 @@ + + +rss + + + + + diff --git a/svg/screen-desktop.svg b/svg/screen-desktop.svg new file mode 100644 index 000000000..11e86bacb --- /dev/null +++ b/svg/screen-desktop.svg @@ -0,0 +1,5 @@ + + +screen-desktop + + diff --git a/svg/screen-smartphone.svg b/svg/screen-smartphone.svg new file mode 100644 index 000000000..a0f672dcd --- /dev/null +++ b/svg/screen-smartphone.svg @@ -0,0 +1,7 @@ + + +screen-smartphone + + + + diff --git a/svg/settings.svg b/svg/settings.svg new file mode 100644 index 000000000..34a33ad82 --- /dev/null +++ b/svg/settings.svg @@ -0,0 +1,6 @@ + + +settings + + + diff --git a/svg/share.svg b/svg/share.svg new file mode 100644 index 000000000..32c6b9b6c --- /dev/null +++ b/svg/share.svg @@ -0,0 +1,5 @@ + + +share + + diff --git a/svg/shield.svg b/svg/shield.svg new file mode 100644 index 000000000..e57e89b46 --- /dev/null +++ b/svg/shield.svg @@ -0,0 +1,5 @@ + + +shield + + diff --git a/svg/sort-ascending.svg b/svg/sort-ascending.svg new file mode 100644 index 000000000..026abb9c5 --- /dev/null +++ b/svg/sort-ascending.svg @@ -0,0 +1,9 @@ + + +sort-ascending + + + + + + diff --git a/svg/sort-descending.svg b/svg/sort-descending.svg new file mode 100644 index 000000000..51de9e877 --- /dev/null +++ b/svg/sort-descending.svg @@ -0,0 +1,9 @@ + + +sort-descending + + + + + + diff --git a/svg/speech.svg b/svg/speech.svg new file mode 100644 index 000000000..8aee0fc26 --- /dev/null +++ b/svg/speech.svg @@ -0,0 +1,8 @@ + + +speech + + + + + diff --git a/svg/speedometer.svg b/svg/speedometer.svg new file mode 100644 index 000000000..b8b3af3f7 --- /dev/null +++ b/svg/speedometer.svg @@ -0,0 +1,10 @@ + + +speedometer + + + + + + + diff --git a/svg/star.svg b/svg/star.svg new file mode 100644 index 000000000..ada297faa --- /dev/null +++ b/svg/star.svg @@ -0,0 +1,5 @@ + + +star + + diff --git a/svg/sun.svg b/svg/sun.svg new file mode 100644 index 000000000..cb9ad05de --- /dev/null +++ b/svg/sun.svg @@ -0,0 +1,13 @@ + + +sun + + + + + + + + + + diff --git a/svg/tablet.svg b/svg/tablet.svg new file mode 100644 index 000000000..55da49739 --- /dev/null +++ b/svg/tablet.svg @@ -0,0 +1,6 @@ + + +tablet + + + diff --git a/svg/tags.svg b/svg/tags.svg new file mode 100644 index 000000000..4672d0b5b --- /dev/null +++ b/svg/tags.svg @@ -0,0 +1,7 @@ + + +tags + + + + diff --git a/svg/thumb-down.svg b/svg/thumb-down.svg new file mode 100644 index 000000000..4140f5dd5 --- /dev/null +++ b/svg/thumb-down.svg @@ -0,0 +1,6 @@ + + +thumb-down + + + diff --git a/svg/thumb-up.svg b/svg/thumb-up.svg new file mode 100644 index 000000000..af014ef42 --- /dev/null +++ b/svg/thumb-up.svg @@ -0,0 +1,6 @@ + + +thumb-up + + + diff --git a/svg/trash.svg b/svg/trash.svg new file mode 100644 index 000000000..e7cfaee1b --- /dev/null +++ b/svg/trash.svg @@ -0,0 +1,9 @@ + + +trash + + + + + + diff --git a/svg/underline.svg b/svg/underline.svg new file mode 100644 index 000000000..aa1676e4b --- /dev/null +++ b/svg/underline.svg @@ -0,0 +1,7 @@ + + +underline + + + + diff --git a/svg/user-female.svg b/svg/user-female.svg new file mode 100644 index 000000000..feb2e6cf1 --- /dev/null +++ b/svg/user-female.svg @@ -0,0 +1,5 @@ + + +user-female + + diff --git a/svg/user-follow.svg b/svg/user-follow.svg new file mode 100644 index 000000000..3933817e4 --- /dev/null +++ b/svg/user-follow.svg @@ -0,0 +1,6 @@ + + +user-follow + + + diff --git a/svg/user-unfollow.svg b/svg/user-unfollow.svg new file mode 100644 index 000000000..7908708a4 --- /dev/null +++ b/svg/user-unfollow.svg @@ -0,0 +1,6 @@ + + +user-unfollow + + + diff --git a/svg/user.svg b/svg/user.svg new file mode 100644 index 000000000..c79129a05 --- /dev/null +++ b/svg/user.svg @@ -0,0 +1,5 @@ + + +user + + diff --git a/svg/yen.svg b/svg/yen.svg new file mode 100644 index 000000000..ca09d2ebe --- /dev/null +++ b/svg/yen.svg @@ -0,0 +1,5 @@ + + +yen + +