summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHan Yeong-woo <nix6839@washnix.com>2022-08-23 09:34:07 +0900
committerAbin Simon <abinsimon10@gmail.com>2022-08-23 09:15:48 +0530
commit7d523103ecc887f4b71bab4b6bb21a82a748aa1b (patch)
tree5aa58c8e1b34d0a3d8858fc72c9a887d6e550a07
parentd538d7401781aca0e534d0344bcd936264be9fe5 (diff)
feat(icon): add icon for Zstandard
-rw-r--r--CHANGELOG.md1
-rw-r--r--src/icon.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 660f6dc..64c8a85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
### Added
+- Add icon for Zstandard from [nix6839](https://github.com/nix6839)
### Changed
### Fixed
- Fix rendering issues in Windows from [meain](https://gitHub.com/meain)
diff --git a/src/icon.rs b/src/icon.rs
index c051c1e..d7323d0 100644
--- a/src/icon.rs
+++ b/src/icon.rs
@@ -477,6 +477,7 @@ impl Icons {
("zsh", "\u{f489}"), // ""
("zsh-theme", "\u{f489}"), // ""
("zshrc", "\u{f489}"), // ""
+ ("zst", "\u{f410}"), // ""
])
}
}