Skip to content

Commit

Permalink
Octicons: Create missing file-symlink-directory (2/2)
Browse files Browse the repository at this point in the history
Just run ./generate.

Compare commit
  7764e05  Create new octicons.ttf (update to v18.3.0) (2/2)

Fixes: 1213

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed May 10, 2023
1 parent 1820d4e commit 9f54f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/scripts/lib/i_oct.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Octicons (309 icons)
# Codepoints: 2665-F532 with gaps
# Octicons (310 icons)
# Codepoints: 2665-F533 with gaps
# Nerd Fonts Version: 3.0.0
# Script Version: (autogenerated)
test -n "$__i_oct_loaded" && return || __i_oct_loaded=1
Expand Down Expand Up @@ -136,7 +136,7 @@ i='' i_oct_triangle_up=$i
i='' i_oct_git_compare=$i
i='' i_oct_logo_gist=$i
i='' i_oct_file_symlink_file=$i
i='' i_oct_bookmark_slash=$i
i='' i_oct_file_symlink_directory=$i
i='' i_oct_squirrel=$i
i='' i_oct_globe=$i
i='' i_oct_unmute=$i
Expand Down Expand Up @@ -313,4 +313,5 @@ i='' i_oct_x_circle=$i
i='' i_oct_x_circle_fill=$i
i='' i_oct_zoom_in=$i
i='' i_oct_zoom_out=$i
i='' i_oct_bookmark_slash=$i
unset i
Binary file modified src/glyphs/octicons/octicons.ttf
Binary file not shown.

0 comments on commit 9f54f24

Please sign in to comment.