add iced logo to Iced-Icons.ttf

This commit is contained in:
edwloef 2025-04-25 15:45:36 +02:00 committed by Héctor Ramón Jiménez
parent 0563ee8375
commit 1305d3c00f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
7 changed files with 36 additions and 14 deletions

View file

@ -254,6 +254,7 @@ impl core::text::Renderer for Renderer {
const ICON_FONT: Font = Font::with_name("Iced-Icons");
const CHECKMARK_ICON: char = '\u{f00c}';
const ARROW_DOWN_ICON: char = '\u{e800}';
const ICED_LOGO: char = '\u{e801}';
fn default_font(&self) -> Self::Font {
self.default_font