diff --git a/icons/gitpod.svg b/icons/gitpod.svg new file mode 100644 index 00000000..5df3a99d --- /dev/null +++ b/icons/gitpod.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/components/icons/mapping.less b/styles/components/icons/mapping.less index 672c1809..3387d490 100644 --- a/styles/components/icons/mapping.less +++ b/styles/components/icons/mapping.less @@ -600,6 +600,9 @@ // GITLAB .icon-set(".gitlab-ci.yml", "gitlab", @orange); +// GITPOD +.icon-set(".gitpod.yml", "gitpod", @orange); + // GRUNT .icon-set("Gruntfile.js", "grunt", @orange); .icon-set("gruntfile.babel.js", "grunt", @orange);