-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Update atlas logos VSCODE-297 (#362)
- Loading branch information
Showing
4 changed files
with
26 additions
and
32 deletions.
There are no files selected for viewing
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,12 +1,14 @@ | ||
import * as React from 'react'; | ||
import { | ||
AtlasLogoMark | ||
} from '@leafygreen-ui/logo'; | ||
|
||
export default class AtlasLogo extends React.PureComponent { | ||
render(): React.ReactNode { | ||
return ( | ||
<AtlasLogoMark size={36} /> | ||
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M40.2132 27.0131L45.6336 30.0211C46.7934 30.5437 46.7934 32.1769 45.6336 32.6994L25.984 42.1063C25.097 42.4983 24.1418 42.4983 23.2548 42.1063L3.60526 32.6994C2.44538 32.1769 2.44538 30.5437 3.60526 30.0211L9.69806 26.6711" stroke="var(--vscode-editor-foreground)" strokeWidth="0.765942" strokeMiterlimit="10"/> | ||
<path d="M3.60526 27.9125C2.44538 27.3899 2.44538 25.7568 3.60526 25.2341L7.46449 23.252C7.52229 23.3701 7.5841 23.4863 7.64991 23.6005C8.79923 25.813 11.1655 27.3551 13.9374 27.3551H37.0592C39.4931 27.3551 41.5213 25.746 42.1973 23.6005L45.6336 25.2341C46.7934 25.7568 46.7934 27.3899 45.6336 27.9125L25.984 37.3194C25.097 37.7113 24.1418 37.7113 23.2548 37.3194L3.60526 27.9125Z" fill="#00ED64" stroke="var(--vscode-editor-foreground)" strokeWidth="0.765942" strokeMiterlimit="10"/> | ||
<path d="M35.0955 16.9921C34.8368 11.3399 30.287 6.83887 24.7122 6.83887C20.4186 6.83887 16.6864 9.58358 15.0989 13.3961C15.0373 13.544 14.8841 13.6328 14.7248 13.6151C14.4707 13.5869 14.2126 13.5724 13.9512 13.5724C10.6686 13.2919 6.83887 16.2772 6.83887 20.306C6.83887 24.3347 10.0231 27.3552 13.9512 27.3552H37.203C40.0735 27.3552 42.4005 25.214 42.4005 22.2699C42.4005 19.3258 40.0735 16.9392 37.203 16.9392C36.6927 16.9392 36.0965 17.1215 35.58 17.3146C35.3526 17.3995 35.1065 17.2346 35.0955 16.9921Z" stroke="var(--vscode-editor-foreground)" strokeWidth="0.765942"/> | ||
<path d="M41.1868 12.0189C40.9347 9.11563 38.5347 6.83887 35.6113 6.83887C33.3436 6.83887 31.3668 8.24726 30.4853 10.22C30.4202 10.3658 30.268 10.4534 30.1088 10.4413C30.0125 10.4338 29.9152 10.4301 29.817 10.4301C28.0494 10.2805 25.9873 11.8727 25.9873 14.0213C25.9873 16.17 27.7019 17.7809 29.817 17.7809H42.3372C43.8828 17.7809 45.1359 16.6389 45.1359 15.0688C45.1359 13.4986 43.8828 12.2257 42.3372 12.2257C42.1327 12.2257 41.9025 12.2796 41.6835 12.3496C41.4528 12.4233 41.2077 12.2603 41.1868 12.0189Z" fill="#00ED64" stroke="var(--vscode-editor-foreground)" strokeWidth="0.765942"/> | ||
</svg> | ||
); | ||
} | ||
} |