From e3b5e725812db7c33184385a8aea8d051333c72f Mon Sep 17 00:00:00 2001 From: n8 Date: Thu, 16 Nov 2023 19:34:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- config.h | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 330a562..ddf4908 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,5 @@ List of arts - `ios` - iOS logo - `alt` Alt Linux logo - `rammstein` - Rammstein logo -- `hellosystem` - helloSystem logo \ No newline at end of file +- `hellosystem` - helloSystem logo +- `phone` - Phone icon \ No newline at end of file diff --git a/config.h b/config.h index 326f3df..11bd686 100644 --- a/config.h +++ b/config.h @@ -218,5 +218,13 @@ struct art_entry arts[] = { "\e[0;30m| | |___| /| /| / |\\/\e[0;37m", "\e[0;30m| |/\\____/ |__/ |__/ \\__/ \e[0;37m " } + }, + { "phone", + { + " /‾‾/", + "| | ", + "| | ", + " \\__\\" + } } -}; +}; \ No newline at end of file