mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Added Docker. Fixes #329
This commit is contained in:
parent
e41b78690c
commit
9c11f07d99
@ -47,6 +47,7 @@
|
||||
@color-brand-digitalocean: #0080FF;
|
||||
@color-brand-discord: #7289DA;
|
||||
@color-brand-disqus: #2E9FFF;
|
||||
@color-brand-docker: #1488C6;
|
||||
@color-brand-draugiemlv: #FF6600;
|
||||
@color-brand-dribbble: #EA4C89;
|
||||
@color-brand-dropbox: #007EE5;
|
||||
|
@ -47,6 +47,7 @@ $color-brand-digg: #000000;
|
||||
$color-brand-digitalocean: #0080FF;
|
||||
$color-brand-discord: #7289DA;
|
||||
$color-brand-disqus: #2E9FFF;
|
||||
$color-brand-docker: #1488C6;
|
||||
$color-brand-draugiemlv: #FF6600;
|
||||
$color-brand-dribbble: #EA4C89;
|
||||
$color-brand-dropbox: #007EE5;
|
||||
|
1
icons/docker.svg
Normal file
1
icons/docker.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M3.212 11.518c-.456 0-.87-.373-.87-.828 0-.455.373-.828.87-.828.496 0 .87.373.87.828 0 .455-.415.828-.87.828zm10.677-4.51c-.083-.663-.497-1.2-1.035-1.615l-.207-.166-.166.207c-.33.373-.455 1.035-.414 1.53.042.374.166.746.373 1.036-.165.083-.372.166-.537.248-.373.124-.745.166-1.118.166H.065l-.04.248c-.083.787.04 1.614.372 2.36l.166.29v.04c.993 1.656 2.773 2.4 4.718 2.4 3.726 0 6.788-1.613 8.237-5.09.952.042 1.904-.207 2.36-1.117L16 7.338l-.207-.124c-.538-.33-1.283-.373-1.904-.207zm-5.34-.663H6.936V7.96H8.55V6.344zm0-2.028H6.936V5.93H8.55V4.318zm0-2.07H6.936V3.86H8.55V2.248zm1.987 4.098H8.923V7.96h1.614V6.344zm-6 0H2.92V7.96h1.614V6.344zm2.027 0H4.95V7.96h1.614V6.344zm-4.015 0H.934V7.96H2.55V6.344zm4.014-2.028H4.95V5.93h1.614V4.318zm-2.028 0H2.922V5.93h1.614V4.318z" fill-rule="nonzero"/></svg>
|
After Width: | Height: | Size: 960 B |
35
index.html
35
index.html
File diff suppressed because one or more lines are too long
@ -235,6 +235,11 @@
|
||||
"hex": "2E9FFF",
|
||||
"source": "https://disqus.com/brand"
|
||||
},
|
||||
{
|
||||
"title": "Docker",
|
||||
"hex": "1488C6",
|
||||
"source": "https://www.docker.com"
|
||||
},
|
||||
{
|
||||
"title": "Draugiem.lv",
|
||||
"hex": "FF6600",
|
||||
|
Loading…
Reference in New Issue
Block a user