-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c22cd0e
commit 09b9cf2
Showing
2 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
7 changes: 5 additions & 2 deletions
7
frontend/website/src/components/icons/player/lightning.svelte
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,3 +1,6 @@ | ||
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M19 1H10.1367L5 13.2661L11.1381 12.3817L5.56005 23L18.8107 7.95014L11.883 8.81975L19 1Z" fill="currentColor"/> | ||
</svg> | ||
<path | ||
d="M19 1H10.1367L5 13.2661L11.1381 12.3817L5.56005 23L18.8107 7.95014L11.883 8.81975L19 1Z" | ||
fill="currentColor" | ||
/> | ||
</svg> |
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