diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-06-03 20:21:47 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-06-03 20:21:47 -0400 |
commit | 775a6ea8ed0665bcb2a3de432aca80da57184424 (patch) | |
tree | 87c852cfbc4a434955d54bd6d4bcc00f3b994e9e /_includes/mdi-gitlab.html | |
parent | 5f6af7ba761eef57adc2d45634fadcdd6108bb34 (diff) | |
parent | a2a168223078198e72dbcfa6c4d755819fe07b83 (diff) | |
download | cobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.tar.xz cobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.zip |
Merge branch 'master' into posts
Diffstat (limited to '_includes/mdi-gitlab.html')
-rw-r--r-- | _includes/mdi-gitlab.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/mdi-gitlab.html b/_includes/mdi-gitlab.html new file mode 100644 index 0000000..91b0456 --- /dev/null +++ b/_includes/mdi-gitlab.html @@ -0,0 +1,10 @@ +<svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <title> + GitLab + </title> + <path fill="#ffffff" d="M3.16,10L12,21.5L2.32,14.3C2.05,14.09 1.94,13.75 + 2.04,13.44L3.16,10M6.11,3.17C6,2.83 5.5,2.83 + 5.37,3.17L3.16,10H8.32L6.11,3.17M8.32,10L12,21.5L15.68,10H8.32M21.96,13.44L20.84,10L12,21.5L21.68,14.3C21.95,14.09 + 22.06,13.75 21.96,13.44M18.63,3.17C18.5,2.83 18,2.83 + 17.89,3.17L15.68,10H20.84L18.63,3.17Z" /> +</svg> |