-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add fire hydrant icon * Keep nav gradient in dark and light mode for Cloud
- Loading branch information
1 parent
8edb57d
commit 9a7a3af
Showing
3 changed files
with
13 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<script lang="ts"> | ||
import Svg from '../svg.svelte'; | ||
</script> | ||
|
||
<Svg {...$$props}> | ||
<path | ||
d="M10.9062 7.25V7.71875V8.34375H12.625V7.875L17 7.25V10.375L12.625 9.75V9.28125H10.9062V9.80859C11.8828 10.0234 12.625 10.9023 12.625 11.9375V16.3125V17.25H11.6875H9.1875H8.25V16.3125V11.9375C8.25 10.9023 8.97266 10.0234 9.96875 9.80859V9.30078C9.05078 9.41797 8.26953 9.98438 7.87891 10.7852L7.03906 10.375C7.58594 9.26172 8.67969 8.48047 9.96875 8.36328V7.71875V7.25H10.9062ZM9.1875 16.3125H11.6875V15.375H9.1875V16.3125ZM9.1875 11.9375V14.4375H11.6875V11.9375C11.6875 11.2539 11.1211 10.6875 10.4375 10.6875C9.73438 10.6875 9.1875 11.2539 9.1875 11.9375Z" | ||
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