diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ethereum.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ethereum.jsx | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ethereum.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ethereum.jsx new file mode 100755 index 0000000..7c29401 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ethereum.jsx | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Ethereum(props) { | ||
| 4 | return ( | ||
| 5 | <Icon width={156} height={256} {...props}> | ||
| 6 | <path | ||
| 7 | d="M0,128 L80,0 L80,93.5358372 L0,128 Z M156,128 L80,93.5809573 L80,0 L156,128 Z" | ||
| 8 | fill="#828384" | ||
| 9 | id="Combined-Shape" | ||
| 10 | /> | ||
| 11 | <path | ||
| 12 | d="M80,176 L0,131.00396 L80,96 L80,176 Z M156,131.011473 L80,176 L80,96 L156,131.011473 Z" | ||
| 13 | fill="#343535" | ||
| 14 | id="Combined-Shape" | ||
| 15 | /> | ||
| 16 | <path | ||
| 17 | d="M0,148 L80,194.180711 L80,256 L0,148 Z M156,148 L80,256 L80,194.175361 L156,148 Z" | ||
| 18 | fill="#828384" | ||
| 19 | id="Combined-Shape" | ||
| 20 | /> | ||
| 21 | <polygon fill="#2F3030" id="Path-3" points="156 128 80 93.5809573 80 0" /> | ||
| 22 | <polygon | ||
| 23 | fill="#131313" | ||
| 24 | id="Path-5" | ||
| 25 | points="156 131.011473 80 96 80 176" | ||
| 26 | /> | ||
| 27 | <polygon | ||
| 28 | fill="#2F3030" | ||
| 29 | id="Path-7" | ||
| 30 | points="156 148 80 194.175361 80 256" | ||
| 31 | /> | ||
| 32 | </Icon> | ||
| 33 | ); | ||
| 34 | } | ||
