mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-09-01 07:30:04 +02:00
global-functions: Add 15 notifications symbols
This commit is contained in:
parent
89175e511f
commit
8d31696c16
1 changed files with 49 additions and 34 deletions
|
@ -1609,40 +1609,55 @@
|
|||
:global LogPrintOnce;
|
||||
|
||||
:local Symbols {
|
||||
"abacus"="\F0\9F\A7\AE";
|
||||
"alarm-clock"="\E2\8F\B0";
|
||||
"arrow-down"="\E2\AC\87";
|
||||
"arrow-up"="\E2\AC\86";
|
||||
"calendar"="\F0\9F\93\85";
|
||||
"card-file-box"="\F0\9F\97\83";
|
||||
"chart-decreasing"="\F0\9F\93\89";
|
||||
"chart-increasing"="\F0\9F\93\88";
|
||||
"cloud"="\E2\98\81";
|
||||
"cross-mark"="\E2\9D\8C";
|
||||
"earth"="\F0\9F\8C\8D";
|
||||
"fire"="\F0\9F\94\A5";
|
||||
"floppy-disk"="\F0\9F\92\BE";
|
||||
"gear"="\E2\9A\99";
|
||||
"heart"="\E2\99\A5";
|
||||
"high-voltage-sign"="\E2\9A\A1";
|
||||
"incoming-envelope"="\F0\9F\93\A8";
|
||||
"information"="\E2\84\B9";
|
||||
"large-orange-circle"="\F0\9F\9F\A0";
|
||||
"large-red-circle"="\F0\9F\94\B4";
|
||||
"link"="\F0\9F\94\97";
|
||||
"lock-with-ink-pen"="\F0\9F\94\8F";
|
||||
"memo"="\F0\9F\93\9D";
|
||||
"mobile-phone"="\F0\9F\93\B1";
|
||||
"pushpin"="\F0\9F\93\8C";
|
||||
"scissors"="\E2\9C\82";
|
||||
"smiley-partying-face"="\F0\9F\A5\B3";
|
||||
"smiley-smiling-face"="\E2\98\BA";
|
||||
"smiley-winking-face-with-tongue"="\F0\9F\98\9C";
|
||||
"sparkles"="\E2\9C\A8";
|
||||
"speech-balloon"="\F0\9F\92\AC";
|
||||
"star"="\E2\AD\90";
|
||||
"warning-sign"="\E2\9A\A0";
|
||||
"white-heavy-check-mark"="\E2\9C\85"
|
||||
"abacus"="\F0\9F\A7\AE";
|
||||
"alarm-clock"="\E2\8F\B0";
|
||||
"antenna-bars"="\F0\9F\93\B6";
|
||||
"arrow-down"="\E2\AC\87";
|
||||
"arrow-up"="\E2\AC\86";
|
||||
"battery"="\F0\9F\94\8B";
|
||||
"bell"="\F0\9F\94\94";
|
||||
"calendar"="\F0\9F\93\85";
|
||||
"card-file-box"="\F0\9F\97\83";
|
||||
"chart-decreasing"="\F0\9F\93\89";
|
||||
"chart-increasing"="\F0\9F\93\88";
|
||||
"clipboard"="\F0\9F\93\8B";
|
||||
"cloud"="\E2\98\81";
|
||||
"computer"="\F0\9F\92\BB";
|
||||
"cross-mark"="\E2\9D\8C";
|
||||
"earth"="\F0\9F\8C\8D";
|
||||
"eyes"="\F0\9F\91\80";
|
||||
"fire"="\F0\9F\94\A5";
|
||||
"floppy-disk"="\F0\9F\92\BE";
|
||||
"gear"="\E2\9A\99";
|
||||
"heart"="\E2\99\A5";
|
||||
"high-voltage-sign"="\E2\9A\A1";
|
||||
"hourglass-done"="\E2\8C\9B";
|
||||
"hourglass-running"="\E2\8F\B3";
|
||||
"incoming-envelope"="\F0\9F\93\A8";
|
||||
"information"="\E2\84\B9";
|
||||
"key"="\F0\9F\94\91";
|
||||
"large-orange-circle"="\F0\9F\9F\A0";
|
||||
"large-red-circle"="\F0\9F\94\B4";
|
||||
"link"="\F0\9F\94\97";
|
||||
"lock-with-ink-pen"="\F0\9F\94\8F";
|
||||
"magnifying-glass"="\F0\9F\94\8D";
|
||||
"memo"="\F0\9F\93\9D";
|
||||
"mobile-phone"="\F0\9F\93\B1";
|
||||
"package"="\F0\9F\93\A6";
|
||||
"pushpin"="\F0\9F\93\8C";
|
||||
"rocket"="\F0\9F\9A\80";
|
||||
"satellite-antenna"="\F0\9F\93\A1";
|
||||
"scissors"="\E2\9C\82";
|
||||
"shield"="\F0\9F\9B\A1";
|
||||
"smiley-partying-face"="\F0\9F\A5\B3";
|
||||
"smiley-smiling-face"="\E2\98\BA";
|
||||
"smiley-winking-face-with-tongue"="\F0\9F\98\9C";
|
||||
"sparkles"="\E2\9C\A8";
|
||||
"speech-balloon"="\F0\9F\92\AC";
|
||||
"star"="\E2\AD\90";
|
||||
"thumbs-up"="\F0\9F\91\8D";
|
||||
"warning-sign"="\E2\9A\A0";
|
||||
"white-heavy-check-mark"="\E2\9C\85";
|
||||
}
|
||||
|
||||
:if ([ :len ($Symbols->$Name) ] = 0) do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue