Skip to content

Commit

Permalink
Merge pull request #1740 from ryanoasis/feature/add-two-icons
Browse files Browse the repository at this point in the history
Add chuck icon and Vitruvian Man
  • Loading branch information
Finii authored Nov 17, 2024
2 parents a804297 + 762e70b commit a5dd7ee
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/scripts/lib/i_seti.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Seti-UI + Custom (188 icons, 21 aliases)
# Codepoints: E5FA-E6B5
# Seti-UI + Custom (190 icons, 21 aliases)
# Codepoints: E5FA-E6B7
# Nerd Fonts Version: 3.2.1
# Script Version: (autogenerated)
test -n "$__i_seti_loaded" && return || __i_seti_loaded=1
Expand Down Expand Up @@ -213,4 +213,6 @@ i='' i_custom_toml=$i
i='' i_custom_astro=$i
i='' i_custom_prettier=$i
i='' i_custom_ada=$i
i='' i_custom_chuck=$i
i='' i_custom_vitruvian=$i
unset i
Binary file modified src/glyphs/original-source.otf
Binary file not shown.
1 change: 1 addition & 0 deletions src/svgs/chuck_nf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/svgs/icons.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,5 @@
185 i_custom_astro astro_nf.svg
186 i_custom_prettier prettier_nf.svg
187 i_custom_ada ada_nf.svg
188 i_custom_chuck chuck_nf.svg
189 i_custom_vitruvian vitruvian_nf.svg
1 change: 1 addition & 0 deletions src/svgs/vitruvian_nf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5dd7ee

Please sign in to comment.