-
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.
Added Cameron mode to hero, including corresponding logo-text and som…
…e stickers
- Loading branch information
1 parent
1612075
commit 4779017
Showing
8 changed files
with
113 additions
and
37 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<script lang="ts"> | ||
export let color: string; | ||
export let thickness: number; | ||
</script> | ||
|
||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="{-thickness/2} {-thickness/2} {2898+thickness} {1120+thickness}" height="1em"> | ||
<path fill="none" stroke={color} stroke-width={thickness} stroke-linecap="round" d="M290 0C117 103 25 242 0 657c-2 85-4 205 17 249 43 95 124 198 266 214M678 519c-95-15-105 16-138 51-47 69-105 143-112 242-5 57-12 120-3 181 35 117 180 121 220 10 59-127 56-198 60-260V588 785c40 166 79 280 144 277 76-7 80-153 97-255 11-99 18-149 16-233l9 216v276V749c12-101 53-233 129-252 74 8 67 215 75 330-1-84 107-316 180-335 43 2 50 54 57 122V884c18 198 106 183 134 144 43-93 57-184 63-292v-134c-12 222 210 325 210 4 7-76-104-132-142-48-30 56-46 86-64 165v140c15 112 93 192 150 188 137-5 170-294 181-480V671c1 25 9 46 8 60v258V731c10-74 54-231 161-230 13 4 18 41 22 71l17 214c5-36 16-65 29-93 28-70 100-156 188-159h40-24c-26 0-40-10-58-9-23 0-39 2-53 17-35 42-46 153-50 266V959c7 55 81 57 109 29 78-81 99-192 105-324V531c21 64 60 109 122 93 35-9 59-127 76-184 14 28 15 118 16 125V709c0 44 6 205-11 220-11-25-8-96 1-144 15-94 64-282 151-288 21 0 29 5 37 21 34 58 67 320 68 327V974M1723 810"/> | ||
</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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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