Skip to content

Commit fc520be

Browse files
committed
feat: Add navigation_enter and navigation_leave
1 parent 1510c36 commit fc520be

14 files changed

Lines changed: 60 additions & 173 deletions
Lines changed: 4 additions & 54 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/black/pencil-short.svg

Lines changed: 4 additions & 3 deletions
Loading
Lines changed: 4 additions & 54 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/white/pencil-short.svg

Lines changed: 4 additions & 3 deletions
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A 16x16 stylized vector icon pack that aims to be consistent & pixel-perfect.
1414

1515
# Preview
1616

17-
An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/latest): <!-- INSERT icons-amount -->`166 icons`:
17+
An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/latest): <!-- INSERT icons-amount -->`168 icons`:
1818

1919
<div style="display: flex; gap: 1rem; flex-wrap: wrap;">
2020
<!-- BEGIN insert-icons-preview -->
@@ -200,6 +200,10 @@ An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/l
200200
<img src=".docs/icon/black/navigation_arrow_right.svg#gh-light-mode-only" width="16px" height="16px" />
201201
<img src=".docs/icon/white/navigation_arrow_up.svg#gh-dark-mode-only" width="16px" height="16px" />
202202
<img src=".docs/icon/black/navigation_arrow_up.svg#gh-light-mode-only" width="16px" height="16px" />
203+
<img src=".docs/icon/white/navigation_enter.svg#gh-dark-mode-only" width="16px" height="16px" />
204+
<img src=".docs/icon/black/navigation_enter.svg#gh-light-mode-only" width="16px" height="16px" />
205+
<img src=".docs/icon/white/navigation_leave.svg#gh-dark-mode-only" width="16px" height="16px" />
206+
<img src=".docs/icon/black/navigation_leave.svg#gh-light-mode-only" width="16px" height="16px" />
203207
<img src=".docs/icon/white/navigation_next.svg#gh-dark-mode-only" width="16px" height="16px" />
204208
<img src=".docs/icon/black/navigation_next.svg#gh-light-mode-only" width="16px" height="16px" />
205209
<img src=".docs/icon/white/navigation_previous.svg#gh-dark-mode-only" width="16px" height="16px" />

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/bash
22

33
THREADS=$(ls /dev/cpu/ | wc -l)
4-
VERSION="v1.3.7"
4+
VERSION="v1.3.8"
55
NAME="eyecons-$VERSION"
66
DIR="./dist/$NAME"
77
CHANGELOG_FILE="./dist/CHANGELOG.md"

0 commit comments

Comments
 (0)