-
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.
chore: add some icons for an easier view
- Loading branch information
1 parent
e0e30fd
commit 8ad09e3
Showing
6 changed files
with
84 additions
and
49 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
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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<script lang="ts"> | ||
let { extraClasses }: { extraClasses?: string } = $props(); | ||
</script> | ||
|
||
<svg | ||
aria-hidden="true" | ||
class={extraClasses} | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
><path | ||
d="M10.818 9.30103C10.818 8.75521 10.3703 8.31273 9.81799 8.31273C9.26571 8.31273 8.81799 8.75521 8.81799 9.30103V15.9854C8.81799 16.5313 9.26571 16.9737 9.81799 16.9737C10.3703 16.9737 10.818 16.5313 10.818 15.9854V9.30103Z" | ||
fill="currentColor" | ||
/><path | ||
d="M15.1244 9.30103C15.1244 8.75521 14.6767 8.31273 14.1244 8.31273C13.5721 8.31273 13.1244 8.75521 13.1244 9.30103V15.9854C13.1244 16.5313 13.5721 16.9737 14.1244 16.9737C14.6767 16.9737 15.1244 16.5313 15.1244 15.9854V9.30103Z" | ||
fill="currentColor" | ||
/><path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M9 3C8.44772 3 8 3.44248 8 3.9883H4C3.44772 3.9883 3 4.43078 3 4.97661C3 5.51159 3.43011 5.94729 3.96722 5.96439C3.87809 6.25663 3.8439 6.57121 3.87608 6.89571L5.05865 18.8223C5.18116 20.0579 6.23236 21 7.48858 21H16.3918C17.6455 21 18.6955 20.0615 18.8211 18.8286L20.0353 6.90194C20.0685 6.57548 20.0345 6.2589 19.9449 5.96491H20C20.5523 5.96491 21 5.52243 21 4.97661C21 4.43078 20.5523 3.9883 20 3.9883H16C16 3.44248 15.5523 3 15 3H9ZM5.86655 6.70294C5.8411 6.44633 6.04512 6.22397 6.30601 6.22397H17.606C17.8673 6.22397 18.0715 6.44707 18.0453 6.70406L16.8311 18.6307C16.8084 18.8537 16.6185 19.0234 16.3918 19.0234H7.48858C7.26138 19.0234 7.07127 18.853 7.04911 18.6296L5.86655 6.70294Z" | ||
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
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
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