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