-
Notifications
You must be signed in to change notification settings - Fork 12
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
45b94e9
commit e6801ce
Showing
8 changed files
with
37 additions
and
12 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
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
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,16 @@ | ||
export default function StreamSvg() { | ||
return ( | ||
<svg | ||
width="1200pt" | ||
height="1200pt" | ||
version="1.1" | ||
viewBox="0 0 1200 1200" | ||
xmlns="http://www.w3.org/2000/svg" | ||
className="h-6 w-6" | ||
fill="currentColor" | ||
> | ||
<title>stream svg</title> | ||
<path d="m802.78 409.22h-164.39v-108c30-10.781 50.391-32.391 50.391-57.609s-39.609-63.609-88.781-63.609c-49.219 0-88.781 28.781-88.781 63.609 0 34.781 20.391 46.781 50.391 57.609v108h-164.39c-84 0-152.39 68.391-152.39 152.39v202.78c0 140.39 114 254.39 254.39 254.39h202.78c140.39 0 254.39-114 254.39-254.39v-202.78c0-84-68.391-152.39-152.39-152.39zm-380.39 254.39v-50.391c0-27.609 22.781-50.391 50.391-50.391s50.391 22.781 50.391 50.391v50.391c0 27.609-22.781 50.391-50.391 50.391s-50.391-22.781-50.391-50.391zm304.82 202.78-102 25.219h-50.391l-102-25.219v-50.391h254.39zm50.391-202.78c0 27.609-22.781 50.391-50.391 50.391s-50.391-22.781-50.391-50.391v-50.391c0-27.609 22.781-50.391 50.391-50.391s50.391 22.781 50.391 50.391z" /> | ||
</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