Skip to content

Commit

Permalink
build: add icons from tabler-icons v1.37.0 and v1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Dec 13, 2020
1 parent 6868bcc commit 2172960
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
38 changes: 37 additions & 1 deletion ICON_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
| ArrowBarToRight | arrow-bar-to-right |
| ArrowBarToUp | arrow-bar-to-up |
| ArrowBarUp | arrow-bar-up |
| ArrowBigDown | arrow-big-down |
| ArrowBigLeft | arrow-big-left |
| ArrowBigRight | arrow-big-right |
| ArrowBigTop | arrow-big-top |
| ArrowBottomBar | arrow-bottom-bar |
| ArrowBottomCircle | arrow-bottom-circle |
| ArrowBottomSquare | arrow-bottom-square |
Expand Down Expand Up @@ -88,6 +92,10 @@
| ArrowWaveRightUp | arrow-wave-right-up |
| ArrowsDiagonal2 | arrows-diagonal-2 |
| ArrowsDiagonal | arrows-diagonal |
| ArrowsDoubleNeSw | arrows-double-ne-sw |
| ArrowsDoubleNwSe | arrows-double-nw-se |
| ArrowsDoubleSeNw | arrows-double-se-nw |
| ArrowsDoubleSwNe | arrows-double-sw-ne |
| ArrowsDownUp | arrows-down-up |
| ArrowsDown | arrows-down |
| ArrowsHorizontal | arrows-horizontal |
Expand Down Expand Up @@ -129,8 +137,12 @@
| BatteryOff | battery-off |
| Battery | battery |
| Bed | bed |
| BellMinus | bell-minus |
| BellOff | bell-off |
| BellPlus | bell-plus |
| BellRinging2 | bell-ringing-2 |
| BellRinging | bell-ringing |
| BellX | bell-x |
| Bell | bell |
| Bike | bike |
| Biohazard | biohazard |
Expand Down Expand Up @@ -424,20 +436,27 @@
| Eye | eye |
| FaceId | face-id |
| Fall | fall |
| FileAlert | file-alert |
| FileAnalytics | file-analytics |
| FileCertificate | file-certificate |
| FileCheck | file-check |
| FileCode2 | file-code-2 |
| FileCode | file-code |
| FileDiff | file-diff |
| FileDislike | file-dislike |
| FileDownload | file-download |
| FileExport | file-export |
| FileHorizontal | file-horizontal |
| FileImport | file-import |
| FileInfo | file-info |
| FileInvoice | file-invoice |
| FileLike | file-like |
| FileMinus | file-minus |
| FileMusic | file-music |
| FileOff | file-off |
| FilePhone | file-phone |
| FilePlus | file-plus |
| FileReport | file-report |
| FileSearch | file-search |
| FileShredder | file-shredder |
| FileSymlink | file-symlink |
Expand All @@ -446,6 +465,8 @@
| FileX | file-x |
| FileZip | file-zip |
| File | file |
| FilesOff | files-off |
| Files | files |
| FilterOff | filter-off |
| Filter | filter |
| Fingerprint | fingerprint |
Expand Down Expand Up @@ -662,6 +683,16 @@
| Notebook | notebook |
| Notes | notes |
| Notification | notification |
| Number0 | number-0 |
| Number1 | number-1 |
| Number2 | number-2 |
| Number3 | number-3 |
| Number4 | number-4 |
| Number5 | number-5 |
| Number6 | number-6 |
| Number7 | number-7 |
| Number8 | number-8 |
| Number9 | number-9 |
| Octagon | octagon |
| Omega | omega |
| Outlet | outlet |
Expand Down Expand Up @@ -727,7 +758,11 @@
| QuestionMark | question-mark |
| Radioactive | radioactive |
| Rainbow | rainbow |
| Receipt2 | receipt-2 |
| ReceiptOff | receipt-off |
| ReceiptRefund | receipt-refund |
| ReceiptTax | receipt-tax |
| Receipt | receipt |
| RecordMail | record-mail |
| RectangleVertical | rectangle-vertical |
| Rectangle | rectangle |
Expand Down Expand Up @@ -959,4 +994,5 @@
| ZodiacVirgo | zodiac-virgo |
| ZoomCancel | zoom-cancel |
| ZoomIn | zoom-in |
| ZoomOut | zoom-out |
| ZoomOut | zoom-out |
| ZoomQuestion | zoom-question |
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabler-icons-svelte",
"version": "1.2.0",
"version": "1.3.0",
"description": "Tabler Icons as svelte components.",
"license": "MIT",
"author": "Ben Lapp <[email protected]>",
Expand All @@ -14,7 +14,7 @@
"build": "node ./scripts/generate.js"
},
"devDependencies": {
"@tabler/icons": "^1.36.0"
"@tabler/icons": "^1.38.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 2172960

Please sign in to comment.