-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
3c4fe66
commit 080eeea
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
"""Unicode emojis used as icons.""" | ||
|
||
ICON_CHECK = "\U00002705" # Check Mark | ||
ICON_CROSS = "\U0000274C" # Cross Mark | ||
ICON_FOLDER = "\U0001F4C1" # File Folder | ||
ICON_FILE = "\U0001F4C4" # Page Facing Up | ||
ICON_JOB = "\U0001F4C3" # Page with Curl | ||
ICON_IMAGE = "\U0001F5BC" # Frame with Picture | ||
ICON_CPAC = "\U0001F4BE" # Floppy Disk | ||
ICON_MEMORY = "\U0001F4C8" # Chart with Upwards Trend | ||
ICON_THREADS = "\U0001F4E1" # Electric Plug | ||
ICON_DURATION = "\U0001F552" # Clock | ||
ICON_SAVE = "\U0001F4BE" # Floppy Disk | ||
ICON_EXTRA_ARGS = "\U0001F4AC" # Speech Balloon | ||
ICON_PIPELINE = "\U0001F6B0" # Hammer and Wrench | ||
ICON_ANALYSIS_LEVEL = "\U0001F4C8" # Chart with Upwards Trend | ||
ICON_CROSS = "\U0000274c" # Cross Mark | ||
ICON_FOLDER = "\U0001f4c1" # File Folder | ||
ICON_FILE = "\U0001f4c4" # Page Facing Up | ||
ICON_JOB = "\U0001f4c3" # Page with Curl | ||
ICON_IMAGE = "\U0001f5bc" # Frame with Picture | ||
ICON_CPAC = "\U0001f4be" # Floppy Disk | ||
ICON_MEMORY = "\U0001f4c8" # Chart with Upwards Trend | ||
ICON_THREADS = "\U0001f4e1" # Electric Plug | ||
ICON_DURATION = "\U0001f552" # Clock | ||
ICON_SAVE = "\U0001f4be" # Floppy Disk | ||
ICON_EXTRA_ARGS = "\U0001f4ac" # Speech Balloon | ||
ICON_PIPELINE = "\U0001f6b0" # Hammer and Wrench | ||
ICON_ANALYSIS_LEVEL = "\U0001f4c8" # Chart with Upwards Trend | ||
ICON_LAUNCH = "\U0001f680" # Rocket | ||
ICON_PREVIEW = "\U0001F50D" # Magnifying Glass | ||
ICON_SINGULARITY = "\U0001F5BC" # Frame with Picture | ||
ICON_SUBJECT = "\U0001F464" # Bust in Silhouette | ||
ICON_PREVIEW = "\U0001f50d" # Magnifying Glass | ||
ICON_SINGULARITY = "\U0001f5bc" # Frame with Picture | ||
ICON_SUBJECT = "\U0001f464" # Bust in Silhouette |