Skip to content

Commit 439eedd

Browse files
committed
feat: Add man_walk, man_run, feather and chair icons
1 parent fc520be commit 439eedd

14 files changed

Lines changed: 79 additions & 2 deletions

File tree

.docs/icon/black/chair.svg

Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/black/feather.svg

Lines changed: 8 additions & 0 deletions
Loading

.docs/icon/black/man_run.svg

Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/black/man_walk.svg

Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/white/chair.svg

Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/white/feather.svg

Lines changed: 8 additions & 0 deletions
Loading

.docs/icon/white/man_run.svg

Lines changed: 5 additions & 0 deletions
Loading

.docs/icon/white/man_walk.svg

Lines changed: 5 additions & 0 deletions
Loading

README.md

Lines changed: 9 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 -->`168 icons`:
17+
An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/latest): <!-- INSERT icons-amount -->`172 icons`:
1818

1919
<div style="display: flex; gap: 1rem; flex-wrap: wrap;">
2020
<!-- BEGIN insert-icons-preview -->
@@ -34,6 +34,8 @@ An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/l
3434
<img src=".docs/icon/black/bus.svg#gh-light-mode-only" width="16px" height="16px" />
3535
<img src=".docs/icon/white/calendar.svg#gh-dark-mode-only" width="16px" height="16px" />
3636
<img src=".docs/icon/black/calendar.svg#gh-light-mode-only" width="16px" height="16px" />
37+
<img src=".docs/icon/white/chair.svg#gh-dark-mode-only" width="16px" height="16px" />
38+
<img src=".docs/icon/black/chair.svg#gh-light-mode-only" width="16px" height="16px" />
3739
<img src=".docs/icon/white/clipboard.svg#gh-dark-mode-only" width="16px" height="16px" />
3840
<img src=".docs/icon/black/clipboard.svg#gh-light-mode-only" width="16px" height="16px" />
3941
<img src=".docs/icon/white/clock.svg#gh-dark-mode-only" width="16px" height="16px" />
@@ -64,6 +66,8 @@ An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/l
6466
<img src=".docs/icon/black/eye-crossed.svg#gh-light-mode-only" width="16px" height="16px" />
6567
<img src=".docs/icon/white/eye.svg#gh-dark-mode-only" width="16px" height="16px" />
6668
<img src=".docs/icon/black/eye.svg#gh-light-mode-only" width="16px" height="16px" />
69+
<img src=".docs/icon/white/feather.svg#gh-dark-mode-only" width="16px" height="16px" />
70+
<img src=".docs/icon/black/feather.svg#gh-light-mode-only" width="16px" height="16px" />
6771
<img src=".docs/icon/white/file-crossed.svg#gh-dark-mode-only" width="16px" height="16px" />
6872
<img src=".docs/icon/black/file-crossed.svg#gh-light-mode-only" width="16px" height="16px" />
6973
<img src=".docs/icon/white/file-minus.svg#gh-dark-mode-only" width="16px" height="16px" />
@@ -152,6 +156,10 @@ An up-to-date preview of [latest](https://github.com/bbfh-dev/eyecons/releases/l
152156
<img src=".docs/icon/black/mail-notification.svg#gh-light-mode-only" width="16px" height="16px" />
153157
<img src=".docs/icon/white/mail.svg#gh-dark-mode-only" width="16px" height="16px" />
154158
<img src=".docs/icon/black/mail.svg#gh-light-mode-only" width="16px" height="16px" />
159+
<img src=".docs/icon/white/man_run.svg#gh-dark-mode-only" width="16px" height="16px" />
160+
<img src=".docs/icon/black/man_run.svg#gh-light-mode-only" width="16px" height="16px" />
161+
<img src=".docs/icon/white/man_walk.svg#gh-dark-mode-only" width="16px" height="16px" />
162+
<img src=".docs/icon/black/man_walk.svg#gh-light-mode-only" width="16px" height="16px" />
155163
<img src=".docs/icon/white/map_pin.svg#gh-dark-mode-only" width="16px" height="16px" />
156164
<img src=".docs/icon/black/map_pin.svg#gh-light-mode-only" width="16px" height="16px" />
157165
<img src=".docs/icon/white/media_audio_volume_high.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.8"
4+
VERSION="v1.3.9"
55
NAME="eyecons-$VERSION"
66
DIR="./dist/$NAME"
77
CHANGELOG_FILE="./dist/CHANGELOG.md"

0 commit comments

Comments
 (0)