Unverified Commit b25e4242 authored by Tao Feng's avatar Tao Feng Committed by GitHub

Add Druid DB icon (#437)

parent 7cc5aaf5
......@@ -86,6 +86,11 @@ img.icon {
background-color: transparent;
}
&.icon-druid {
content: url('/static/images/icons/logo-druid.svg');
background-color: transparent;
}
&.icon-github {
-webkit-mask-image: url('/static/images/icons/github.svg');
mask-image: url('/static/images/icons/github.svg');
......
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 66 48" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#A" x=".5" y=".5"/><symbol id="A" overflow="visible"><path d="M32.76.013h12.262c7.828.05 15 5.045 17.743 12.336 1.178 3.148 1.433 6.407 1.098 9.752-.492 4.912-1.96 9.47-4.737 13.558-4.286 6.307-10.327 9.812-17.8 10.98-2.536.395-5.08.348-7.63.348-1.058 0-1.623-.484-1.686-1.36-.068-.938.522-1.658 1.566-1.72 1.155-.07 2.32-.012 3.48-.043 7.043-.2 13.142-2.618 17.972-7.828 3.385-3.653 5.1-8.103 5.68-13.006.404-3.402.36-6.784-.985-10.007-2.063-4.93-5.76-7.955-10.85-9.357-1.976-.544-4-.647-6.027-.66l-22.708-.02c-.318 0-.64.012-.957-.016a1.52 1.52 0 0 1-1.379-1.43c-.01-.726.504-1.353 1.218-1.484.346-.048.695-.065 1.044-.05h12.698zm-7.748 36.182H11.445a6.58 6.58 0 0 1-.87-.019c-.785-.106-1.28-.557-1.355-1.35s.296-1.336 1.044-1.614c.475-.174.972-.137 1.463-.137l26.778-.016c3.13-.01 5.834-1.17 7.982-3.467 1.842-1.97 2.808-4.35 3.095-7.028.226-2.1-.073-4.034-1.378-5.75-1.45-1.913-3.4-2.874-5.768-2.884l-25.3-.026c-.896 0-1.793-.073-2.686-.157-.77-.07-1.197-.536-1.25-1.312-.057-.845.376-1.454 1.143-1.602a4.03 4.03 0 0 1 .776-.037h27.136c4.56.01 8.5 2.766 9.938 7.076 1.02 3.06.656 6.144-.487 9.1-2.195 5.693-7.363 9.195-13.48 9.2H25.013zM4.78 13.755H1.65C.78 13.74.11 13.167.012 12.388s.4-1.45 1.33-1.64c.514-.083 1.035-.118 1.555-.103h4.26a5.54 5.54 0 0 1 1.287.15c.767.195 1.186.85 1.096 1.644s-.57 1.273-1.374 1.3c-1.13.038-2.26.01-3.4.01zM23.82 46.98H20.86c-.936-.02-1.566-.55-1.66-1.334-.076-.857.554-1.614 1.4-1.696a41.26 41.26 0 0 1 6.328-.01 1.46 1.46 0 0 1 1.392 1.606c-.064.87-.677 1.402-1.644 1.44H23.82z" stroke="none" fill="#29f1fb" fill-rule="nonzero"/></symbol></svg>
\ No newline at end of file
......@@ -55,6 +55,10 @@ const configDefault: AppConfig = {
displayName: 'BigQuery',
iconClass: 'icon-bigquery',
},
'druid': {
displayName: 'Druid',
iconClass: 'icon-druid',
},
'hive': {
displayName: 'Hive',
iconClass: 'icon-hive',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment