From b25a67dc0f3bdd1251b1a02197c519fb35052346 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 13:59:21 -0700 Subject: [PATCH 01/58] Add svgo --- package.json | 3 ++- style.css | 6 +++++- svgo-config.yml | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 svgo-config.yml diff --git a/package.json b/package.json index b69bc60..21f5033 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "license": "MIT", "devDependencies": { "onchange": "^3.2.1", - "parallelshell": "^2.0.0" + "parallelshell": "^2.0.0", + "svgo": "^0.7.2" } } diff --git a/style.css b/style.css index bcf9b5c..23c7002 100644 --- a/style.css +++ b/style.css @@ -40,10 +40,14 @@ box-sizing: content-box; } -.icon svg { +.icon [stroke] { stroke: currentColor; } +.icon [fill]:not([fill=none]) { + fill: currentColor; +} + .tooltip { position: absolute; top: calc(100% + 1rem); diff --git a/svgo-config.yml b/svgo-config.yml new file mode 100644 index 0000000..38a34f3 --- /dev/null +++ b/svgo-config.yml @@ -0,0 +1,3 @@ +plugins: + - removeTitle: true + - convertShapeToPath: false From dcef0041cc689ab7cbf34bf8156c22251819abf4 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 14:00:24 -0700 Subject: [PATCH 02/58] Format svgs --- icons/activity.svg | 4 ++-- icons/airplay.svg | 6 +++--- icons/alert-circle.svg | 8 ++++---- icons/alert-octagon.svg | 8 ++++---- icons/alert-triangle.svg | 8 ++++---- icons/align-center.svg | 10 +++++----- icons/align-justify.svg | 10 +++++----- icons/align-left.svg | 10 +++++----- icons/align-right.svg | 10 +++++----- icons/anchor.svg | 8 ++++---- icons/aperture.svg | 16 ++++++++-------- icons/arrow-down.svg | 6 +++--- icons/arrow-left.svg | 6 +++--- icons/arrow-right.svg | 6 +++--- icons/arrow-up.svg | 6 +++--- icons/at-sign.svg | 6 +++--- icons/award.svg | 6 +++--- icons/bar-chart-2.svg | 8 ++++---- icons/bar-chart.svg | 8 ++++---- icons/battery.svg | 6 +++--- icons/bell-off.svg | 8 +++----- icons/bell.svg | 5 ++--- icons/bluetooth.svg | 4 ++-- icons/book.svg | 6 +++--- icons/bookmark.svg | 4 ++-- icons/box.svg | 8 ++++---- icons/briefcase.svg | 6 +++--- icons/calendar.svg | 10 +++++----- icons/camera-off.svg | 8 +++----- icons/camera.svg | 6 +++--- icons/check-circle.svg | 6 +++--- icons/check-square.svg | 6 +++--- icons/check.svg | 4 ++-- icons/chevron-down.svg | 4 ++-- icons/chevron-left.svg | 4 ++-- icons/chevron-right.svg | 4 ++-- icons/chevron-up.svg | 4 ++-- icons/chrome.svg | 12 ++++++------ icons/circle.svg | 4 ++-- icons/clipboard.svg | 6 +++--- icons/clock.svg | 6 +++--- icons/cloud-off.svg | 7 +++---- icons/cloud.svg | 4 ++-- icons/cog.svg | 6 +++--- icons/command.svg | 4 ++-- icons/comment-circle.svg | 4 ++-- icons/comment-square.svg | 4 ++-- icons/cpu.svg | 22 +++++++++++----------- icons/crosshair.svg | 12 ++++++------ icons/delete.svg | 8 ++++---- icons/disc.svg | 6 +++--- icons/download-cloud.svg | 8 ++++---- icons/download.svg | 8 ++++---- icons/droplet.svg | 4 ++-- icons/edit.svg | 6 +++--- icons/external-link.svg | 8 ++++---- icons/eye-off.svg | 8 +++----- icons/eye.svg | 6 +++--- icons/facebook.svg | 4 ++-- icons/fast-forward.svg | 6 +++--- icons/feather.svg | 6 +++--- icons/file.svg | 6 +++--- icons/filter.svg | 4 ++-- icons/flag.svg | 6 +++--- icons/folder.svg | 4 ++-- icons/globe.svg | 8 ++++---- icons/grid.svg | 10 +++++----- icons/hash.svg | 8 ++++---- icons/headphones.svg | 7 +++---- icons/heart.svg | 4 ++-- icons/home.svg | 6 +++--- icons/image.svg | 8 ++++---- icons/inbox.svg | 6 +++--- icons/info.svg | 8 ++++---- icons/instagram.svg | 8 ++++---- icons/layers.svg | 8 ++++---- icons/layout.svg | 8 ++++---- icons/life-buoy.svg | 16 ++++++++-------- icons/loader.svg | 18 +++++++++--------- icons/location.svg | 4 ++-- icons/lock.svg | 6 +++--- icons/mail.svg | 6 +++--- icons/map-pin.svg | 6 +++--- icons/map.svg | 8 ++++---- icons/maximize-2.svg | 10 +++++----- icons/maximize.svg | 7 ++----- icons/menu.svg | 8 ++++---- icons/mic-off.svg | 14 ++++++-------- icons/mic.svg | 10 +++++----- icons/minimize-2.svg | 10 +++++----- icons/minimize.svg | 7 ++----- icons/minus-circle.svg | 6 +++--- icons/minus-square.svg | 6 +++--- icons/minus.svg | 4 ++-- icons/monitor.svg | 8 ++++---- icons/moon.svg | 4 ++-- icons/more-horizontal.svg | 8 ++++---- icons/more-vertical.svg | 8 ++++---- icons/move.svg | 14 +++++++------- icons/music.svg | 7 +++---- icons/octagon.svg | 4 ++-- icons/pause.svg | 6 +++--- icons/phone-call.svg | 6 ++---- icons/phone-forwarded.svg | 8 ++++---- icons/phone-incoming.svg | 8 ++++---- icons/phone-missed.svg | 8 ++++---- icons/phone-off.svg | 7 +++---- icons/phone-outgoing.svg | 8 ++++---- icons/phone.svg | 4 ++-- icons/pie-chart.svg | 6 +++--- icons/play.svg | 4 ++-- icons/plus-circle.svg | 8 ++++---- icons/plus-square.svg | 8 ++++---- icons/plus.svg | 6 +++--- icons/pocket.svg | 6 +++--- icons/power.svg | 6 +++--- icons/printer.svg | 8 ++++---- icons/radio.svg | 9 +++------ icons/refresh-ccw.svg | 9 ++++----- icons/refresh-cw.svg | 9 ++++----- icons/rewind.svg | 6 +++--- icons/rotate-ccw.svg | 6 +++--- icons/rotate-cw.svg | 6 +++--- icons/scissors.svg | 12 ++++++------ icons/search.svg | 6 +++--- icons/share.svg | 12 ++++++------ icons/shuffle.svg | 12 ++++++------ icons/skip-back.svg | 6 +++--- icons/skip-forward.svg | 6 +++--- icons/slash.svg | 6 +++--- icons/square.svg | 4 ++-- icons/star.svg | 4 ++-- icons/sun.svg | 20 ++++++++++---------- icons/sunrise.svg | 18 +++++++++--------- icons/sunset.svg | 18 +++++++++--------- icons/tag.svg | 6 +++--- icons/target.svg | 8 ++++---- icons/thermometer.svg | 4 ++-- icons/thumbs-down.svg | 5 ++--- icons/thumbs-up.svg | 5 ++--- icons/toggle-left.svg | 6 +++--- icons/toggle-right.svg | 6 +++--- icons/trash-2.svg | 11 +++++------ icons/trash.svg | 7 +++---- icons/triangle.svg | 4 ++-- icons/twitter.svg | 4 ++-- icons/umbrella.svg | 5 ++--- icons/unlock.svg | 6 +++--- icons/upload-cloud.svg | 10 +++++----- icons/upload.svg | 8 ++++---- icons/user-minus.svg | 7 +++---- icons/user-plus.svg | 9 ++++----- icons/user.svg | 5 ++--- icons/video-off.svg | 7 +++---- icons/video.svg | 6 +++--- icons/watch.svg | 9 ++++----- icons/wifi.svg | 8 +++----- icons/wind.svg | 6 ++---- icons/x-circle.svg | 8 ++++---- icons/x-square.svg | 8 ++++---- icons/x.svg | 6 +++--- icons/zap.svg | 4 ++-- icons/zoom-in.svg | 10 +++++----- icons/zoom-out.svg | 8 ++++---- 164 files changed, 581 insertions(+), 621 deletions(-) diff --git a/icons/activity.svg b/icons/activity.svg index 2bff8e6..3584132 100644 --- a/icons/activity.svg +++ b/icons/activity.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/airplay.svg b/icons/airplay.svg index 6edad76..427e2c7 100644 --- a/icons/airplay.svg +++ b/icons/airplay.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/alert-circle.svg b/icons/alert-circle.svg index bcb3594..280aa31 100644 --- a/icons/alert-circle.svg +++ b/icons/alert-circle.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/alert-octagon.svg b/icons/alert-octagon.svg index 4d77d3a..cf6765d 100644 --- a/icons/alert-octagon.svg +++ b/icons/alert-octagon.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/alert-triangle.svg b/icons/alert-triangle.svg index 20a2b14..c32b76d 100644 --- a/icons/alert-triangle.svg +++ b/icons/alert-triangle.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/align-center.svg b/icons/align-center.svg index ab2f80e..9e48a28 100644 --- a/icons/align-center.svg +++ b/icons/align-center.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/align-justify.svg b/icons/align-justify.svg index 3bb6042..cb9c9bf 100644 --- a/icons/align-justify.svg +++ b/icons/align-justify.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/align-left.svg b/icons/align-left.svg index d93cde7..0854522 100644 --- a/icons/align-left.svg +++ b/icons/align-left.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/align-right.svg b/icons/align-right.svg index 0d2177b..72708c2 100644 --- a/icons/align-right.svg +++ b/icons/align-right.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/anchor.svg b/icons/anchor.svg index 65d06d3..d87888f 100644 --- a/icons/anchor.svg +++ b/icons/anchor.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/aperture.svg b/icons/aperture.svg index f1038ad..dcc35ba 100644 --- a/icons/aperture.svg +++ b/icons/aperture.svg @@ -1,9 +1,9 @@ - - - - - - - - \ No newline at end of file + + + + + + + + diff --git a/icons/arrow-down.svg b/icons/arrow-down.svg index 39baaf5..edf0f16 100644 --- a/icons/arrow-down.svg +++ b/icons/arrow-down.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/arrow-left.svg b/icons/arrow-left.svg index 0b0730a..bde05e4 100644 --- a/icons/arrow-left.svg +++ b/icons/arrow-left.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/arrow-right.svg b/icons/arrow-right.svg index a6c4a28..a3195a2 100644 --- a/icons/arrow-right.svg +++ b/icons/arrow-right.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/arrow-up.svg b/icons/arrow-up.svg index 3a61556..63994a4 100644 --- a/icons/arrow-up.svg +++ b/icons/arrow-up.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/at-sign.svg b/icons/at-sign.svg index d4bdb9d..0d62e47 100644 --- a/icons/at-sign.svg +++ b/icons/at-sign.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/award.svg b/icons/award.svg index d176c79..a8206b5 100644 --- a/icons/award.svg +++ b/icons/award.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/bar-chart-2.svg b/icons/bar-chart-2.svg index edcc64f..93b76db 100644 --- a/icons/bar-chart-2.svg +++ b/icons/bar-chart-2.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/bar-chart.svg b/icons/bar-chart.svg index ee72572..ac2c44b 100644 --- a/icons/bar-chart.svg +++ b/icons/bar-chart.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/battery.svg b/icons/battery.svg index d48c4f3..42f99b9 100644 --- a/icons/battery.svg +++ b/icons/battery.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/bell-off.svg b/icons/bell-off.svg index dc25dac..9b27599 100644 --- a/icons/bell-off.svg +++ b/icons/bell-off.svg @@ -1,6 +1,4 @@ - - - - - \ No newline at end of file + + + diff --git a/icons/bell.svg b/icons/bell.svg index c1bd882..a201880 100644 --- a/icons/bell.svg +++ b/icons/bell.svg @@ -1,4 +1,3 @@ - - - \ No newline at end of file + + diff --git a/icons/bluetooth.svg b/icons/bluetooth.svg index dc5e512..4fdf7e8 100644 --- a/icons/bluetooth.svg +++ b/icons/bluetooth.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/book.svg b/icons/book.svg index 07073cc..d081df9 100644 --- a/icons/book.svg +++ b/icons/book.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/bookmark.svg b/icons/bookmark.svg index 20a1918..2852ebb 100644 --- a/icons/bookmark.svg +++ b/icons/bookmark.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/box.svg b/icons/box.svg index a44d1ae..10f8c5d 100644 --- a/icons/box.svg +++ b/icons/box.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/briefcase.svg b/icons/briefcase.svg index 5aff6cd..d8257d8 100644 --- a/icons/briefcase.svg +++ b/icons/briefcase.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/calendar.svg b/icons/calendar.svg index 8d92be9..0030bb9 100644 --- a/icons/calendar.svg +++ b/icons/calendar.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/camera-off.svg b/icons/camera-off.svg index 226b370..a5ac871 100644 --- a/icons/camera-off.svg +++ b/icons/camera-off.svg @@ -1,6 +1,4 @@ - - - - - \ No newline at end of file + + + diff --git a/icons/camera.svg b/icons/camera.svg index e99d16f..3ffe3da 100644 --- a/icons/camera.svg +++ b/icons/camera.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/check-circle.svg b/icons/check-circle.svg index 80b010a..720c2f1 100644 --- a/icons/check-circle.svg +++ b/icons/check-circle.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/check-square.svg b/icons/check-square.svg index ad593e7..0868480 100644 --- a/icons/check-square.svg +++ b/icons/check-square.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/check.svg b/icons/check.svg index f053b26..9351e77 100644 --- a/icons/check.svg +++ b/icons/check.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/chevron-down.svg b/icons/chevron-down.svg index 51d25f1..e44c572 100644 --- a/icons/chevron-down.svg +++ b/icons/chevron-down.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/chevron-left.svg b/icons/chevron-left.svg index c53807d..0d57c8a 100644 --- a/icons/chevron-left.svg +++ b/icons/chevron-left.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/chevron-right.svg b/icons/chevron-right.svg index 4ac09ce..aa62be5 100644 --- a/icons/chevron-right.svg +++ b/icons/chevron-right.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/chevron-up.svg b/icons/chevron-up.svg index eccabe8..27f7bb7 100644 --- a/icons/chevron-up.svg +++ b/icons/chevron-up.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/chrome.svg b/icons/chrome.svg index 207d7a9..6f17bd2 100644 --- a/icons/chrome.svg +++ b/icons/chrome.svg @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/circle.svg b/icons/circle.svg index f6750a0..8b9ba61 100644 --- a/icons/circle.svg +++ b/icons/circle.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/clipboard.svg b/icons/clipboard.svg index df73949..e4ba7f6 100644 --- a/icons/clipboard.svg +++ b/icons/clipboard.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/clock.svg b/icons/clock.svg index c218edd..a793880 100644 --- a/icons/clock.svg +++ b/icons/clock.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/cloud-off.svg b/icons/cloud-off.svg index 68f43f1..556fadf 100644 --- a/icons/cloud-off.svg +++ b/icons/cloud-off.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/cloud.svg b/icons/cloud.svg index 938302a..cb6087f 100644 --- a/icons/cloud.svg +++ b/icons/cloud.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/cog.svg b/icons/cog.svg index 3735b5f..cb9bcef 100644 --- a/icons/cog.svg +++ b/icons/cog.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/command.svg b/icons/command.svg index c629e26..4135d14 100644 --- a/icons/command.svg +++ b/icons/command.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/comment-circle.svg b/icons/comment-circle.svg index 20c6935..c263358 100644 --- a/icons/comment-circle.svg +++ b/icons/comment-circle.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/comment-square.svg b/icons/comment-square.svg index a5a4ed7..33e4b91 100644 --- a/icons/comment-square.svg +++ b/icons/comment-square.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/cpu.svg b/icons/cpu.svg index 1d9173a..26d36fc 100644 --- a/icons/cpu.svg +++ b/icons/cpu.svg @@ -1,12 +1,12 @@ - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + diff --git a/icons/crosshair.svg b/icons/crosshair.svg index cf41eb5..e82aa6a 100644 --- a/icons/crosshair.svg +++ b/icons/crosshair.svg @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/delete.svg b/icons/delete.svg index 9564f92..830dab7 100644 --- a/icons/delete.svg +++ b/icons/delete.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/disc.svg b/icons/disc.svg index c43642b..bd80b99 100644 --- a/icons/disc.svg +++ b/icons/disc.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/download-cloud.svg b/icons/download-cloud.svg index 3bd0128..623f805 100644 --- a/icons/download-cloud.svg +++ b/icons/download-cloud.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/download.svg b/icons/download.svg index 29ec61f..5af8946 100644 --- a/icons/download.svg +++ b/icons/download.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/droplet.svg b/icons/droplet.svg index ba636a8..a3fad76 100644 --- a/icons/droplet.svg +++ b/icons/droplet.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/edit.svg b/icons/edit.svg index 17adda7..045f38b 100644 --- a/icons/edit.svg +++ b/icons/edit.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/external-link.svg b/icons/external-link.svg index bb42e42..fdbcd4c 100644 --- a/icons/external-link.svg +++ b/icons/external-link.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/eye-off.svg b/icons/eye-off.svg index 63f8f70..1d84617 100644 --- a/icons/eye-off.svg +++ b/icons/eye-off.svg @@ -1,6 +1,4 @@ - - - - - \ No newline at end of file + + + diff --git a/icons/eye.svg b/icons/eye.svg index 8071571..25ef86f 100644 --- a/icons/eye.svg +++ b/icons/eye.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/facebook.svg b/icons/facebook.svg index 4f7ab97..608ff27 100644 --- a/icons/facebook.svg +++ b/icons/facebook.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/fast-forward.svg b/icons/fast-forward.svg index d9c76e4..b2cfd53 100644 --- a/icons/fast-forward.svg +++ b/icons/fast-forward.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/feather.svg b/icons/feather.svg index d40a254..92e51f9 100644 --- a/icons/feather.svg +++ b/icons/feather.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/icons/file.svg b/icons/file.svg index 59d810a..97ea233 100644 --- a/icons/file.svg +++ b/icons/file.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/filter.svg b/icons/filter.svg index 187f9bf..94e0f2e 100644 --- a/icons/filter.svg +++ b/icons/filter.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/flag.svg b/icons/flag.svg index 49ee08b..5c98d0a 100644 --- a/icons/flag.svg +++ b/icons/flag.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/folder.svg b/icons/folder.svg index 2b61b32..7019d98 100644 --- a/icons/folder.svg +++ b/icons/folder.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/globe.svg b/icons/globe.svg index 5a01c2b..8336543 100644 --- a/icons/globe.svg +++ b/icons/globe.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/grid.svg b/icons/grid.svg index 4cbc048..51c791d 100644 --- a/icons/grid.svg +++ b/icons/grid.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/hash.svg b/icons/hash.svg index b6a7b5f..375058e 100644 --- a/icons/hash.svg +++ b/icons/hash.svg @@ -1,6 +1,6 @@ - - - - + + + + diff --git a/icons/headphones.svg b/icons/headphones.svg index 99cf296..1ea46c3 100644 --- a/icons/headphones.svg +++ b/icons/headphones.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/heart.svg b/icons/heart.svg index 029452a..6d38a9a 100644 --- a/icons/heart.svg +++ b/icons/heart.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/home.svg b/icons/home.svg index 991edf8..6baccc0 100644 --- a/icons/home.svg +++ b/icons/home.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/image.svg b/icons/image.svg index af9508c..6feaa97 100644 --- a/icons/image.svg +++ b/icons/image.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/inbox.svg b/icons/inbox.svg index b8b9d55..d19a480 100644 --- a/icons/inbox.svg +++ b/icons/inbox.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/info.svg b/icons/info.svg index 55e75ea..a09af66 100644 --- a/icons/info.svg +++ b/icons/info.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/instagram.svg b/icons/instagram.svg index 55beb63..9505c4d 100644 --- a/icons/instagram.svg +++ b/icons/instagram.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/layers.svg b/icons/layers.svg index 3ac1c89..631d4e7 100644 --- a/icons/layers.svg +++ b/icons/layers.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/layout.svg b/icons/layout.svg index 4f20e54..7dd79c1 100644 --- a/icons/layout.svg +++ b/icons/layout.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/life-buoy.svg b/icons/life-buoy.svg index 6836a02..ce923db 100644 --- a/icons/life-buoy.svg +++ b/icons/life-buoy.svg @@ -1,9 +1,9 @@ - - - - - - - - \ No newline at end of file + + + + + + + + diff --git a/icons/loader.svg b/icons/loader.svg index afdfdd1..12a105b 100644 --- a/icons/loader.svg +++ b/icons/loader.svg @@ -1,10 +1,10 @@ - - - - - - - - - \ No newline at end of file + + + + + + + + + diff --git a/icons/location.svg b/icons/location.svg index 4b42f19..84acfa4 100644 --- a/icons/location.svg +++ b/icons/location.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/lock.svg b/icons/lock.svg index 7a05bdd..1fbe746 100644 --- a/icons/lock.svg +++ b/icons/lock.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/mail.svg b/icons/mail.svg index e5eff47..4dddcc6 100644 --- a/icons/mail.svg +++ b/icons/mail.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/map-pin.svg b/icons/map-pin.svg index a7358a2..f21bb76 100644 --- a/icons/map-pin.svg +++ b/icons/map-pin.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/map.svg b/icons/map.svg index 7514845..d0b761a 100644 --- a/icons/map.svg +++ b/icons/map.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/maximize-2.svg b/icons/maximize-2.svg index fb738f0..a6d95a0 100644 --- a/icons/maximize-2.svg +++ b/icons/maximize-2.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/maximize.svg b/icons/maximize.svg index 13d6721..de1046e 100644 --- a/icons/maximize.svg +++ b/icons/maximize.svg @@ -1,6 +1,3 @@ - - - - - \ No newline at end of file + + diff --git a/icons/menu.svg b/icons/menu.svg index 1f35e3e..3a73c86 100644 --- a/icons/menu.svg +++ b/icons/menu.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/mic-off.svg b/icons/mic-off.svg index 296ff34..c957669 100644 --- a/icons/mic-off.svg +++ b/icons/mic-off.svg @@ -1,9 +1,7 @@ - - - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/mic.svg b/icons/mic.svg index f6b5ef4..513b949 100644 --- a/icons/mic.svg +++ b/icons/mic.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/minimize-2.svg b/icons/minimize-2.svg index dc15014..f4e9814 100644 --- a/icons/minimize-2.svg +++ b/icons/minimize-2.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/minimize.svg b/icons/minimize.svg index 013ead9..863bc80 100644 --- a/icons/minimize.svg +++ b/icons/minimize.svg @@ -1,6 +1,3 @@ - - - - - \ No newline at end of file + + diff --git a/icons/minus-circle.svg b/icons/minus-circle.svg index 4ce8303..bd01962 100644 --- a/icons/minus-circle.svg +++ b/icons/minus-circle.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/minus-square.svg b/icons/minus-square.svg index d30ad44..0ea5245 100644 --- a/icons/minus-square.svg +++ b/icons/minus-square.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/minus.svg b/icons/minus.svg index 3ecbda9..4e0512a 100644 --- a/icons/minus.svg +++ b/icons/minus.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/monitor.svg b/icons/monitor.svg index e2335c3..72f3eed 100644 --- a/icons/monitor.svg +++ b/icons/monitor.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/moon.svg b/icons/moon.svg index 029585f..eb7ac7b 100644 --- a/icons/moon.svg +++ b/icons/moon.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/more-horizontal.svg b/icons/more-horizontal.svg index 7ed884e..47b83ba 100644 --- a/icons/more-horizontal.svg +++ b/icons/more-horizontal.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/more-vertical.svg b/icons/more-vertical.svg index 40ff285..adce645 100644 --- a/icons/more-vertical.svg +++ b/icons/more-vertical.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/move.svg b/icons/move.svg index b3151dc..71898d7 100644 --- a/icons/move.svg +++ b/icons/move.svg @@ -1,8 +1,8 @@ - - - - - - - \ No newline at end of file + + + + + + + diff --git a/icons/music.svg b/icons/music.svg index 592abe2..0c6ce78 100644 --- a/icons/music.svg +++ b/icons/music.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/octagon.svg b/icons/octagon.svg index 9837501..425123d 100644 --- a/icons/octagon.svg +++ b/icons/octagon.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/pause.svg b/icons/pause.svg index 1244431..bec3307 100644 --- a/icons/pause.svg +++ b/icons/pause.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/phone-call.svg b/icons/phone-call.svg index 3547b77..d328026 100644 --- a/icons/phone-call.svg +++ b/icons/phone-call.svg @@ -1,5 +1,3 @@ - - - - \ No newline at end of file + + diff --git a/icons/phone-forwarded.svg b/icons/phone-forwarded.svg index 6ad3f57..0b7b6ec 100644 --- a/icons/phone-forwarded.svg +++ b/icons/phone-forwarded.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/phone-incoming.svg b/icons/phone-incoming.svg index 4827858..d24df2c 100644 --- a/icons/phone-incoming.svg +++ b/icons/phone-incoming.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/phone-missed.svg b/icons/phone-missed.svg index 47534ea..9e73774 100644 --- a/icons/phone-missed.svg +++ b/icons/phone-missed.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/phone-off.svg b/icons/phone-off.svg index 9743c9c..d06f571 100644 --- a/icons/phone-off.svg +++ b/icons/phone-off.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/phone-outgoing.svg b/icons/phone-outgoing.svg index 08d1e8e..14facf1 100644 --- a/icons/phone-outgoing.svg +++ b/icons/phone-outgoing.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/phone.svg b/icons/phone.svg index db12ee9..375e5be 100644 --- a/icons/phone.svg +++ b/icons/phone.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/pie-chart.svg b/icons/pie-chart.svg index 98af269..b539f7c 100644 --- a/icons/pie-chart.svg +++ b/icons/pie-chart.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/play.svg b/icons/play.svg index ce6f54b..36134fc 100644 --- a/icons/play.svg +++ b/icons/play.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/plus-circle.svg b/icons/plus-circle.svg index b242ea8..4aade84 100644 --- a/icons/plus-circle.svg +++ b/icons/plus-circle.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/plus-square.svg b/icons/plus-square.svg index 176cd40..8b94e78 100644 --- a/icons/plus-square.svg +++ b/icons/plus-square.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/plus.svg b/icons/plus.svg index a74308e..a67c612 100644 --- a/icons/plus.svg +++ b/icons/plus.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/pocket.svg b/icons/pocket.svg index efcea7b..634451b 100644 --- a/icons/pocket.svg +++ b/icons/pocket.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/power.svg b/icons/power.svg index 012facc..51738ff 100644 --- a/icons/power.svg +++ b/icons/power.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/printer.svg b/icons/printer.svg index ac3c9fe..f6321b9 100644 --- a/icons/printer.svg +++ b/icons/printer.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/radio.svg b/icons/radio.svg index 3546db8..63c19a6 100644 --- a/icons/radio.svg +++ b/icons/radio.svg @@ -1,7 +1,4 @@ - - - - - - \ No newline at end of file + + + diff --git a/icons/refresh-ccw.svg b/icons/refresh-ccw.svg index b8a04cf..5969cfe 100644 --- a/icons/refresh-ccw.svg +++ b/icons/refresh-ccw.svg @@ -1,6 +1,5 @@ - - - - - \ No newline at end of file + + + + diff --git a/icons/refresh-cw.svg b/icons/refresh-cw.svg index c1ca632..7cc7827 100644 --- a/icons/refresh-cw.svg +++ b/icons/refresh-cw.svg @@ -1,6 +1,5 @@ - - - - - \ No newline at end of file + + + + diff --git a/icons/rewind.svg b/icons/rewind.svg index e7c26de..bcbc2bf 100644 --- a/icons/rewind.svg +++ b/icons/rewind.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/rotate-ccw.svg b/icons/rotate-ccw.svg index 3f6e74d..5e54634 100644 --- a/icons/rotate-ccw.svg +++ b/icons/rotate-ccw.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/rotate-cw.svg b/icons/rotate-cw.svg index 0df70b7..dd53dc6 100644 --- a/icons/rotate-cw.svg +++ b/icons/rotate-cw.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/scissors.svg b/icons/scissors.svg index 66acdc7..1dc4cda 100644 --- a/icons/scissors.svg +++ b/icons/scissors.svg @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/search.svg b/icons/search.svg index f4ea4f5..f267e1d 100644 --- a/icons/search.svg +++ b/icons/search.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/share.svg b/icons/share.svg index 81c4d3c..531add1 100644 --- a/icons/share.svg +++ b/icons/share.svg @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/shuffle.svg b/icons/shuffle.svg index 7012760..2f77d38 100644 --- a/icons/shuffle.svg +++ b/icons/shuffle.svg @@ -1,7 +1,7 @@ - - - - - - \ No newline at end of file + + + + + + diff --git a/icons/skip-back.svg b/icons/skip-back.svg index 5b0868f..78f7077 100644 --- a/icons/skip-back.svg +++ b/icons/skip-back.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg index b4fd3b0..74f4878 100644 --- a/icons/skip-forward.svg +++ b/icons/skip-forward.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/slash.svg b/icons/slash.svg index ef69baa..adb58d5 100644 --- a/icons/slash.svg +++ b/icons/slash.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/square.svg b/icons/square.svg index d80070e..f95f46e 100644 --- a/icons/square.svg +++ b/icons/square.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/star.svg b/icons/star.svg index 7de8d90..9f2f540 100644 --- a/icons/star.svg +++ b/icons/star.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/sun.svg b/icons/sun.svg index 0c8ab28..a836aea 100644 --- a/icons/sun.svg +++ b/icons/sun.svg @@ -1,11 +1,11 @@ - - - - - - - - - - \ No newline at end of file + + + + + + + + + + diff --git a/icons/sunrise.svg b/icons/sunrise.svg index 5151def..d238fb5 100644 --- a/icons/sunrise.svg +++ b/icons/sunrise.svg @@ -1,10 +1,10 @@ - - - - - - - - - \ No newline at end of file + + + + + + + + + diff --git a/icons/sunset.svg b/icons/sunset.svg index 1cac295..81b52d6 100644 --- a/icons/sunset.svg +++ b/icons/sunset.svg @@ -1,10 +1,10 @@ - - - - - - - - - \ No newline at end of file + + + + + + + + + diff --git a/icons/tag.svg b/icons/tag.svg index 9a3c463..0925309 100644 --- a/icons/tag.svg +++ b/icons/tag.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/target.svg b/icons/target.svg index ac2e647..062a70b 100644 --- a/icons/target.svg +++ b/icons/target.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/thermometer.svg b/icons/thermometer.svg index edd53c7..05bd5c9 100644 --- a/icons/thermometer.svg +++ b/icons/thermometer.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/thumbs-down.svg b/icons/thumbs-down.svg index 99b2da1..5db62c5 100644 --- a/icons/thumbs-down.svg +++ b/icons/thumbs-down.svg @@ -1,4 +1,3 @@ - - - \ No newline at end of file + + diff --git a/icons/thumbs-up.svg b/icons/thumbs-up.svg index 73c9291..0072d02 100644 --- a/icons/thumbs-up.svg +++ b/icons/thumbs-up.svg @@ -1,4 +1,3 @@ - - - \ No newline at end of file + + diff --git a/icons/toggle-left.svg b/icons/toggle-left.svg index dbc48f5..1239965 100644 --- a/icons/toggle-left.svg +++ b/icons/toggle-left.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/toggle-right.svg b/icons/toggle-right.svg index a93d391..bc54be1 100644 --- a/icons/toggle-right.svg +++ b/icons/toggle-right.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/trash-2.svg b/icons/trash-2.svg index ebee3f7..d16e3cd 100644 --- a/icons/trash-2.svg +++ b/icons/trash-2.svg @@ -1,7 +1,6 @@ - - - - - - \ No newline at end of file + + + + + diff --git a/icons/trash.svg b/icons/trash.svg index 814576e..3000ab4 100644 --- a/icons/trash.svg +++ b/icons/trash.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/triangle.svg b/icons/triangle.svg index 0ff0ae5..093a7ab 100644 --- a/icons/triangle.svg +++ b/icons/triangle.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/twitter.svg b/icons/twitter.svg index 048f630..d37380a 100644 --- a/icons/twitter.svg +++ b/icons/twitter.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/umbrella.svg b/icons/umbrella.svg index 01d9d3e..50207d3 100644 --- a/icons/umbrella.svg +++ b/icons/umbrella.svg @@ -1,4 +1,3 @@ - - - \ No newline at end of file + + diff --git a/icons/unlock.svg b/icons/unlock.svg index 815e17e..53e23a4 100644 --- a/icons/unlock.svg +++ b/icons/unlock.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/upload-cloud.svg b/icons/upload-cloud.svg index 4d4c33f..301ff44 100644 --- a/icons/upload-cloud.svg +++ b/icons/upload-cloud.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/upload.svg b/icons/upload.svg index 60c03da..5061f55 100644 --- a/icons/upload.svg +++ b/icons/upload.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/user-minus.svg b/icons/user-minus.svg index 540df35..64c6c87 100644 --- a/icons/user-minus.svg +++ b/icons/user-minus.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/user-plus.svg b/icons/user-plus.svg index 56eb13d..cc9c3a7 100644 --- a/icons/user-plus.svg +++ b/icons/user-plus.svg @@ -1,6 +1,5 @@ - - - - - \ No newline at end of file + + + + diff --git a/icons/user.svg b/icons/user.svg index a31fd01..eabe4f1 100644 --- a/icons/user.svg +++ b/icons/user.svg @@ -1,4 +1,3 @@ - - - \ No newline at end of file + + diff --git a/icons/video-off.svg b/icons/video-off.svg index 5c7cac1..0168471 100644 --- a/icons/video-off.svg +++ b/icons/video-off.svg @@ -1,5 +1,4 @@ - - - - \ No newline at end of file + + + diff --git a/icons/video.svg b/icons/video.svg index 936c1ed..9030f97 100644 --- a/icons/video.svg +++ b/icons/video.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/watch.svg b/icons/watch.svg index 6718bf4..db95a01 100644 --- a/icons/watch.svg +++ b/icons/watch.svg @@ -1,6 +1,5 @@ - - - - - \ No newline at end of file + + + + diff --git a/icons/wifi.svg b/icons/wifi.svg index c881419..032dd9b 100644 --- a/icons/wifi.svg +++ b/icons/wifi.svg @@ -1,6 +1,4 @@ - - - - - \ No newline at end of file + + + diff --git a/icons/wind.svg b/icons/wind.svg index 766c46d..3412d90 100644 --- a/icons/wind.svg +++ b/icons/wind.svg @@ -1,5 +1,3 @@ - - - - \ No newline at end of file + + diff --git a/icons/x-circle.svg b/icons/x-circle.svg index 0978b4c..7e72171 100644 --- a/icons/x-circle.svg +++ b/icons/x-circle.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/x-square.svg b/icons/x-square.svg index be20496..7681f5c 100644 --- a/icons/x-square.svg +++ b/icons/x-square.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + diff --git a/icons/x.svg b/icons/x.svg index d32aa96..d27b1bb 100644 --- a/icons/x.svg +++ b/icons/x.svg @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + diff --git a/icons/zap.svg b/icons/zap.svg index ebca677..6e03664 100644 --- a/icons/zap.svg +++ b/icons/zap.svg @@ -1,3 +1,3 @@ - - \ No newline at end of file + + diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg index 6495bd3..8c6a765 100644 --- a/icons/zoom-in.svg +++ b/icons/zoom-in.svg @@ -1,6 +1,6 @@ - - - - - \ No newline at end of file + + + + + diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg index d3262e8..3386ee6 100644 --- a/icons/zoom-out.svg +++ b/icons/zoom-out.svg @@ -1,5 +1,5 @@ - - - - \ No newline at end of file + + + + From b2c5ecab77cf3962372bb6d9bdecade143a42bef Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 14:08:16 -0700 Subject: [PATCH 03/58] Format svgs --- icons/bell-off.svg | 2 +- icons/bell.svg | 2 +- icons/camera-off.svg | 2 +- icons/eye-off.svg | 2 +- icons/maximize.svg | 2 +- icons/mic-off.svg | 2 +- icons/minimize.svg | 2 +- icons/music.svg | 2 +- icons/phone-call.svg | 2 +- icons/phone-off.svg | 2 +- icons/radio.svg | 2 +- icons/refresh-ccw.svg | 2 +- icons/thumbs-down.svg | 2 +- icons/trash-2.svg | 2 +- icons/trash.svg | 2 +- icons/umbrella.svg | 2 +- icons/video-off.svg | 2 +- icons/watch.svg | 2 +- icons/wind.svg | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/icons/bell-off.svg b/icons/bell-off.svg index 9b27599..19117ae 100644 --- a/icons/bell-off.svg +++ b/icons/bell-off.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/bell.svg b/icons/bell.svg index a201880..a9063aa 100644 --- a/icons/bell.svg +++ b/icons/bell.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/camera-off.svg b/icons/camera-off.svg index a5ac871..e31a0ea 100644 --- a/icons/camera-off.svg +++ b/icons/camera-off.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/eye-off.svg b/icons/eye-off.svg index 1d84617..b020444 100644 --- a/icons/eye-off.svg +++ b/icons/eye-off.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/maximize.svg b/icons/maximize.svg index de1046e..3570f43 100644 --- a/icons/maximize.svg +++ b/icons/maximize.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/mic-off.svg b/icons/mic-off.svg index c957669..0302ca1 100644 --- a/icons/mic-off.svg +++ b/icons/mic-off.svg @@ -1,7 +1,7 @@ - + diff --git a/icons/minimize.svg b/icons/minimize.svg index 863bc80..d087bd0 100644 --- a/icons/minimize.svg +++ b/icons/minimize.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/music.svg b/icons/music.svg index 0c6ce78..6bf9c75 100644 --- a/icons/music.svg +++ b/icons/music.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/phone-call.svg b/icons/phone-call.svg index d328026..6e22f5c 100644 --- a/icons/phone-call.svg +++ b/icons/phone-call.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/phone-off.svg b/icons/phone-off.svg index d06f571..bde5152 100644 --- a/icons/phone-off.svg +++ b/icons/phone-off.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/radio.svg b/icons/radio.svg index 63c19a6..ff53494 100644 --- a/icons/radio.svg +++ b/icons/radio.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/refresh-ccw.svg b/icons/refresh-ccw.svg index 5969cfe..f9861a6 100644 --- a/icons/refresh-ccw.svg +++ b/icons/refresh-ccw.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/thumbs-down.svg b/icons/thumbs-down.svg index 5db62c5..e43ecae 100644 --- a/icons/thumbs-down.svg +++ b/icons/thumbs-down.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/trash-2.svg b/icons/trash-2.svg index d16e3cd..2b849a6 100644 --- a/icons/trash-2.svg +++ b/icons/trash-2.svg @@ -1,6 +1,6 @@ - + diff --git a/icons/trash.svg b/icons/trash.svg index 3000ab4..730a614 100644 --- a/icons/trash.svg +++ b/icons/trash.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/umbrella.svg b/icons/umbrella.svg index 50207d3..a00f6d3 100644 --- a/icons/umbrella.svg +++ b/icons/umbrella.svg @@ -1,3 +1,3 @@ - + diff --git a/icons/video-off.svg b/icons/video-off.svg index 0168471..6e482f8 100644 --- a/icons/video-off.svg +++ b/icons/video-off.svg @@ -1,4 +1,4 @@ - + diff --git a/icons/watch.svg b/icons/watch.svg index db95a01..c0f3b3f 100644 --- a/icons/watch.svg +++ b/icons/watch.svg @@ -1,5 +1,5 @@ - + diff --git a/icons/wind.svg b/icons/wind.svg index 3412d90..bc139af 100644 --- a/icons/wind.svg +++ b/icons/wind.svg @@ -1,3 +1,3 @@ - + From 46535e4d967b6b1646a8780b0ec66e5bb0e94817 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 14:12:15 -0700 Subject: [PATCH 04/58] Change settings icon --- CHANGELOG.md | 2 +- icons/{cog.svg => settings.svg} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename icons/{cog.svg => settings.svg} (74%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5135fa1..84fae2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,7 +97,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `check-square` - `clipboard` - `cloud` - - `cog` - `comment-square` - `download` - `download-cloud` @@ -126,6 +125,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `plus` - `printer` - `search` + - `settings` - `share` - `shuffle` - `skip-back` diff --git a/icons/cog.svg b/icons/settings.svg similarity index 74% rename from icons/cog.svg rename to icons/settings.svg index cb9bcef..a716372 100644 --- a/icons/cog.svg +++ b/icons/settings.svg @@ -1,4 +1,4 @@ - - - + + + From 0ddc68b4b93552bd36770b80367df3b23c0273f2 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 20:44:01 -0700 Subject: [PATCH 05/58] Reorganize site --- _includes/category.html | 11 +++++++++++ _includes/footer.html | 4 +--- _includes/header.html | 2 +- _includes/icon.html | 14 ++++++++++++++ _includes/icons.html | 28 +++++++++------------------- index.html | 2 +- style.css | 2 +- 7 files changed, 38 insertions(+), 25 deletions(-) create mode 100644 _includes/category.html create mode 100644 _includes/icon.html diff --git a/_includes/category.html b/_includes/category.html new file mode 100644 index 0000000..bc33b96 --- /dev/null +++ b/_includes/category.html @@ -0,0 +1,11 @@ +
+

{{ include.category | replace: '-', ' '}}

+
    + {% capture category_path %}icons/{{ include.category }}{% endcapture %} + {% for icon in site.static_files %} + {% if icon.path contains category_path %} + {% include icon.html icon=icon %} + {% endif %} + {% endfor %} +
+
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index db11c9d..69eff22 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,4 @@ -
+
    {% for link in include.links %}
  • @@ -12,7 +12,5 @@

    v{{ site.data.package.version }} - - - {{ site.data.manifest | size }} icons

\ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index a77e424..1872654 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,4 +1,4 @@ -
+

Feather

Simply beautiful open source icons

diff --git a/_includes/icon.html b/_includes/icon.html new file mode 100644 index 0000000..cb541a2 --- /dev/null +++ b/_includes/icon.html @@ -0,0 +1,14 @@ +
  • + {% include_relative {{ include.icon.path }} %} +
    +

    {{ include.icon.basename }}

    + + Download + +
    +
  • diff --git a/_includes/icons.html b/_includes/icons.html index 7812401..1253c1b 100644 --- a/_includes/icons.html +++ b/_includes/icons.html @@ -1,19 +1,9 @@ -
      - {% for icon in site.data.manifest %} - {% capture icon_path %}icons/{{ icon }}.svg{% endcapture %} -
    • - {% include_relative {{ icon_path }} %} -
      -

      {{ icon }}

      - - Download - -
      -
    • - {% endfor %} -
    \ No newline at end of file +
    + {% include category.html category="core" %} + {% include category.html category="media-controls" %} + {% include category.html category="communication" %} + {% include category.html category="photo-and-video" %} + {% include category.html category="location" %} + {% include category.html category="weather" %} + {% include category.html category="arrows" %} +
    diff --git a/index.html b/index.html index c0ceda2..f842ab5 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ links: -
    +
    {% include header.html %} {% include icons.html %}
    diff --git a/style.css b/style.css index 23c7002..e570310 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ :root { - --accent: #4353FF; + --accent: #2979FF; } .accent { From 9a1a2456043ad908afb2ad40efaf6870e4893859 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 20:45:20 -0700 Subject: [PATCH 06/58] Reorganize icons --- icons/{ => arrows}/arrow-down.svg | 0 icons/{ => arrows}/arrow-left.svg | 0 icons/{ => arrows}/arrow-right.svg | 0 icons/{ => arrows}/arrow-up.svg | 0 icons/{ => arrows}/chevron-down.svg | 0 icons/{ => arrows}/chevron-left.svg | 0 icons/{ => arrows}/chevron-right.svg | 0 icons/{ => arrows}/chevron-up.svg | 0 icons/{ => communication}/comment-circle.svg | 0 icons/{ => communication}/comment-square.svg | 0 icons/{ => communication}/mail.svg | 0 icons/{ => communication}/phone-call.svg | 0 icons/{ => communication}/phone-forwarded.svg | 0 icons/{ => communication}/phone-incoming.svg | 0 icons/{ => communication}/phone-missed.svg | 0 icons/{ => communication}/phone-off.svg | 0 icons/{ => communication}/phone-outgoing.svg | 0 icons/{ => communication}/phone.svg | 0 icons/{ => core}/activity.svg | 0 icons/{ => core}/alert-circle.svg | 0 icons/{ => core}/alert-octagon.svg | 0 icons/{ => core}/alert-triangle.svg | 0 icons/{ => core}/align-center.svg | 0 icons/{ => core}/align-justify.svg | 0 icons/{ => core}/align-left.svg | 0 icons/{ => core}/align-right.svg | 0 icons/{ => core}/anchor.svg | 0 icons/{ => core}/at-sign.svg | 0 icons/{ => core}/award.svg | 0 icons/{ => core}/bar-chart-2.svg | 0 icons/{ => core}/bar-chart.svg | 0 icons/{ => core}/battery.svg | 0 icons/{ => core}/bell-off.svg | 0 icons/{ => core}/bell.svg | 0 icons/{ => core}/bluetooth.svg | 0 icons/{ => core}/book.svg | 0 icons/{ => core}/bookmark.svg | 0 icons/{ => core}/box.svg | 0 icons/{ => core}/briefcase.svg | 0 icons/{ => core}/calendar.svg | 0 icons/{ => core}/check-circle.svg | 0 icons/{ => core}/check-square.svg | 0 icons/{ => core}/check.svg | 0 icons/{ => core}/circle.svg | 0 icons/{ => core}/clipboard.svg | 0 icons/{ => core}/clock.svg | 0 icons/{ => core}/cloud-off.svg | 0 icons/{ => core}/cloud.svg | 0 icons/{ => core}/command.svg | 0 icons/{ => core}/cpu.svg | 0 icons/{ => core}/delete.svg | 0 icons/{ => core}/disc.svg | 0 icons/{ => core}/download-cloud.svg | 0 icons/{ => core}/download.svg | 0 icons/{ => core}/edit.svg | 0 icons/{ => core}/external-link.svg | 0 icons/{ => core}/eye-off.svg | 0 icons/{ => core}/eye.svg | 0 icons/{ => core}/feather.svg | 0 icons/{ => core}/file.svg | 0 icons/{ => core}/filter.svg | 0 icons/{ => core}/flag.svg | 0 icons/{ => core}/folder.svg | 0 icons/{ => core}/grid.svg | 0 icons/{ => core}/hash.svg | 0 icons/{ => core}/headphones.svg | 0 icons/{ => core}/heart.svg | 0 icons/{ => core}/home.svg | 0 icons/{ => core}/inbox.svg | 0 icons/{ => core}/info.svg | 0 icons/{ => core}/layers.svg | 0 icons/{ => core}/layout.svg | 0 icons/{ => core}/life-buoy.svg | 0 icons/{ => core}/loader.svg | 0 icons/{ => core}/lock.svg | 0 icons/{ => core}/maximize-2.svg | 0 icons/{ => core}/maximize.svg | 0 icons/{ => core}/menu.svg | 0 icons/{ => core}/minimize-2.svg | 0 icons/{ => core}/minimize.svg | 0 icons/{ => core}/minus-circle.svg | 0 icons/{ => core}/minus-square.svg | 0 icons/{ => core}/minus.svg | 0 icons/{ => core}/monitor.svg | 0 icons/{ => core}/more-horizontal.svg | 0 icons/{ => core}/more-vertical.svg | 0 icons/{ => core}/move.svg | 0 icons/{ => core}/music.svg | 0 icons/{ => core}/octagon.svg | 0 icons/{ => core}/pie-chart.svg | 0 icons/{ => core}/plus-circle.svg | 0 icons/{ => core}/plus-square.svg | 0 icons/{ => core}/plus.svg | 0 icons/{ => core}/power.svg | 0 icons/{ => core}/printer.svg | 0 icons/{ => core}/radio.svg | 0 icons/core/scissors.svg | 7 +++++++ icons/{ => core}/search.svg | 0 icons/{ => core}/settings.svg | 0 icons/{ => core}/share.svg | 0 icons/{ => core}/slash.svg | 0 icons/{ => core}/square.svg | 0 icons/{ => core}/star.svg | 0 icons/{ => core}/tag.svg | 0 icons/{ => core}/target.svg | 0 icons/{ => core}/thumbs-down.svg | 0 icons/{ => core}/thumbs-up.svg | 0 icons/{ => core}/toggle-left.svg | 0 icons/{ => core}/toggle-right.svg | 0 icons/{ => core}/trash-2.svg | 0 icons/{ => core}/trash.svg | 0 icons/{ => core}/triangle.svg | 0 icons/{ => core}/unlock.svg | 0 icons/{ => core}/upload-cloud.svg | 0 icons/{ => core}/upload.svg | 0 icons/{ => core}/user-minus.svg | 0 icons/{ => core}/user-plus.svg | 0 icons/{ => core}/user.svg | 0 icons/{ => core}/watch.svg | 0 icons/{ => core}/wifi.svg | 0 icons/{ => core}/x-circle.svg | 0 icons/{ => core}/x-square.svg | 0 icons/{ => core}/x.svg | 0 icons/{ => core}/zap.svg | 0 icons/{ => core}/zoom-in.svg | 0 icons/{ => core}/zoom-out.svg | 0 icons/{ => location}/crosshair.svg | 0 icons/{ => location}/globe.svg | 0 icons/{ => location}/location.svg | 0 icons/{ => location}/map-pin.svg | 0 icons/{ => location}/map.svg | 0 icons/{ => logos}/chrome.svg | 0 icons/{ => logos}/facebook.svg | 0 icons/{ => logos}/instagram.svg | 0 icons/{ => logos}/pocket.svg | 0 icons/{ => logos}/twitter.svg | 0 icons/{ => media-controls}/airplay.svg | 0 icons/{ => media-controls}/fast-forward.svg | 0 icons/{ => media-controls}/mic-off.svg | 0 icons/{ => media-controls}/mic.svg | 0 icons/media-controls/pause.svg | 4 ++++ icons/{ => media-controls}/play.svg | 0 icons/{ => media-controls}/rewind.svg | 0 icons/media-controls/shuffle.svg | 1 + icons/media-controls/skip-back.svg | 1 + icons/media-controls/skip-forward.svg | 1 + icons/pause.svg | 4 ---- icons/{ => photo-and-video}/aperture.svg | 0 icons/{ => photo-and-video}/camera-off.svg | 0 icons/{ => photo-and-video}/camera.svg | 0 icons/{ => photo-and-video}/image.svg | 0 icons/{ => photo-and-video}/video-off.svg | 0 icons/{ => photo-and-video}/video.svg | 0 icons/scissors.svg | 7 ------- icons/shuffle.svg | 7 ------- icons/skip-back.svg | 4 ---- icons/skip-forward.svg | 4 ---- icons/{ => weather}/droplet.svg | 0 icons/{ => weather}/moon.svg | 0 icons/{ => weather}/sun.svg | 0 icons/{ => weather}/sunrise.svg | 0 icons/{ => weather}/sunset.svg | 0 icons/{ => weather}/thermometer.svg | 0 icons/{ => weather}/umbrella.svg | 0 icons/{ => weather}/wind.svg | 0 165 files changed, 14 insertions(+), 26 deletions(-) rename icons/{ => arrows}/arrow-down.svg (100%) rename icons/{ => arrows}/arrow-left.svg (100%) rename icons/{ => arrows}/arrow-right.svg (100%) rename icons/{ => arrows}/arrow-up.svg (100%) rename icons/{ => arrows}/chevron-down.svg (100%) rename icons/{ => arrows}/chevron-left.svg (100%) rename icons/{ => arrows}/chevron-right.svg (100%) rename icons/{ => arrows}/chevron-up.svg (100%) rename icons/{ => communication}/comment-circle.svg (100%) rename icons/{ => communication}/comment-square.svg (100%) rename icons/{ => communication}/mail.svg (100%) rename icons/{ => communication}/phone-call.svg (100%) rename icons/{ => communication}/phone-forwarded.svg (100%) rename icons/{ => communication}/phone-incoming.svg (100%) rename icons/{ => communication}/phone-missed.svg (100%) rename icons/{ => communication}/phone-off.svg (100%) rename icons/{ => communication}/phone-outgoing.svg (100%) rename icons/{ => communication}/phone.svg (100%) rename icons/{ => core}/activity.svg (100%) rename icons/{ => core}/alert-circle.svg (100%) rename icons/{ => core}/alert-octagon.svg (100%) rename icons/{ => core}/alert-triangle.svg (100%) rename icons/{ => core}/align-center.svg (100%) rename icons/{ => core}/align-justify.svg (100%) rename icons/{ => core}/align-left.svg (100%) rename icons/{ => core}/align-right.svg (100%) rename icons/{ => core}/anchor.svg (100%) rename icons/{ => core}/at-sign.svg (100%) rename icons/{ => core}/award.svg (100%) rename icons/{ => core}/bar-chart-2.svg (100%) rename icons/{ => core}/bar-chart.svg (100%) rename icons/{ => core}/battery.svg (100%) rename icons/{ => core}/bell-off.svg (100%) rename icons/{ => core}/bell.svg (100%) rename icons/{ => core}/bluetooth.svg (100%) rename icons/{ => core}/book.svg (100%) rename icons/{ => core}/bookmark.svg (100%) rename icons/{ => core}/box.svg (100%) rename icons/{ => core}/briefcase.svg (100%) rename icons/{ => core}/calendar.svg (100%) rename icons/{ => core}/check-circle.svg (100%) rename icons/{ => core}/check-square.svg (100%) rename icons/{ => core}/check.svg (100%) rename icons/{ => core}/circle.svg (100%) rename icons/{ => core}/clipboard.svg (100%) rename icons/{ => core}/clock.svg (100%) rename icons/{ => core}/cloud-off.svg (100%) rename icons/{ => core}/cloud.svg (100%) rename icons/{ => core}/command.svg (100%) rename icons/{ => core}/cpu.svg (100%) rename icons/{ => core}/delete.svg (100%) rename icons/{ => core}/disc.svg (100%) rename icons/{ => core}/download-cloud.svg (100%) rename icons/{ => core}/download.svg (100%) rename icons/{ => core}/edit.svg (100%) rename icons/{ => core}/external-link.svg (100%) rename icons/{ => core}/eye-off.svg (100%) rename icons/{ => core}/eye.svg (100%) rename icons/{ => core}/feather.svg (100%) rename icons/{ => core}/file.svg (100%) rename icons/{ => core}/filter.svg (100%) rename icons/{ => core}/flag.svg (100%) rename icons/{ => core}/folder.svg (100%) rename icons/{ => core}/grid.svg (100%) rename icons/{ => core}/hash.svg (100%) rename icons/{ => core}/headphones.svg (100%) rename icons/{ => core}/heart.svg (100%) rename icons/{ => core}/home.svg (100%) rename icons/{ => core}/inbox.svg (100%) rename icons/{ => core}/info.svg (100%) rename icons/{ => core}/layers.svg (100%) rename icons/{ => core}/layout.svg (100%) rename icons/{ => core}/life-buoy.svg (100%) rename icons/{ => core}/loader.svg (100%) rename icons/{ => core}/lock.svg (100%) rename icons/{ => core}/maximize-2.svg (100%) rename icons/{ => core}/maximize.svg (100%) rename icons/{ => core}/menu.svg (100%) rename icons/{ => core}/minimize-2.svg (100%) rename icons/{ => core}/minimize.svg (100%) rename icons/{ => core}/minus-circle.svg (100%) rename icons/{ => core}/minus-square.svg (100%) rename icons/{ => core}/minus.svg (100%) rename icons/{ => core}/monitor.svg (100%) rename icons/{ => core}/more-horizontal.svg (100%) rename icons/{ => core}/more-vertical.svg (100%) rename icons/{ => core}/move.svg (100%) rename icons/{ => core}/music.svg (100%) rename icons/{ => core}/octagon.svg (100%) rename icons/{ => core}/pie-chart.svg (100%) rename icons/{ => core}/plus-circle.svg (100%) rename icons/{ => core}/plus-square.svg (100%) rename icons/{ => core}/plus.svg (100%) rename icons/{ => core}/power.svg (100%) rename icons/{ => core}/printer.svg (100%) rename icons/{ => core}/radio.svg (100%) create mode 100644 icons/core/scissors.svg rename icons/{ => core}/search.svg (100%) rename icons/{ => core}/settings.svg (100%) rename icons/{ => core}/share.svg (100%) rename icons/{ => core}/slash.svg (100%) rename icons/{ => core}/square.svg (100%) rename icons/{ => core}/star.svg (100%) rename icons/{ => core}/tag.svg (100%) rename icons/{ => core}/target.svg (100%) rename icons/{ => core}/thumbs-down.svg (100%) rename icons/{ => core}/thumbs-up.svg (100%) rename icons/{ => core}/toggle-left.svg (100%) rename icons/{ => core}/toggle-right.svg (100%) rename icons/{ => core}/trash-2.svg (100%) rename icons/{ => core}/trash.svg (100%) rename icons/{ => core}/triangle.svg (100%) rename icons/{ => core}/unlock.svg (100%) rename icons/{ => core}/upload-cloud.svg (100%) rename icons/{ => core}/upload.svg (100%) rename icons/{ => core}/user-minus.svg (100%) rename icons/{ => core}/user-plus.svg (100%) rename icons/{ => core}/user.svg (100%) rename icons/{ => core}/watch.svg (100%) rename icons/{ => core}/wifi.svg (100%) rename icons/{ => core}/x-circle.svg (100%) rename icons/{ => core}/x-square.svg (100%) rename icons/{ => core}/x.svg (100%) rename icons/{ => core}/zap.svg (100%) rename icons/{ => core}/zoom-in.svg (100%) rename icons/{ => core}/zoom-out.svg (100%) rename icons/{ => location}/crosshair.svg (100%) rename icons/{ => location}/globe.svg (100%) rename icons/{ => location}/location.svg (100%) rename icons/{ => location}/map-pin.svg (100%) rename icons/{ => location}/map.svg (100%) rename icons/{ => logos}/chrome.svg (100%) rename icons/{ => logos}/facebook.svg (100%) rename icons/{ => logos}/instagram.svg (100%) rename icons/{ => logos}/pocket.svg (100%) rename icons/{ => logos}/twitter.svg (100%) rename icons/{ => media-controls}/airplay.svg (100%) rename icons/{ => media-controls}/fast-forward.svg (100%) rename icons/{ => media-controls}/mic-off.svg (100%) rename icons/{ => media-controls}/mic.svg (100%) create mode 100644 icons/media-controls/pause.svg rename icons/{ => media-controls}/play.svg (100%) rename icons/{ => media-controls}/rewind.svg (100%) create mode 100644 icons/media-controls/shuffle.svg create mode 100644 icons/media-controls/skip-back.svg create mode 100644 icons/media-controls/skip-forward.svg delete mode 100644 icons/pause.svg rename icons/{ => photo-and-video}/aperture.svg (100%) rename icons/{ => photo-and-video}/camera-off.svg (100%) rename icons/{ => photo-and-video}/camera.svg (100%) rename icons/{ => photo-and-video}/image.svg (100%) rename icons/{ => photo-and-video}/video-off.svg (100%) rename icons/{ => photo-and-video}/video.svg (100%) delete mode 100644 icons/scissors.svg delete mode 100644 icons/shuffle.svg delete mode 100644 icons/skip-back.svg delete mode 100644 icons/skip-forward.svg rename icons/{ => weather}/droplet.svg (100%) rename icons/{ => weather}/moon.svg (100%) rename icons/{ => weather}/sun.svg (100%) rename icons/{ => weather}/sunrise.svg (100%) rename icons/{ => weather}/sunset.svg (100%) rename icons/{ => weather}/thermometer.svg (100%) rename icons/{ => weather}/umbrella.svg (100%) rename icons/{ => weather}/wind.svg (100%) diff --git a/icons/arrow-down.svg b/icons/arrows/arrow-down.svg similarity index 100% rename from icons/arrow-down.svg rename to icons/arrows/arrow-down.svg diff --git a/icons/arrow-left.svg b/icons/arrows/arrow-left.svg similarity index 100% rename from icons/arrow-left.svg rename to icons/arrows/arrow-left.svg diff --git a/icons/arrow-right.svg b/icons/arrows/arrow-right.svg similarity index 100% rename from icons/arrow-right.svg rename to icons/arrows/arrow-right.svg diff --git a/icons/arrow-up.svg b/icons/arrows/arrow-up.svg similarity index 100% rename from icons/arrow-up.svg rename to icons/arrows/arrow-up.svg diff --git a/icons/chevron-down.svg b/icons/arrows/chevron-down.svg similarity index 100% rename from icons/chevron-down.svg rename to icons/arrows/chevron-down.svg diff --git a/icons/chevron-left.svg b/icons/arrows/chevron-left.svg similarity index 100% rename from icons/chevron-left.svg rename to icons/arrows/chevron-left.svg diff --git a/icons/chevron-right.svg b/icons/arrows/chevron-right.svg similarity index 100% rename from icons/chevron-right.svg rename to icons/arrows/chevron-right.svg diff --git a/icons/chevron-up.svg b/icons/arrows/chevron-up.svg similarity index 100% rename from icons/chevron-up.svg rename to icons/arrows/chevron-up.svg diff --git a/icons/comment-circle.svg b/icons/communication/comment-circle.svg similarity index 100% rename from icons/comment-circle.svg rename to icons/communication/comment-circle.svg diff --git a/icons/comment-square.svg b/icons/communication/comment-square.svg similarity index 100% rename from icons/comment-square.svg rename to icons/communication/comment-square.svg diff --git a/icons/mail.svg b/icons/communication/mail.svg similarity index 100% rename from icons/mail.svg rename to icons/communication/mail.svg diff --git a/icons/phone-call.svg b/icons/communication/phone-call.svg similarity index 100% rename from icons/phone-call.svg rename to icons/communication/phone-call.svg diff --git a/icons/phone-forwarded.svg b/icons/communication/phone-forwarded.svg similarity index 100% rename from icons/phone-forwarded.svg rename to icons/communication/phone-forwarded.svg diff --git a/icons/phone-incoming.svg b/icons/communication/phone-incoming.svg similarity index 100% rename from icons/phone-incoming.svg rename to icons/communication/phone-incoming.svg diff --git a/icons/phone-missed.svg b/icons/communication/phone-missed.svg similarity index 100% rename from icons/phone-missed.svg rename to icons/communication/phone-missed.svg diff --git a/icons/phone-off.svg b/icons/communication/phone-off.svg similarity index 100% rename from icons/phone-off.svg rename to icons/communication/phone-off.svg diff --git a/icons/phone-outgoing.svg b/icons/communication/phone-outgoing.svg similarity index 100% rename from icons/phone-outgoing.svg rename to icons/communication/phone-outgoing.svg diff --git a/icons/phone.svg b/icons/communication/phone.svg similarity index 100% rename from icons/phone.svg rename to icons/communication/phone.svg diff --git a/icons/activity.svg b/icons/core/activity.svg similarity index 100% rename from icons/activity.svg rename to icons/core/activity.svg diff --git a/icons/alert-circle.svg b/icons/core/alert-circle.svg similarity index 100% rename from icons/alert-circle.svg rename to icons/core/alert-circle.svg diff --git a/icons/alert-octagon.svg b/icons/core/alert-octagon.svg similarity index 100% rename from icons/alert-octagon.svg rename to icons/core/alert-octagon.svg diff --git a/icons/alert-triangle.svg b/icons/core/alert-triangle.svg similarity index 100% rename from icons/alert-triangle.svg rename to icons/core/alert-triangle.svg diff --git a/icons/align-center.svg b/icons/core/align-center.svg similarity index 100% rename from icons/align-center.svg rename to icons/core/align-center.svg diff --git a/icons/align-justify.svg b/icons/core/align-justify.svg similarity index 100% rename from icons/align-justify.svg rename to icons/core/align-justify.svg diff --git a/icons/align-left.svg b/icons/core/align-left.svg similarity index 100% rename from icons/align-left.svg rename to icons/core/align-left.svg diff --git a/icons/align-right.svg b/icons/core/align-right.svg similarity index 100% rename from icons/align-right.svg rename to icons/core/align-right.svg diff --git a/icons/anchor.svg b/icons/core/anchor.svg similarity index 100% rename from icons/anchor.svg rename to icons/core/anchor.svg diff --git a/icons/at-sign.svg b/icons/core/at-sign.svg similarity index 100% rename from icons/at-sign.svg rename to icons/core/at-sign.svg diff --git a/icons/award.svg b/icons/core/award.svg similarity index 100% rename from icons/award.svg rename to icons/core/award.svg diff --git a/icons/bar-chart-2.svg b/icons/core/bar-chart-2.svg similarity index 100% rename from icons/bar-chart-2.svg rename to icons/core/bar-chart-2.svg diff --git a/icons/bar-chart.svg b/icons/core/bar-chart.svg similarity index 100% rename from icons/bar-chart.svg rename to icons/core/bar-chart.svg diff --git a/icons/battery.svg b/icons/core/battery.svg similarity index 100% rename from icons/battery.svg rename to icons/core/battery.svg diff --git a/icons/bell-off.svg b/icons/core/bell-off.svg similarity index 100% rename from icons/bell-off.svg rename to icons/core/bell-off.svg diff --git a/icons/bell.svg b/icons/core/bell.svg similarity index 100% rename from icons/bell.svg rename to icons/core/bell.svg diff --git a/icons/bluetooth.svg b/icons/core/bluetooth.svg similarity index 100% rename from icons/bluetooth.svg rename to icons/core/bluetooth.svg diff --git a/icons/book.svg b/icons/core/book.svg similarity index 100% rename from icons/book.svg rename to icons/core/book.svg diff --git a/icons/bookmark.svg b/icons/core/bookmark.svg similarity index 100% rename from icons/bookmark.svg rename to icons/core/bookmark.svg diff --git a/icons/box.svg b/icons/core/box.svg similarity index 100% rename from icons/box.svg rename to icons/core/box.svg diff --git a/icons/briefcase.svg b/icons/core/briefcase.svg similarity index 100% rename from icons/briefcase.svg rename to icons/core/briefcase.svg diff --git a/icons/calendar.svg b/icons/core/calendar.svg similarity index 100% rename from icons/calendar.svg rename to icons/core/calendar.svg diff --git a/icons/check-circle.svg b/icons/core/check-circle.svg similarity index 100% rename from icons/check-circle.svg rename to icons/core/check-circle.svg diff --git a/icons/check-square.svg b/icons/core/check-square.svg similarity index 100% rename from icons/check-square.svg rename to icons/core/check-square.svg diff --git a/icons/check.svg b/icons/core/check.svg similarity index 100% rename from icons/check.svg rename to icons/core/check.svg diff --git a/icons/circle.svg b/icons/core/circle.svg similarity index 100% rename from icons/circle.svg rename to icons/core/circle.svg diff --git a/icons/clipboard.svg b/icons/core/clipboard.svg similarity index 100% rename from icons/clipboard.svg rename to icons/core/clipboard.svg diff --git a/icons/clock.svg b/icons/core/clock.svg similarity index 100% rename from icons/clock.svg rename to icons/core/clock.svg diff --git a/icons/cloud-off.svg b/icons/core/cloud-off.svg similarity index 100% rename from icons/cloud-off.svg rename to icons/core/cloud-off.svg diff --git a/icons/cloud.svg b/icons/core/cloud.svg similarity index 100% rename from icons/cloud.svg rename to icons/core/cloud.svg diff --git a/icons/command.svg b/icons/core/command.svg similarity index 100% rename from icons/command.svg rename to icons/core/command.svg diff --git a/icons/cpu.svg b/icons/core/cpu.svg similarity index 100% rename from icons/cpu.svg rename to icons/core/cpu.svg diff --git a/icons/delete.svg b/icons/core/delete.svg similarity index 100% rename from icons/delete.svg rename to icons/core/delete.svg diff --git a/icons/disc.svg b/icons/core/disc.svg similarity index 100% rename from icons/disc.svg rename to icons/core/disc.svg diff --git a/icons/download-cloud.svg b/icons/core/download-cloud.svg similarity index 100% rename from icons/download-cloud.svg rename to icons/core/download-cloud.svg diff --git a/icons/download.svg b/icons/core/download.svg similarity index 100% rename from icons/download.svg rename to icons/core/download.svg diff --git a/icons/edit.svg b/icons/core/edit.svg similarity index 100% rename from icons/edit.svg rename to icons/core/edit.svg diff --git a/icons/external-link.svg b/icons/core/external-link.svg similarity index 100% rename from icons/external-link.svg rename to icons/core/external-link.svg diff --git a/icons/eye-off.svg b/icons/core/eye-off.svg similarity index 100% rename from icons/eye-off.svg rename to icons/core/eye-off.svg diff --git a/icons/eye.svg b/icons/core/eye.svg similarity index 100% rename from icons/eye.svg rename to icons/core/eye.svg diff --git a/icons/feather.svg b/icons/core/feather.svg similarity index 100% rename from icons/feather.svg rename to icons/core/feather.svg diff --git a/icons/file.svg b/icons/core/file.svg similarity index 100% rename from icons/file.svg rename to icons/core/file.svg diff --git a/icons/filter.svg b/icons/core/filter.svg similarity index 100% rename from icons/filter.svg rename to icons/core/filter.svg diff --git a/icons/flag.svg b/icons/core/flag.svg similarity index 100% rename from icons/flag.svg rename to icons/core/flag.svg diff --git a/icons/folder.svg b/icons/core/folder.svg similarity index 100% rename from icons/folder.svg rename to icons/core/folder.svg diff --git a/icons/grid.svg b/icons/core/grid.svg similarity index 100% rename from icons/grid.svg rename to icons/core/grid.svg diff --git a/icons/hash.svg b/icons/core/hash.svg similarity index 100% rename from icons/hash.svg rename to icons/core/hash.svg diff --git a/icons/headphones.svg b/icons/core/headphones.svg similarity index 100% rename from icons/headphones.svg rename to icons/core/headphones.svg diff --git a/icons/heart.svg b/icons/core/heart.svg similarity index 100% rename from icons/heart.svg rename to icons/core/heart.svg diff --git a/icons/home.svg b/icons/core/home.svg similarity index 100% rename from icons/home.svg rename to icons/core/home.svg diff --git a/icons/inbox.svg b/icons/core/inbox.svg similarity index 100% rename from icons/inbox.svg rename to icons/core/inbox.svg diff --git a/icons/info.svg b/icons/core/info.svg similarity index 100% rename from icons/info.svg rename to icons/core/info.svg diff --git a/icons/layers.svg b/icons/core/layers.svg similarity index 100% rename from icons/layers.svg rename to icons/core/layers.svg diff --git a/icons/layout.svg b/icons/core/layout.svg similarity index 100% rename from icons/layout.svg rename to icons/core/layout.svg diff --git a/icons/life-buoy.svg b/icons/core/life-buoy.svg similarity index 100% rename from icons/life-buoy.svg rename to icons/core/life-buoy.svg diff --git a/icons/loader.svg b/icons/core/loader.svg similarity index 100% rename from icons/loader.svg rename to icons/core/loader.svg diff --git a/icons/lock.svg b/icons/core/lock.svg similarity index 100% rename from icons/lock.svg rename to icons/core/lock.svg diff --git a/icons/maximize-2.svg b/icons/core/maximize-2.svg similarity index 100% rename from icons/maximize-2.svg rename to icons/core/maximize-2.svg diff --git a/icons/maximize.svg b/icons/core/maximize.svg similarity index 100% rename from icons/maximize.svg rename to icons/core/maximize.svg diff --git a/icons/menu.svg b/icons/core/menu.svg similarity index 100% rename from icons/menu.svg rename to icons/core/menu.svg diff --git a/icons/minimize-2.svg b/icons/core/minimize-2.svg similarity index 100% rename from icons/minimize-2.svg rename to icons/core/minimize-2.svg diff --git a/icons/minimize.svg b/icons/core/minimize.svg similarity index 100% rename from icons/minimize.svg rename to icons/core/minimize.svg diff --git a/icons/minus-circle.svg b/icons/core/minus-circle.svg similarity index 100% rename from icons/minus-circle.svg rename to icons/core/minus-circle.svg diff --git a/icons/minus-square.svg b/icons/core/minus-square.svg similarity index 100% rename from icons/minus-square.svg rename to icons/core/minus-square.svg diff --git a/icons/minus.svg b/icons/core/minus.svg similarity index 100% rename from icons/minus.svg rename to icons/core/minus.svg diff --git a/icons/monitor.svg b/icons/core/monitor.svg similarity index 100% rename from icons/monitor.svg rename to icons/core/monitor.svg diff --git a/icons/more-horizontal.svg b/icons/core/more-horizontal.svg similarity index 100% rename from icons/more-horizontal.svg rename to icons/core/more-horizontal.svg diff --git a/icons/more-vertical.svg b/icons/core/more-vertical.svg similarity index 100% rename from icons/more-vertical.svg rename to icons/core/more-vertical.svg diff --git a/icons/move.svg b/icons/core/move.svg similarity index 100% rename from icons/move.svg rename to icons/core/move.svg diff --git a/icons/music.svg b/icons/core/music.svg similarity index 100% rename from icons/music.svg rename to icons/core/music.svg diff --git a/icons/octagon.svg b/icons/core/octagon.svg similarity index 100% rename from icons/octagon.svg rename to icons/core/octagon.svg diff --git a/icons/pie-chart.svg b/icons/core/pie-chart.svg similarity index 100% rename from icons/pie-chart.svg rename to icons/core/pie-chart.svg diff --git a/icons/plus-circle.svg b/icons/core/plus-circle.svg similarity index 100% rename from icons/plus-circle.svg rename to icons/core/plus-circle.svg diff --git a/icons/plus-square.svg b/icons/core/plus-square.svg similarity index 100% rename from icons/plus-square.svg rename to icons/core/plus-square.svg diff --git a/icons/plus.svg b/icons/core/plus.svg similarity index 100% rename from icons/plus.svg rename to icons/core/plus.svg diff --git a/icons/power.svg b/icons/core/power.svg similarity index 100% rename from icons/power.svg rename to icons/core/power.svg diff --git a/icons/printer.svg b/icons/core/printer.svg similarity index 100% rename from icons/printer.svg rename to icons/core/printer.svg diff --git a/icons/radio.svg b/icons/core/radio.svg similarity index 100% rename from icons/radio.svg rename to icons/core/radio.svg diff --git a/icons/core/scissors.svg b/icons/core/scissors.svg new file mode 100644 index 0000000..676e78f --- /dev/null +++ b/icons/core/scissors.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/search.svg b/icons/core/search.svg similarity index 100% rename from icons/search.svg rename to icons/core/search.svg diff --git a/icons/settings.svg b/icons/core/settings.svg similarity index 100% rename from icons/settings.svg rename to icons/core/settings.svg diff --git a/icons/share.svg b/icons/core/share.svg similarity index 100% rename from icons/share.svg rename to icons/core/share.svg diff --git a/icons/slash.svg b/icons/core/slash.svg similarity index 100% rename from icons/slash.svg rename to icons/core/slash.svg diff --git a/icons/square.svg b/icons/core/square.svg similarity index 100% rename from icons/square.svg rename to icons/core/square.svg diff --git a/icons/star.svg b/icons/core/star.svg similarity index 100% rename from icons/star.svg rename to icons/core/star.svg diff --git a/icons/tag.svg b/icons/core/tag.svg similarity index 100% rename from icons/tag.svg rename to icons/core/tag.svg diff --git a/icons/target.svg b/icons/core/target.svg similarity index 100% rename from icons/target.svg rename to icons/core/target.svg diff --git a/icons/thumbs-down.svg b/icons/core/thumbs-down.svg similarity index 100% rename from icons/thumbs-down.svg rename to icons/core/thumbs-down.svg diff --git a/icons/thumbs-up.svg b/icons/core/thumbs-up.svg similarity index 100% rename from icons/thumbs-up.svg rename to icons/core/thumbs-up.svg diff --git a/icons/toggle-left.svg b/icons/core/toggle-left.svg similarity index 100% rename from icons/toggle-left.svg rename to icons/core/toggle-left.svg diff --git a/icons/toggle-right.svg b/icons/core/toggle-right.svg similarity index 100% rename from icons/toggle-right.svg rename to icons/core/toggle-right.svg diff --git a/icons/trash-2.svg b/icons/core/trash-2.svg similarity index 100% rename from icons/trash-2.svg rename to icons/core/trash-2.svg diff --git a/icons/trash.svg b/icons/core/trash.svg similarity index 100% rename from icons/trash.svg rename to icons/core/trash.svg diff --git a/icons/triangle.svg b/icons/core/triangle.svg similarity index 100% rename from icons/triangle.svg rename to icons/core/triangle.svg diff --git a/icons/unlock.svg b/icons/core/unlock.svg similarity index 100% rename from icons/unlock.svg rename to icons/core/unlock.svg diff --git a/icons/upload-cloud.svg b/icons/core/upload-cloud.svg similarity index 100% rename from icons/upload-cloud.svg rename to icons/core/upload-cloud.svg diff --git a/icons/upload.svg b/icons/core/upload.svg similarity index 100% rename from icons/upload.svg rename to icons/core/upload.svg diff --git a/icons/user-minus.svg b/icons/core/user-minus.svg similarity index 100% rename from icons/user-minus.svg rename to icons/core/user-minus.svg diff --git a/icons/user-plus.svg b/icons/core/user-plus.svg similarity index 100% rename from icons/user-plus.svg rename to icons/core/user-plus.svg diff --git a/icons/user.svg b/icons/core/user.svg similarity index 100% rename from icons/user.svg rename to icons/core/user.svg diff --git a/icons/watch.svg b/icons/core/watch.svg similarity index 100% rename from icons/watch.svg rename to icons/core/watch.svg diff --git a/icons/wifi.svg b/icons/core/wifi.svg similarity index 100% rename from icons/wifi.svg rename to icons/core/wifi.svg diff --git a/icons/x-circle.svg b/icons/core/x-circle.svg similarity index 100% rename from icons/x-circle.svg rename to icons/core/x-circle.svg diff --git a/icons/x-square.svg b/icons/core/x-square.svg similarity index 100% rename from icons/x-square.svg rename to icons/core/x-square.svg diff --git a/icons/x.svg b/icons/core/x.svg similarity index 100% rename from icons/x.svg rename to icons/core/x.svg diff --git a/icons/zap.svg b/icons/core/zap.svg similarity index 100% rename from icons/zap.svg rename to icons/core/zap.svg diff --git a/icons/zoom-in.svg b/icons/core/zoom-in.svg similarity index 100% rename from icons/zoom-in.svg rename to icons/core/zoom-in.svg diff --git a/icons/zoom-out.svg b/icons/core/zoom-out.svg similarity index 100% rename from icons/zoom-out.svg rename to icons/core/zoom-out.svg diff --git a/icons/crosshair.svg b/icons/location/crosshair.svg similarity index 100% rename from icons/crosshair.svg rename to icons/location/crosshair.svg diff --git a/icons/globe.svg b/icons/location/globe.svg similarity index 100% rename from icons/globe.svg rename to icons/location/globe.svg diff --git a/icons/location.svg b/icons/location/location.svg similarity index 100% rename from icons/location.svg rename to icons/location/location.svg diff --git a/icons/map-pin.svg b/icons/location/map-pin.svg similarity index 100% rename from icons/map-pin.svg rename to icons/location/map-pin.svg diff --git a/icons/map.svg b/icons/location/map.svg similarity index 100% rename from icons/map.svg rename to icons/location/map.svg diff --git a/icons/chrome.svg b/icons/logos/chrome.svg similarity index 100% rename from icons/chrome.svg rename to icons/logos/chrome.svg diff --git a/icons/facebook.svg b/icons/logos/facebook.svg similarity index 100% rename from icons/facebook.svg rename to icons/logos/facebook.svg diff --git a/icons/instagram.svg b/icons/logos/instagram.svg similarity index 100% rename from icons/instagram.svg rename to icons/logos/instagram.svg diff --git a/icons/pocket.svg b/icons/logos/pocket.svg similarity index 100% rename from icons/pocket.svg rename to icons/logos/pocket.svg diff --git a/icons/twitter.svg b/icons/logos/twitter.svg similarity index 100% rename from icons/twitter.svg rename to icons/logos/twitter.svg diff --git a/icons/airplay.svg b/icons/media-controls/airplay.svg similarity index 100% rename from icons/airplay.svg rename to icons/media-controls/airplay.svg diff --git a/icons/fast-forward.svg b/icons/media-controls/fast-forward.svg similarity index 100% rename from icons/fast-forward.svg rename to icons/media-controls/fast-forward.svg diff --git a/icons/mic-off.svg b/icons/media-controls/mic-off.svg similarity index 100% rename from icons/mic-off.svg rename to icons/media-controls/mic-off.svg diff --git a/icons/mic.svg b/icons/media-controls/mic.svg similarity index 100% rename from icons/mic.svg rename to icons/media-controls/mic.svg diff --git a/icons/media-controls/pause.svg b/icons/media-controls/pause.svg new file mode 100644 index 0000000..d378ae3 --- /dev/null +++ b/icons/media-controls/pause.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/play.svg b/icons/media-controls/play.svg similarity index 100% rename from icons/play.svg rename to icons/media-controls/play.svg diff --git a/icons/rewind.svg b/icons/media-controls/rewind.svg similarity index 100% rename from icons/rewind.svg rename to icons/media-controls/rewind.svg diff --git a/icons/media-controls/shuffle.svg b/icons/media-controls/shuffle.svg new file mode 100644 index 0000000..65fa1dc --- /dev/null +++ b/icons/media-controls/shuffle.svg @@ -0,0 +1 @@ +shuffle \ No newline at end of file diff --git a/icons/media-controls/skip-back.svg b/icons/media-controls/skip-back.svg new file mode 100644 index 0000000..d655c83 --- /dev/null +++ b/icons/media-controls/skip-back.svg @@ -0,0 +1 @@ +skip-back \ No newline at end of file diff --git a/icons/media-controls/skip-forward.svg b/icons/media-controls/skip-forward.svg new file mode 100644 index 0000000..8dc5e27 --- /dev/null +++ b/icons/media-controls/skip-forward.svg @@ -0,0 +1 @@ +skip-forward \ No newline at end of file diff --git a/icons/pause.svg b/icons/pause.svg deleted file mode 100644 index bec3307..0000000 --- a/icons/pause.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/aperture.svg b/icons/photo-and-video/aperture.svg similarity index 100% rename from icons/aperture.svg rename to icons/photo-and-video/aperture.svg diff --git a/icons/camera-off.svg b/icons/photo-and-video/camera-off.svg similarity index 100% rename from icons/camera-off.svg rename to icons/photo-and-video/camera-off.svg diff --git a/icons/camera.svg b/icons/photo-and-video/camera.svg similarity index 100% rename from icons/camera.svg rename to icons/photo-and-video/camera.svg diff --git a/icons/image.svg b/icons/photo-and-video/image.svg similarity index 100% rename from icons/image.svg rename to icons/photo-and-video/image.svg diff --git a/icons/video-off.svg b/icons/photo-and-video/video-off.svg similarity index 100% rename from icons/video-off.svg rename to icons/photo-and-video/video-off.svg diff --git a/icons/video.svg b/icons/photo-and-video/video.svg similarity index 100% rename from icons/video.svg rename to icons/photo-and-video/video.svg diff --git a/icons/scissors.svg b/icons/scissors.svg deleted file mode 100644 index 1dc4cda..0000000 --- a/icons/scissors.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/shuffle.svg b/icons/shuffle.svg deleted file mode 100644 index 2f77d38..0000000 --- a/icons/shuffle.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/icons/skip-back.svg b/icons/skip-back.svg deleted file mode 100644 index 78f7077..0000000 --- a/icons/skip-back.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/skip-forward.svg b/icons/skip-forward.svg deleted file mode 100644 index 74f4878..0000000 --- a/icons/skip-forward.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/icons/droplet.svg b/icons/weather/droplet.svg similarity index 100% rename from icons/droplet.svg rename to icons/weather/droplet.svg diff --git a/icons/moon.svg b/icons/weather/moon.svg similarity index 100% rename from icons/moon.svg rename to icons/weather/moon.svg diff --git a/icons/sun.svg b/icons/weather/sun.svg similarity index 100% rename from icons/sun.svg rename to icons/weather/sun.svg diff --git a/icons/sunrise.svg b/icons/weather/sunrise.svg similarity index 100% rename from icons/sunrise.svg rename to icons/weather/sunrise.svg diff --git a/icons/sunset.svg b/icons/weather/sunset.svg similarity index 100% rename from icons/sunset.svg rename to icons/weather/sunset.svg diff --git a/icons/thermometer.svg b/icons/weather/thermometer.svg similarity index 100% rename from icons/thermometer.svg rename to icons/weather/thermometer.svg diff --git a/icons/umbrella.svg b/icons/weather/umbrella.svg similarity index 100% rename from icons/umbrella.svg rename to icons/weather/umbrella.svg diff --git a/icons/wind.svg b/icons/weather/wind.svg similarity index 100% rename from icons/wind.svg rename to icons/weather/wind.svg From a254c688d94eaec724aed641e0cb9781d790b2ec Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 20:46:38 -0700 Subject: [PATCH 07/58] Clean up package.json --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 21f5033..cbbeaea 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,15 @@ { "name": "feather", - "version": "2.0.0-beta", + "version": "2.1.0", "author": "Cole Bemis (http://colebemis.com)", "repository": { "type": "git", "url": "https://github.com/colebemis/feather.git" }, "scripts": { - "start": "npm run build:manifest && parallelshell 'jekyll serve' 'npm run watch'", - "watch": "onchange 'icons/**/*' -v -- npm run build:manifest", - "build": "npm run build:manifest && npm run build:zip && jekyll build", - "build:manifest": "./bin/build-manifest.sh > manifest.json", + "Xstart": "parallelshell 'jekyll serve' 'npm run watch'", + "Xwatch": "onchange 'icons/**/*' -v -- npm run build:icons", + "build": "npm run build:zip && jekyll build", "build:zip": "./bin/build-zip.sh" }, "license": "MIT", From 4f9f36b89e0cb7c3db48792dee4478b5314f75fa Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 21:13:10 -0700 Subject: [PATCH 08/58] Add unreleased section to change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de809ec..e5d05c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +... + ## v2.0.0 (2017-05-23) ### Added From 9ce597779c8c05eb3033821c2573f27cf82e26c1 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 23:39:34 -0700 Subject: [PATCH 09/58] Add cast icon --- CHANGELOG.md | 8 +++++++- icons/core/cast.svg | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 icons/core/cast.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d05c0..d7f307e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased -... +### Added + +
    + Add # icons + + - `cast` +
    ## v2.0.0 (2017-05-23) diff --git a/icons/core/cast.svg b/icons/core/cast.svg new file mode 100644 index 0000000..e08743f --- /dev/null +++ b/icons/core/cast.svg @@ -0,0 +1,4 @@ + + + + From a77bbb81facb3fe77f965f724768ccbe5b774063 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 23:40:55 -0700 Subject: [PATCH 10/58] Reorganize icons --- bin/build-manifest.sh | 15 --------------- .../{comment-circle.svg => message-circle.svg} | 0 .../{comment-square.svg => message-square.svg} | 0 icons/{media-controls => core}/airplay.svg | 0 icons/{ => core}/refresh-ccw.svg | 0 icons/{ => core}/refresh-cw.svg | 0 icons/{ => core}/rotate-ccw.svg | 0 icons/{ => core}/rotate-cw.svg | 0 icons/media-controls/shuffle.svg | 8 +++++++- icons/media-controls/skip-back.svg | 5 ++++- icons/media-controls/skip-forward.svg | 5 ++++- 11 files changed, 15 insertions(+), 18 deletions(-) delete mode 100755 bin/build-manifest.sh rename icons/communication/{comment-circle.svg => message-circle.svg} (100%) rename icons/communication/{comment-square.svg => message-square.svg} (100%) rename icons/{media-controls => core}/airplay.svg (100%) rename icons/{ => core}/refresh-ccw.svg (100%) rename icons/{ => core}/refresh-cw.svg (100%) rename icons/{ => core}/rotate-ccw.svg (100%) rename icons/{ => core}/rotate-cw.svg (100%) diff --git a/bin/build-manifest.sh b/bin/build-manifest.sh deleted file mode 100755 index ae0f427..0000000 --- a/bin/build-manifest.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -cd ./icons - -numFiles=$(ls -1 *.svg | wc -l) -count=0 - -echo [ -for icon in $(ls *.svg) -do - count=$((count + 1)) - echo -n " "\"${icon%.svg}\" - (($count == $numFiles)) && echo "" || echo , -done -echo ] diff --git a/icons/communication/comment-circle.svg b/icons/communication/message-circle.svg similarity index 100% rename from icons/communication/comment-circle.svg rename to icons/communication/message-circle.svg diff --git a/icons/communication/comment-square.svg b/icons/communication/message-square.svg similarity index 100% rename from icons/communication/comment-square.svg rename to icons/communication/message-square.svg diff --git a/icons/media-controls/airplay.svg b/icons/core/airplay.svg similarity index 100% rename from icons/media-controls/airplay.svg rename to icons/core/airplay.svg diff --git a/icons/refresh-ccw.svg b/icons/core/refresh-ccw.svg similarity index 100% rename from icons/refresh-ccw.svg rename to icons/core/refresh-ccw.svg diff --git a/icons/refresh-cw.svg b/icons/core/refresh-cw.svg similarity index 100% rename from icons/refresh-cw.svg rename to icons/core/refresh-cw.svg diff --git a/icons/rotate-ccw.svg b/icons/core/rotate-ccw.svg similarity index 100% rename from icons/rotate-ccw.svg rename to icons/core/rotate-ccw.svg diff --git a/icons/rotate-cw.svg b/icons/core/rotate-cw.svg similarity index 100% rename from icons/rotate-cw.svg rename to icons/core/rotate-cw.svg diff --git a/icons/media-controls/shuffle.svg b/icons/media-controls/shuffle.svg index 65fa1dc..ecfcece 100644 --- a/icons/media-controls/shuffle.svg +++ b/icons/media-controls/shuffle.svg @@ -1 +1,7 @@ -shuffle \ No newline at end of file + + + + + + + diff --git a/icons/media-controls/skip-back.svg b/icons/media-controls/skip-back.svg index d655c83..d0f02ff 100644 --- a/icons/media-controls/skip-back.svg +++ b/icons/media-controls/skip-back.svg @@ -1 +1,4 @@ -skip-back \ No newline at end of file + + + + diff --git a/icons/media-controls/skip-forward.svg b/icons/media-controls/skip-forward.svg index 8dc5e27..b73f046 100644 --- a/icons/media-controls/skip-forward.svg +++ b/icons/media-controls/skip-forward.svg @@ -1 +1,4 @@ -skip-forward \ No newline at end of file + + + + From 714b8d3aff2d19a2dfb561a2bc999f326e0cb89f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 23:41:09 -0700 Subject: [PATCH 11/58] Update package.json --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cbbeaea..340945f 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,11 @@ }, "scripts": { "Xstart": "parallelshell 'jekyll serve' 'npm run watch'", - "Xwatch": "onchange 'icons/**/*' -v -- npm run build:icons", - "build": "npm run build:zip && jekyll build", - "build:zip": "./bin/build-zip.sh" + "Xwatch": "onchange 'icons/**/*' -v -- npm run svgo -- {{changed}}", + "svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done", + "Xsvgo": "svgo --pretty --multipass --config=svgo-config.yml", + "build": "npm run build-zip && jekyll build", + "build-zip": "./bin/build-zip.sh" }, "license": "MIT", "devDependencies": { From ca0d153cec58173a2d2c0c411f31f1f3eb416931 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 23:41:18 -0700 Subject: [PATCH 12/58] Change accent color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e570310..23c7002 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ :root { - --accent: #2979FF; + --accent: #4353FF; } .accent { From 721b106b70af7db1c25f3d6b47e035ea7b90788b Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 23 May 2017 23:41:31 -0700 Subject: [PATCH 13/58] Add icon count to footer --- _includes/footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/footer.html b/_includes/footer.html index 69eff22..68bdb08 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -12,5 +12,7 @@

    v{{ site.data.package.version }} + - + {{ site.static_files | where_exp:"file", "file.path contains 'icons'" | size}} icons

    \ No newline at end of file From 1e06dab72d64057e889be6144b261e9e1b9ec08c Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 24 May 2017 00:15:02 -0700 Subject: [PATCH 14/58] Add repeat icon --- CHANGELOG.md | 1 + icons/media-controls/repeat.svg | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 icons/media-controls/repeat.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f307e..16c466f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Add # icons - `cast` + - `repeat` ## v2.0.0 (2017-05-23) diff --git a/icons/media-controls/repeat.svg b/icons/media-controls/repeat.svg new file mode 100644 index 0000000..bfff7f2 --- /dev/null +++ b/icons/media-controls/repeat.svg @@ -0,0 +1,6 @@ + + + + + + From 8a6b92cbdcdf1d08df6d5d8c98f7db4aed9399bb Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 24 May 2017 00:15:54 -0700 Subject: [PATCH 15/58] Change droplet icon --- CHANGELOG.md | 8 ++++++++ icons/weather/droplet.svg | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c466f..3b2aeeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `repeat` +### Changed + +
    + Change # icons + + - `droplet` +
    - + + From eb54905023354963b565a633abf60278fba30a65 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Sat, 27 May 2017 21:22:58 -0700 Subject: [PATCH 16/58] Update site design --- README.md | 4 ++-- _includes/footer.html | 9 ++------- _includes/header.html | 40 +++++++++++++++++++++------------------- _includes/request.html | 4 ---- index.html | 1 - style.css | 6 ++---- 6 files changed, 27 insertions(+), 37 deletions(-) delete mode 100644 _includes/request.html diff --git a/README.md b/README.md index 4afa611..9826ab7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[Feather](https://colebemis.github.io/feather) +[Feather](https://feather.netlify.com) === ### Simply beautiful open source icons -Each icon is designed on a 24x24 grid with an emphasis on consistency and simplicity. +Designed on a 24x24 grid with an emphasis on functionality, consistency and simplicity Change Log --- diff --git a/_includes/footer.html b/_includes/footer.html index 68bdb08..baf8b96 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ -