-
Notifications
You must be signed in to change notification settings - Fork 112
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
édouard wautier
authored and
édouard wautier
committed
Nov 22, 2023
1 parent
6c5c7d1
commit 982844a
Showing
16 changed files
with
202 additions
and
2 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
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.
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.
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,29 @@ | ||
import type { SVGProps } from "react"; | ||
import * as React from "react"; | ||
const SvgLogoHorizontalColorLayer1 = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="1em" | ||
height="1em" | ||
fill="none" | ||
viewBox="0 0 96 24" | ||
{...props} | ||
> | ||
<path fill="#FCD34D" d="M84 0H72v24h12V0Z" /> | ||
<path | ||
fill="#6EE7B7" | ||
d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z" | ||
/> | ||
<path | ||
fill="#F9A8D4" | ||
d="M36 24c6.627 0 12-5.373 12-12S42.627 0 36 0 24 5.373 24 12s5.373 12 12 12Z" | ||
/> | ||
<path | ||
fill="#7DD3FC" | ||
fillRule="evenodd" | ||
d="M48 24V12h12a6 6 0 0 1 0 12H48Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
); | ||
export default SvgLogoHorizontalColorLayer1; |
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,22 @@ | ||
import type { SVGProps } from "react"; | ||
import * as React from "react"; | ||
const SvgLogoHorizontalColorLayer2 = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="1em" | ||
height="1em" | ||
fill="none" | ||
viewBox="0 0 96 24" | ||
{...props} | ||
> | ||
<path fill="#10B981" d="M12 0H0v24h12V0Z" /> | ||
<path fill="#F87171" d="M48 0H24v12h24V0Z" /> | ||
<path | ||
fill="#3B82F6" | ||
fillRule="evenodd" | ||
d="M60 12a6 6 0 0 1 0-12h36v12H60Z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
); | ||
export default SvgLogoHorizontalColorLayer2; |
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,29 @@ | ||
import type { SVGProps } from "react"; | ||
import * as React from "react"; | ||
const SvgLogoSquareColorLayer1 = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="1em" | ||
height="1em" | ||
fill="none" | ||
viewBox="0 0 48 48" | ||
{...props} | ||
> | ||
<path fill="#FCD34D" d="M36 24H24v24h12V24Z" /> | ||
<path | ||
fill="#7DD3FC" | ||
fillRule="evenodd" | ||
d="M0 48V36h12a6 6 0 0 1 0 12H0Z" | ||
clipRule="evenodd" | ||
/> | ||
<path | ||
fill="#6EE7B7" | ||
d="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z" | ||
/> | ||
<path | ||
fill="#F9A8D4" | ||
d="M36 24c6.627 0 12-5.373 12-12S42.627 0 36 0 24 5.373 24 12s5.373 12 12 12Z" | ||
/> | ||
</svg> | ||
); | ||
export default SvgLogoSquareColorLayer1; |
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,22 @@ | ||
import type { SVGProps } from "react"; | ||
import * as React from "react"; | ||
const SvgLogoSquareColorLayer2 = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="1em" | ||
height="1em" | ||
fill="none" | ||
viewBox="0 0 48 48" | ||
{...props} | ||
> | ||
<path | ||
fill="#3B82F6" | ||
fillRule="evenodd" | ||
d="M12 36a6 6 0 0 1 0-12h36v12H12Z" | ||
clipRule="evenodd" | ||
/> | ||
<path fill="#10B981" d="M12 0H0v24h12V0Z" /> | ||
<path fill="#F87171" d="M48 0H24v12h24V0Z" /> | ||
</svg> | ||
); | ||
export default SvgLogoSquareColorLayer2; |
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,6 +1,10 @@ | ||
export { default as LogoHorizontalColor } from "./LogoHorizontalColor"; | ||
export { default as LogoHorizontalColorLayer1 } from "./LogoHorizontalColorLayer1"; | ||
export { default as LogoHorizontalColorLayer2 } from "./LogoHorizontalColorLayer2"; | ||
export { default as LogoHorizontalDark } from "./LogoHorizontalDark"; | ||
export { default as LogoHorizontalWhite } from "./LogoHorizontalWhite"; | ||
export { default as LogoSquareColor } from "./LogoSquareColor"; | ||
export { default as LogoSquareColorLayer1 } from "./LogoSquareColorLayer1"; | ||
export { default as LogoSquareColorLayer2 } from "./LogoSquareColorLayer2"; | ||
export { default as LogoSquareDark } from "./LogoSquareDark"; | ||
export { default as LogoSquareWhite } from "./LogoSquareWhite"; |
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.
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.
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