-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added gmail, etherscan, slack and learn icons
- Loading branch information
1 parent
0120da8
commit 9b94b81
Showing
12 changed files
with
208 additions
and
19 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,5 @@ | ||
--- | ||
'@web3uikit/icons': patch | ||
--- | ||
|
||
Added gmail, etherscan, slack and learn icons |
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,45 @@ | ||
// Auto-generated file created by svgr-cli source svg-template.js | ||
// Run pnpm icons:create to update | ||
// Do not edit | ||
import { SVGProps } from 'react'; | ||
import { SVGRProps } from '../type'; | ||
const SvgEtherscan = ({ | ||
title, | ||
titleId, | ||
isResponsive = false, | ||
style, | ||
...props | ||
}: SVGProps<SVGSVGElement> & SVGRProps) => ( | ||
<svg | ||
width="1em" | ||
height="1em" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
role="img" | ||
data-testid="test-icon" | ||
aria-hidden="true" | ||
style={ | ||
isResponsive | ||
? style | ||
: { | ||
flex: 'none', | ||
...style, | ||
} | ||
} | ||
aria-labelledby={titleId} | ||
{...props} | ||
> | ||
{title ? <title id={titleId}>{title}</title> : null} | ||
<path | ||
d="M6.456 11.535c0-.438.36-.798.798-.798H8.6c.438 0 .814.36.814.814v5.077c.157-.047.344-.094.564-.141a.687.687 0 0 0 .517-.659V9.53a.82.82 0 0 1 .814-.815h1.346c.439 0 .814.36.814.815v5.845l.658-.282a.669.669 0 0 0 .407-.627V7.493c0-.438.36-.815.799-.815h1.346c.438 0 .799.36.799.815v5.751c1.158-.846 2.348-1.864 3.288-3.087.282-.36.36-.83.204-1.269-1.723-4.951-7.14-7.584-12.087-5.86-4.947 1.724-7.577 7.145-5.855 12.096.188.564.438 1.097.736 1.614.234.408.673.642 1.143.595.25-.016.564-.047.954-.094a.666.666 0 0 0 .596-.674l-.001-5.03Z" | ||
fill="#21325B" | ||
/> | ||
<path | ||
d="M6.424 19.683a9.485 9.485 0 0 0 13.26-2.099 9.582 9.582 0 0 0 1.816-5.593c0-.22-.016-.439-.031-.659-3.46 5.186-9.863 7.615-15.045 8.351Z" | ||
fill="#979695" | ||
/> | ||
</svg> | ||
); | ||
|
||
export default SvgEtherscan; |
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,57 @@ | ||
// Auto-generated file created by svgr-cli source svg-template.js | ||
// Run pnpm icons:create to update | ||
// Do not edit | ||
import { SVGProps } from 'react'; | ||
import { SVGRProps } from '../type'; | ||
const SvgGmail = ({ | ||
title, | ||
titleId, | ||
isResponsive = false, | ||
style, | ||
...props | ||
}: SVGProps<SVGSVGElement> & SVGRProps) => ( | ||
<svg | ||
width="1em" | ||
height="1em" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
role="img" | ||
data-testid="test-icon" | ||
aria-hidden="true" | ||
style={ | ||
isResponsive | ||
? style | ||
: { | ||
flex: 'none', | ||
...style, | ||
} | ||
} | ||
aria-labelledby={titleId} | ||
{...props} | ||
> | ||
{title ? <title id={titleId}>{title}</title> : null} | ||
<path | ||
d="M3.795 19.137h3.023v-7.34L2.5 8.556v9.285c0 .717.58 1.295 1.295 1.295Z" | ||
fill="#4285F4" | ||
/> | ||
<path | ||
d="M17.182 19.137h3.022c.717 0 1.296-.58 1.296-1.295V8.558l-4.318 3.238" | ||
fill="#34A853" | ||
/> | ||
<path | ||
d="M17.182 6.183v5.613L21.5 8.558V6.83c0-1.602-1.829-2.515-3.11-1.554" | ||
fill="#FBBC04" | ||
/> | ||
<path | ||
d="M6.818 11.796V6.183L12 10.069l5.182-3.886v5.613L12 15.683" | ||
fill="#EA4335" | ||
/> | ||
<path | ||
d="M2.5 6.83v1.728l4.318 3.238V6.183L5.61 5.276C4.327 4.315 2.5 5.228 2.5 6.83Z" | ||
fill="#C5221F" | ||
/> | ||
</svg> | ||
); | ||
|
||
export default SvgGmail; |
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
Large diffs are not rendered by default.
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 |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// Auto-generated file created by svgr-cli source svg-template.js | ||
// Run pnpm icons:create to update | ||
// Do not edit | ||
import { SVGProps } from 'react'; | ||
import { SVGRProps } from '../type'; | ||
const SvgSlack = ({ | ||
title, | ||
titleId, | ||
isResponsive = false, | ||
style, | ||
...props | ||
}: SVGProps<SVGSVGElement> & SVGRProps) => ( | ||
<svg | ||
width="1em" | ||
height="1em" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
role="img" | ||
data-testid="test-icon" | ||
aria-hidden="true" | ||
style={ | ||
isResponsive | ||
? style | ||
: { | ||
flex: 'none', | ||
...style, | ||
} | ||
} | ||
aria-labelledby={titleId} | ||
{...props} | ||
> | ||
{title ? <title id={titleId}>{title}</title> : null} | ||
<path | ||
d="M6.558 14.217a1.92 1.92 0 0 1-1.921 1.921 1.92 1.92 0 0 1-1.922-1.921 1.92 1.92 0 0 1 1.922-1.922h1.921v1.922Zm.961 0a1.92 1.92 0 0 1 1.922-1.922 1.92 1.92 0 0 1 1.922 1.922v4.804a1.92 1.92 0 0 1-1.922 1.922 1.92 1.92 0 0 1-1.922-1.922v-4.804Z" | ||
fill="#E01E5A" | ||
/> | ||
<path | ||
d="M9.44 6.5A1.92 1.92 0 0 1 7.52 4.58a1.92 1.92 0 0 1 1.92-1.922 1.92 1.92 0 0 1 1.923 1.922v1.922H9.44Zm0 .976a1.92 1.92 0 0 1 1.923 1.922A1.92 1.92 0 0 1 9.44 11.32H4.62a1.92 1.92 0 0 1-1.92-1.922 1.92 1.92 0 0 1 1.92-1.922h4.82Z" | ||
fill="#36C5F0" | ||
/> | ||
<path | ||
d="M17.142 9.398a1.92 1.92 0 0 1 1.922-1.922 1.92 1.92 0 0 1 1.922 1.922 1.92 1.92 0 0 1-1.922 1.922h-1.922V9.398Zm-.96 0a1.92 1.92 0 0 1-1.922 1.922 1.92 1.92 0 0 1-1.922-1.922V4.579a1.92 1.92 0 0 1 1.922-1.922A1.92 1.92 0 0 1 16.18 4.58v4.819Z" | ||
fill="#2EB67D" | ||
/> | ||
<path | ||
d="M14.26 17.1a1.92 1.92 0 0 1 1.921 1.921 1.92 1.92 0 0 1-1.921 1.922 1.92 1.92 0 0 1-1.922-1.922v-1.922h1.922Zm0-.962a1.92 1.92 0 0 1-1.922-1.921 1.92 1.92 0 0 1 1.922-1.922h4.818A1.92 1.92 0 0 1 21 14.217a1.92 1.92 0 0 1-1.922 1.921H14.26Z" | ||
fill="#ECB22E" | ||
/> | ||
</svg> | ||
); | ||
|
||
export default SvgSlack; |
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.
Oops, something went wrong.