-
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.
- Loading branch information
1 parent
2fedac9
commit c53c92a
Showing
17 changed files
with
397 additions
and
409 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
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 |
---|---|---|
@@ -1,17 +1,11 @@ | ||
import React from 'react' | ||
|
||
const HifiLogo = () => | ||
<svg width="246" height="255" viewBox="0 0 246 255" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<g clip-path="url(#clip0_2796_1681)"> | ||
<path d="M135.697 0H73.2441V113.031H135.697V0Z" fill="#2D3243" /> | ||
<path d="M192.616 254.962H128.49V192.459H172.344C178.526 192.459 183.535 187.447 183.535 181.259V154.508C183.535 148.32 178.526 143.307 172.344 143.307H0V80.804H192.616C222.093 80.804 246 104.718 246 134.232V201.56C246 231.061 222.106 254.987 192.616 254.987V254.962Z" fill="#E95E28" /> | ||
<path d="M134.847 255H123.868C95.4395 255 72.3945 231.936 72.3945 203.485V143.307H134.847V255Z" fill="#2D3243" /> | ||
</g> | ||
<defs> | ||
<clipPath id="clip0_2796_1681"> | ||
<rect width="246" height="255" fill="white" /> | ||
</clipPath> | ||
</defs> | ||
<svg width="248" height="255" viewBox="0 0 248 255" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M136.177 24.5473C107.364 24.6101 104.937 3.50125 80.4755 0.0625999C76.7025 -0.464493 73.332 2.48472 73.332 6.28732V112.471H136.215V24.5473C136.215 24.5473 136.19 24.5473 136.177 24.5473Z" fill="#2D3243" /> | ||
<path d="M93.3418 80.1055H193.54C223.22 80.1055 247.292 104.113 247.292 133.743V201.337C247.292 230.954 223.233 254.975 193.54 254.975H128.971V192.226H173.128C179.353 192.226 184.396 187.193 184.396 180.981V154.124C184.396 147.912 179.353 142.88 173.128 142.88H94.3983" fill="#00ADB5" /> | ||
<path d="M135.36 255H124.305C95.6809 255 72.4771 231.845 72.4771 203.282V142.867H135.36V255Z" fill="#2D3243" /> | ||
<path d="M24.5982 80.1431C24.6611 108.895 3.50725 111.317 0.0612656 135.726C-0.466951 139.491 2.48854 142.855 6.29924 142.855H112.71V80.1055H24.5982C24.5982 80.1055 24.5982 80.1306 24.5982 80.1431Z" fill="#00ADB5" /> | ||
</svg> | ||
|
||
export default HifiLogo |
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
Oops, something went wrong.