feat(flag): Added Germany flag (#454)

This commit is contained in:
Priscila Oliveira
2020-04-05 20:25:38 +02:00
committed by GitHub
parent d29aa05cc6
commit 07620e5d4b
5 changed files with 105 additions and 70 deletions

View File

@@ -6,6 +6,7 @@ import { Svg, Img, ImgWrapper } from './styles';
import brazil from './img/brazil.svg';
import china from './img/china.svg';
import india from './img/india.svg';
import germany from './img/germany.svg';
import nicaragua from './img/nicaragua.svg';
import pakistan from './img/pakistan.svg';
import austria from './img/austria.svg';
@@ -25,6 +26,7 @@ export interface IconsMap {
nicaragua: string;
pakistan: string;
austria: string;
germany: string;
india: string;
earth: string;
verdaccio: string;
@@ -51,6 +53,7 @@ export const Icons: IconsMap = {
license,
time,
version,
germany,
};
export interface Props {

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" id="germany"><path d="M473.655 88.276H38.345C17.167 88.276 0 105.443 0 126.621v73.471h512v-73.471c0-21.178-17.167-38.345-38.345-38.345z" fill="#464655"/><path d="M0 385.379c0 21.177 17.167 38.345 38.345 38.345h435.31c21.177 0 38.345-17.167 38.345-38.345v-73.471H0v73.471z" fill="#ffe15a"/><path fill="#ff4b55" d="M0 200.09h512V311.9H0z"/></svg>

After

Width:  |  Height:  |  Size: 407 B