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

@ -45,6 +45,7 @@ impl text::Renderer for () {
const ICON_FONT: Font = Font::DEFAULT;
const CHECKMARK_ICON: char = '0';
const ARROW_DOWN_ICON: char = '0';
const ICED_LOGO: char = '0';
fn default_font(&self) -> Self::Font {
Font::default()