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

@ -97,6 +97,7 @@ where
const ICON_FONT: Self::Font = A::ICON_FONT;
const CHECKMARK_ICON: char = A::CHECKMARK_ICON;
const ARROW_DOWN_ICON: char = A::ARROW_DOWN_ICON;
const ICED_LOGO: char = A::ICED_LOGO;
fn default_font(&self) -> Self::Font {
delegate!(self, renderer, renderer.default_font())