From 53922a171a6e636b5ff131e46b26529a4bd2c97c Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 25 Mar 2020 02:07:02 +0100 Subject: Release 1.2.1 --- .github/tabler-icons-1.2.0.png | Bin 0 -> 18757 bytes .github/tabler-icons-1.2.0.svg | 94 ++++++++++++++++++++++++++++++++++++++++ icons-png/aperture.png | Bin 0 -> 6426 bytes icons-png/arrows-horizontal.png | Bin 0 -> 1461 bytes icons-png/arrows-sort.png | Bin 0 -> 2179 bytes icons-png/arrows-vertical.png | Bin 0 -> 1793 bytes icons-png/bed.png | Bin 0 -> 1863 bytes icons-png/caret-down.png | Bin 0 -> 1020 bytes icons-png/caret-left.png | Bin 0 -> 1268 bytes icons-png/caret-right.png | Bin 0 -> 1245 bytes icons-png/caret-up.png | Bin 0 -> 1037 bytes icons-png/color-swatch.png | Bin 0 -> 4107 bytes icons-png/device-floppy.png | Bin 0 -> 3025 bytes icons-png/device-gamepad.png | Bin 0 -> 2580 bytes icons-png/device-laptop.png | Bin 0 -> 1558 bytes icons-png/diamond.png | Bin 0 -> 2610 bytes icons-png/dice.png | Bin 0 -> 3081 bytes icons-png/file-invoice.png | Bin 0 -> 2822 bytes icons-png/gift.png | Bin 0 -> 3562 bytes icons-png/infinity.png | Bin 0 -> 3729 bytes icons-png/list-check.png | Bin 0 -> 2543 bytes icons-png/list.png | Bin 0 -> 2277 bytes icons-png/messages.png | Bin 0 -> 2335 bytes icons-png/note.png | Bin 0 -> 2147 bytes icons-png/notes.png | Bin 0 -> 2825 bytes icons-png/plane.png | Bin 0 -> 2948 bytes icons-png/presentation.png | Bin 0 -> 2708 bytes icons-png/repeat-once.png | Bin 0 -> 2934 bytes icons-png/repeat.png | Bin 0 -> 2582 bytes icons-png/sum.png | Bin 0 -> 1961 bytes icons-png/virus.png | Bin 0 -> 4312 bytes icons-png/wallet.png | Bin 0 -> 2539 bytes icons/aperture.svg | 11 +++++ icons/arrows-horizontal.svg | 8 ++++ icons/arrows-sort.svg | 7 +++ icons/arrows-vertical.svg | 8 ++++ icons/bed.svg | 7 +++ icons/caret-down.svg | 6 +++ icons/caret-left.svg | 6 +++ icons/caret-right.svg | 6 +++ icons/caret-up.svg | 6 +++ icons/color-swatch.svg | 9 ++++ icons/device-floppy.svg | 8 ++++ icons/device-gamepad.svg | 9 ++++ icons/device-laptop.svg | 7 +++ icons/diamond.svg | 7 +++ icons/dice.svg | 10 +++++ icons/file-invoice.svg | 10 +++++ icons/gift.svg | 9 ++++ icons/infinity.svg | 6 +++ icons/list-check.svg | 11 +++++ icons/list.svg | 11 +++++ icons/messages.svg | 7 +++ icons/note.svg | 7 +++ icons/notes.svg | 9 ++++ icons/plane.svg | 6 +++ icons/presentation.svg | 10 +++++ icons/repeat-once.svg | 8 ++++ icons/repeat.svg | 7 +++ icons/sum.svg | 6 +++ icons/virus.svg | 14 ++++++ icons/wallet.svg | 7 +++ package.json | 2 +- 63 files changed, 338 insertions(+), 1 deletion(-) create mode 100644 .github/tabler-icons-1.2.0.png create mode 100644 .github/tabler-icons-1.2.0.svg create mode 100644 icons-png/aperture.png create mode 100644 icons-png/arrows-horizontal.png create mode 100644 icons-png/arrows-sort.png create mode 100644 icons-png/arrows-vertical.png create mode 100644 icons-png/bed.png create mode 100644 icons-png/caret-down.png create mode 100644 icons-png/caret-left.png create mode 100644 icons-png/caret-right.png create mode 100644 icons-png/caret-up.png create mode 100644 icons-png/color-swatch.png create mode 100644 icons-png/device-floppy.png create mode 100644 icons-png/device-gamepad.png create mode 100644 icons-png/device-laptop.png create mode 100644 icons-png/diamond.png create mode 100644 icons-png/dice.png create mode 100644 icons-png/file-invoice.png create mode 100644 icons-png/gift.png create mode 100644 icons-png/infinity.png create mode 100644 icons-png/list-check.png create mode 100644 icons-png/list.png create mode 100644 icons-png/messages.png create mode 100644 icons-png/note.png create mode 100644 icons-png/notes.png create mode 100644 icons-png/plane.png create mode 100644 icons-png/presentation.png create mode 100644 icons-png/repeat-once.png create mode 100644 icons-png/repeat.png create mode 100644 icons-png/sum.png create mode 100644 icons-png/virus.png create mode 100644 icons-png/wallet.png create mode 100644 icons/aperture.svg create mode 100644 icons/arrows-horizontal.svg create mode 100644 icons/arrows-sort.svg create mode 100644 icons/arrows-vertical.svg create mode 100644 icons/bed.svg create mode 100644 icons/caret-down.svg create mode 100644 icons/caret-left.svg create mode 100644 icons/caret-right.svg create mode 100644 icons/caret-up.svg create mode 100644 icons/color-swatch.svg create mode 100644 icons/device-floppy.svg create mode 100644 icons/device-gamepad.svg create mode 100644 icons/device-laptop.svg create mode 100644 icons/diamond.svg create mode 100644 icons/dice.svg create mode 100644 icons/file-invoice.svg create mode 100644 icons/gift.svg create mode 100644 icons/infinity.svg create mode 100644 icons/list-check.svg create mode 100644 icons/list.svg create mode 100644 icons/messages.svg create mode 100644 icons/note.svg create mode 100644 icons/notes.svg create mode 100644 icons/plane.svg create mode 100644 icons/presentation.svg create mode 100644 icons/repeat-once.svg create mode 100644 icons/repeat.svg create mode 100644 icons/sum.svg create mode 100644 icons/virus.svg create mode 100644 icons/wallet.svg diff --git a/.github/tabler-icons-1.2.0.png b/.github/tabler-icons-1.2.0.png new file mode 100644 index 00000000..d00699ff Binary files /dev/null and b/.github/tabler-icons-1.2.0.png differ diff --git a/.github/tabler-icons-1.2.0.svg b/.github/tabler-icons-1.2.0.svg new file mode 100644 index 00000000..329e780e --- /dev/null +++ b/.github/tabler-icons-1.2.0.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons-png/aperture.png b/icons-png/aperture.png new file mode 100644 index 00000000..1a110c78 Binary files /dev/null and b/icons-png/aperture.png differ diff --git a/icons-png/arrows-horizontal.png b/icons-png/arrows-horizontal.png new file mode 100644 index 00000000..8c0a299d Binary files /dev/null and b/icons-png/arrows-horizontal.png differ diff --git a/icons-png/arrows-sort.png b/icons-png/arrows-sort.png new file mode 100644 index 00000000..befccc48 Binary files /dev/null and b/icons-png/arrows-sort.png differ diff --git a/icons-png/arrows-vertical.png b/icons-png/arrows-vertical.png new file mode 100644 index 00000000..aabce521 Binary files /dev/null and b/icons-png/arrows-vertical.png differ diff --git a/icons-png/bed.png b/icons-png/bed.png new file mode 100644 index 00000000..f3a506a1 Binary files /dev/null and b/icons-png/bed.png differ diff --git a/icons-png/caret-down.png b/icons-png/caret-down.png new file mode 100644 index 00000000..dd4642bd Binary files /dev/null and b/icons-png/caret-down.png differ diff --git a/icons-png/caret-left.png b/icons-png/caret-left.png new file mode 100644 index 00000000..fc5d951c Binary files /dev/null and b/icons-png/caret-left.png differ diff --git a/icons-png/caret-right.png b/icons-png/caret-right.png new file mode 100644 index 00000000..41a4f78b Binary files /dev/null and b/icons-png/caret-right.png differ diff --git a/icons-png/caret-up.png b/icons-png/caret-up.png new file mode 100644 index 00000000..41087073 Binary files /dev/null and b/icons-png/caret-up.png differ diff --git a/icons-png/color-swatch.png b/icons-png/color-swatch.png new file mode 100644 index 00000000..7a7c8ece Binary files /dev/null and b/icons-png/color-swatch.png differ diff --git a/icons-png/device-floppy.png b/icons-png/device-floppy.png new file mode 100644 index 00000000..5fb670ad Binary files /dev/null and b/icons-png/device-floppy.png differ diff --git a/icons-png/device-gamepad.png b/icons-png/device-gamepad.png new file mode 100644 index 00000000..b00cc4f6 Binary files /dev/null and b/icons-png/device-gamepad.png differ diff --git a/icons-png/device-laptop.png b/icons-png/device-laptop.png new file mode 100644 index 00000000..7b772bb7 Binary files /dev/null and b/icons-png/device-laptop.png differ diff --git a/icons-png/diamond.png b/icons-png/diamond.png new file mode 100644 index 00000000..687d544d Binary files /dev/null and b/icons-png/diamond.png differ diff --git a/icons-png/dice.png b/icons-png/dice.png new file mode 100644 index 00000000..ca0abd06 Binary files /dev/null and b/icons-png/dice.png differ diff --git a/icons-png/file-invoice.png b/icons-png/file-invoice.png new file mode 100644 index 00000000..553bc6e0 Binary files /dev/null and b/icons-png/file-invoice.png differ diff --git a/icons-png/gift.png b/icons-png/gift.png new file mode 100644 index 00000000..4e2671ca Binary files /dev/null and b/icons-png/gift.png differ diff --git a/icons-png/infinity.png b/icons-png/infinity.png new file mode 100644 index 00000000..78d52473 Binary files /dev/null and b/icons-png/infinity.png differ diff --git a/icons-png/list-check.png b/icons-png/list-check.png new file mode 100644 index 00000000..7ad27ef0 Binary files /dev/null and b/icons-png/list-check.png differ diff --git a/icons-png/list.png b/icons-png/list.png new file mode 100644 index 00000000..592ea1d7 Binary files /dev/null and b/icons-png/list.png differ diff --git a/icons-png/messages.png b/icons-png/messages.png new file mode 100644 index 00000000..f18daf9d Binary files /dev/null and b/icons-png/messages.png differ diff --git a/icons-png/note.png b/icons-png/note.png new file mode 100644 index 00000000..dc497573 Binary files /dev/null and b/icons-png/note.png differ diff --git a/icons-png/notes.png b/icons-png/notes.png new file mode 100644 index 00000000..fbadd40f Binary files /dev/null and b/icons-png/notes.png differ diff --git a/icons-png/plane.png b/icons-png/plane.png new file mode 100644 index 00000000..a01664e1 Binary files /dev/null and b/icons-png/plane.png differ diff --git a/icons-png/presentation.png b/icons-png/presentation.png new file mode 100644 index 00000000..a130f987 Binary files /dev/null and b/icons-png/presentation.png differ diff --git a/icons-png/repeat-once.png b/icons-png/repeat-once.png new file mode 100644 index 00000000..6f4b6b77 Binary files /dev/null and b/icons-png/repeat-once.png differ diff --git a/icons-png/repeat.png b/icons-png/repeat.png new file mode 100644 index 00000000..649ec36d Binary files /dev/null and b/icons-png/repeat.png differ diff --git a/icons-png/sum.png b/icons-png/sum.png new file mode 100644 index 00000000..517c1c2c Binary files /dev/null and b/icons-png/sum.png differ diff --git a/icons-png/virus.png b/icons-png/virus.png new file mode 100644 index 00000000..39d80947 Binary files /dev/null and b/icons-png/virus.png differ diff --git a/icons-png/wallet.png b/icons-png/wallet.png new file mode 100644 index 00000000..ee4fb42a Binary files /dev/null and b/icons-png/wallet.png differ diff --git a/icons/aperture.svg b/icons/aperture.svg new file mode 100644 index 00000000..5cae318a --- /dev/null +++ b/icons/aperture.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/arrows-horizontal.svg b/icons/arrows-horizontal.svg new file mode 100644 index 00000000..d4c8b474 --- /dev/null +++ b/icons/arrows-horizontal.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/arrows-sort.svg b/icons/arrows-sort.svg new file mode 100644 index 00000000..ab1b2b63 --- /dev/null +++ b/icons/arrows-sort.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/arrows-vertical.svg b/icons/arrows-vertical.svg new file mode 100644 index 00000000..c3704d0b --- /dev/null +++ b/icons/arrows-vertical.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/bed.svg b/icons/bed.svg new file mode 100644 index 00000000..4067df0b --- /dev/null +++ b/icons/bed.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/caret-down.svg b/icons/caret-down.svg new file mode 100644 index 00000000..1b2db108 --- /dev/null +++ b/icons/caret-down.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/caret-left.svg b/icons/caret-left.svg new file mode 100644 index 00000000..93534853 --- /dev/null +++ b/icons/caret-left.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/caret-right.svg b/icons/caret-right.svg new file mode 100644 index 00000000..96fbb46e --- /dev/null +++ b/icons/caret-right.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/caret-up.svg b/icons/caret-up.svg new file mode 100644 index 00000000..fa2392c1 --- /dev/null +++ b/icons/caret-up.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/color-swatch.svg b/icons/color-swatch.svg new file mode 100644 index 00000000..91188200 --- /dev/null +++ b/icons/color-swatch.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-floppy.svg b/icons/device-floppy.svg new file mode 100644 index 00000000..1aab8601 --- /dev/null +++ b/icons/device-floppy.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/device-gamepad.svg b/icons/device-gamepad.svg new file mode 100644 index 00000000..cb7e8c23 --- /dev/null +++ b/icons/device-gamepad.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/device-laptop.svg b/icons/device-laptop.svg new file mode 100644 index 00000000..0dc735e0 --- /dev/null +++ b/icons/device-laptop.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/diamond.svg b/icons/diamond.svg new file mode 100644 index 00000000..76968961 --- /dev/null +++ b/icons/diamond.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/dice.svg b/icons/dice.svg new file mode 100644 index 00000000..199f788e --- /dev/null +++ b/icons/dice.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/file-invoice.svg b/icons/file-invoice.svg new file mode 100644 index 00000000..bb616968 --- /dev/null +++ b/icons/file-invoice.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/gift.svg b/icons/gift.svg new file mode 100644 index 00000000..89e2afdb --- /dev/null +++ b/icons/gift.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/infinity.svg b/icons/infinity.svg new file mode 100644 index 00000000..fb40b24a --- /dev/null +++ b/icons/infinity.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/list-check.svg b/icons/list-check.svg new file mode 100644 index 00000000..243ed4fc --- /dev/null +++ b/icons/list-check.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/list.svg b/icons/list.svg new file mode 100644 index 00000000..35f51f66 --- /dev/null +++ b/icons/list.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/icons/messages.svg b/icons/messages.svg new file mode 100644 index 00000000..725d75c6 --- /dev/null +++ b/icons/messages.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/note.svg b/icons/note.svg new file mode 100644 index 00000000..840397e4 --- /dev/null +++ b/icons/note.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/notes.svg b/icons/notes.svg new file mode 100644 index 00000000..2514addc --- /dev/null +++ b/icons/notes.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/icons/plane.svg b/icons/plane.svg new file mode 100644 index 00000000..6da70579 --- /dev/null +++ b/icons/plane.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/presentation.svg b/icons/presentation.svg new file mode 100644 index 00000000..a094f47b --- /dev/null +++ b/icons/presentation.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/icons/repeat-once.svg b/icons/repeat-once.svg new file mode 100644 index 00000000..969a02f5 --- /dev/null +++ b/icons/repeat-once.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/icons/repeat.svg b/icons/repeat.svg new file mode 100644 index 00000000..83a23ead --- /dev/null +++ b/icons/repeat.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/sum.svg b/icons/sum.svg new file mode 100644 index 00000000..66d2d01a --- /dev/null +++ b/icons/sum.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/icons/virus.svg b/icons/virus.svg new file mode 100644 index 00000000..0d8ea814 --- /dev/null +++ b/icons/virus.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/icons/wallet.svg b/icons/wallet.svg new file mode 100644 index 00000000..1828e160 --- /dev/null +++ b/icons/wallet.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/package.json b/package.json index e6e5d25a..a3bb69a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.2.0", + "version": "1.2.1", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" -- cgit v1.2.1